Michael Kaufmann
7b162c4bd0
added tls-settings per domain for admins with change_serversettings-flag set; fixes #519
...
Signed-off-by: Michael Kaufmann <michael.kaufmann@aixit.com >
2019-10-22 16:45:03 +02:00
Michael Kaufmann
93aa8bff1e
add default-ssl-vhost settings and optionally allow including of non-ssl default-vhost settings, fixes #727
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2019-10-12 14:34:18 +02:00
Michael Kaufmann
0401e6971a
Revert "refactor global array"
...
This reverts commit c5a58e3f36 .
2018-12-22 08:15:31 +01:00
Michael Kaufmann
7e39a7bc60
Revert "refactor global array"
...
This reverts commit 370ccbdb74 .
2018-12-22 08:15:31 +01:00
Michael Kaufmann
370ccbdb74
refactor global array
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2018-12-21 20:51:44 +01:00
Michael Kaufmann
c5a58e3f36
refactor global array
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2018-12-21 20:31:17 +01:00
Michael Kaufmann
97b5439c0d
auto-format all files; add table-definitions to test-bootstrap file
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2018-12-21 12:24:07 +01:00
Michael Kaufmann
bed069f269
more function moving
...
Signed-off-by: Michael Kaufmann <d00p@froxlor.org >
2018-12-20 08:33:32 +01:00
Severin Leonhardt
d76df274f4
Make writing AccessLog and ErrorLog optional
2018-10-11 19:07:09 +02:00
Michael Kaufmann (d00p)
6befe85656
fix add/edit domain due to wrong access to settings; setting version to 0.9.39.4 for bugfix release
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2018-02-13 12:23:05 +01:00
Michael Kaufmann (d00p)
372ab5d9c8
add domain flag to avoid generation of nginx try_files directive in webroot which is not suitable for some applications; fixes #461
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2018-02-13 08:12:58 +01:00
Andreas Grundler
ca76e572a2
http2 Option darf nur dann zu sehen sein wenn http2 in den Einstellungen aktiv ist
2018-01-18 18:18:30 +01:00
Michael Kaufmann (d00p)
eaa10ce6a5
add option to update php-configs for all subdomains when editing a domain as admin (default: yes)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2018-01-08 15:31:27 +01:00
Michael Kaufmann (d00p)
bab982a0e6
add http2 support for froxlor-vhost and per-domain
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2017-08-24 13:21:21 +02:00
Daniel Reichelt
ec1bd6e19a
add OCSP stapling support for apache2 and nginx
2017-04-11 17:09:34 +02:00
Michael Kaufmann (d00p)
5ed0c3f2f3
code-formatting and put phpenabled flag on a better position
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-12-11 09:50:22 +01:00
Michael Kaufmann
3d4b56b233
Merge branch 'master' into master
2016-12-11 08:19:16 +01:00
Michael Kaufmann (d00p)
9540cb158c
set version to 0.9.38.1 b/c of hsts includeSubdomains flag for domains not being saved; added http2-flag for nginx as setting
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-11-18 10:10:03 +01:00
Dominic Schallert
30087548b0
Fixed the checkbox value
2016-11-13 15:33:56 +01:00
Dominic Schallert
b0326c640c
Feature #1671 Checkbox to enable/disable PHP (vhost settings + fpm pool) for an entire vhost
2016-11-13 14:41:39 +01:00
Michael Kaufmann (d00p)
4a3e02c1f0
add HSTS for domains (admin-side) and froxlor-vhost; fixes #1660
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-10-07 11:01:45 +02:00
Michael Kaufmann (d00p)
c8bbefb2bb
add simple backup-function for customers (testing state)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-04-29 10:27:18 +02:00
Daniel Reichelt
2a05b89cc8
add explicit warning about sub-zones on usage of zonefiles
2016-04-10 02:59:23 +02:00
Michael Kaufmann (d00p)
604f37bd17
intriduce DB version (again) so we can keep release-version numbers while updating the database; added enable/disable switch for Let's Encrypt
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2016-03-07 13:47:22 +01:00
Michael Kaufmann (d00p)
f9d949f90c
Revert "Merge pull request #318 from Churro/froxlorMerge_33ab67a"
...
This reverts commit 4f2ee129fd , reversing
changes made to f284d67843 .
2016-03-03 23:38:02 +01:00
Johannes Feichtner
373cb912d8
- Hide the option on whether to include default directives with webservers different than nginx
...
- Typo fix
- Indentation fix
2016-02-26 19:08:08 +01:00
Johannes Feichtner
abe253bc31
Feature: Vhost templates
...
Reworked the initial implementation by hpmewes (https://github.com/Froxlor/Froxlor/pull/233 ) with
- bugfixes all over
- added support for apache and lighttpd also
- added an update sequence (instead of only modifying froxlor.sql)
- added english language variables
- added missing parts in admin_vhostsettings.php
- added parameter replacements as available since PR 244
2016-02-21 14:53:24 +01:00
Florian Aders
ddaadf81d6
Temporarily deactivate ssl_redirect if a new Let's Encrypt certificate needs to be generated
...
Signed-off-by: Florian Aders <eleras@froxlor.org >
2016-02-16 14:31:07 +01:00
Stefan Heid
ae581c2da7
Added termination-date to domains
2016-02-10 21:22:52 +01:00
Florian Aders
eff978e5f6
Using different texts in admin and customer interface
...
Signed-off-by: Florian Aders <eleras@froxlor.org >
2016-02-01 11:36:20 +01:00
Florian Aders
c189ad759b
Add Let's Encrypt to admin - GUI
...
Signed-off-by: Florian Aders <eleras@froxlor.org >
2016-01-30 14:34:26 +01:00
Michael Kaufmann (d00p)
dd34ab8d9b
fix inline-css (violation of Content Security Policy)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-12-29 20:48:56 +01:00
Roman Schmerold (BNoiZe)
bcf187761c
still implementing the new Settings-class, refs #1325
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2013-12-15 14:35:07 +01:00
Michael Kaufmann (d00p)
1a99a272b1
let the admin set the server-alias completely (either wildcard, www. or none), customer option follows, this fixes #1147
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-14 09:50:55 +02:00
Michael Kaufmann (d00p)
eca2df275c
improve ip-address description in admin_domains, thx to datenfalke and Sephi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-28 12:55:43 +02:00
Michael Kaufmann (d00p)
9e405dafce
merge tilman19-master branch (multistack support) - note: this is a very early stage, don't expect everything to work 100%, use at your own risk. Testers are very very welcome (only apache2 and nginx (even more testing) so far)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-19 19:36:06 +02:00
Michael Kaufmann (d00p)
b7a4b69ee0
enhance php-fpm configuration options to use custom-ini-settings, refs #587
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-07-05 10:54:52 +02:00
Michael Kaufmann (d00p)
8aa74a9b90
fixes for dualstack by tilman19
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-29 10:02:44 +02:00
Tilman Klaeger (tilman19)
80f19c7dfb
Add multistack options to userpanel, fixes #586
2013-04-29 09:06:40 +02:00
Michael Kaufmann (d00p)
900df7127c
be more specific what 'caneditdomain' field means, thx to fuchsi
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-06 14:38:24 +02:00
Michael Kaufmann (d00p)
8016bd4ed0
localize 'speciallogfile' and give it a better label/description, thanks to xming
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-29 14:53:54 +01:00
Michael Kaufmann (d00p)
74c5d0718c
remove php's safe_mode as it is deprecated since php-5.3 and removed since php-5.4
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-15 09:34:41 +01:00
Michael Kaufmann (d00p)
bfcd824799
fix various undefined indexes/variables, respect deactivated bind value, make checkboxes openbasedir/safemode work again
...
Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de >
2013-02-25 11:18:12 +01:00
squareZ
48f2c7833d
Hides nameserver settings for domains if DNS isn't in use
...
see http://redmine.froxlor.org/issues/964#note-12
2012-10-17 00:51:03 +02:00
Arnold Bechtoldt
454b48f9a8
Provide setting and log rotation for special logfiles after creating domains, fixes #1010
2012-03-08 15:11:25 +01:00
Andreas Burchert (scarya)
51a83d8b09
Removed @version in file header. This isn't used by git.
2011-05-04 11:59:20 +02:00
Andreas Burchert (scarya)
1730088ab1
Replaced yes/no selection with checkboxes, refs #645 @2h0m
...
Finished all for admin pages. admin_<section>.php files need to be cleaned.
2011-03-30 14:52:58 +02:00
Florian Aders (EleRas)
f25d1cbb9e
Marked a few fields in admin->domain as mandatory, refs #645
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-26 21:24:12 +01:00
Michael Kaufmann (d00p)
57d52bd59e
merge/add new formfield-files for re-design
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 10:34:14 +01:00