- don't run cron tasks if requirements return non-success; fixes #1122
- respect no-try_files setting also in protected directories
- put php-fpm directives in Directory-directive in apache2; fixes #1120
- strictly check whether field to select is the id or the email-address b/c is cases of email-addresses starting with a digit this is somehow used as value for the id field and return the wrong entity
- fix adding mysql-server to customers without any prior assigned mysql-server, fixes #1123
- fix issues with displaying set value if path-mode is 'dropdown'
- trigger rebuild of config files after changing only ip-settings in domains
- add copy-system-details-to-clipboard button on admin dashboard; fixes #1126
- Allow admins to edit openbasedir_path for domains (#1125)
- set default value of 'openbasedir_path' to 0 in SubDomain.add() like we do in Domains.add()
- set default value for email_quota to settings-default in EmailAccounts.add(); fixes #1132
- Disable autocomplete on 2FA input element (#1133)
- introduce http-request rate-limit
Full Changelog: https://github.com/Froxlor/Froxlor/compare/2.0.15...2.0.16