Timo Stramann
8e9ddd3d50
Remove unnecessary slash for SSL redirect
...
Remove slash after hostname since requests directly to the hostname do not require a slash at the end and all other content goes to `$request_uri` which starts with shlash, hence no longer doubleslashes on hostname only queries.
2019-08-18 16:07:59 +02:00
Timo Stramann
bd6aba8875
Updating another fastcgi_param SCRIPT_FILENAME
...
Use $request_filename instead of $document_root$fastcgi_script_name as described in: https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/#use-request-filename-for-script-filename
2019-08-17 13:04:18 +02:00
Michael Kaufmann
58f6b558df
Merge pull request #709 from TimoStramann/patch-1
...
Updating fastcgi_param SCRIPT_FILENAME
2019-08-17 07:51:12 +02:00
Michael Kaufmann
7ba72269a4
add dovecot stats service and use correct permissions
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-08-11 11:12:53 +02:00
Michael Kaufmann
76c4486d26
fix subcanemaildomain parameter for Domains.update(); allow exec() in froxlor default vhost php.ini or logfiles-viewer feature
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-08-11 10:31:33 +02:00
Timo Stramann
04898c6114
Updating fastcgi_param
...
Use $request_filename instead of $document_root$fastcgi_script_name as described in: https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/#use-request-filename-for-script-filename
2019-08-09 09:40:55 +02:00
Michael Kaufmann
7364dca53d
fix homedir of automatically added ftp-user for new customers, thx Gamerboy59 for finding this
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-08-07 14:01:05 +02:00
Michael Kaufmann
878be08563
Merge pull request #706 from makuser/master
...
Implement CAA DNS records
2019-07-30 09:53:46 +02:00
Michael Kaufmann
2aec6a10ed
argh, mixed up the If statement for mysql-version check
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-30 08:31:03 +02:00
Michael Kaufmann
70ac914a86
fix drop database on mysql-5.6 as there is no 'if exists' for 'drop user' prior to mysql-5.7
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-30 07:34:42 +02:00
Marc-André Kolly
dd488106af
Remove lib/userdata.inc.php.bak
2019-07-29 16:09:11 +02:00
Marc-André Kolly
84d80d695a
Add Url and Domain validation for CAA records using native Froxlor function
2019-07-29 15:02:13 +02:00
Marc-André Kolly
16ccc273a9
Don't actually enclose CAA records in brackets
2019-07-29 14:27:44 +02:00
Marc-André Kolly
bfb3fb0a92
Add Regex to check for invalid CAA entry
2019-07-29 11:36:34 +02:00
Marc-André Kolly
be0470aec1
Revert per-domain CAA settings
2019-07-28 19:49:56 +02:00
Marc-André Kolly
240178eba7
Implement global CAA settings
2019-07-28 19:49:32 +02:00
Marc-André Kolly
358ca61a26
Implement validators to prevent breaking DNS server when adding newly introduced RR types
2019-07-28 18:47:47 +02:00
Marc-André Kolly
5eef98fdfd
Bump DB Version to 201907270
2019-07-28 18:10:01 +02:00
Marc-André Kolly
64fe300e42
Implement general CAA DNS records for all issuers
2019-07-28 16:28:29 +02:00
Marc-André Kolly
d4e5e32c14
Implement CAA DNS record for letsencrypt.org
2019-07-27 17:36:31 +02:00
Michael Kaufmann
d5e4182878
beautification and minor fixes
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-26 07:49:17 +02:00
Michael Kaufmann
dd87a7374e
fix ftp-group not added correctly when new customer is added
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-26 07:45:38 +02:00
Michael Kaufmann
7bc57ed269
set password directly when adding new mysql user
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-26 07:34:32 +02:00
Michael Kaufmann
5658717653
fix wrong parameter for acme.sh --delete when ecc certificates are used
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-19 11:43:14 +02:00
Michael Kaufmann
0b898b9936
Merge branch 'master' of github.com:Froxlor/Froxlor
2019-07-19 08:42:31 +02:00
Dave
7e9b373a58
Update xenial.xml
2019-07-19 01:43:07 +02:00
Dave
5698f8360e
Update rhel_centos.xml
2019-07-19 01:42:49 +02:00
Dave
de7c438315
Update gentoo.xml
2019-07-19 01:42:31 +02:00
Dave
0669450676
Update bionic.xml
2019-07-19 01:42:14 +02:00
Dave
507a62f52d
Update trusty.xml
2019-07-19 01:41:54 +02:00
Dave
77a7037072
Update jessie.xml
2019-07-19 01:41:24 +02:00
Dave
577e9d3b70
Update buster.xml
2019-07-19 01:40:55 +02:00
Dave
2526512069
Update stretch.xml
2019-07-19 01:39:01 +02:00
Michael Kaufmann
e91debcbb1
buster dovceot has ssl enabled by default
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-14 09:41:46 +02:00
Michael Kaufmann
065fa0b58b
do not store punycode-notation of email-account domain, fixes #703
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-13 09:09:39 +02:00
Michael Kaufmann
db3c95ea10
set last run of letsencrypt cron when called in webserver-cron
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-11 08:39:26 +02:00
Michael Kaufmann
8b417c044c
let nginx auto-detect the best ecdh-curve to use, fixes #652
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-11 08:13:00 +02:00
Michael Kaufmann
0f0dd91246
combine Let's Encrypt cron with webserver-vhost-generation but allow manually execution using --debug/--force
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-09 07:50:11 +02:00
Michael Kaufmann
fd912dd161
combine webserver-reload command to parent class to avoid repeating code
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-09 07:13:02 +02:00
Michael Kaufmann
98325a0f40
don't need NSCD when using libnss-extrausers
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-03 18:07:02 +02:00
Michael Kaufmann
c43915c09d
show task 12 in admin dashboard overview if active
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-03 12:00:47 +02:00
Michael Kaufmann
01bf814496
remove domain ssl information from acme.sh and filesystem on deletion to avoid trying to renew certificates
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-07-01 20:32:13 +02:00
Michael Kaufmann
2ce517e84a
use Fts.add when adding new Customers to reduce duplicate code
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-06-28 15:15:17 +02:00
Michael Kaufmann
e209989f2a
use EmailAccounts.delete API call in Emails.delete instead of repeating the code
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-06-28 11:07:29 +02:00
Michael Kaufmann
5dfb74701c
improve error message display on missing vendor-folder
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-06-25 11:10:32 +02:00
Michael Kaufmann
80a0a34b46
Merge branch 'patch-3' of https://github.com/drexlma/Froxlor into drexlma-patch-3
2019-06-25 10:57:45 +02:00
Michael Kaufmann
6e41c0ad2c
add codecov.io to travis build for code-coverage stats - yay
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-06-17 14:11:40 +02:00
Michael Kaufmann
a07a9e6a88
more unit-testing, enhancements in Store-functions
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-06-11 12:10:56 +02:00
Michael Kaufmann
7a94a43053
started \Settings\Store unit tests
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-06-10 13:37:22 +02:00
Michael Kaufmann
1ac304e5ac
fix missing domainname parameter when manually adding ssl-certificates for a domain, fixes #700
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-06-10 11:36:05 +02:00