Commit Graph

22616 Commits

Author SHA1 Message Date
Tim Fry 22850ae94e remove class_exists wrapper for class definitions 2025-03-12 11:14:42 -03:00
Tim Fry 2ac213acec remove class_exists wrapper for class definitions 2025-03-12 11:14:40 -03:00
Tim Fry 1a3ba9937d remove class_exists wrapper for class definitions 2025-03-12 11:14:35 -03:00
Tim Fry a227d5a448 remove class_exists wrapper for class definitions 2025-03-12 11:14:25 -03:00
Tim Fry b17ac29af7 remove class_exists wrapper for class definitions 2025-03-12 11:14:23 -03:00
Tim Fry cc14003017 remove class_exists wrapper for class definitions 2025-03-12 11:14:21 -03:00
Tim Fry 2533d0bfab remove class_exists wrapper for class definitions 2025-03-12 11:14:19 -03:00
Tim Fry 23767a8a00 remove class_exists wrapper for class definitions 2025-03-12 11:14:15 -03:00
Tim Fry 79ee88ec68 remove class_exists wrapper for class definitions 2025-03-12 11:14:13 -03:00
Tim Fry 9bb13f2674 remove class_exists wrapper for class definitions 2025-03-12 11:14:10 -03:00
Tim Fry 99cabae772 remove class_exists wrapper for class definitions 2025-03-12 11:14:09 -03:00
Tim Fry 0a32721df8 remove class_exists wrapper for class definitions 2025-03-12 11:14:07 -03:00
Tim Fry a6bf81ac7e remove class_exists wrapper for class definitions 2025-03-12 11:14:04 -03:00
Tim Fry 0534033cdd remove class_exists wrapper for class definitions 2025-03-12 11:13:59 -03:00
Tim Fry b270a27299 remove class_exists wrapper for class definitions 2025-03-12 11:13:54 -03:00
Tim Fry 3a3b3d006d remove class_exists wrapper for class definitions 2025-03-12 11:13:42 -03:00
Tim Fry b919ae88fe remove class_exists wrapper for class definitions 2025-03-12 11:13:37 -03:00
Tim Fry 7a9abb6b3f remove class_exists wrapper for class definitions 2025-03-12 11:13:31 -03:00
Tim Fry c2e017c62f remove class_exists wrapper for class definitions 2025-03-12 11:13:25 -03:00
Tim Fry d664ca4486 remove class_exists wrapper for class definitions 2025-03-12 11:12:41 -03:00
Tim Fry 169941af16 remove class_exists wrapper for class definitions 2025-03-12 11:12:35 -03:00
Tim Fry 4d65655cf7 remove class_exists wrapper for class definitions 2025-03-12 11:12:22 -03:00
Tim Fry 823b9abba0 remove class_exists wrapper for class definitions 2025-03-12 11:12:18 -03:00
Tim Fry aaad5cc794 remove class_exists wrapper for class definitions 2025-03-12 11:12:16 -03:00
Tim Fry 6481aa6b51 remove class_exists wrapper for class definitions 2025-03-12 11:11:53 -03:00
Tim Fry 51eca0b530 remove class_exists wrapper for class definitions 2025-03-12 11:11:47 -03:00
Tim Fry 46c76a6b83 remove class_exists wrapper for class definitions 2025-03-12 11:11:41 -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
Alex 397db90533
Add content card div to call block recent calls (#7290) 2025-03-06 10:17:41 -07:00
fusionate 03030465d9
Audio Waveform: Boolean adjustments. 2025-03-05 16:09:17 -07:00
Alex b418a892e3
Align action bar text to the left (#7289) 2025-03-05 15:39:05 -07:00
FusionPBX 7ac2f76804
Use audio_player_waveform_enabled as boolean 2025-03-05 15:23:13 -07:00
frytimo e9739d2b06
Use single event socket object in registrations class (#7288)
* Use single event socket object in registrations class
Allow passing an event_socket in the constructor
Ensure the event_socket is connected before using it in loops
2025-03-05 10:08:08 -07:00
AdSecIT b714d25150
Update device.php (#7287)
Spelling correction.
2025-03-05 09:58:00 -07:00
FusionPBX 0fa87760cb
Update fifo_edit.php
Add validation
Use the event_socket object
2025-03-04 18:18:04 -07: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
Antonio Fernandez 1b19e40be4
Consistent email wording (#7283) 2025-03-04 10:53:23 -07:00