Michael Kaufmann (d00p)
|
77502efce7
|
enhance description of newsfeed-settings; ask whether to activate the newsfeed on install in case admin does not want any external requests
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2016-03-05 13:56:34 +01:00 |
|
Johannes Feichtner
|
1c467d71c7
|
Changed fastcgi IPC dir to a path that is definitely existing
|
2016-02-20 19:34:05 +01:00 |
|
Florian Aders
|
e621e02f92
|
Allow selecting new keysize, fixes #1594
Prepare database and cron for HSTS, refs #1593
Added option to re-use key and CSR for Let's Encrypt
Signed-off-by: Florian Aders <eleras@froxlor.org>
|
2016-02-19 17:35:44 +01:00 |
|
Michael Kaufmann (d00p)
|
6a22fbbf78
|
fix wrong webserver-setting when chosing apache-2.4 in the installation process, thx to TByte
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2015-12-27 16:26:15 +01:00 |
|
Stefan Weil
|
fe5ab0d8da
|
Fix typos found by codespell
Fix also a grammar issue.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2015-11-13 07:56:12 +01:00 |
|
Michael Kaufmann (d00p)
|
d21391e8ba
|
add apache-2.4 to the installer so apache-2.4 users get the 2.4 mods activated right away, NOTE: we cannot find out whether you're on 2.2 or 2.4 - so you should now what you got and select the correct one, fixes #1566
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2015-11-12 08:27:07 +01:00 |
|
Michael Kaufmann (d00p)
|
fe718ef67f
|
add requirement for mbstring-extension as we need to be multibyte-character-safe in generatePassword(); adjust special-character-default setting to be the same as on a fresh install; outsource version-definition to separate file; set version to 0.9.34-dev3
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2015-02-23 12:23:44 +01:00 |
|
Stefan Weil
|
0fc73b2bbb
|
Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2015-02-08 17:52:45 +01:00 |
|
Michael Kaufmann (d00p)
|
77ae3aa387
|
generate only password that match our complexity-settings in customer_email.php; don't use md5() for the admin password in the installation process
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2015-02-01 13:57:06 +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 |
|
Michael Kaufmann (d00p)
|
19f5f2a7a4
|
remove static copyright-year in templates; fix possible undefined theme-variable in phpErrHandler by specifying a fallback-default
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-12-19 09:49:33 +01:00 |
|
Michael Kaufmann (d00p)
|
7dd6f9b97c
|
explicitly set charset / collation of database when installing + new integrity-check-function to validate the database charset / collation and optionally fix it; fixes #1426
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-12-13 19:19:10 +01:00 |
|
Michael Kaufmann (d00p)
|
bc8e56e7da
|
fix version_compare
|
2014-10-07 08:24:40 +02:00 |
|
Michael Kaufmann (d00p)
|
559fb4d4a4
|
done a few fixes for newer php-versions
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-09-22 10:17:42 +02:00 |
|
Michael Kaufmann (d00p)
|
37624a912e
|
add task 99 the correct way in installation as the constant FROXLOR_INSTALL_DIR is not set there
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-09-12 07:50:05 +02:00 |
|
Michael Kaufmann (d00p)
|
2ebb5259a0
|
after a new installation, insert a task for generating the cron.d file, also let cronjob's --force re-create the cron.d file
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-08-05 18:14:04 +02:00 |
|
Michael Kaufmann (d00p)
|
4dc774c11c
|
also, add french to the available language-files for install-process
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-04-28 17:22:46 +02:00 |
|
Michael Kaufmann (d00p)
|
d00cdec296
|
added cronjob-auto-update-feature (beware and READ), fixes #1342; remove old backup-ftp-users on update, fixes #1381
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-02-25 07:48:46 +01:00 |
|
Michael Kaufmann (d00p)
|
20d54d5a04
|
put cron.d-generation task directly to froxlor.sql as there might be no userdata.inc.php after the installation (only in /tmp or plaintext for copy'n'paste) so the database action fails
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-02-14 11:18:02 +01:00 |
|
Michael Kaufmann (d00p)
|
938bb429d8
|
insert task to generate cron.d file after installation
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-02-14 11:03:08 +01:00 |
|
Michael Kaufmann (d00p)
|
fe5922c0a0
|
code beautification and variable-name-fix
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-01-26 20:53:31 +01:00 |
|
Michael Kaufmann (d00p)
|
0c9d62977c
|
Merge remote-tracking branch 'origin/0.9.31.2'
|
2013-12-24 15:41:33 +01:00 |
|
Michael Kaufmann (d00p)
|
d34515b9e0
|
also add curl check to master-branch, dunno why this was not merged automatically, git is teh shit
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-12-24 15:35:47 +01:00 |
|
Michael Kaufmann (d00p)
|
44ae470d7e
|
add check for optional php-curl extension
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-12-24 14:43:47 +01:00 |
|
Michael Kaufmann (d00p)
|
3064477066
|
remove more aps/autoresponder/backup stuff
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-12-05 12:17:47 +01:00 |
|
Michael Kaufmann (d00p)
|
9c8ebdd1d3
|
fix mysqldump for backup (if db exists) on install-process
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-12-03 15:55:30 +01:00 |
|
Michael Kaufmann (d00p)
|
cf23980f0b
|
minor fixes in installation-class, better error-handling
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-12-03 09:46:00 +01:00 |
|
Mark Constable
|
b551c931e9
|
Renamed exceute() to execute() in class.FroxlorInstall.php
|
2013-12-02 11:38:08 +10:00 |
|
Michael Kaufmann (d00p)
|
b1ae352d88
|
migrated install-class to new PDO database class, needs testing, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-30 14:25:49 +01:00 |
|
Michael Kaufmann (d00p)
|
e25597106e
|
make fpm socket directory a setting, fixes #1300
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-14 09:29:55 +01:00 |
|
Michael Kaufmann (d00p)
|
a14f04c25b
|
Added new database-class based on PHP-PDO to use prepared-statements; implemented new Database-class in admin_index (more to follow, old DB class still in use everywhere else); secure standard_error back-link output
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-10-29 08:22:17 +01:00 |
|
Michael Kaufmann (d00p)
|
4b5b2db6db
|
check for FQDN before creating db, etc.
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-10-13 12:59:20 +02:00 |
|
Michael Kaufmann (d00p)
|
d055c1ca72
|
re-work the whole install-process, now templates- and class-based; set Sparkle as default theme; set version to 0.9.29.1-dev4
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-10-13 10:45:09 +02:00 |
|