Commit Graph

917 Commits

Author SHA1 Message Date
Ralf Becker
6df3c2f6a1 fixed requests to https://domain.com/ redirect to http://domain.com/egroupware/
redirects by Nginx need to use X-Forwarded-Proto too
2019-11-28 08:09:00 +02:00
Ralf Becker
60965a57ec fix not working default session-timeout of 4h or custom one set with EGW_SESSION_TIMEOUT
caused by Debian/Ubuntu session-cleanup-script does not understand whitespace before and after equal sign: session.gc_maxlifetime = N
2019-11-19 15:16:51 +02:00
Ralf Becker
19b6683c73 Changelog for 19.1.20191119 2019-11-19 11:07:40 +02:00
Ralf Becker
26434ab2c2 get push working in developer container 2019-11-11 21:13:29 +01:00
Ralf Becker
dd1bf97406 get push working in developer container 2019-11-11 21:12:26 +01:00
Ralf Becker
e5089bd5a8
Update README.md 2019-11-10 20:42:02 +01:00
Ralf Becker
51907c4768
Update README.md 2019-11-10 20:38:07 +01:00
Ralf Becker
bd8e14c871
Create README.md 2019-11-10 20:37:20 +01:00
Ralf Becker
99032ef15c a dockerized EGroupware development enviroment 2019-11-06 22:26:52 +01:00
Ralf Becker
1a9464da0b Changelog for 19.1.20191031 2019-10-31 20:35:38 +01:00
Ralf Becker
b407064302 * Docker: allow to set session timeout (in sec) via EGW_SESSION_TIMEOUT enviroment variable 2019-10-31 13:03:11 +01:00
Ralf Becker
d85782a545 install PHP gmp extension for WebAuthn 2019-10-31 13:03:11 +01:00
Ralf Becker
18ade2a642 grr, setup must be reachable 2019-10-30 21:20:19 +01:00
Ralf Becker
497ea5f000 * Docker: do not allow to call php files ment to be included only (src, setup, inc or vendor directories) 2019-10-30 13:33:55 +01:00
Ralf Becker
6f227e38e7 fix docker-compose docu for using EPL 2019-10-17 14:16:11 +02:00
Ralf Becker
cd2ea60fbd script to release into Univention AppCenter: currently new app is created and 19.1 changelog is uploaded 2019-09-25 15:48:10 +02:00
Ralf Becker
826f055b07 Changelog for 19.1.20190925 2019-09-25 14:15:36 +02:00
Ralf Becker
9a21f409af Changelog for 19.1.20190917 2019-09-17 18:20:42 +02:00
Ralf Becker
84f8e3a572 add WebAuthn to EPL apps 2019-09-17 10:47:35 +02:00
Ralf Becker
14381800e6 * Setup: fix post_install.php breaking bcrypt header_admin_password
$ in password needs to be escaped as they otherwise address captures in preg_replace
2019-09-15 10:59:31 +02:00
Ralf Becker
1889adadfb Changelog for 19.1.20190822 2019-08-22 17:55:02 +02:00
Ralf Becker
c64c7ab787 fix failing installation via docker-compose: wrong grant-host and NO quotes
also documented that you need to create the data directory
2019-08-18 12:45:10 +02:00
Ralf Becker
9af802cc9d update master with 19.1 final release (19.1.20190813) changelog 2019-08-13 09:22:44 +02:00
Ralf Becker
011a8d5a03 update Docker build script to be usable for all branches 2019-08-09 18:32:45 +02:00
Ralf Becker
9f638d23bc fix typo REPO_PASS(WORD) in docker-compose.yml 2019-08-08 10:12:41 +02:00
Ralf Becker
6a6f00284b fix not working new installation under CentOS/RHEL caused by grant host "%" 2019-08-07 21:53:56 +02:00
Ralf Becker
8c5c227d9f do NOT tag z-push, as we use their releases / tags for 19.1+ 2019-08-06 16:42:11 +02:00
Ralf Becker
95ca598094 19.1 changelog and version, also fix package name "egroupware-docker" 2019-08-06 14:38:32 +02:00
Ralf Becker
fe666fa059 add private CA so egroupware can validate your certificate to talk to Collabora or Rocket.Chat 2019-08-06 12:20:21 +02:00
Ralf Becker
d2854342d2
fix image name 2019-08-01 16:55:39 +02:00
Ralf Becker
497af7626e
fix image 2019-08-01 16:54:35 +02:00
Ralf Becker
862e0bb006 19.1.20190726 changelog 2019-07-26 15:34:44 +02:00
Ralf Becker
87a96cf760
fix typo in name 2019-07-26 12:14:13 +02:00
Ralf Becker
eb57d7317f implement EGW_SKIP_INSTALL for entrypoint to skip automatic install
also fixed not working exit on failed install
2019-07-23 19:49:18 +02:00
Ralf Becker
53c3dc2e35 allow to set all post_install parameters via environment EGW_*
Parameter: --ldap_base --> EGW_LDAP_BASE (/ and - are converted to _)
2019-07-23 19:47:03 +02:00
Ralf Becker
07d698cbc4
Add EGW_POST_INSTALL environment variable to Readme too 2019-07-23 09:12:48 +02:00
Ralf Becker
2327faa67c document how to use EGW_POST_INSTALL environment variable for further post_install.php arguments 2019-07-22 10:07:27 +02:00
Ralf Becker
a0a4d35583 setting VERSION build arg from the tag we build 2019-07-22 10:07:27 +02:00
Ralf Becker
eec3b7d6bc move Docker stuff to egroupware repo for automatic builds 2019-07-19 10:08:06 +02:00
Ralf Becker
dd32515d74 Changelog for 19.1.20190717 2019-07-17 16:09:21 +02:00
Ralf Becker
cd3eeaf597 remove (hopefully last) egroupware-epl 2019-07-17 15:05:31 +02:00
Ralf Becker
0f8e678524 some more changes to build 19.1
some are temporary until we branch 19.1 off
2019-07-17 11:16:07 +02:00
Ralf Becker
0538185b36 fix package-name to just "egroupware" 2019-07-16 13:18:06 +02:00
Ralf Becker
2f34e3c9f9 Changelog for 19.1.20190716 2019-07-16 11:06:08 +02:00
Ralf Becker
efcb0471b3 bump version to 19.1 2019-07-16 10:46:59 +02:00
Ralf Becker
7eaee145fb document how to include phpMyAdmin (commented out) 2019-07-11 15:18:07 +02:00
Ralf Becker
080c2bd3d3 fix permissions of header.inc.php to be only readable by webserver 2019-07-06 10:18:38 +02:00
Ralf Becker
424c7c3c81 replace empty pw with a random one 2019-07-05 15:24:33 +02:00
Ralf Becker
a8d5c3987d do NOT run fix_perms, if not running as root 2019-06-17 11:37:52 +02:00
Ralf Becker
dfcdc037f2 copy 17.1 changelog to master to satisfy update checker 2019-05-29 15:54:57 +00:00
Ralf Becker
dd2bbccf5c copy 17.1 changelog to master to satisfy update checker 2019-04-02 13:56:06 +00:00
Ralf Becker
7ea486b426 fix with PHP 7.2 deprecated each( ) construct 2019-03-12 11:10:47 +01:00
Ralf Becker
a3234bb5aa copy 17.1 changelog to master to satisfy update checker 2019-02-25 10:26:26 +00:00
Ralf Becker
d077f3502f fix typo 2019-02-25 10:54:29 +01:00
Ralf Becker
25f64d774c copy over changes from 17.1 2019-02-25 10:46:06 +01:00
nathangray
d805e9f467 Stop using deprecated each(), using foreach(), key() or current() instead 2019-02-12 14:13:45 -07:00
Ralf Becker
dfb93cfa20 exclude (failing) pear tests from our PHP systax check 2019-02-07 17:45:34 +01:00
Ralf Becker
726b9336c2 copy 17.1 changelog to master to satisfy update checker 2019-01-11 15:26:38 +00:00
Ralf Becker
b67fc51893 copy 17.1 changelog to master to satisfy update checker 2018-12-05 10:23:37 +00:00
Ralf Becker
2dc6178313 copy 17.1 changelog to master to satisfy update checker 2018-12-04 16:27:27 +00:00
Ralf Becker
58169abad0 fix distro detection to use /etc/os-release to detect newer SUSE distros 2018-10-18 19:48:29 +02:00
Ralf Becker
9e99c8608c copy 17.1 changelog to master to satisfy update checker 2018-10-18 14:33:14 +00:00
Ralf Becker
5402b1171c fix / readjust patch 2018-10-18 14:34:57 +02:00
Ralf Becker
1e95f0608b copy 17.1 changelog to master to satisfy update checker 2018-08-31 14:08:46 +00:00
Ralf Becker
1ef14cc4c8 fix not working installation in Univention caused by new Univention auth plugin 2018-08-16 19:09:56 +02:00
Ralf Becker
b57661509f script to compare mailboxes, eg. after a mail migration 2018-07-29 12:34:41 +02:00
Ralf Becker
5d6de2c686 copy 17.1 changelog to master to satisfy update checker 2018-07-25 13:06:55 +00:00
Ralf Becker
e55b0abf83 Univentions uses now own auth plugin "univention", to be able to set passwords correctly 2018-07-23 12:24:41 +02:00
Ralf Becker
65aca7c311 * Nginx: fix error: upstream sent too big header while reading response header from upstream 2018-06-27 10:59:31 +02:00
Ralf Becker
09ecfdbc46 copy 17.1 changelog to master to satisfy update checker 2018-06-25 15:29:17 +00:00
Ralf Becker
9ba79fb0cd make sure /var/lib/egroupware is only accessible by webserver 2018-06-09 10:06:04 +02:00
Ralf Becker
90dfe8ec54 copy 17.1 changelog to master to satisfy update checker 2018-05-23 13:16:44 +00:00
Ralf Becker
aa4c463e33 allow to specify PHP interpreter via PHP enviroment variable
allow to specify a file/directory to scan
2018-05-02 12:13:16 +02:00
Ralf Becker
648badc44c copy 17.1 changelog to master to satisfy update checker 2018-04-13 14:50:37 +00:00
Ralf Becker
4937e62179 quiten message if /var/lib/egroupware/*/files/sqlfs does not yet exist 2018-04-13 16:18:36 +02:00
Ralf Becker
5f63892c09 copy 17.1 changelog to master to satisfy update checker 2018-03-21 17:29:30 +00:00
Ralf Becker
98b2f3f4d3 * Nginx: fix upload of pictures bigger 1MB fails 2018-03-15 17:21:25 +01:00
Ralf Becker
884224058c - if we have no RID but a SID, calculate the RID
- if both numeric ids are identical, dont try to change them
2018-03-13 16:04:18 +01:00
Ralf Becker
71a5d5dcb6 copy 17.1 changelog to master to satisfy update checker 2018-02-09 14:12:30 +00:00
Ralf Becker
f6c8256500 adding include for managed collabora and pointers for letsencrypt 2018-02-07 18:04:43 +01:00
Ralf Becker
b1275c4d1e copy 17.1 changelog to master to satisfy update checker 2018-01-30 16:37:54 +00:00
Ralf Becker
8dd579df55 sed under Linux needs no param for -i (unlike Mac) 2018-01-30 14:49:18 +01:00
Ralf Becker
87afbcd6fa additional config files for Debian/Ubuntu 2018-01-30 14:25:08 +01:00
Ralf Becker
3c6e61ba7c * Mail/SMime: include CA-bundle directories in open_basedir of Apache config of packages 2018-01-30 14:24:47 +01:00
Ralf Becker
9a0876a6cf run chown on update just on /var/lib/egroupware/*/files/sqlfs and not whole data directory, as it can have eg. network filesystem mountpoints 2018-01-26 15:15:11 +01:00
Ralf Becker
84cc2bedc8 remove stray backslash from Nginx config causing Smoothsync to fail 2018-01-24 15:39:35 +01:00
Ralf Becker
ffb0631154 copy 17.1 changelog to master to satisfy update checker 2018-01-18 11:49:38 +00:00
Ralf Becker
ad8746643f copy 17.1 changelog to master to satisfy update checker 2017-12-20 06:14:45 +00:00
Ralf Becker
08d2b52d2a copy 17.1 changelog to master to satisfy update checker 2017-11-30 10:28:58 +00:00
Ralf Becker
8705ca2589 copy 17.1 changelog to master to satisfy update checker 2017-11-29 15:42:58 +00:00
Ralf Becker
bcb72d8437 add a bit more docu 2017-11-17 15:16:18 +01:00
Ralf Becker
cc1fafa9d4 fix syntax to get /etc/egroupdare/apache-univention.conf installed and used for Univention 2017-11-17 11:38:19 +01:00
Ralf Becker
a409b8b473 fix account creation and setting of account_repository in setup on a Univention system 2017-11-17 10:36:15 +01:00
Ralf Becker
f66ee58eba fix ownership of files created during update, to fix addressbook pictures inaccessible after 17.1 update 2017-11-16 20:26:11 +01:00
Ralf Becker
ddfe924a62 fix permissions in files-directory, if eg. update creates new files, also make nginx.conf a configuration file 2017-11-16 19:37:14 +01:00
Ralf Becker
0d49b4ab96 copy 17.1 changelog to master to satisfy update checker 2017-11-15 14:32:24 +00:00
Ralf Becker
566bf9545c disable ssl in Nginx config and fix shell script syntax causing interactive passwords not to be used 2017-11-14 16:36:47 +01:00
Ralf Becker
5f096e0989 fix whitespace stalling Debian build: debian.rules:45 missing separated
and git not even allows to commit that :(
2017-11-13 18:58:20 +01:00
Ralf Becker
a89e28550a * Nginx: support for Debian and Ubuntu packages: apt intall nginx egroupware-epl 2017-11-13 17:41:56 +01:00
Ralf Becker
e2b4bc89a8 copy 17.1 changelog to master to satisfy update checker 2017-11-07 13:48:42 +00:00
Ralf Becker
1e30eadac8 adapt patch to changed Api\Egw class 2017-11-07 14:11:05 +01:00
Ralf Becker
6152fc4633 fix PHP Notice A non well formed numeric value encountered during install 2017-11-07 09:51:34 +01:00
Ralf Becker
c9b3f4ae28 changes for 17.1 2017-11-05 09:34:43 +01:00
Ralf Becker
ac0d507e6f remove /usr/bin from open_basedir, as it is no longer necessary 2017-11-05 09:29:58 +01:00
Ralf Becker
d11fe532d8 Changelog for 17.1.20171023 2017-10-23 17:27:18 +00:00
nathangray
1fe95ec07e Move all tests under api/src into api/tests 2017-10-23 13:09:25 +02:00
Ralf Becker
aed58a38cd fix offset causing openSUSE and SLE builds to fail 2017-10-21 16:46:51 +02:00
Ralf Becker
837fe39a0c fix preg_replace(): No ending delimiter '/' found on line 904 2017-10-21 14:35:05 +02:00
Ralf Becker
cbefc25934 do not error out if changelog could not be queried from git, eg. because there is no previous tag 2017-10-21 14:17:20 +02:00
Ralf Becker
fb30a1c3ca updates for 17.1 RC 2017-10-21 13:39:05 +02:00
nathangray
237d81ce36 Move tests into app/tests subdirectory (not app/inc/test or app/test) 2017-10-18 15:43:35 +02:00
Ralf Becker
63f458c196 added test app in fixtures 2017-10-18 11:42:56 +02:00
Ralf Becker
3ae16b20e6 added test app in fixtures 2017-10-18 11:42:03 +02:00
nathangray
fe0e980d52 Testsuites for Api, Etemplate & Apps
Run with phpunit -c doc --testsuite Api
2017-10-18 09:51:31 +02:00
Ralf Becker
1c97cf7c0e copy 16.1 changelog to master to satisfy update checker 2017-09-22 16:42:51 +00:00
Hadi Nategh
927e6046ef Add README for IDE section 2017-09-15 10:51:45 +02:00
Hadi Nategh
04609bc0cf Add package of formatting settings of Netbeans.
- Helps to make Netbeans IDE ready for EGroupware development
2017-09-15 10:45:03 +02:00
Ralf Becker
191d6aec45 support PHPunit 6.0+ and older 5.7 for PHP 5.6 2017-08-18 11:45:10 +02:00
Ralf Becker
251d7d4887 ignore not used part of ADOdb give PHP Fatal error: Cannot unset $this 2017-08-18 10:34:51 +02:00
Ralf Becker
dfeee51283 copy 16.1 changelog to master to satisfy update checker 2017-07-03 15:39:39 +00:00
Ralf Becker
f211c72b30 copy 16.1 changelog to master to satisfy update checker 2017-06-13 11:58:46 +00:00
Ralf Becker
c0de73db1f * Univention/Setup: allow to set Ham folder and automatically do so for Univention installation 2017-06-13 13:52:31 +02:00
Ralf Becker
9730b8657c copy 16.1 changelog to master to satisfy update checker 2017-06-12 14:57:37 +00:00
Ralf Becker
9746e1533e remove (not supported) parameters after #!/usr/bin/env php 2017-06-07 15:08:30 +02:00
Ralf Becker
2d3ca5c96e copy 16.1 changelog to master to satisfy update checker 2017-04-17 09:36:04 +00:00
nathangray
319d217a3e Some test adjustments to make things a little smoother, and prepare for some widget tests 2017-04-04 10:31:30 -06:00
Ralf Becker
50d9290b38 no need to run --edit-user/group, if name has not changed 2017-03-30 17:41:15 +02:00
Ralf Becker
94315a941a simple bash script to aid AD migration 2017-03-30 13:54:28 +02:00
Ralf Becker
064dbbb12a copy 16.1 changelog to master to satisfy update checker 2017-03-15 22:49:22 +00:00
nathangray
d83a929254 Get tests to not fail if DB is missing - we skip the ones that need a DB 2017-02-07 16:02:06 -07:00
nathangray
cf2bc4158f Try excluding the CredentialsTest until we can get the DB running on Travis again 2017-02-07 10:32:07 -07:00
Ralf Becker
6b6cea0b24 copy 16.1 changelog to master to satisfy update checker 2017-02-03 13:35:20 +00:00
Ralf Becker
a906ebb1c9 adding session.gc_maxlifetime = 14400 (4 hours session lifetime) to our apache config 2017-02-02 17:09:40 +01:00
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
be32282214 maintain an maintenance_release version in api/setup/setup.inc.php, also move update-checker images to api 2017-02-02 10:38:13 +01:00
Ralf Becker
226c9a862a read Dovecot master-user from UCS configuration 2017-02-01 16:20:35 +01:00
Hadi Nategh
c78042d522 Update PUBLIC ID of etemplate2.dtd in all templates 2017-02-01 09:59:37 +01:00
Hadi Nategh
391b159948 Update and fix etemplate2.dtd xml validation reference 2017-01-31 18:41:36 +01:00
Ralf Becker
a37a6ccbb8 copy 16.1 changelog to master to satisfy update checker 2017-01-18 13:13:29 +00:00
Ralf Becker
87b955142d added docker UCS setup using appcenter join script 2017-01-18 09:30:23 +01:00
nathangray
f8b57077fb A start on some automatic testing for apps
- use 'phpunit -c doc/phpunit.xml' to run tests
 - extend api/src/test/AppTest.php to write application tests
2017-01-06 10:39:16 -07:00
Ralf Becker
88a72fbdc7 copy 16.1 changelog to master to satisfy update checker 2016-12-09 12:35:48 +00:00
Ralf Becker
b34023d194 suppress PHP Parse errors in PHP < 7.0 in dependency of phpunit: phpspec/prophecy 2016-12-08 16:01:55 +01:00
Ralf Becker
3688a5438d copy 16.1 changelog to master to satisfy update checker 2016-11-09 07:58:27 +00:00
Ralf Becker
d537203b77 stop 16.1 releases triggering 14.2 builds 2016-11-07 14:54:59 +01:00
Ralf Becker
6919fcd5d1 copy 16.1 changelog to master to satisfy update checker 2016-11-02 13:44:26 +00:00
Hadi Nategh
c3fb98f3c1 Try to correct ckeditor references point to vendor directory 2016-10-07 12:15:03 +02:00
Ralf Becker
84d7c1c2e0 copy 16.1 changelog to master to satisfy update checker 2016-10-06 14:10:07 +00: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
ed8ef06dd2 copy 16.1 changelog to master to satisfy update checker 2016-09-06 15:52:39 +00:00