Commit Graph

2347 Commits

Author SHA1 Message Date
Alex f0bc1cfe33
Update contacts path (#7192)
* Update contacts path

* Update menu.php

* Update contact_edit.php

* Update contact_relation_edit.php

* Update config.php

* Update authentication.php

* Update database.php

* Update totp.php

* Update email.php
2024-12-06 11:55:41 -07:00
FusionPBX cd8d5302ac
Fix temporary permissions 2024-11-29 13:57:01 -07:00
FusionPBX c3c1b18358
Contacts has been moved to the core
This means the contacts should always be avaialble.
2024-11-19 11:39:18 -07:00
FusionPBX 9cb1217995
Update app_defaults.php 2024-11-19 10:13:31 -07:00
FusionPBX 075dcfd96f
Update the path to contacts 2024-11-16 21:11:07 -07:00
FusionPBX 00c4dd374e
Update app_menu.php 2024-11-16 21:08:40 -07:00
markjcrane 9b843bbff0 Move contacts from the app to core directory 2024-11-16 21:06:29 -07:00
FusionPBX 34b8679917
Update the version 5.4.0
This version change seperates it from the current release version.
2024-10-29 15:19:49 -06:00
FusionPBX 3a0d5fb512
Remove the session when the password is changed 2024-10-27 18:04:35 -06:00
FusionPBX d309ffc1cf
Update the condition for boolean 2024-10-10 17:22:59 -06:00
FusionPBX fc4f75f30c
User logs fix failed 2024-10-10 16:21:03 -06:00
FusionPBX b9a0cdf4e7
Update authentication.php 2024-10-06 10:32:57 -06:00
fusionate ae15319487
Body Header User Image and Menu, Domain Selector, Contact Attachment improvements. 2024-09-28 16:37:36 -06:00
fusionate 8ffbcd09f3
Users - Edit: Minor visual adjustment to API Key Generate and View buttons. 2024-09-27 12:43:45 -06:00
FusionPBX ced8c16a28
Allow right click open in new window 2024-09-26 09:47:12 -06:00
frytimo 4f32833e30
fix dashboard break when app removed (#7141)
Places a guard to check for the file existing before the file is included. Without the guard, PHP will stop with a fatal error.
2024-09-26 07:53:30 -06:00
markjcrane 68c79ca0a3 Remove carriage return per line and leave only line feeds 2024-09-19 17:14:21 -06:00
markjcrane 5cbc53c7d9 Fix end of file line only use one line feed at the end of the file 2024-09-19 16:33:17 -06:00
FusionPBX 9a24c9fa42
Update version to 5.3.3
Major version update. A new branch 5.3 branch created from this point.
2024-09-16 21:44:20 -06:00
FusionPBX 61d68e2f7d
Update the domain dashboard order 2024-09-16 21:38:36 -06:00
fusionate cc08aa724d
Dashboard: Widget counter pill style adjustments. 2024-09-16 18:22:28 -06:00
FusionPBX fe4d329657
Update config.php 2024-09-16 15:00:41 -06:00
FusionPBX 944e032b47
Update the domains icon 2024-09-16 14:50:17 -06:00
FusionPBX c134903615
Add domains count dashboard widget 2024-09-16 14:46:36 -06:00
FusionPBX cabb0d39b6
Add domain dashboard config 2024-09-16 14:45:51 -06:00
FusionPBX a82bd419c6
Add dashboard icon to the list 2024-09-16 14:40:28 -06:00
FusionPBX e6fea6295a
Add translation for progress bar 2024-09-16 14:37:58 -06:00
Alex ca10a3e518
Update registrations.php (#7133) 2024-09-14 16:12:37 -06:00
FusionPBX 624877541b
Update dashboard_edit.php 2024-09-14 03:56:45 -06:00
FusionPBX a31484d414
Update dashboard.php 2024-09-14 03:55:20 -06:00
FusionPBX a9f61e8cfc
Update missed, recent calls and new messages 2024-09-14 03:10:55 -06:00
FusionPBX aad87759ac
Remove expanded row span change 2024-09-13 19:10:45 -06:00
Alex 5e6d494796
Add progress bar to system status dashboard (#7131)
* Add progress bar to system status dashboard

* Update dashboard_edit.php

* Update app_languages.php

* Update config.php
2024-09-13 17:00:21 -06:00
FusionPBX 8edc5d1205
User edit add a Settings button 2024-09-12 09:41:01 -06:00
FusionPBX e86ec20547
Update background_video
- Uses type array
- Use the first item in the array
2024-09-10 04:03:44 -06:00
fusionate b05ebfc440
Menu - Edit: Add icon preview to items list. 2024-09-09 18:42:20 -06:00
fusionate d8877203c7
Menu Edit - Item List: Fix count. 2024-09-09 17:42:23 -06:00
Alex 0c5a2ca784
Update streams.php (#7127)
* Update streams.php

* Update call_center_queue.php

* Update menu.php

* Update vars.php

* Update dashboard.php

* Update dashboard_edit.php
2024-09-09 15:25:24 -06:00
fusionate 76d76c8c56
Dashboard: Fix action bar sticky. 2024-09-07 13:12:53 -06:00
FusionPBX 1418b5afc7
Fix the new default setting custom search 2024-09-07 09:21:09 -06:00
frytimo 9f6d828799
pass objects to authentication plugins when possible (#7123)
* pass objects to authentication plugins when possible
Pass the settings and authentication objects to the plugins to re-use existing objects

* Update authentication.php
2024-09-06 18:20:26 -06:00
Alex b43bcb9a13
Added the heading counter div (#7124) 2024-09-06 16:43:42 -06:00
fusionate 7cd891187c
Default Settings: Implement new heading counter style. 2024-09-06 13:12:02 -06:00
FusionPBX 2182ebd0b4
Added the content card div 2024-09-05 23:37:34 -06:00
FusionPBX 54565ede41
Fix a bug where logo was overridden 2024-09-05 10:28:53 -06:00
frytimo 7b94e9434e
fix authentication logging of cidr fail (#7120)
Correct variable name to use when logging a cidr failed login attempt

Co-authored-by: Tim Fry <tim@fusionpbx.com>
2024-09-05 09:30:22 -06:00
fusionate bf7526f0ef
Multiple Apps: Integrate content cards. 2024-09-04 17:51:23 -06:00
frytimo a965c78735
fix empty session username (#7119) 2024-09-04 17:09:16 -06:00
fusionate d234fb185a
Multiple Apps: Integrate content cards. 2024-09-04 16:55:24 -06:00
fusionate ffb6876bd8
Default Settings: Use language variable for new Custom category filter. 2024-09-04 14:48:51 -06:00