Commit Graph

1701 Commits

Author SHA1 Message Date
FusionPBX 47536f89a2
Update index.php
Deprecate the upgrade_data_types variable and use the php class data_types variable.
2020-10-21 14:38:04 -06:00
FusionPBX 8bfb098136
Update upgrade_schema.php
Use the new php class data_types variable.
2020-10-21 14:33:43 -06:00
FusionPBX 7f4c89bb55
Update upgrade_schema.php 2020-10-21 13:51:16 -06:00
Nate fcb99ccfc6 Default Settings: Set Domain > time_zone to UTC if empty. 2020-10-21 13:05:06 -06:00
FusionPBX 57327b1e78
Update upgrade_schema.php
Add formatting for html description.
2020-10-21 12:19:48 -06:00
Nate 8d74bd6351 Users - Import: Fix file upload. 2020-10-20 13:14:34 -06:00
Nate 58531ac7b1 Group Manager - Permissions: Add filter for assigned/unassigned. 2020-10-20 11:55:16 -06:00
demonspork 80fa9cfe7d Fix displaying array order for settings of type array
the *_setting_order was missing from the SELECT queries for all 3 places I could find that use this mechanism. The device settings don't seem to use it.
2020-10-19 18:46:38 -05:00
Nate 06f79d79e7 Users: Add setting to require username format be an email address or not. 2020-10-16 11:48:07 -06:00
Nate 54ae9e2e13 Login: Adjust Password Reset feature to support using a specific or dynamic domain in the reset link sent. 2020-10-13 15:10:07 -06:00
FusionPBX 9207647fbe
Default time_zone to UTC time. 2020-10-07 16:47:19 -06:00
Nate b2d0bc504a Group - Copy: Fix duplicate permissions issue. 2020-09-29 16:33:44 -06:00
Len bfccd8170a
Update software.php (#5485) 2020-09-24 10:55:22 -06:00
agree 289e73543b
Fix dialplan_mode caching (#5428) 2020-08-28 10:34:56 -06:00
Len 94b9c33211
Update software.php (#5424) 2020-08-27 10:20:52 -06:00
FusionPBX b4f9e3ffaf
Update domain_edit.php 2020-08-14 00:30:50 -06:00
FusionPBX a660250899
Update domain_edit.php 2020-08-10 12:29:50 -06:00
Len 8427d22939
Update version to 4.5.16 (#5371) 2020-07-30 10:24:35 -06:00
FusionPBX 10a69d5965
Improve the domain settings description. 2020-07-30 08:02:54 -06:00
FusionPBX a4f312af04
After saving go back to the domain settings list. 2020-07-30 07:59:45 -06:00
FusionPBX e4b72206b3
On button replace escape with urlencode 2020-07-29 13:41:33 -06:00
FusionPBX 11416d89a4
Make domain settings independent. 2020-07-28 21:18:01 -06:00
FusionPBX 4222978c76
Add header domain settings and a description. 2020-07-28 21:15:58 -06:00
FusionPBX ecb8d919ce
Remove header_description-domain_settings 2020-07-28 21:14:23 -06:00
FusionPBX cf7c918b0c
Add a Settings button. 2020-07-28 21:13:34 -06:00
FusionPBX 1a25c8932e
Put the each column name on its own row. 2020-07-27 14:50:14 -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
agree b0b788427e
remove CDR Statistics from default menu for users (#5347)
* Remove CDR stattistics from user group menu

users don't have CDR statistics vier permission no need to have it in the menu

* remove status from user group menu

No need to have it in the default menu for the user group
2020-07-13 12:46:57 -06:00
FusionPBX b4beae1e97
Cast domain_enabled to text 2020-07-10 09:45:54 -06:00
FusionPBX 42a926684a
Remove a duplicate domain_uuid. 2020-07-10 09:44:53 -06:00
FusionPBX 95faf76f97
Use cast to text on domain_enabled. 2020-07-10 09:41:43 -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 8f5f94507a
Use multiple lines for column names. 2020-07-06 10:39:33 -06:00
FusionPBX f0383e491a
Use multiple lines for column names. 2020-07-06 10:33:52 -06:00
FusionPBX 21815a9ffd
Add the column names and cast user_setting_enabled as text. 2020-07-05 21:04:37 -06:00
FusionPBX 36292f5881
Forgot to remove this before committing it. 2020-07-05 20:53:05 -06:00
FusionPBX 9780547fb5
Add sql column names and cast user_setting_enabled as text 2020-07-05 20:49:32 -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
FusionPBX 9ff9346cc4
Update default_setting_edit.php 2020-07-05 19:28:49 -06:00
FusionPBX 18339563aa
Update the SQL statement add cast domain_setting_enabled as text. 2020-07-05 19:25:50 -06:00
FusionPBX 8543b89456
Update the SQL statement add cast domain_setting_enabled as text. 2020-07-05 17:26:12 -06:00
FusionPBX 18ed8c0ae2
Update the SQL statement add cast default_setting_enabled as text. 2020-07-05 17:18:16 -06:00
Mark J Crane a07781860b Change data type and add toggle values 2020-07-02 12:02:54 -06:00
Mark J Crane 1e7cccff2a Remove the old application manager that was view only. 2020-07-02 10:58:00 -06:00
FusionPBX c020592f0c
Update version to 4.5.15 2020-06-29 08:59:49 -06:00
FusionPBX 468cdb9a88
Rename the array $remianing_group_permissions to $database_group_permissions 2020-06-26 10:00:24 -06:00
agree f5a8a3b998
Optimize permission defaults (#5323)
* Update permission.php
2020-06-26 09:58:00 -06:00
FusionPBX 39646284ea
Setting default values to help with new permission protected option. 2020-06-25 19:10:19 -06:00
agree f643b0ee40
Added group permission protection (#5320) 2020-06-25 00:37:39 -06:00
FusionPBX b04d21857e
Add temporary software_add and software_edit permissions 2020-06-13 21:58:16 -06:00
frytimo 1f4a19bbd8
Rogue Apostrophe in SQL statement (#5298)
Remove rogue apostrophe in SQL statement for :default_setting_value.
2020-06-10 13:23:38 -06:00
Luis Daniel Lucio Quiroz b65c8cd68b
$this is a syntax error when using static classes (#5264) 2020-06-06 09:11:35 -06:00
Nate 485d8681ca Settings - Edit: Adjust Description field width. 2020-06-02 09:18:11 -06:00
Mark J Crane e93177c89b Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2020-05-30 09:07:26 -06:00
Mark J Crane 015b56408b Add a reload button to menu edit 2020-05-30 09:06:28 -06:00
Mark J Crane 4ae6d6a63b Update the reload button for group permissions 2020-05-30 08:51:32 -06:00
FusionPBX c71ea42041
Minor version update to 4.5.14 2020-05-28 10:14:09 -06:00
Nate d05429ad4e Theme: Header Bar updates. 2020-05-27 23:02:13 -06:00
Nate 6f33204316 Theme: Side Menu updates. 2020-05-27 21:24:07 -06:00
FusionPBX 0d67eed8d2
Change calling_code to a more descriptive name of country_code. 2020-05-26 13:36:12 -06:00
FusionPBX 796932795b
Change calling_code to country_code. 2020-05-26 13:33:36 -06:00
Nate 4a986730eb Theme: Side Menu updates. 2020-05-25 18:38:52 -06:00
Nate 6f829ea6cf Theme: Side Menu updates. 2020-05-23 18:57:17 -06:00
Nate d03b0e11d6 Domains - Add: Use lowercase, alert on duplicate. 2020-05-21 18:39:53 -06:00
Nate f5bfc2199a Theme: Side Menu default state controls. 2020-05-20 21:24:19 -06:00
FusionPBX f2532060a8
Update group_members.php 2020-05-08 19:26:08 -06:00
FusionPBX a7ec8a4413
Fix the group_members.php link by adding the underscore. 2020-05-08 19:23:21 -06:00
FusionPBX 0d84692809
Add the underscore to the filename. 2020-05-08 19:20:36 -06:00
FusionPBX abce6119eb
Update group_edit.php 2020-05-08 19:19:42 -06:00
FusionPBX 5da579eb86
Update groups.php 2020-05-08 19:18:21 -06:00
FusionPBX c108554f77
Update group_permissions.php 2020-05-08 19:17:37 -06:00
FusionPBX d48f6d1eb0
Update groups.php 2020-05-08 19:15:48 -06:00
FusionPBX b79770f2d3
Make group_members.php more efficient. 2020-05-08 19:14:08 -06:00
FusionPBX a32244f4e4
Update and rename groupmembers.php to group_members.php 2020-05-08 19:13:06 -06:00
FusionPBX 8a0e16d9b6
Update groups.php 2020-05-07 19:11:26 -06:00
Nate 33d06e7f67 Upgrade - Add step identifier to Data Types. 2020-05-06 12:40:59 -06:00
Mark J Crane 2d6e2a06f3 Remove this because it breaks some systems and this information isalready available on the status -> sip status page 2020-05-01 18:05:57 -06:00
FusionPBX 12e8e01b25
Update default_settings.php 2020-04-24 14:40:20 -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 39f4abfd37
Update app_config.php 2020-04-17 00:25:16 -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 6aef809c72 Group Permissions: Add Reload button for current user. 2020-04-14 20:20:57 -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
Nate ac4841b627 Theme: Add Default Setting to control Upgrade step color. 2020-04-13 11:56:32 -06:00
Nate 5baad31c97 Upgrade - Add suggestive step numbering. 2020-04-11 15:53:38 -06:00
FusionPBX 6512712667
Update app_config.php 2020-04-05 23:06:36 -06:00
FusionPBX bac885cc96
Update group_permissions.php 2020-04-05 00:50:26 -06:00
FusionPBX 9e4839dc51
Update software.php 2020-04-02 10:49:49 -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 bfc0b3279c Menu - List: Modal integration. 2020-03-26 17:46:48 -06:00