Commit Graph

39 Commits

Author SHA1 Message Date
FusionPBX
f4b445cad3 Update app_defaults.php 2017-01-13 09:58:36 -07:00
FusionPBX
f7d56f40a1 Update app_defaults.php 2017-01-12 20:21:55 -07:00
FusionPBX
c26c4b3316 Update app_defaults.php 2017-01-10 10:24:11 -07:00
FusionPBX
48771882e1 Update app_defaults.php
Add the menu.
2017-01-10 10:15:08 -07:00
jebsolutions
04196328ef typo fix (#2200)
Ooh Noo.
2016-11-26 16:08:35 -07:00
FusionPBX
b2827775dc Update app_defaults.php
Make sure the temp directory exist in default settings.
2016-11-25 14:29:55 -07:00
FusionPBX
130e415bc9 Update app_defaults.php 2016-11-20 16:50:03 -07:00
jebsolutions
0ed5657ec6 email/fax fixes for 4.2 branch (#2022)
I updated this to latest 4.2.
2016-10-31 14:21:26 -06:00
FusionPBX
adca3557b8 Add a default password_length to default settings. 2016-08-28 14:23:43 -06:00
Mafoo
613b9c9bea 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
504ea75d3b Move the voicemail default settings to main default_settings/app_defaults.php for better efficiency. 2016-06-26 12:32:51 -06:00
reliberate
4b709e0694 DB: Added Countries table. 2016-06-06 16:13:57 -06:00
reliberate
72687adef2 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
markjcrane
3abaff004c Check the missing array has content before processing it. 2016-05-04 00:22:35 -06:00
markjcrane
83f40ee7bf Change default setting for smtp_secure = tls. 2016-05-03 16:06:08 -06:00
markjcrane
bc51cd7d1d Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
Harry G. Coin
93cee9d479 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
91a92d8e5e \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
4a564a1215 Use a more efficient way to add the default settings. 2016-04-15 09:24:55 -06:00
markjcrane
5ca4307ef1 Combine some of the default settings. 2016-04-14 20:11:47 -06:00
reliberate
334ce42827 Settings: Paging - Modify description to include "Default: 50". 2016-03-28 23:08:20 -06:00
reliberate
cd7843b7f3 Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
markjcrane
4b7e7fce06 Minor adjustments. 2015-12-20 22:46:52 -07:00
markjcrane
3e533e968e Add default settings -> domain -> bridge -> text -> outbound to avoide loopback however loopback is also an option. 2015-10-07 10:45:28 -07:00
markjcrane
d781e2bb1b Fix the session rotate default setting type and value. 2015-08-21 11:25:40 -06:00
markjcrane
560086d6c4 Add a new default settings -> security -> session_rotate. 2015-08-21 11:21:08 -06:00
markjcrane
8eacfbcb40 Change the email defaults. 2015-08-15 19:41:07 -06:00
markjcrane
c8f87ac7e2 Move the email settings into default settings app_defaults.php. 2015-08-03 10:11:41 -06:00
Mark Crane
7bdb0e5402 Add switch call_center dir to default settings. 2015-03-21 06:03:58 +00:00
Nate Jones
d199d58487 Add UUID field to Language table population. 2015-01-18 11:09:04 +00:00
Nate Jones
f119831044 Rename & move Languages table creation/population to core. 2015-01-18 10:59:42 +00:00
Mark Crane
1613d19c3b Unset the prepared statements used in the app_defaults.php files. 2014-07-23 22:00:03 +00:00
Mark Crane
e1c991d6ea Add code to change switch gateways dir to switch sip_profiles dir. Update the domain settings. 2014-03-22 01:00:46 +00:00
Nate Jones
cd2faf3521 Changed password_length Default Setting back to current value of 10, instead of 15. 2014-03-13 21:11:43 +00:00
Nate Jones
33bb2d850f Added Default Settings allowing control of system generated password lengths and strengths. Consistified (new word) password generation between Extension add and edit. Layout adjustment of Default Settings list. 2014-03-13 21:09:41 +00:00
Mark Crane
7ab948b20f Fix the test to see if the domain language code is being set and optimize it. 2012-10-30 08:56:49 +00:00
Mark Crane
e4162371dd Add a check to ensure that the language code is set for those that are upgrading. 2012-10-19 19:57:30 +00:00
Mark Crane
17af99d5e5 Efficiency enhancement for upgrade and upgrade_schema by running global tasks one time rather than for each domain. 2012-08-14 21:59:45 +00:00
Mark Crane
af103e9c41 Add a missing file sip_profile_copy.php to the dev branch. 2012-06-04 14:58:40 +00:00