Commit Graph

533 Commits

Author SHA1 Message Date
Anthony fddafec0b6
Update app_languages.php (#6667) 2023-05-05 16:01:00 -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
markjcrane 41e87e7f01 Add additional languages 2023-05-02 20:22:44 -06:00
FusionPBX 4051b1d4e0
Add additional translations 2023-05-01 21:05:56 -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
FusionPBX 5cfdccdc2a
[bug] base32 encoded TOTP secret
Some applications rejected the TOTP secret. Use the Base2n class to create a better base32 encoded TOTP secret.
2023-04-27 01:14:06 -06:00
FusionPBX c270aed781
Add language values for user totp 2023-04-23 01:38:17 -06:00
FusionPBX 0295c17393
Add field user_totp_secret 2023-04-23 01:28:45 -06:00
FusionPBX e405e375f6
Add totp and enhance api key 2023-04-23 01:26:51 -06:00
trideeindhoven fba26b3f84
Better NL translations (#6590)
Co-authored-by: Jeroen Hermans <jeroen@perfectvoip.nl>
2023-03-28 10:24:11 -06:00
FusionPBX b449bef03e
Use preg_replace instead of escape (#6575)
Escape broke auto matching fields use preg_replace instead.
2023-03-10 09:54:49 -07: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
agree 4c29c3c4cf
[security] import pages xss prevention (#6553) 2023-02-14 15:34:53 -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
FusionPBX 2055aff48a
Add user enabled toggle. 2023-02-10 09:20:10 -07:00
fusionate dc1307028a
Default/Domain/User Settings: Implement select field for input_toggle_style options. 2023-01-23 19:31:18 +00:00
FusionPBX 433918a151
Special characters not required by default.
Long enough password special characters can be optional
2022-12-07 00:46:02 -07:00
FusionPBX b241b921fa
Create user_json.php 2022-11-07 08:57:01 -07: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
AlexC fbcd8242c4
Add max_retry and find_time default settings (#6352) 2022-04-26 10:16:51 -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
KRooney d2e61e351c
Update app_menu.php (#6275) 2022-01-30 21:05:01 -07:00
KRooney 3fb85b3fd5
Update app_menu.php (#6274) 2022-01-30 21:03:54 -07:00
KRooney 66bb5d6877
Update app_languages.php (#6272) 2022-01-30 21:01:00 -07:00
KRooney 73f13ef005
Update app_languages.php (#6203) 2022-01-17 21:08:32 -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 f56132e1a6
Update app_defaults.php 2021-12-24 12:37:19 -07:00
FusionPBX e701c9c261
Only show the contact details if they are in the view. 2021-10-06 11:04:49 -06:00
FusionPBX 30285d1bbf
Changes groups to group_names. 2021-07-10 00:53:50 -06:00
FusionPBX b6ff967923
Add group_uuids and change groups to group_names 2021-07-10 00:52:47 -06:00
konradSC 8767a28f69
Bug fix for api_key
If someone without the api_key permissions modified a user, it would wipe out the api_key value.
2021-01-07 08:43:58 -05:00
fusionate aa413b74b2 Default/Domain/User Settings: Implement select boxes for Destinations setting options. 2020-12-28 16:12:16 -07:00
FusionPBX 704a1eb5e5
Update user_edit.php
Use the proper permission user_group_delete.
2020-11-03 13:49:43 -07:00
Nate 8d74bd6351 Users - Import: Fix file upload. 2020-10-20 13:14:34 -06:00
Nate 06f79d79e7 Users: Add setting to require username format be an email address or not. 2020-10-16 11:48:07 -06:00
Antonio Fernandez 7399f90e2f
Changed error message for password length (#5359)
I've updated the wording for the error when a password is not long enough. I kept getting this error and found it wasn't descriptive enough and took me some time to realize what the actual error was. I also added the translations in Spanish and French.
2020-07-23 09:47:32 -06:00
chansizzle f357131e53
Update user_imports.php (#5357)
start data on row 2
2020-07-15 16:52:41 -06:00
FusionPBX b3a854eec6
Add domain_uuid column name and use multiple lines for column names. 2020-07-06 11:29:11 -06:00
FusionPBX 1a6f537d53
Add cast user_enabled as text 2020-07-05 20:07:42 -06:00
FusionPBX e385b3116f
Add cast user_enabled as text 2020-07-05 19:47:18 -06:00
Mark J Crane a07781860b Change data type and add toggle values 2020-07-02 12:02:54 -06:00
Nate 35924fbb2f Misc: Prep for future apps. 2020-04-18 14:09:51 -06:00
FusionPBX 340b32f092
Update user_edit.php 2020-04-17 16:59:38 -06:00
FusionPBX 789dadf579
Update user_edit.php 2020-04-17 16:58:57 -06:00
FusionPBX 70755ccd50
Update app_config.php 2020-04-17 16:57:17 -06:00
FusionPBX ac85543881
Update user_edit.php 2020-04-16 17:11:48 -06:00
FusionPBX b0abe3a531
Update user_edit.php 2020-04-16 17:05:07 -06:00
FusionPBX aec0107049
Update app_config.php 2020-04-16 16:52:58 -06:00
Nate 1528f61b87 Users - List: Fix sort by column heading. 2020-04-13 14:00:57 -06:00
Nate e86ee77d5c Users - Edit: Fix assigned and available Groups when cross-domain editing (via Show All feature). 2020-04-13 13:57:31 -06:00
FusionPBX 7000a4391f
Update user_edit.php 2020-03-30 15:10:14 -06:00
Nate 043708d183 Users - Add/Edit: Persistent form values upon submission failure. 2020-03-27 18:09:04 -06:00
FusionPBX fe0650b832
Update app_config.php 2020-03-27 14:10:49 -06:00
Nate 97eec1da04 Template, Core Apps: Update to new modal. 2020-03-25 16:48:12 -06:00
FusionPBX 1692e388d2 Update app_languages.php 2020-03-25 00:32:34 -06:00
FusionPBX a15c55d066 Update user_edit.php 2020-03-25 00:31:32 -06:00
racitup a1699f6fa6 Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us

* Add en-gb to app_configs

* Add en-gb to app_menus

* Language copy utility

* Fix missing quote mark

* Delete cp_lang.py

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
FusionPBX 5b0ba62f54 Update user_imports.php 2020-03-06 19:44:03 -07:00
FusionPBX ef8521a2ee Update user_edit.php 2020-03-06 19:37:36 -07:00
Nate f8c74e6586 Multiple: Add IDs to common/default action buttons. 2020-03-05 10:01:09 -07:00
Nate 141ca3b1e8 Users - Edit: Hide password fields before submit. 2020-03-03 19:16:33 -07:00
Len c486353436 Update user_edit.php (#5156) 2020-02-26 17:16:05 -07:00
FusionPBX 3b8ae86771 Update user_edit.php 2020-02-18 22:19:21 -07:00
FusionPBX 2f7b5c7924 Update app_defaults.php 2020-02-18 22:05:31 -07:00
Nate 6041e973bb Users: Remove deprecated delete script. 2020-02-17 18:38:43 -07:00
Nate 4bd1d72842 Users Class: Misc minor mods. 2020-02-17 18:38:15 -07:00
Nate 232e49182b Users - Edit: Sticky User Settings action bar. 2020-02-12 11:58:56 -07:00
Nate a2cb30ef1d Users - Import: Misc consistency updates. 2020-02-12 10:49:55 -07:00
FusionPBX d0e6de231c Update app_config.php 2020-01-09 20:08:07 -07:00
FusionPBX 9cfcf1dab8 Update app_config.php 2020-01-08 21:40:22 -07:00
Nate ab5ac47f76 Update user_imports.php 2020-01-08 13:27:07 -07:00
Nate 5b7d327189 User & User Settings: List view and button updates. 2020-01-07 11:11:50 -07:00
Nate 6e010f3d14 Users: Add window titles. 2020-01-06 10:22:13 -07:00
chansizzle f5b1b92b40 Update app_languages.php (#4956) 2019-12-28 12:19:51 -07:00
FusionPBX c35915f431 Update users.php 2019-12-05 00:03:20 -07:00
FusionPBX 776441b549 Update users.php 2019-12-04 22:23:16 -07:00
FusionPBX 514971bcd3 Update users.php 2019-12-04 08:45:33 -07:00
FusionPBX c67ba1d03c Update app_languages.php 2019-12-04 08:43:37 -07:00
FusionPBX 5dfac980c8 Create users.php 2019-12-03 23:15:47 -07:00
FusionPBX 4b8ef5f82b Update users.php 2019-12-03 23:14:19 -07:00
FusionPBX 856908a86d Update app_defaults.php 2019-12-03 23:10:28 -07:00
FusionPBX 7fdbb75113 Update app_defaults.php 2019-12-03 22:55:16 -07:00
FusionPBX 64c86c3b8b Update app_languages.php 2019-12-03 03:13:04 -07:00
fneto1977 86ea29da4c Fixed translations for Brazilian Portuguese (#4920)
* Fixed translations for Brazilian Portuguese

* Update app_config.php

* Fixed Translations for pt-br

* Fixed Translations for pt-br

* Fixed Translations for pt-br

* Update app_config.php

* Update app_languages.php

* Update app_menu.php

* app_config Domain

* app_languages.php - Domains

* app_menu - domains

* app_config - default settings

* app_languages -  - default settings

* app_menu - default settings

* app_config - databases

* app_languages - databases

* app_menu -  - databases

* app_config - upgrade

* app_languages - upgrade

* app_menu - upgrade

* app_config - users

* app_languages - users

* app_menu - users

* app_config - usersettings

* app_languages - usersettings

* app_menu - usersettings

* app_language - Reources
2019-11-27 17:53:28 -07:00
Nate 9e4dc4e51e Users: Paging fix. 2019-11-26 14:11:20 -07:00
FusionPBX 950ad367d2 Update user_edit.php 2019-11-23 22:15:30 -07:00
FusionPBX 3f0f2701d9 Update user_edit.php 2019-10-31 21:55:12 -06:00
agree 3493549652 Update user_edit.php (#4815) 2019-10-31 21:52:50 -06:00
FusionPBX 9caa28eb1f Update users.php 2019-10-29 17:23:20 -06:00
chansizzle 6c003d12de Update users.php (#4780) 2019-10-15 10:40:45 -07:00
chansizzle 4a253662ff Update user_edit.php (#4776) 2019-10-14 19:53:51 -07:00
chansizzle bbb0bd0670 Update user_imports.php (#4777) 2019-10-14 19:52:54 -07:00
chansizzle 110adde579 Update users.php (#4778) 2019-10-14 19:52:31 -07:00
chansizzle 284eb17f86 Update users.php (#4661) 2019-09-25 22:50:12 -06:00
chansizzle a99c35f611 Update users.php (#4657) 2019-09-25 11:48:21 -06:00
Nate fa18fd8db6 Update user_edit.php 2019-09-23 08:37:03 -06:00