FusionPBX
2e1e575056
Update app_defaults.php
2016-11-27 16:54:56 -07:00
jebsolutions
8c350b56ba
fix typo ( #2199 )
2016-11-26 16:09:28 -07:00
FusionPBX
352877108d
Update app_defaults.php
...
Add the temp directory to default settings.
2016-11-25 14:28:35 -07:00
FusionPBX
c7bb22ec8e
Update app_defaults.php
2016-11-20 16:49:29 -07:00
jebsolutions
130147990e
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
05ddfce8ef
Update app_defaults.php
2016-10-22 22:12:32 -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