Commit Graph

65 Commits

Author SHA1 Message Date
Ralf Becker
ba8b1c403e use cryptographically secure random_int available in PHP 7+ when generating default passwords 2017-02-02 15:45:32 +01:00
Ralf Becker
226c9a862a read Dovecot master-user from UCS configuration 2017-02-01 16:20:35 +01:00
Ralf Becker
abd89c436c stop PHP Notice: Undefined index "currentapp" in pre 16.1 header 2016-10-06 11:57:34 +02:00
Ralf Becker
8a60c2bc23 try fixing Travis install of multiple dbs 2016-08-07 10:38:43 +02:00
Ralf Becker
427620e9c4 try installing MariaDB and PostgreSQL in one Travis run, enhanced post_install to install further domains 2016-08-06 14:46:56 +02:00
Ralf Becker
5b55f3ae12 fix warnings in Travis install and make failed install an error (no more || true) 2016-07-19 14:01:56 +02:00
Ralf Becker
52d3aa70cd enable APCu for caching with >= 32M and fix post_install to patch Ubuntu-16.04 /etc/php/7.0/cli/conf.d/20-apcu.ini 2016-07-15 13:23:39 +02:00
Ralf Becker
b345ea6c31 * Package install/update: no more limit memory as backup might fail, do not run backup for single apps 2016-07-10 09:00:33 +02:00
Ralf Becker
29739f6b82 * remove requirement for deprecated php-mcrypt extension 2016-06-21 10:15:23 +02:00
Ralf Becker
5f62492b9c fix PHP Warning: Parameter 2 to patch_header() expected to be a reference, value given 2016-05-26 10:46:40 +02:00
Ralf Becker
2baf654e14 move all tables to new api and update api to 16.1 2016-04-02 19:55:08 +00:00
Ralf Becker
b0039949af fix for Univention removing quotes in /etc/lsb-release http://errata.univention.de/ucs/4.0/286.html 2015-09-01 11:09:41 +00:00
Ralf Becker
203a8834be set installation lang from ucr locale/default, as cloud-config at least never has anything but EN set in enviroment 2015-08-15 12:20:11 +00:00
Ralf Becker
2b1d3f63f3 * Univention: support Dovecot as IMAP available and default from 4.0-2 on 2015-07-23 14:56:20 +00:00
Ralf Becker
1d6499661e fixed notice in installation 2015-04-29 13:41:05 +00:00
Ralf Becker
61cf8fa9f5 * Univention: Samba SID was not propagated to config of SambaAdmin app 2015-03-13 13:51:10 +00:00
Ralf Becker
376ba2d2c6 changes to build scripts to package Composer generated vendor directory instead depending on PEAR and post_install to install dependencies via PEAR 2015-01-21 12:46:41 +00:00
Ralf Becker
313503084d * Univention: allow installation on backup DC too (master was working before) 2015-01-08 17:18:41 +00:00
Ralf Becker
285eb16445 remove egw-pear and always run "pear upgrade-all" before installing new packages, as pear installs fails if an older version of a required package is already installed 2014-12-19 16:32:56 +00:00
Ralf Becker
1d2a450694 fix regular expresssion to find Debian 6 "20-apc.ini" file 2014-11-17 17:03:13 +00:00
Ralf Becker
f33239fb8f * PHP: automatic set size shared memory available to PHP APC(u) extension to 128MB, if installed and less then 64MB
incl. r49418: * PHP: fix not starting Apache after adding apc.shm_size, caused by old APC version 3.1 (eg. in Debian6) using a shm_size in MB without unit
2014-11-13 13:23:39 +00:00
Ralf Becker
b721ae1afc changes for Univention install 2014-11-07 13:16:30 +00:00
Ralf Becker
8a32ae7c32 fix typo in smtp plugin name and stay on selected accounts plugin, even if it is inaccessible due to open_basedir, as we otherwise would store default "sql" 2014-11-06 19:21:56 +00:00
Ralf Becker
afaf5a1ece fix some problem in Univention install 2014-11-06 16:54:33 +00:00
Ralf Becker
753ce75b15 using univention-directory-manager cli to create not accounts to get Kerberos stuff addded 2014-11-05 20:27:52 +00:00
Ralf Becker
244046528a setting univentionMailHomeServer attribute to trigger directory listener to create INBOX and create configured folders in mail app 2014-11-05 17:24:34 +00:00
Ralf Becker
f0344d83e0 automatic install in UCS enviroment 2014-10-31 16:50:37 +00:00
Ralf Becker
7d7b4cd7bc use "systemctl enable <service>" for RHEL 7 2014-10-07 11:37:29 +00:00
Ralf Becker
a7017a0b55 changes for RHEL7 2014-10-06 12:47:42 +00:00
Ralf Becker
bc54916269 fix typo 2014-09-09 15:31:42 +00:00
Ralf Becker
ecf958b057 Ubuntu only needs "-s ALL" and Debian gives an error, because it does not support it 2014-09-09 15:06:05 +00:00
Ralf Becker
2772e3e342 enable mcyrpt PHP extension for Ubuntu 14.04+ 2014-06-17 15:50:34 +00:00
Ralf Becker
d948e10598 allow to use autoloader in setup.inc.php files 2014-06-17 09:34:15 +00:00
Ralf Becker
6810eba337 do not use $ in random passwords, as they given update errors, if followed by a number 2014-05-06 11:00:15 +00:00
Ralf Becker
e03e5ef68d call check_install_pear_packages before running update or install 2014-04-25 13:31:55 +00:00
Ralf Becker
90d2c68139 also list channels to not attempt to install already installed channel packages 2014-04-18 09:00:22 +00:00
Ralf Becker
30ae4474dd fixed pear packages included in egw-pear, we removed some 2014-04-18 08:33:15 +00:00
Ralf Becker
8c1c2c9d76 discover and install PEAR packages from a channel, like Horde_IMAP_Client needed by new mail 2014-04-17 15:32:48 +00:00
Ralf Becker
621d6d46f4 create new mail accounts from setup-cli 2014-04-15 15:10:39 +00:00
Ralf Becker
40018bf777 do not use / in random password and let preg_quote know we use / as delimiter (also fixing ide warnings) 2014-02-11 09:20:14 +00:00
Ralf Becker
0155b0b31d fixed sometimes failed package updates because generated password contained { and removed unnecessary PEAR upgrade of included HTTP_WebDAV_Server 2013-11-07 10:05:25 +00:00
Ralf Becker
892500fee3 change cli detection to use php_sapi_name() 2013-09-10 17:29:58 +00:00
Ralf Becker
8d93ebb01e * Setup: allow to enable account in AD via setup-cli.php and renamed --postfix and --cyrus options to more generic names --smtp and --imap 2013-06-20 14:48:53 +00:00
Ralf Becker
da74bf4210 prefering mysqli for new installs 2013-05-26 09:43:10 +00:00
Ralf Becker
82a442b722 * Setup: fixed not working install on openSUSE 12.2/3, because last line of output from "service (mysql|apache2) status" is empty 2013-03-22 10:26:59 +00:00
Ralf Becker
8009d3ccf6 moved to setup-cli, as post_install does not use date, but setup-cli does and ini_set does not work accross processes 2012-06-13 13:43:39 +00:00
Ralf Becker
c9536aa970 - check if date.timezone is set, report it and set something if not, as it gives tons of errors in install log
- some MySQL packages (mysql.com, MariaDB, ...) use "mysql" as service name instead of RH default "mysqld"
2012-04-19 12:40:59 +00:00
Klaus Leithoff
2e2600fcc2 adapt php memory limit on client call 2011-09-09 10:47:42 +00:00
Ralf Becker
9b7819977d * PEAR/Email: fixed not working automatic install of Mail_Mime because PEAR in RHEL5 is way to old 2011-08-05 09:45:22 +00:00
Ralf Becker
a5fc76490c fix egw_cache perms evtl. created by root, stoping webserver from accessing it 2011-07-01 19:22:18 +00:00