Commit Graph

2404 Commits

Author SHA1 Message Date
frytimo dc22e87fc2
fix dashboard php warnings (#7218) 2025-01-17 12:48:11 -07:00
FusionPBX afe511c403
Add forgot password translations 2025-01-16 21:54:27 -07:00
FusionPBX 3f186d90cc
Fix the forget password feature 2025-01-16 21:49:56 -07:00
FusionPBX 640b9f3184
Update the contacts path
Moved contacts from app to core
2024-12-22 10:40:41 -07:00
frytimo 38b02f11d5
fix missing slash '/' at end of link tag (#7200) 2024-12-16 13:53:33 -07:00
frytimo 075cc4824a
Security, Use the same number of characters for the masked password (#7198)
* security set display asterisks to constant number
Harder to guess when length is also hidden
2024-12-12 10:03:21 -07:00
Alex 9fc82c02cb
Add dashboard icon color setting (#7197)
* Add dashboard icon color setting

* Update index.php

* Update app_languages.php

* Update app_defaults.php

* Update app_config.php

* Update dashboard_edit.php

* Update index.php

* Update app_languages.php

* Update app_defaults.php

* Update app_config.php

* Update config.php

* Update domains.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update registrations.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update voicemails.php

* Update config.php

* Update missed_calls.php

* Update recent_calls.php

* Update index.php

* Update index.php

* Update index.php
2024-12-11 21:28:45 -07:00
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
frytimo 7dde6ceb85
fix default settings showing all settings as bold (#7118) 2024-09-04 14:12:30 -06:00
frytimo b529d2a535
regenerate the session after cidr check is complete and then log (#7117)
Logging after all checks are complete ensures the session ID is correct when logging it in the user_logs table

Co-authored-by: Tim Fry <tim@fusionpbx.com>
2024-09-04 12:06:09 -06:00
Alex 369b8dd049
Fixed minor visual bug and added missing labels (#7116)
* Fixed minor visual bug and added missing labels

* Update app_languages.php

* Update css.php
2024-09-04 11:33:11 -06:00
FusionPBX 91db42f1e3
Categories are ordered by the SQL Query 2024-09-03 22:54:35 -06:00
FusionPBX 3b521d5150
Add a custom category 2024-09-03 22:48:17 -06:00
FusionPBX 757c085ec1
Update dashboard_edit.php 2024-09-03 20:59:30 -06:00
FusionPBX ad1b8fbabb
Add hostname to the user logs 2024-09-03 17:33:29 -06:00
fusionate cbb01cea1e
Dashboard: Rever style to apply background color. 2024-09-03 15:03:38 -06:00
fusionate a975f6dcb9
Dashboard: Adjust style method to apply background color hover transition universally. 2024-09-03 11:46:57 -06:00
fusionate 0f06ded327
Dashboard: Resolve chart padding and label issue. 2024-09-03 10:50:45 -06:00
FusionPBX 452ddc9539
Add the session status to user logs 2024-09-02 23:42:52 -06:00
MarBifrost b4edb3c3a0
Additional corrections to the Georgian translation (#7115)
* Corrections in Georgian translation

* Additional corrections to the Georgian translation
2024-09-02 09:00:55 -06:00
FusionPBX 4443519aa1
Add subcontent for shadow and background color
Add css options for background color
2024-09-01 02:18:35 -06:00
MarBifrost 906b3edf03
Corrections in Georgian translation (#7113) 2024-08-31 10:02:51 -06:00
FusionPBX 0cc12aac52
Allow : in the text pattern 2024-08-29 22:38:17 -06:00
FusionPBX a0cd465052
Allow ? and = for the text pattern
Required for Account Settings link
2024-08-29 22:29:04 -06:00
FusionPBX c474b1a59b
Update the dashboard settings 2024-08-29 22:15:55 -06:00
FusionPBX cc145b1554
Update app_languages.php
Fix the syntax
2024-08-29 10:42:35 -06:00
NorwayFun 56704d419f
Localizaton: Finishing remaining files for Georgian (#7112) 2024-08-29 04:20:23 -06:00
FusionPBX e0ed81a5ba
Re-use the Database connection 2024-08-29 03:35:38 -06:00
FusionPBX 9347d682bf
Update user settings
Re-use the database connection
2024-08-29 03:10:28 -06:00
FusionPBX 15d616f949
Update domain_edit.php
Re-use the database connection
2024-08-29 02:44:59 -06:00
FusionPBX 83c286c513
Update menu_item_edit.php
Re-use the database connection
2024-08-29 02:40:43 -06:00
FusionPBX 34661e9dc7
Update app_languages.php 2024-08-29 02:07:19 -06:00
FusionPBX 032b6fca3e
Update translations 2024-08-29 01:57:18 -06:00
FusionPBX 54484dedd5
Update dashboard content widget 2024-08-28 12:57:27 -06:00
FusionPBX af15a8e5bc
Update dashboard_edit.php
Sanitize the data before being added to the database
2024-08-28 12:17:22 -06:00
FusionPBX a81cbe4db2
Allow line feeds in the text 2024-08-28 12:16:22 -06:00
FusionPBX 16658e5114
Update the dashboard
Sanitize the data from the dashboard
Use tabs instead of space indentation
2024-08-28 11:30:04 -06:00
NorwayFun aabc2f33a8
Localization: Add full support for Georgian language (#7110)
* Translating apps to Georgian

* Translating apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating theme to Georgian

* Translating core to Georgian

* Translating core to Georgian

* Translating core to Georgian by Marie

* Translating core to Georgian

* Translating resources to Georgian by Marie

* Translating core to Georgian

* fix app_languages.php
2024-08-28 09:59:02 -06:00
FusionPBX 5702102850
Order the dashboard first by order number then by name 2024-08-27 18:17:47 -06:00
fusionate 805954ce36
Dashboard: Add Background Gradient & Angle Controls 2024-08-27 13:58:11 -06:00
FusionPBX a7b1644436
Update the dashboard path 2024-08-22 18:12:43 -06:00
Alex 1a9353ac88
Update parent.php (#7109)
* Update parent.php

* Update dashboard_edit.php

* Update app_defaults.php
2024-08-22 17:59:12 -06:00
frytimo 2cbb4dbc31
remove instances where a pointer is used in a foreach loop for value (#7108) 2024-08-22 12:41:10 -06:00
FusionPBX b0aab10872
Simplify the dashboard path 2024-08-21 16:58:44 -06:00
FusionPBX 8cfad20fd0
Update app_config.php 2024-08-20 17:44:08 -06:00
FusionPBX c1863a26e4
Update index.php 2024-08-20 17:42:46 -06:00
FusionPBX 8419ca346d
Create parent.php 2024-08-20 17:41:22 -06:00
FusionPBX 8cc646aece
Add login option for domain name for text input or select
Restoring a feature we had in previous versions.
Not a commonly used feature
2024-08-19 18:57:05 -06:00
FusionPBX 83efb46e8e
Update app_defaults.php 2024-08-16 14:58:12 -06:00
FusionPBX 0fef717961
Update the dashboard_label_enabled defaults 2024-08-16 10:11:24 -06:00
Alex e57053a3f3
Rename dashboard heading default settings (#7098)
* Update app_config.php

* Update css.php

* Update dashboard_edit.php

* Update dashboard_edit.php

* Update app_config.php
2024-08-15 14:09:24 -06:00