frytimo
|
2f31b5addd
|
if_group caused no conferences to show when user not in the admin group (#6942)
* if_group caused no conferences to show when user not in the admin group
* if_group replaced to be conference_room_edit
|
2024-04-05 17:33:42 -06:00 |
FusionPBX
|
4c60313ed7
|
Remove deprecated fields id and v_id
|
2023-12-04 13:27:20 -07:00 |
FusionPBX
|
142b4c4d5a
|
Add default value for conference_context
|
2023-11-29 13:48:47 -07:00 |
Alex
|
fa607d4bba
|
Add context field to conference and call center queue (#6836)
* Update conference_edit.php
* Update app_config.php
* Update app_config.php
* Update call_center_queue_edit.php
* Update call_center_queue_edit.php
|
2023-11-29 13:26:48 -07:00 |
Anthony
|
624856090e
|
Added Greek translations to app_languages.php files in fusionpbx/app/ (#6834)
* Added Greek translations to call_forward/app_languages.php
* Added Greek translations to call_recordings/app_languages.php
* Added Greek translations to active_calls/app_languages.php
* Added Greek translations to click_to_call/app_languages.php
* Added Greek translations to conference_center/app_languages.php
* Added Greek translations to conference_controls/app_languages.php
* Added Greek translations to conference_profiles/app_languages.php
* Added Greek translations to conferences/app_languages.php
|
2023-11-20 16:40:51 -07:00 |
fusionate
|
2832e7ab66
|
Conferences - List: Implement natural sorting of Extension column.
|
2023-10-19 18:53:29 +00:00 |
fusionate
|
f1ab4c365e
|
Destination/Action Select: Implement natural sorting for multiple apps.
|
2023-10-19 18:02:00 +00:00 |
FusionPBX
|
d5f39cf0b2
|
Call Flow Summary add name, application, link, and a new summary style. Controlled by summary_style setting.
|
2023-10-12 23:58:11 -06:00 |
OskarFranck
|
0773a346c2
|
Bulk changes of Swedish translations (#6807)
authored-by: oskfra <oskar.franck@bahnhof.net>
|
2023-09-28 09:32:34 -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 |
fusionate
|
150735c810
|
Conferences: Updates for PHP 8.1
|
2023-06-02 20:13:47 +00: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 |
Alex
|
ac38507462
|
Update translations (#6682)
* Update translations
* Update app_menu.php
* Update app_languages.php
|
2023-05-10 18:20:44 -06:00 |
Alex
|
3e0ec8b752
|
Add missing translations (#6673)
|
2023-05-09 11:39:02 -06:00 |
FusionPBX
|
a1cea6bf56
|
Set dialplan_continue false
|
2023-05-08 14:36:35 -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
|
1513bd3301
|
Add Chinese, Korean, and Japanese translations
|
2023-05-03 10:36:25 -06:00 |
markjcrane
|
28fe89066e
|
Add Chinese, Korean, and Japanese translations
|
2023-05-02 22:05:16 -06:00 |
FusionPBX
|
5a3b35cb83
|
Add additional languages (#6654)
|
2023-05-02 16:12:06 -06:00 |
frytimo
|
69bd42af05
|
remove unneeded destruct methods as GC has higher performance (#6631)
Co-authored-by: Tim Fry <tim@voipstratus.com>
|
2023-04-27 20:18:53 -06:00 |
Alex
|
c0443e4da9
|
Add missing translations (#6629)
* Add missing translations
* Update app_languages.php
|
2023-04-27 20:15:26 -06:00 |
Alex
|
43eb2a5b9d
|
[security] sanitize the xml (#6595)
* Update call_center_queue_edit.php
* fix typo
* Update call_flow_edit.php
* Update conference_center_edit.php
* Update conference_edit.php
* Update destination_edit.php
* Update fax.php
* Update ivr_menu_edit.php
* Update ring_group_edit.php
* Update app_defaults.php
* Update ivr_menu_copy.php
* Update destination_imports.php
* Update app_defaults.php
|
2023-03-30 12:46:36 -06:00 |
Alex
|
7326cb845a
|
Set default for enabled (#6556)
* Set default for enabled
* Update conference_profile_edit.php
* Update call_block_edit.php
* Update conference_control_edit.php
* Update conference_control_detail_edit.php
* Update conference_profile_edit.php
* Update conference_profile_param_edit.php
* Update conference_edit.php
* Update destination_edit.php
* Update device_edit.php
* Update device_profile_edit.php
* Update device_vendor_edit.php
* Update email_template_edit.php
* Update extension_edit.php
* Update module_edit.php
* Update phrase_edit.php
* Update ring_group_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update time_condition_edit.php
* Update var_edit.php
* Update voicemail_edit.php
* Update call_block_edit.php
* Update default_setting_edit.php
* Update domain_setting_edit.php
* Update domain_edit.php
* Update user_edit.php
* Update bridge_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update call_flow_edit.php
* Update email_template_edit.php
* Update call_flow_edit.php
* Update bridge_edit.php
* Update email_template_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update bridge_edit.php
* Update call_flow_edit.php
* Update conference_control_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update default_setting_edit.php
* Update email_template_edit.php
* Update extension_setting_edit.php
* Update default_setting_edit.php
* Update dashboard_edit.php
* Update dashboard_edit.php
* Update default_setting_edit.php
|
2023-02-17 14:21:41 -07:00 |
Alex
|
a229d1e46c
|
Add enabled toggle to more pages and bug fix (#6552)
* Add enabled toggle to more pages and bug fix
* Add device profile enable toggle
* fixed enable on bridge_edit.php
* Fixed enable on call_block_edit.php
* Fixed enable on call_flow_edit.php
* Fixed enable on conference_center_edit.php
* Add conference room enabled toggle
* Fixed enable on conference_control_detail_edit.php
* Fixed enable on conference_control_edit.php
* Fixed enable on conference_profile_edit.php
* Add conference profile param enabled toggle
* Fixed enable on conference_edit.php
* Fixed enabled on device_edit.php
* Fixed enable on extension_edit.php
* Fixed enable on gateway_edit.php
* Fixed enable on number_translation_edit.php
* Fixed enable on phrase_edit.php
* Fixed enable on ring_group_edit.php
* Fixed enable on sip_profile_edit.php
* Fixed enable on stream_edit.php
* Fixed enable on time_condition_edit.php
* Fixed enable on var_edit.php
* Fixed enable on voicemail_edit.php
* Fixed enable on user_edit.php
* Fixed enable on user_setting_edit.php
* Update user_edit.php
* Update bridge_edit.php
* Update call_flow_edit.php
* Update conference_control_edit.php
* Update stream_edit.php
* Fixed enable on default_setting_edit.php
* Fixed enable on domain_edit.php
* Fixed enable on email_template_edit.php
* Fixed enable on module_edit.php
|
2023-02-14 11:19:02 -07:00 |
Alex
|
129d173624
|
Add enable toggle to more pages (#6549)
* Add bridge enabled toggle
* Update call_block_edit.php
* Add call flows enabled toggle
* Add conference center enabled toggle
* Add conference control detail enabled toggle
* Add conference control enabled toggle
* Add conference enabled toggle
* Add phrase enabled toggle
* Add stream enabled toggle
* Add voicemail enabled toggle
* Add destination enabled toggle
* Add time condition enabled toggle
* Add default settings enabled toggle
* Add domain enabled toggle
* Add email template enabled toggle
* Add module enabled toggle
* Add number translation enabled toggle
* Add sip profile enabled toggle
* Add switch var enabled toggle
|
2023-02-13 18:02:01 -07:00 |
fusionate
|
ea59d3bf58
|
Conferences - List: Display CDR link in Tools column, if allowed.
|
2023-02-09 00:30:56 +00:00 |
fusionate
|
f0797aee40
|
Conferences/Rooms - Edit & List: Make View button/link destination (Interactive or Active Conferences) determined by permissions.
|
2023-01-31 20:14:32 +00:00 |
fusionate
|
2092156157
|
Active Conferences: Show Conference/Room name and extension numbers. Conferences - Edit: Fix View button. Conferences - List: Add View link.
|
2023-01-31 19:59:08 +00:00 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
markjcrane
|
eb5c25aa35
|
Add insert_date, insert_user, update_date, update_user to all tables
|
2022-09-18 00:54:37 -06:00 |
nyash
|
0bc048a634
|
Add/edit some polish translations (#6327)
* Add/edit some polish translations
* Minor touches to polish translations
|
2022-03-26 14:30:02 -06:00 |
AlexC
|
e316559771
|
Added show all button (#6249)
* Update call_center_queues.php
* Update call_center_agents.php
* Update app_config.php
* Update app_config.php
* Update contacts.php
* Update app_config.php
* Update ivr_menus.php
* Update app_config.php
* Update call_flows.php
* Update app_config.php
* Update conference_centers.php
* Update app_config.php
* Update voicemails.php
* Update app_config.php
* Update phrases.php
* Update app_config.php
* Update recordings.php
* Update app_config.php
* Update call_recordings.php
* Update app_config.php
* Update call_broadcast.php
* Update app_config.php
* Update time_conditions.php
* Update app_config.php
* Update music_on_hold.php
* Update app_config.php
* Update conferences.php
|
2022-01-20 15:54:42 -07:00 |
AlexC
|
2a74114cf2
|
Copy, toggle and delete buttons visible when checkbox is selected (#6242)
* Update bridges.php
* Update call_block.php
* Update call_center_queues.php
* Update call_center_agents.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_rooms.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update music_on_hold.php
* Update phrases.php
* Update recordings.php
* Update streams.php
* Update voicemails.php
* Update devices.php
* Update device_vendors.php
* Update device_vendor_functions.php
* Update extensions.php
* Update gateways.php
* Update dialplans.php
* Update destinations.php
* Update email_templates.php
* Update modules.php
* Update sip_profiles.php
* Update vars.php
* Update databases.php
* Update users.php
* Update default_settings.php
* Update domains.php
* Update groups.php
* Update menu.php
|
2022-01-13 11:37:59 -07:00 |
Anthony
|
1db3e5ba14
|
Removed Search Reset (#6241)
* Update default_settings.php
* Update devices.php
* Update extensions.php
* Update gateways.php
* Update users.php
* Update destinations.php
* Update dialplans.php
* Update bridges.php
* Update call_block.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_forward.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update phrases.php
* Update recordings.php
* Update ring_groups.php
* Update time_conditions.php
* Update voicemails.php
* Update call_center_queues.php
* Update email_logs.php
* Update registrations.php
* Update user_logs.php
* Update access_controls.php
* Update domains.php
* Update email_templates.php
* Update groups.php
* Update menu.php
* Update number_translations.php
* Update sip_profiles.php
* Update database_transactions.php
* Update vars.php
* Update dashboard.php
|
2022-01-12 16:00:01 -07:00 |
FusionPBX
|
02b5aefe30
|
Rename accountcode to account_code (#6172)
|
2021-12-04 23:20:45 -07:00 |
FusionPBX
|
9c4826cc6e
|
Use the conference_accountcode permission.
|
2021-12-01 22:51:07 -07:00 |
FusionPBX
|
b802a28e07
|
Add permission conference_accountcode
|
2021-12-01 22:45:20 -07:00 |
FusionPBX
|
8b16dd0c4b
|
Add conference accountcode.
|
2021-12-01 21:43:16 -07:00 |
FusionPBX
|
ba9f0ea98f
|
Add accountcode translations.
|
2021-12-01 21:33:03 -07:00 |
FusionPBX
|
245ae82e9c
|
Add conference_accountcode to the conference table.
|
2021-12-01 21:31:15 -07:00 |
FusionPBX
|
1295da2dfe
|
Update the permission name.
|
2021-11-28 23:19:37 -07:00 |
FusionPBX
|
4c6f154713
|
Add new permission conference_email_address
|
2021-11-28 23:07:56 -07:00 |
FusionPBX
|
8607ee1f0d
|
Change type from number to text and change the the permission.
|
2021-11-28 23:06:33 -07:00 |
FusionPBX
|
c204c6d4a9
|
Update conference_edit.php
|
2021-11-28 22:54:30 -07:00 |
FusionPBX
|
17b7312b73
|
Add conference email address.
|
2021-11-28 22:38:23 -07:00 |
FusionPBX
|
8d70f757b9
|
Add conference email address
|
2021-11-28 22:36:24 -07:00 |
FusionPBX
|
9555c020d2
|
Change conference_email to conference_email_address.
|
2021-11-28 22:07:00 -07:00 |
FusionPBX
|
486a3bbd05
|
Add a field to store the conference email address.
|
2021-11-28 21:40:57 -07:00 |
FusionPBX
|
9c3692ccfc
|
Add conference_uuid, and conference_extension variables.
|
2021-05-06 21:39:25 -06:00 |
markjcrane
|
88f730b251
|
Change simple conference switch name from uuid@domain to extension@domain
|
2021-04-28 14:23:35 -06:00 |