reliberate
|
d5c60df4fc
|
Added: Bootstrap Framework - initial integration.
Added: Bootstrap Plugins - DateTimePicker, ColorPicker (in multiple apps)
Added: Default Theme - responsive
Removed: RightJS Framework - no longer needed.
Removed: Accessible Theme - superseded by Default theme.
Removed: Minimized Theme - superseded by Default theme.
Enhanced: Menu - responsiveness added.
Enhanced: Dashboard - responsiveness added.
Etc.
|
2016-03-25 16:29:20 -06:00 |
FusionPBX
|
ddcb4cab28
|
Revert "Revert "Revert "search selects"""
|
2016-03-24 22:25:18 -06:00 |
FusionPBX
|
d7b95e462b
|
Revert "Revert "search selects""
|
2016-03-24 22:03:37 -06:00 |
FusionPBX
|
f9096f9cf1
|
Revert "search selects"
|
2016-03-24 22:02:41 -06:00 |
blackc2004
|
c2e1755931
|
search selects
|
2016-03-22 15:42:46 -07:00 |
markjcrane
|
961e527abb
|
Change device_provision_enable to device_enabled to make it consistent with the rest of the fields that are used for to enable and disable something.
|
2016-03-11 11:46:02 -07:00 |
reliberate
|
9b9d8b4e3b
|
Devices, Extensions, Gateways, Users: Bypass browser password manager prompt when saving.
|
2016-02-25 18:19:51 -07:00 |
markjcrane
|
d65982cfac
|
Add a new permission extension_user_record to control who is able to see extension record. By default superadmin has this permission.
|
2016-01-27 15:56:22 -07:00 |
markjcrane
|
fa081456b1
|
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
|
2016-01-17 00:01:13 -07:00 |
markjcrane
|
fca7beb7af
|
If the call group or toll allow have a value set set selected.
|
2016-01-13 17:57:25 -07:00 |
markjcrane
|
9c5eb3faea
|
Use call group singular instead of plural.
|
2016-01-13 16:40:26 -07:00 |
markjcrane
|
b8d3ca338d
|
Add an option for toll allow and call group select list.
|
2016-01-13 16:26:55 -07:00 |
blackc2004
|
292b754cb1
|
Update extension_edit.php
|
2015-10-29 12:24:24 -07:00 |
Alexey Melnichuk
|
3db89f6c91
|
Change. Allow use destination number as Outbound CallerID number for extension.
|
2015-10-23 15:05:24 +03:00 |
koldoa
|
2d5bce9481
|
Changed readdir to scandir so we can get sorted template names
|
2015-10-16 15:04:31 +02:00 |
markjcrane
|
4107bd0826
|
Another case where automcomplete bombs. Accounts -> Extensions password is used for registration not for a login. In FusionPBX if the password is left empty it would automatically create a new password. However auto complete instead puts in the login password this is an undesirable bug that this update fixes by adding a honey pot for the password.
|
2015-09-19 18:19:23 -06:00 |
markjcrane
|
514fd37672
|
Fix the extension device list.
|
2015-08-25 11:57:59 -06:00 |
FusionPBX
|
632d152035
|
Merge pull request #1118 from moteus/clear_cache_number_alias
Fix. clear cache also for number_alias.
|
2015-08-21 11:33:03 -06:00 |
Alexey Melnichuk
|
bff7f43abb
|
Fix. clear cache also for number_alias.
|
2015-08-21 13:22:07 +04:00 |
markjcrane
|
850d53359c
|
Move SQL queries out of the content as a best practice and coding standard. Fix number alias when using auth name and auth id.
|
2015-08-20 20:16:07 -06:00 |
markjcrane
|
e9d5215232
|
Change type number to text to fix caller id numbers that start with a 0.
|
2015-08-14 10:47:15 -06:00 |
FusionPBX
|
e6a85e776b
|
Merge pull request #1018 from moteus/number_alias_as_vm_id
Change. Use number_alias as voicemail_id.
|
2015-08-11 20:43:20 -06:00 |
markjcrane
|
6f6a2fc8d0
|
Change extension_context to extension_user_context in one location that was missed.
|
2015-07-31 10:58:38 -06:00 |
markjcrane
|
a7a472c86a
|
Add a new permission extension_user_context.
|
2015-07-31 09:37:53 -06:00 |
markjcrane
|
2353b9622a
|
Change else if to elseif on extension_edit.php
|
2015-07-31 09:18:27 -06:00 |
Alexey Melnichuk
|
a4b0b2d271
|
Merge branch 'master' into number_alias_as_vm_id
Conflicts:
app/hot_desking/extension_edit.php
|
2015-07-21 11:19:13 +04:00 |
markjcrane
|
ae99066dcd
|
The extension_password permission is not needed on the field name as the password is auto-generated. Because of this its only needed on the update.
|
2015-07-06 12:15:03 -06:00 |
Alexey Melnichuk
|
e89a499b2c
|
Change. Use number_alias as voicemail_id.
|
2015-07-02 18:49:58 +04:00 |
Mark Crane
|
34f6a889b9
|
Fix the the syntax so the default will work correctly.
|
2015-06-23 21:13:22 +00:00 |
Mark Crane
|
553d3a9c49
|
Add call_screen_enabled to the extension insert, update and then set the default to false.
|
2015-06-23 20:42:26 +00:00 |
Mark Crane
|
22dd5b6658
|
Add extension_call_screen permission, and add call_screen_enabled to extensions/extension_edit.php.
|
2015-06-23 20:06:44 +00:00 |
Mark Crane
|
71b0956e9a
|
Add call_screen_enabled to extension_edit.php.
|
2015-06-23 19:59:51 +00:00 |
Mark Crane
|
4d5b09e7b5
|
Move extension devices up on the page to make it more convenient for configuring devices.
|
2015-06-23 19:43:12 +00:00 |
Nate Jones
|
60963abd4f
|
Ring Groups: Added Missed Call notification interface.
Extensions: Removed unnecessary echoes.
|
2015-06-19 16:33:05 +00:00 |
Mark Crane
|
8a761fdfcb
|
Unhide mwi_account again.
|
2015-06-11 00:17:27 +00:00 |
Nate Jones
|
c096530d89
|
Extension: Hide MWI Account field till functionality restored.
|
2015-06-02 21:51:15 +00:00 |
Nate Jones
|
46bbdeaa38
|
Extensions: Missed Call notification option.
|
2015-05-23 02:11:26 +00:00 |
Mark Crane
|
aaba392446
|
Fix the syntax by adding a missing ).
|
2015-05-20 22:34:16 +00:00 |
Mark Crane
|
2ee03aa15b
|
A few more adjustments for the new password permissions.
|
2015-05-20 22:32:55 +00:00 |
Mark Crane
|
f281d4fa40
|
Add extension_password and device_line_password permissions. Goal is to make it possible to hide the password from the admin as desired by the superadmin.
|
2015-05-20 22:24:19 +00:00 |
Mark Crane
|
dd929e5f6c
|
Allow limit max to set to 0 to disable the extension calling.
|
2015-05-20 16:54:55 +00:00 |
Mark Crane
|
d022ddcdc8
|
Add missing commas.
|
2015-05-20 02:28:10 +00:00 |
Mark Crane
|
a04e45f63d
|
Add defaults for sip port and transport, expires to extension_edit.php.
|
2015-05-20 02:21:10 +00:00 |
Nate Jones
|
60856cc6f5
|
Extensions: Only show Call Control button on edit.
|
2015-05-05 16:45:35 +00:00 |
Nate Jones
|
b9d28743f7
|
Extension Add: Fix for Issue 910 - Skip check on extensions limit if not defined.
|
2015-04-10 14:42:55 +00:00 |
Digital Daz
|
03f5a6854e
|
Prevent users bypassing extension limits by using range
|
2015-04-07 23:50:36 +00:00 |
Nate Jones
|
73d0629ba2
|
Extensions: Added direct link to Calls page, requested in Issue 870.
|
2015-03-25 17:11:07 +00:00 |
Nate Jones
|
6f4209e2f6
|
Misc: Implement maximum limits on multiple apps.
|
2015-03-22 08:17:04 +00:00 |
Mark Crane
|
f08e4be71b
|
Set the user_context on an extension to the domain name.
|
2015-03-22 03:22:05 +00:00 |
Nate Jones
|
349185b8a7
|
Voicemail: Added default settings to control default Voicemail File and Keep Local settings when creating new extensions and/or Voicemail boxes.
|
2015-03-20 01:09:18 +00:00 |