konradSC
0929dcfe5e
Update app_languages.php ( #2433 )
...
Fix quotes
2017-03-17 10:22:34 -06:00
The-Operator
a585ccd69f
Add German translation and update Austrian translation ( #2425 )
2017-03-16 03:22:38 -06:00
drenda
c37ce02d44
Added Italian translation ( #2379 )
...
* Added Italian translation
* add italian translation
* add italian translation
* add italian translation
* fix typo error
* add italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian language
* added italian translation
* added italian language
2017-02-16 19:46:50 -07:00
FusionPBX
6bf0f9d9e3
Update app_config.php
2017-02-15 21:16:45 -07:00
FusionPBX
75b47dfefc
Change a duplicated uuid.
2017-01-14 20:26:36 -07:00
FusionPBX
965d390c0c
Move voicemail default settings to app/voicemail
2017-01-14 14:04:04 -07:00
FusionPBX
4ddcb7f205
Add app_uuid to default settings schema.
2017-01-14 11:17:03 -07:00
FusionPBX
55065b02df
Update app_config.php
...
Add default settings array to app_config.php.
2017-01-13 10:01:24 -07:00
FusionPBX
0f8ff70dc6
Update app_defaults.php
2017-01-13 09:56:30 -07:00
FusionPBX
7effa431cf
Update app_defaults.php
2017-01-12 20:03:21 -07:00
FusionPBX
b05b8b5755
Update app_defaults.php
2017-01-12 16:30:37 -07:00
FusionPBX
406e4b0d6b
Update app_defaults.php
...
Add the default menu.
2017-01-10 10:13:07 -07:00
FusionPBX
0feed0f095
Update app_defaults.php
2016-11-27 16:54:56 -07:00
jebsolutions
36916fa2d7
fix typo ( #2199 )
2016-11-26 16:09:28 -07:00
FusionPBX
9efa7e2413
Update app_defaults.php
...
Add the temp directory to default settings.
2016-11-25 14:28:35 -07:00
FusionPBX
bcdb99c6db
Update app_defaults.php
2016-11-20 16:49:29 -07:00
jebsolutions
031b1053dc
Fax email fix for master branch ( #2023 )
...
* allow bypass of certificate validation
* Update app_defaults.php
change to match
* Update app_defaults.php
2016-10-31 14:19:41 -06:00
FusionPBX
3b359e549e
Update app_defaults.php
2016-10-22 22:12:32 -06:00
FusionPBX
cef3d3f948
Add a default password_length to default settings.
2016-08-28 14:23:43 -06:00
Mafoo
4ed30bfe53
Enhance Voicemail Emails ( #1738 )
...
* Renamed template variable account to voicemail_id and adjusted all
templates
* Added ${voicemail_description}
* Added ${voicemail_name_formatted} (will render the voicemail identifier in accordance with Default/Domain Settings > Voicemail > display_domain_name)
* Updated templates to be consistent spacing
* Updated templates to include use of ${voicemail_name_formatted}
* Changed ${account} to be voicemail_name_formatted instead of id
2016-07-22 09:23:03 -06:00
markjcrane
988ca1154b
Move the voicemail default settings to main default_settings/app_defaults.php for better efficiency.
2016-06-26 12:32:51 -06:00
markjcrane
76b0781d9a
Improve the indentation on default_setting_edit.php.
2016-06-21 17:58:05 -06:00
reliberate
7a82546a2a
DB: Added Countries table.
2016-06-06 16:13:57 -06:00
reliberate
0f07828d0c
Security: Integrate Settings and necessary functions to enforce password complexity requirements.
...
Theme: Add basic password strength indicator bar.
Default Settings: Also verify correct Type (name) on Upgrade > App Defaults.
User: Show Nickname in Contact select if no Given or Family name.
Password Reset: Integrate hide and convert password fields method to prevent browser prompt.
2016-06-02 18:26:32 -06:00
reliberate
df22a29ed4
Theme: Integrate ability to use Google Fonts.
2016-05-05 12:57:08 -06:00
markjcrane
097a5d8ade
Check the missing array has content before processing it.
2016-05-04 00:22:35 -06:00
markjcrane
ca49067713
Change default setting for smtp_secure = tls.
2016-05-03 16:06:08 -06:00
markjcrane
c3b12c217d
Cleanup the indentation ... tabs and whitespace after the last pull request.
2016-04-28 16:56:44 -06:00
Harry G. Coin
f02028629a
fixes so cli installs/upgrades work.
...
Also another step along the way allowing freeswitch to run -u -g freeswitch and fusionpbx to run -u -g www-data
2016-04-25 21:26:26 -05:00
Harry G. Coin
8f17c47071
Patch to support sendmail, qmail, mail.
...
Also allow port to be set without munging host string (easier to change from 25/465/custom/etc).
2016-04-25 20:58:28 -05:00
Harry G. Coin
bda6861f88
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
markjcrane
8731afb5e2
Use a more efficient way to add the default settings.
2016-04-15 09:24:55 -06:00
markjcrane
67e1e7b798
Combine some of the default settings.
2016-04-14 20:11:47 -06:00
reliberate
6b14dc2437
Default/Domain/User Settings: Handle boolean value for menu_main_icons setting.
2016-04-05 17:24:22 -06:00
reliberate
4a4517a5ab
Functions: Enhance img_spacer() function.
...
Dialplan Edit: Integrate img_spacer() to fix row divider.
Default/Domain/User Settings: Use img_spacer() function for color swatches.
Contact Times: Adjust for recent changes on img_spacer() function.
2016-04-01 19:44:26 -06:00
reliberate
5ad7291333
Default Settings: Enhance swatch display on color values.
2016-03-30 17:43:57 -06:00
reliberate
0ac33e601d
Default Settings: Added ability to toggle the enabled state of checked settings.
2016-03-30 16:44:51 -06:00
reliberate
ca591d2b5a
Settings: Paging - Modify description to include "Default: 50".
2016-03-28 23:08:20 -06:00
reliberate
5974b686e9
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -06:00
reliberate
5b97091e27
Theme: Add additional Settings to control the style of various elements, remove old css classes.
...
Default/Domain/User Settings: Add color previews in list view.
2016-03-28 22:29:15 -06:00
reliberate
44e77b0eef
Enhance: Default Theme - enable menu style and positioning options.
2016-03-25 19:38:57 -06:00
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
markjcrane
e17c11f754
Update the IVR Menu class to make dialplan more modular. Add option for LUA or application IVR.
2016-03-19 19:06:06 -06:00
reliberate
17c6193067
Default/Domain/User Settings: Uncheck the 'Check All' checkbox for a category when a subcategory item is unchecked.
...
Default Settings: Hide the 'Check All' checkboxes when using the search.
2016-03-17 08:45:07 -06:00
mafoo
77c72c8d7c
BugFix-Translation-True_False
...
fixed various uses of ucwords() to render true/false to use
$text[label-*] instead
2016-03-11 11:34:52 +00:00
markjcrane
e137068d23
Remove the limit on the setting value of 255 as it blocks the length fax footer.
2016-03-07 12:04:07 -07:00
reliberate
b54b832145
Settings: Add interface for User Settings, add ability for Admin to manage (own) Domain and User Settings.
2016-02-29 11:39:46 -07:00
reliberate
224f3d4301
Default/Domain Setting: Bypass browser password manager prompt when saving.
2016-02-25 18:38:19 -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
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