reliberate
39a31432ba
User Dashboard: Minor layout optimizations.
...
Follow Me: Added search and minimized paging controls.
Extensions: Added minimized paging controls.
2016-03-03 19:01:58 -07:00
reliberate
9b9d8b4e3b
Devices, Extensions, Gateways, Users: Bypass browser password manager prompt when saving.
2016-02-25 18:19:51 -07:00
markjcrane
af18c963c0
Rename .project.ROOT to project_root.php this conforms better with current file naming standards.
2016-02-22 14:01:18 -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
Mafoo
56b34c34ca
changed throw Exception to die
...
nothing ever eval runs the root.php so changed to die to cause a immediate report of error and stop code processing.
2016-01-20 11:30:31 +00:00
Mafoo
87dbd6b428
Added check for if .project.ROOT is missing
...
If a installation is missing the .project.ROOT previously it would just use the last search path as the project root (wrong) this will cause a Exception should it be unable to find it
2016-01-18 09:38:16 +00:00
markjcrane
fa081456b1
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
FusionPBX
d298dad5cc
Merge pull request #1331 from mafoo/BugFix-root.php_logic
...
Rollout new root.php
2016-01-16 10:09:44 -07:00
Matthew Vale
6999198492
added logic in cli mode to chdir to the correct directory first
...
the webserver would normally do this for us, but we need to do it
2016-01-14 16:25:05 +00: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
Matthew Vale
a41e89af76
Added full logic to support cli as well
2016-01-13 17:38:54 +00:00
Matthew Vale
0176d30312
change to use '/' instead of DIRECTOR_SEPERATOR
2016-01-12 14:47:50 +00:00
Matthew Vale
e6ad46cfbf
Rollout of root.php
2016-01-12 13:55:39 +00:00
Matthew Vale
81b85c3caf
Merge branch 'fusionpbx/master' into Enhance-Languages
...
Conflicts:
app/extensions/app_languages.php
2015-12-11 08:45:26 +00:00
blackc2004
d107530cf2
extension download
2015-12-10 15:07:46 -08:00
Matthew Vale
f5bfeffe18
First pass on app/*
2015-12-10 10:12:41 +00:00
FusionPBX
cab006a151
Merge pull request #1307 from blackc2004/patch-15
...
Update app_config.php
2015-12-09 14:57:06 -08:00
blackc2004
52bd6a1029
Update extension.php
2015-12-09 14:04:26 -08:00
blackc2004
9a1d650532
Update app_config.php
2015-12-09 13:59:43 -08:00
FusionPBX
ee8166d918
Merge pull request #1210 from blackc2004/patch-8
...
Update extension_edit.php
2015-10-30 09:37:23 -06:00
FusionPBX
b829588746
Merge pull request #1211 from blackc2004/patch-7
...
Update app_languages.php
2015-10-30 09:36:55 -06:00
FusionPBX
e8d95a94e3
Merge pull request #1212 from blackc2004/patch-6
...
Update app_config.php
2015-10-30 09:36:30 -06:00
blackc2004
cdb016277d
Update extension.php
2015-10-29 12:24:55 -07:00
blackc2004
292b754cb1
Update extension_edit.php
2015-10-29 12:24:24 -07:00
blackc2004
e2c3717556
Update app_languages.php
2015-10-29 12:23:49 -07:00
blackc2004
3c4a7744e4
Update app_config.php
2015-10-29 12:22:40 -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
7bd5f9a1ba
Add extension count.
2015-09-04 23:12:36 -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
8ca1eaf93e
Give precedence to number_alias over extension in destinations class that generates the destination select list.
2015-08-15 21:49:27 -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
FusionPBX
75aaf20cfa
Merge pull request #1017 from moteus/no_default_domain
...
Change. Does not use `default` dialplan/directory.
2015-08-10 11:27:19 -06:00
markjcrane
ebe536c66d
Change call_center_contact to user_contact.
2015-08-07 15:24:24 -05:00
markjcrane
1393201847
Escape the $ for $domain_uuid.
2015-08-06 00:14:46 -05:00
markjcrane
752c54d05c
Escape the $ in the domain_uuid variable.
2015-08-05 18:17:39 -05:00
markjcrane
bcf1363277
Add destination details to several app_config.php files.
2015-08-04 14:52:10 -06:00
markjcrane
0c76720731
Add title-call_groups to app/extensions.
2015-08-03 18:42:16 -06:00
markjcrane
dd1d7a9ffd
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-08-02 23:43:53 +00:00
root
22c146f7f4
Add latest translations
2015-08-02 23:42:11 +00: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