Commit Graph

1684 Commits

Author SHA1 Message Date
FusionPBX 138e3baa31
Minor version update 4.5.24 2021-04-28 14:59:02 -06:00
FusionPBX 4bf9e4b3a9
Merge pull request #5850 from demonspork/domain-default-settings-switcher
Add Domain and Global buttons on the respective settings page
2021-03-31 19:31:25 -06:00
FusionPBX f89327a9fc
Modify description input from text to textarea 2021-03-31 09:35:59 -06:00
demonspork 30844d90aa Add Domain and Global buttons on the respective settings pages for easy navigation 2021-03-26 16:52:05 -05:00
FusionPBX 414954ff22
Version update to 4.5.23. 2021-03-25 00:52:56 -06:00
FusionPBX 970478ba70
Merge pull request #5806 from demonspork/patch-3
Add "Settings" link to Domains list
2021-03-19 09:36:10 -06:00
FusionPBX b086093ca3
User logs show show current domain by default.
Show all domains if the Show All button is pressed.
2021-03-19 00:47:00 -06:00
demonspork b847f95987
Add "Settings" link to Domains list
Skip the step of clicking on the domain then clicking settings. I very rarely want to edit a domain's basic settings, 99% of the time I am wanting to either manage the domain or edit domain_settings.
2021-03-11 14:01:55 -06:00
FusionPBX a7518e52e7
Change the input type from text description into a textarea. 2021-02-26 10:23:28 -07:00
FusionPBX 05e151822a
Change the input text type description into a textarea so the description shows in a more convenient container. 2021-02-26 10:17:16 -07:00
FusionPBX 094188fd76
Minor version change from 4.5.21 to 4.5.22. 2021-02-25 10:16:23 -07:00
FusionPBX 4e17dc4f85
Advanced -> Domains add Manage link as an option to switch domains.
This used to be there and some people miss it so adding it back again.
2021-02-20 17:02:31 -07:00
FusionPBX 3f6ad8af74
Move the parameter for the search. 2021-02-14 20:25:08 -07:00
FusionPBX 4f5722053e
Add user_log_all permission. 2021-02-13 23:39:55 -07:00
FusionPBX e4ad713a11
Add the add method to the user_logs class. 2021-02-13 16:28:12 -07:00
Mark J Crane 5fdcffff7b Update menu for the user_logs 2021-02-13 16:01:00 -07:00
Mark J Crane deac19f646 Add core/user_logs 2021-02-13 15:56:49 -07:00
FusionPBX ddb03b7722
Change the path from /app/user_logs to /core/user_logs. 2021-02-13 15:46:12 -07:00
FusionPBX 07a62697e2
Minor version update to 4.5.21. 2021-01-28 17:35:46 -07:00
FusionPBX b9b18011c2
Merge pull request #5713 from emaktech/patch-10
French translation micro update
2021-01-26 08:40:14 -07:00
agree 7a40461272
Group permission add filter for displaying protected permissions 2021-01-18 17:29:08 -05: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
emaktech b266affa04
Update app_languages.php
French translation micro update
2021-01-06 16:19:11 -05:00
fusionate aa413b74b2 Default/Domain/User Settings: Implement select boxes for Destinations setting options. 2020-12-28 16:12:16 -07:00
fusionate 59410dab58 Default Settings - List: Minor adjustments to Category selection and options. 2020-12-23 17:11:55 -07:00
Len 5b3a247fc1
Version 4.5.20 2020-11-19 10:19:04 -05:00
FusionPBX 704a1eb5e5
Update user_edit.php
Use the proper permission user_group_delete.
2020-11-03 13:49:43 -07:00
Nate 5c7f97ac8a Domains: Retain session domain_name and domain_uuid on add and delete. 2020-11-02 16:00:02 -07:00
Nate 764091e2fb Menu: Add confirmation modal to Restore Default action. 2020-10-29 18:31:19 -06:00
Len 3e4348bf33
Version 4.5.19 2020-10-28 13:07:24 -04:00
FusionPBX c0e0cd3101
Update database.php
Add domain_uuid to the SQL select statement.
2020-10-27 15:50:24 -06:00
FusionPBX 1b0d8ceb41
Update database.php
Get the domain name from the database.
2020-10-26 19:22:46 -06:00
Nate c2bf8cf761 Default/Domain Settings - Copy: Retain state when Enabled is false. 2020-10-21 14:39:39 -06:00
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