FusionPBX
c3952028b1
Use the settings get method for the buttons
2025-04-14 10:36:21 -06:00
FusionPBX
de10ea2a4a
Use settings get method for list_row_edit_button
2025-04-14 09:36:05 -06: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
Alex
b43bcb9a13
Added the heading counter div ( #7124 )
2024-09-06 16:43:42 -06:00
Alex
cb6edd88ef
Added content card to applications ( #7121 )
2024-09-05 17:10:04 -06:00
FusionPBX
5b9e886183
Update conference center
...
Re-use the database connection
2024-08-29 03:03:09 -06:00
frytimo
d7bbcd89f5
Use magic constant dir ( #6711 )
...
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__ to load only functions.php
* replace spaces with tab character
* update dirname command to use levels instead of nesting
* use magic constant __DIR__
* update dirname command to use levels instead of nesting
* Update access_control_edit.php
* Update access_control_import.php
* Update access_controls.php
* Update dnd.php
* Update access_controls_reload.php
* Update call_center_agents.php
* Update call_center_agents.php
* Update fax_queue.php
* Update login.php
* Update pdo.php
* Update pdo_vm.php
* Update switch.php
* Update index.php
* Update css.php
* Update v_mailto.php
* Update fax_to_email.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-06-15 11:28:23 -06:00
Alex
410f5e6f68
more php 8.1 changes ( #6727 )
...
* Update call_broadcast.php
* Update call_broadcast_edit.php
* Update conference_center_edit.php
* Update call_flows.php
* Update conference_room_edit.php
* Update conference_sessions.php
* Update conference_session_details.php
* Update conference_rooms.php
* Update conference_controls.php
* Update conference_control_edit.php
* Update conference_control_details.php
* Update conference_control_detail_edit.php
* Update conference_profiles.php
* Update conference_profile_edit.php
* Update conference_profile_params.php
* Update conference_profile_param_edit.php
* Update conferences.php
* Update conference_edit.php
* Update conferences.php
* Update conference_interactive_inc.php
* Update contacts.php
2023-05-31 09:11:50 -06:00
frytimo
fef8165be2
Frytimo pr patches for php8.1 ( #6630 )
...
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com >
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-05-05 10:46:37 -06:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
agree
0104ec36a0
Fix Paging
2020-10-14 20:05:40 -04:00
agree
5b35a041d3
Conference recordings: remove hard-coded path ( #5348 )
2020-07-13 17:09:09 -06:00
agree
124cc1bea4
Update conference_sessions.php ( #5262 )
2020-05-11 10:19:44 -06:00
Nate
aeee14226a
Conference Centers - Sessions: Add delete functionality.
2020-04-10 17:45:56 -06:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
a14418969b
Conference Centers: More list and button updates.
2020-01-14 16:06:14 -07:00
chansizzle
cd72366282
Update conference_sessions.php ( #4966 )
2019-12-18 20:14:38 -07:00
FusionPBX
910aaff11b
Update conference_sessions.php
2019-09-07 00:18:06 -06:00
Nate
47106e5baa
Database class integration.
2019-07-04 15:57:04 -06:00
FusionPBX
1ce3df3b9a
Update conference_sessions.php
2019-06-08 10:04:34 -06:00
FusionPBX
af00eaa10b
Update conference_sessions.php
2019-06-08 10:00:40 -06:00
FusionPBX
cf1ade0a3b
Update conference_sessions.php
2019-06-08 09:47:12 -06:00
AlexanderDCrane
c3e6cb606d
Update conference_sessions.php ( #4244 )
2019-06-03 10:54:22 -06:00
FusionPBX
bb6df33d1a
Update conference_sessions.php
2019-04-25 00:33:58 -06:00
FusionPBX
3f4d0de600
Update conference_sessions.php
2018-12-11 03:16:21 -07:00
FusionPBX
a72ce0f6c2
Update conference_sessions.php
2018-12-10 17:36:22 -07:00
FusionPBX
cb50919485
Update conference_sessions.php
2018-06-06 10:36:28 -06:00
reliberate
5974b686e9
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -06:00
markjcrane
cde9debb29
After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used.
2015-12-06 13:37:35 -07:00
markjcrane
193137ffa6
Make the title-<app name> more consistent. Use underscore in the label name instead of a dash. Dash is used between label type and the label name.
2015-08-03 15:17:05 -06:00
Nate Jones
0018e553c4
Visual adjustments.
2015-02-15 07:59:02 +00:00
Mark Crane
c5755666cb
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Nate Jones
43e28fc309
Usability Enhancement: Click on list rows to View/Edit items.
...
Conference Center: Misc minor visual mods.
Contacts: Misc minor visual mods.
2014-06-22 03:24:36 +00:00
Mark Crane
8f8fd3e3e8
Audited the permissions names. Permissions names are to be non plural.
2013-09-21 21:45:35 +00:00
Mark Crane
e9aa47069c
Update the references for header.php and footer.php files to point the resources directory.
2013-07-06 06:29:50 +00:00
Mark Crane
c44d39dcf9
Change the path for includes/require.php to the resources directory.
2013-07-06 06:03:27 +00:00
Mark Crane
6a70d8db41
Change includes/checkauth.php to resources/check_auth.php.
2013-07-06 05:50:55 +00:00
Mark Crane
faeee96624
Change kick and kick all to uuid_kill so that the participant's call is logged to the database. Fix recordings and the announce that the call is being recorded for the first person to join the conference. Add a permission to control the conference session 'details' column in the conference sessions so CDR link can be hidden from the user. Don't allow a conference moderator and participant to use the same pin number.
2013-03-15 17:12:13 +00:00
Mark Crane
a9698425df
Add conference recording play and download. Change the dialplan from lua conference_center.lua to lua 'app.lua conference_center'. Add a few more conference center permissions.
2013-02-27 10:10:24 +00:00
Mark Crane
b5eb517cda
Finish the translation infrastructure for conference center sessions.
2012-11-09 08:27:55 +00:00
Mark Crane
68095b2afa
Change conference center session link to conference rooms. Add conference session link and make it show only sessions for that conference room. Add ability to see how many conference members are in a room from conference rooms list.
2012-10-27 06:47:47 +00:00
Mark Crane
d85d9f2b24
Remove moderator and add profile to the conference sessions list.
2012-10-16 06:02:44 +00:00
Mark Crane
70bf1e8978
Replace elseif with if, adjust some line spaces.
2012-10-16 05:38:54 +00:00
Mark Crane
6d8017615e
Fix the recordings directory.
2012-10-16 05:33:08 +00:00
Mark Crane
a721ef8a05
Add conference sessions. Move conference rooms into the conference center directory.
2012-10-13 17:04:53 +00:00