markjcrane
|
81f6294a9b
|
When adding a record hide the members and permissions buttons
|
2023-05-27 12:26:48 -06:00 |
fusionate
|
cc5b2ba554
|
Group Permissions: Fix search, filter after submit and PHP 8.1 updates.
|
2023-05-23 18:53:50 +00:00 |
Anthony
|
60adb692ec
|
Corrected translations & added missing translations in core/app_languages.php (#6701)
* Update app_languages.php
|
2023-05-18 15:36:59 -06:00 |
fusionate
|
a87ae4794e
|
Permission [Class] - Updates for PHP 8.1
|
2023-05-16 18:41:34 +00:00 |
markjcrane
|
c5f7e61c82
|
Update group files prevent null errors.
|
2023-05-15 22:38:46 -06:00 |
FusionPBX
|
2a3d9e8e3d
|
Fix the a mistake in the en-us translation
|
2023-05-11 11:51:55 -06:00 |
Ben
|
651c8ba971
|
updated translations (#6679)
|
2023-05-08 19:11:11 -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
|
915b8d3fe6
|
Minor update to be more consistent
|
2023-05-01 20:57:21 -06:00 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
FusionPBX
|
8a0f4ed6d2
|
Add group_uuid for group permissions if the ID is null
|
2022-09-22 09:22:23 -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 |
KRooney
|
12ca3eff5e
|
Update app_languages.php (#6269)
|
2022-01-29 19:04:39 -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
|
f6748d8f13
|
Update app_defaults.php
|
2021-12-24 12:39:14 -07:00 |
FusionPBX
|
950542a29a
|
Add group_global permission.
|
2021-10-22 14:51:12 -06:00 |
FusionPBX
|
a838b116ca
|
Use resources/classes/groups.php instead.
|
2021-08-26 16:35:44 -06:00 |
FusionPBX
|
0ac69c9ecc
|
Removed unused permission.
|
2021-07-27 12:01:52 -06:00 |
FusionPBX
|
cae45cf32b
|
Add a new permission group_global
|
2021-07-08 00:22:15 -06:00 |
agree
|
7a40461272
|
Group permission add filter for displaying protected permissions
|
2021-01-18 17:29:08 -05:00 |
Nate
|
58531ac7b1
|
Group Manager - Permissions: Add filter for assigned/unassigned.
|
2020-10-20 11:55:16 -06:00 |
Nate
|
b2d0bc504a
|
Group - Copy: Fix duplicate permissions issue.
|
2020-09-29 16:33:44 -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 |
Mark J Crane
|
4ae6d6a63b
|
Update the reload button for group permissions
|
2020-05-30 08:51:32 -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
|
6aef809c72
|
Group Permissions: Add Reload button for current user.
|
2020-04-14 20:20:57 -06:00 |
FusionPBX
|
bac885cc96
|
Update group_permissions.php
|
2020-04-05 00:50:26 -06:00 |
Nate
|
97eec1da04
|
Template, Core Apps: Update to new modal.
|
2020-03-25 16:48:12 -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
|
479888cad4
|
Update group_permissions.php
|
2020-03-07 13:59:23 -07:00 |
Nate
|
3774fa95fe
|
Group Members/Permissions/Edit - Minor improvements (maybe).
|
2020-03-06 15:25:08 -07:00 |
Nate
|
d22ccf85e4
|
Group Permissions: Minor mod.
|
2020-03-06 14:30:21 -07:00 |
Nate
|
a7c133aabf
|
Group Permissions: Search fixed, other minor mods.
|
2020-03-06 14:26:46 -07:00 |