Commit Graph

2416 Commits

Author SHA1 Message Date
Tim Fry 58518d4e9d remove closing tag 2025-03-12 14:56:34 -03:00
Tim Fry ded64dd069 remove closing tag 2025-03-12 14:56:28 -03:00
Tim Fry 4eb174acfc remove invalid method params 2025-03-12 14:53:51 -03:00
Tim Fry d130289b9f remove closing tag 2025-03-12 14:53:16 -03:00
Tim Fry b287cececc remove include statement of class file 2025-03-12 11:59:08 -03:00
Tim Fry 4797067205 remove include statement of class file 2025-03-12 11:59:02 -03:00
Tim Fry 1044efefdc remove include statement of class file 2025-03-12 11:58:52 -03:00
Tim Fry 792f61262b remove include statement of class file 2025-03-12 11:58:08 -03:00
Tim Fry f61c692a79 remove include statement of class file 2025-03-12 11:57:56 -03:00
Tim Fry 0b54981637 remove include statement of class file 2025-03-12 11:57:09 -03:00
Tim Fry 89827df9fc remove include statement of class file 2025-03-12 11:57:07 -03:00
Tim Fry 151af1aa4b remove include statement of class file 2025-03-12 11:57:05 -03:00
Tim Fry 635137bfd3 remove include statement of class file 2025-03-12 11:57:03 -03:00
Tim Fry 74d2b5d1b2 remove include statement of class file 2025-03-12 11:57:01 -03:00
Tim Fry 3cb65f614f remove include statement of class file 2025-03-12 11:56:58 -03:00
Tim Fry 6c29cf3836 remove include statement of class file 2025-03-12 11:56:53 -03:00
Tim Fry 909485eca3 remove class_exists wrapper for class definitions 2025-03-12 11:11:35 -03:00
Tim Fry b62af7ee53 remove class_exists wrapper for class definitions 2025-03-12 11:11:29 -03:00
Tim Fry cd78ab4f7f remove class_exists wrapper for class definitions 2025-03-12 11:11:24 -03:00
Tim Fry 6befd3221c remove class_exists wrapper for class definitions 2025-03-12 11:11:17 -03:00
Tim Fry ebe1e4b0b9 remove class_exists wrapper for class definitions 2025-03-12 11:11:11 -03:00
Tim Fry 61d1bd855b remove class_exists wrapper for class definitions 2025-03-12 11:11:05 -03:00
Tim Fry f75c9459dc remove class_exists wrapper for class definitions 2025-03-12 11:10:59 -03:00
Tim Fry 09e68bf89b remove class_exists wrapper for class definitions 2025-03-12 11:10:50 -03:00
Tim Fry 21595802bd remove class_exists wrapper for class definitions 2025-03-12 11:10:44 -03:00
Tim Fry e385d3ae52 remove class_exists wrapper for class definitions 2025-03-12 11:10:39 -03:00
Tim Fry aeae0d759b remove class_exists wrapper for class definitions 2025-03-12 11:10:26 -03:00
frytimo 1aa1eb6159
Use text instead of boolean for ace editor settings (#7285) 2025-03-04 16:30:17 -07:00
FusionPBX cd3ff91f9a
Update app_defaults.php 2025-03-04 16:27:59 -07:00
FusionPBX 167cc94f18
Move editor settings used
Used in multiple features for this reason moved to core.
2025-03-04 16:17:16 -07:00
frytimo d529021b3f
Use boolean setting as true boolean (#7284)
* use boolean setting as true boolean

* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.

* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.
2025-03-04 11:25:47 -07:00
fusionate 7b3b3aa5f9
Menu: New option to set icon colors. 2025-03-03 14:08:05 -07:00
FusionPBX 06c20ef292
Fix contact notes with line feeds.
When saving contact notes, it would add extra line feeds. The escaping caused this issue.
2025-03-01 22:25:06 -07:00
FusionPBX de516ed210
Minor version update 5.4.2 2025-03-01 20:59:48 -07:00
fusionate 06e69bf5df
Contact - Attachments: Prevent access without authentication. 2025-02-28 14:36:41 -07:00
fusionate f6df4fd0b3
Contacts - List: Only retrieve a single Primary attachment, in the chance that multiple exist. 2025-02-28 11:03:05 -07:00
fusionate 3de202b987
Contact - Attachment: Store image files in same format as uploaded. 2025-02-28 09:36:42 -07:00
FusionPBX c1296f26e0
Update users.php 2025-02-27 23:16:42 -07:00
FusionPBX c3bc265ff0
Show contact details 2025-02-26 12:24:37 -07:00
FusionPBX 1fba94d92b
Add contact note to users 2025-02-26 12:01:20 -07:00
markjcrane 9591ce0cbd Change the path in the menu to use core 2025-02-26 10:30:39 -07:00
markjcrane bd54c07e50 Move email_templates to core 2025-02-26 10:29:45 -07:00
frytimo d919a3cc1b
Add the apcu caching ability for performance (#7276)
* add the apcu caching ability for performance
When the PHP extension APCu is loaded, the settings class and the auto_loader will cache their results across requests in RAM. For more information about the APCu extension visit the PHP page: https://www.php.net/apcu

* use global instead of default terminology
2025-02-25 17:21:41 -07:00
Alex 305f585b17
Add missing counter divs (#7277)
* Add counter div to voicemail messages and domain settings

* Update domain_settings.php

* Update menu_item_list.php

* Update domain_settings.php

* Update voicemail_messages.php
2025-02-25 16:24:16 -07:00
Alex e08a79e64d
Add missing required class to required fields (#7273)
* Add missing required class to required fields

* Update destination_edit.php

* Update device_edit.php

* Update voicemail_edit.php

* Update dashboard_edit.php

* Update call_block_edit.php

* Update destination_edit.php
2025-02-25 12:48:50 -07:00
Alex ba48d186a9
Add content card div to contact email edit and module edit (#7272)
* Add content card div to contact email edit and module edit

* Update module_edit.php
2025-02-25 12:35:23 -07:00
FusionPBX 6f26f3d386
Fix item overflow affected
This problem didn't affect all screen resolutions.
2025-02-24 10:05:03 -07:00
fusionate b85eaaac73
Upgrade - Source: Move Preview styles to theme CSS file, style after modal. 2025-02-21 08:51:52 -07:00
Alex 8cfc221da4
Redirect to the correct domain if using show all (#7265)
* Redirect to the correct domain if using show all

* Update bridges.php

* Update call_recordings.php

* Update conference_controls.php

* Update conference_profile_params.php

* Update conference_profiles.php

* Update email_queue.php

* Update event_guard_logs.php

* Update fax_queue.php

* Update user_settings.php

* Update require.php
2025-02-20 16:30:09 -07:00
Alex 036731202e
Remove unnecessary if statement (#7264) 2025-02-20 11:33:06 -07:00