Michael Kaufmann
537b274b4c
correctly validate if a symlink is within the customers home-directory if it's not an absolute path; fixes #1242
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-03-08 09:23:21 +01:00
Michael Kaufmann
d8b86fc3c5
correctly disabled ssl-related settings when domain update sets ssl-enbled flag to false; fixes #1241
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-03-04 16:48:35 +01:00
Michael Kaufmann
b675c84ae4
correctly add user-wide mysql-user when creating user with mysql-resources (accesst to all databases starting with the loginname)
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-03-04 10:21:46 +01:00
Michael Kaufmann
c0fdc62032
correctly convert allowed_mysqlserver json-string to array
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-03-03 11:44:29 +01:00
Michael Kaufmann
b14eaf454c
reset Database::needRoot flag after root-user session
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-03-03 11:34:57 +01:00
Michael Kaufmann
2fc319b991
fix typo
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-03-03 10:39:22 +01:00
Michael Kaufmann
d86da23187
remove unused hidden-settings; correct setting-language-strings-layout; add blacklist for usernames when creating a Customer which may lead to internal issues
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-03-03 10:35:58 +01:00
Michael Kaufmann
70b3e61f4c
re-trigger vhost regeneration on tmp. ssl-redirect
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-03-03 10:32:32 +01:00
Michael Kaufmann
8132976559
implement 'master database user for customers'; fixes #1227
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-02-11 10:27:18 +01:00
sro0
686ca84a30
Ensure that DMARC entries are generated as subdomain, Allow overwriting of DMARC and SPF subdomain records ( #1237 )
...
* Ensure that DMARC entries are generated as subdomain
- see https://datatracker.ietf.org/doc/html/rfc7489#section-6.1
* Add tests for DNS DMARC
* Allow custom SPF and DMARC subdomain records to replace default records
* Improve tests for DMARC, add DMARC tests for subdomain
2024-02-09 08:11:41 +01:00
sro0
953baec023
Allow service ftpserver to be specified via configuration-template-xml default ( #1234 )
2024-02-09 08:06:57 +01:00
Michael Kaufmann
396274d954
fix adding/editing domains as customer when php is not enabled for the domain; don't add custom-vhost-content to deactivated domain-vhosts
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-02-05 22:09:49 +01:00
Michael Kaufmann
4e23b9652c
fix regression bug in 'incorrect top-5 customers' sorting in traffic-overview which leads to incorrect customer-links due to wrong indexing in the array; fixes #1236
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-02-04 19:54:19 +01:00
Michael Kaufmann
ece4b34f25
fix password crypt hash being always evaluated to argon2i as the case always returns true if PASSWORD_ARGON2I is defined but the froxlor setting might be set to another hash leading to a useless password
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-02-03 10:12:36 +01:00
Michael Kaufmann
9c70976018
fix check for allowed_phpconfigs if using mod_php when adding/editing a customer
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-30 19:31:21 +01:00
Michael Kaufmann
594d7d84bb
Merge branch 'main' of github.com:Froxlor/Froxlor
2024-01-29 20:27:12 +01:00
sro0
9d4bc94aef
Rename dovecot config file generated be renew hook to ensure it gets included ( #1233 )
...
after default froxlor config file
2024-01-29 20:26:38 +01:00
Michael Kaufmann
f03b49d0db
api documentation additions for Customers.add()/update() and Admins.add()/update()
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-28 10:03:56 +01:00
Michael Kaufmann
bcf0818faf
set correct channel for update-check if switching from apt-installed stable/testing to nightly
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-26 13:56:01 +01:00
Michael Kaufmann
dd765089c9
fix wrong setting-name for dkim-keylength when generating dkim-keys
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-26 13:55:14 +01:00
Michael Kaufmann
a7ee5e0ae3
create empty dns-server config if no (dns-enabled) domain is determined; fixes #1230
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-24 08:38:32 +01:00
Michael Kaufmann
2629718b22
add new 'http2 on' directive for nginx >=1.25.1
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-23 00:01:12 +01:00
Michael Kaufmann
9b20f4ac39
fix wrong order of ecc/non-ecc in proftpd config adjustment for let's encrypt renew-hook
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-19 16:09:24 +01:00
Michael Kaufmann
616dcb1fda
use correct syntax for postconf in Let's Encrypt renew-hook service-configuration replacement; add missing language strings
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-19 16:01:31 +01:00
Michael Kaufmann
bc1892d4ec
fix incorrect top-5 customers in traffic overview for admins; show manual update command if webupdate is disabled
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-19 09:21:38 +01:00
sro0
83047019b0
Check for argon2 support before using constant PASSWORD_ARGON2X ( #1228 )
2024-01-16 21:34:17 +01:00
Michael Kaufmann
f420551888
added configuration adjustment for prodtpd if renew-hook for lets encrypt is used; updater-compatibility if gui_access field is not present yet (froxlor <2.2); removed depercated gentoo config templates
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-14 09:40:33 +01:00
sro0
854c930696
Ensure XPath for ConfigDaemon matches exactly one element ( #1224 )
2024-01-13 12:31:15 +01:00
Michael Kaufmann
8740947323
initial integration of let's encrypt renew-hook for froxlor-vhost; refs #1186
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-13 11:12:48 +01:00
Michael Kaufmann
e684de687f
implement dmarc to dns-zones; fixes #662
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-07 11:00:07 +01:00
Michael Kaufmann
284def5832
add gui_access flag to admins and customers to allow/disallow login to the webui; fixes #1219
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-07 10:23:02 +01:00
Michael Kaufmann
9c23013777
disable pam auth in dovecot for debian bookworm (like the other distros do it)
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-07 09:05:38 +01:00
Michael Kaufmann
734d6888c8
backup rspamd configs in config-templates; add 'antispam' to valid_keys for config-json file; test existence of file in config-backup-function
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-05 16:52:40 +01:00
Michael Kaufmann
b15f99b1e1
implementation start of rspam/antispam feature
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-05 15:37:04 +01:00
Michael Kaufmann
49d67d7c27
set version to 2.1.4 for bugfix release
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-05 14:33:45 +01:00
Michael Kaufmann
7cc4c9fedb
possibility to specify sender address for froxlor as the admin-email address, custom or empty for system-default; fixes #1217
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-04 08:29:19 +01:00
Michael Kaufmann
7cdf6c8d64
don't output ipv6 in brackets for system.ipaddress setting as the brackets will be added to the value resulting in an invalid mysql-access-host; fixes #1215
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-01 17:04:02 +01:00
Michael Kaufmann
60621da243
dont use deprecated 'mysql_native_password' for mysql8; fixes #1214
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2024-01-01 12:24:45 +01:00
Michael Kaufmann
96ccdda304
use different language string for password-placeholder when adding a new customer; fixes #1216
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-31 18:01:39 +01:00
Michael Kaufmann
4073984fd7
traffic-cron: check for standardsubdomain to be in the domainlist array to avoid undefined index if e.g. an alias was set to the standardsubdomain
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-31 16:16:01 +01:00
Michael Kaufmann
ea31c8a64d
fix font-color in apcu info; clear updatecheck-cache for nightly users
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-30 23:30:52 +01:00
Michael Kaufmann
832ee07e0e
Don't show stats-icon for domains with redirect; hide goaccess output in traffic cron and keepalive database connection for long-running log-analysis; use same certificate-file if child-domain inherits the parentdomains certificate data (avoid possible http 421 Misdirected Request)
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-29 10:15:45 +01:00
Michael Kaufmann
b542b140c6
set version to 2.1.3 for bugfix release
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-22 14:33:11 +01:00
Michael Kaufmann
ac89fc7120
adjust order of css files
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-22 14:30:23 +01:00
Michael Kaufmann
150858485d
include custom.css from config.json if preset correctly
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-21 10:59:15 +01:00
Michael Kaufmann
e7810e2066
correctly merge fielddetails with prefetched-formfielddata in form-processing
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-20 09:39:01 +01:00
Michael Kaufmann
4879446567
domains in php-configs are not sortable
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-19 17:17:51 +01:00
Michael Kaufmann
43eff78088
use panel.password_min_length setting for Froxlor.generatePassword() default length parameter; allow '::1' as valid mysql localhost value; wrapper to clean output for cli installation
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-16 20:20:58 +01:00
Gamerboy59
55a2ae3801
Add manual_config install var to cli ( #1208 )
...
Make the manual_config var, which is available to the web installer, usuable for the cli installer too. If manual_config is set to true skip else (not set or false) proceed with auto config.
2023-12-16 20:13:58 +01:00
Michael Kaufmann
a3b0332d13
set version to 2.1.2 for bugfix release
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2023-12-15 09:41:16 +01:00