Commit Graph

1780 Commits

Author SHA1 Message Date
c5534288dd * Api/Filemanager: create in non EPL missing /templates and app-sub-directores
Was caused by (unnecessary) transaction around defaul_records processing, causing during transaction inserted rows where not (yet) commited and therefore could not be read.
2019-03-24 11:40:43 +01:00
b0fd1965f1 fix --exit-codes did not found (now used) exceptions 2019-02-23 12:15:25 +01:00
80400e2913 show how long the backup took 2019-02-18 16:16:36 +01:00
c3d5c46ac6 fix PHP Warning: Use of undefined constant __FILES__ 2019-02-18 16:01:55 +01:00
989c263596 * show maintenance release as version-number everywhere 2019-01-09 10:41:35 +01:00
c3525c4af1 converting turkish translations to utf-8 2018-12-10 11:04:44 +01:00
ff3d47435b * Addressbook: private addressbook in newer installations could not be enabled
caused by forced preference value of false casted to string as "", now we write all forced and default preferences with value false as "0" AND update all forced preferences only from "" to "0"
2018-12-04 11:05:07 +01:00
7a25f9530f pending translations from our translation server 2018-10-26 15:31:51 +02:00
d432ef7f84 * Univention: fix not working password change (setting Kerberos credentials) 2018-07-13 10:03:53 +02:00
87f74432ae finish migration AD to new UCS domain via EGroupware 2018-07-03 22:29:06 +02:00
3c2590a383 WIP account-migration incl. mail-attributes AD --> SQL --> Univentionapi/src/Accounts* 2018-06-25 14:42:55 +02:00
4bb804ff02 migrate AD accounts incl. mail-attributes to SQL 2018-06-20 15:30:32 +02:00
8275f3401e * Setup: updates from old versions (eg. 1.4 or 1.8) no longer require to update to 14.x and 16.1 first 2018-04-13 13:49:30 +02:00
d280c8b176 Fix wrongly spelled EGroupware name 2018-04-11 15:20:12 +02:00
0d984589ff * PHP 7.2: fix several PHP Fatal errors and warnings stalling installation and usage 2018-04-09 17:36:35 +02:00
a17f2fc0b7 update/add support options in setup and about EGroupware page 2018-01-29 12:50:58 +01:00
b0c5bc24ae use Accept-Language header before logging into setup / user selected a language 2018-01-29 11:07:15 +01:00
628e7596d3 allow to migrate accounts from ADS to SQL 2017-11-09 15:28:37 +01:00
a32162fa0b allow to not set password for an existing anonymous user, as it will screw up SiteMgr sites and others assuming a fixed anonymous password 2017-11-02 10:33:38 +01:00
10b37454f8 show application title instead of (directory-)name 2017-10-27 16:13:21 +02:00
6cdcdf8180 * Univention: fix setup configuration does not allow to store Univention as account backend 2017-08-25 09:03:44 +02:00
c244e72017 set required PHP version for master/17.1 to 5.6, recommended version to 7.0 and add 7.1 to Travis checks 2017-08-18 10:22:52 +02:00
c0de73db1f * Univention/Setup: allow to set Ham folder and automatically do so for Univention installation 2017-06-13 13:52:31 +02:00
9746e1533e remove (not supported) parameters after #!/usr/bin/env php 2017-06-07 15:08:30 +02:00
79e4b6b837 change capitalisation to "EGroupware" 2017-05-31 14:04:37 +02:00
2adeddce8d do NOT store user preferences and apps in session, we restore them from instance cache 2017-04-04 19:13:43 +02:00
e2d25e741b pending CS and FR changes from our translation server 2017-03-15 11:54:24 +01:00
4a147c74a1 fix no longer working db-creation after 6dfe752b7f allow to switch whole database readonly 2017-03-13 16:41:12 +01:00
23ac04df8d allow to switch whole database readonly, via setting "db_readonly" => true in header.inc.php 2017-03-09 12:08:00 +01:00
e8b08eedbe fix PHP 7.1 Error: [] operator not supported for strings in Setup >> Configuration 2017-02-05 14:00:20 +01:00
5cea6c30e4 * Setup: Fix error "[] operator not supported for strings" for setup page 2017-01-05 12:52:25 +01:00
354f88be74 fix error in account migration in a minimal install 2016-11-17 21:31:54 +01:00
58c1596002 use $_SERVER[HTTP_X_FORWARDED_FOR] IP for ACL check if set, if not use $_SERVER[REMOTE_ADDR] 2016-11-09 22:17:07 +01:00
07fbace534 * Setup: make sure interactive setup does not stall on SQL error when updating from 1.8 2016-09-26 09:27:52 +02:00
25b7334017 pending translations from our translation server, thanks to Illias and others 2016-08-10 08:55:21 +02:00
1fa85c88b1 using correct defaults eg. "template1" for postgres 2016-08-06 10:35:48 +02:00
3e1f7613de fix PHP Fatal error: Class 'ldap' not found, when migrating accounts LDAP --> SQL 2016-07-28 15:30:51 +02:00
6a57234f30 * Setup/LDAP: fix exception when migration accounts to/from LDAP 2016-07-15 09:07:59 +02:00
0b71dd2756 replace (slower and ugly) create_function with closures 2016-07-10 11:09:21 +02:00
29739f6b82 * remove requirement for deprecated php-mcrypt extension 2016-06-21 10:15:23 +02:00
f41a6da838 add zip extension to installcheck, as it is required to merge-print office files 2016-06-17 11:17:21 +02:00
7af18ff895 remove SyncML Authentication config 2016-06-09 16:20:18 +02:00
b381843d01 * Setup: some authtication types eg. Cas were not shown in setup 2016-06-09 08:48:46 +02:00
fb0b6a033f add archive folder 2016-06-05 17:05:40 +02:00
139ee0dab1 no need to log connection retries and final connection failures are always thrown, fixes 5 connection failures log for creating new databases 2016-06-05 16:59:55 +02:00
849b94374b allow to deinstall old "phpgwapi", but not new "api" 2016-06-05 10:56:00 +02:00
3c3210dba9 remove code checking since 1.4 not used "file_repository" and "file_store_contents" config vars resulting in not being able to create "files_dir" config 2016-06-05 08:58:56 +02:00
1090a32242 resurect emailadmin/setup directory, it is needed for updating from versions before latest 14.3 2016-06-03 16:30:59 +02:00
d12e2c806d quitening connection trial for testing database is there 2016-06-02 12:34:51 +02:00
956b1f139e using "#!/usr/bin/env php -qC" for setup-cli.php 2016-06-02 12:34:51 +02:00