FusionPBX
41e8567043
Update functions.php
2019-04-30 23:59:45 -06:00
FusionPBX
863b7c6bdf
Update functions.php
2019-04-29 09:39:58 -06:00
FusionPBX
8be6ce91ab
Update functions.php
2019-04-17 15:10:37 -06:00
FusionPBX
e75fc601e7
Update functions.php
2019-04-01 20:35:58 -06:00
Nate
a35f618ec2
Password Reset: Add email message to Email Templates.
2019-03-13 23:30:39 -06:00
Nate
d799d42e1f
Modify en/decryption functions to be openssl-based - mcrypt_* functions are now deprecated as of PHP 7.1.0
2019-02-28 18:22:34 -07:00
Nate
36b32599f1
Restore Login Reset Password functionality, adjust default SMTP debug level.
2019-02-28 17:32:27 -07:00
FusionPBX
780adea69c
Update functions.php
2019-02-09 08:28:37 -07:00
FusionPBX
3ad1fb1f64
Update functions.php
2019-02-09 08:15:33 -07:00
Nate
04b02d5fa5
Fix Port and integrate Hostname Setting on send_email() function. Add Test button to Emails app to test outbound SMTP Settings.
2019-01-23 14:40:10 -07:00
Nate
4d0e1c1ec5
Remove mobile detection class, use modified user_agent function instead.
2018-12-27 09:12:24 -07:00
FusionPBX
c7af59eccf
Update functions.php
2018-12-22 02:21:20 -07:00
FusionPBX
8c72e0a2e5
Update functions.php
2018-12-22 01:50:32 -07:00
FusionPBX
85a5af6edb
Update functions.php
2018-12-22 01:47:07 -07:00
FusionPBX
bc5b4aac87
Update functions.php
2018-12-22 00:51:58 -07:00
Nate
463a94f537
Add mobile device detection to project. Improved Messages app when used on a mobile device.
2018-12-21 23:29:20 -07:00
Nate
97a9376ab1
Update functions.php
...
Add missing function required for Messages app updates.
2018-12-19 22:35:38 -08:00
Dan
d0a139e265
Rename Default settings category ( #3754 )
...
* Added a simple selfhosted voicemail transcription API client
* Minor logging cleanup
* Add some string escaping to handle transcription providers
* Add JSON handling (optional) to selfhosted API
* Changed name of Security settings to Extension
* Revert "Added a simple selfhosted voicemail transcription API client"
This reverts commits 77ae2b2830 to 2056a71f13
2018-12-02 11:00:30 -07:00
FusionPBX
2c292611af
Update functions.php
2018-10-25 09:46:33 -06:00
FusionPBX
c6905e922b
Update functions.php
2018-10-15 15:46:27 -06:00
markjcrane
a72f1d6266
Change messages class to message
2018-08-31 03:09:01 +00:00
FusionPBX
8e757a0b39
Minor version update 4.5.2
2018-08-30 10:28:02 -06:00
FusionPBX
39cf4cd31c
Update functions.php
2018-05-28 13:48:16 -06:00
FusionPBX
c2f60a0407
Update functions.php
2018-05-19 23:51:59 -06:00
FusionPBX
f18f50f000
Update functions.php
2018-04-05 22:29:03 -06:00
FusionPBX
14eda26635
Update functions.php
2018-04-05 22:25:45 -06:00
FusionPBX
f54a61c6dd
Update functions.php
2018-03-21 01:43:07 -06:00
FusionPBX
5f07ecccf2
Update functions.php
2018-02-13 15:38:26 -07:00
FusionPBX
0b03facfe5
Update functions.php
2018-02-06 18:28:30 -07:00
FusionPBX
63029b46d9
Minor version update 4.3.4
2017-10-26 15:21:03 -06:00
FusionPBX
e644e99193
Update functions.php
2017-09-20 10:58:59 -06:00
FusionPBX
4dc309539f
Minor version update 4.3.3.
2017-09-07 13:10:33 -06:00
Mafoo
3cab4401cf
Enhance - More messages::add updates ( #2662 )
...
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Mafoo
4963119692
Enhance [master] add column descriptions to xml_cdr ( #2571 )
...
update th_order_by to accept optional description parameter that will
populate the title field and append the , sort(order)
2017-05-13 14:14:03 -06:00
FusionPBX
ceb06deb63
Minor version update 4.3.2.
2017-01-30 20:40:28 -07:00
FusionPBX
68e18894db
Update functions.php
...
Minor version change.
2016-12-27 22:22:54 -07:00
FusionPBX
728a3c4b01
Update functions.php
...
is_uuid make it more generic so it doesn't matter which uuid type it is whether 1,2,3 or 4.
2016-12-24 14:07:03 -07:00
FusionPBX
25f4c71b1c
Update functions.php
...
Update the master branch version to 4.3.
2016-09-29 09:05:24 -06:00
hargut
903dabfa6c
Fix e-mail attachment handling / conversion & allow local emails to be valid ( #1921 )
...
* Enable local email addresses to be valid. E.g required for local Fax submission.
* Fix filenames & allow spaces in filenames.
* Fix attachment file names.
* Revert "Fix filenames & allow spaces in filenames."
This reverts commit 0908f42cc7 .
See commit ecf490ff79 for the proper fix.
2016-09-19 08:54:58 -06:00
FusionPBX
21aefc7cfc
Update functions.php
...
FusionPBX 4.2 release.
2016-09-11 00:03:57 -06:00
FusionPBX
ba1ad5e71d
Update functions.php
2016-09-10 23:46:25 -06:00
FusionPBX
5ca22952d3
Update functions.php
2016-08-13 14:12:58 -06:00
markjcrane
f5959516ed
Update recur_sounds_dir to return an array rather than using a global variable.
2016-08-04 09:49:57 -06:00
Alexey Melnichuk
65d9424078
Fix. `event_socket_mkdir` for Windows system. ( #1724 )
2016-06-30 08:11:52 -06:00
markjcrane
bd23c78670
Use FreeSWITCH to run mkdir so it inherits its own user and group permissions.
2016-06-28 15:18:40 -06:00
reliberate
5cae92a624
Functions: Add function to retrieve countries array.
2016-06-06 16:57:11 -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
Mafoo
71525c26b0
I got the permissions wrong ( #1616 )
...
it should have been in octal mod (leading 0)
also updated the fax application as it needs the stickygid too
2016-05-26 05:55:46 -06:00
Mafoo
86c4742347
Added sticky GID permissions ( #1615 )
2016-05-25 21:51:41 -06:00
reliberate
df22a29ed4
Theme: Integrate ability to use Google Fonts.
2016-05-05 12:57:08 -06:00