Commit Graph

1142 Commits

Author SHA1 Message Date
Ralf Becker
6a031ef45c add some more typical contact-form examples 2021-10-04 10:48:04 +02:00
Ralf Becker
281e71ef71 use PUT with a UID as id to update an existing resource or create it, if not existing 2021-09-25 13:04:49 +02:00
Ralf Becker
e640873fc0 implement and document PATCH 2021-09-25 12:38:08 +02:00
Ralf Becker
1280de46d6 REST API allow sending a JSON patch to update or create a new contact (currently only via POST or PUT, not as PATCH!)
allows eg. to create a contact from a simple Wordpress contact-form only supporting POST requests and a flat object, see new example in the documentation
2021-09-24 18:06:13 +02:00
Ralf Becker
7562dd9fe3 Changelog for 21.1.20210923 2021-09-23 15:10:07 +02:00
Ralf Becker
d27d3f31ad fix development build was tagged with last / not new version 2021-09-23 12:00:57 +02:00
Ralf Becker
19cf5ad76c use latest v1 from composer 2021-09-23 11:09:29 +02:00
Ralf Becker
fb0c251a95 request latest v1 version of composer and retry infinite the package update on build 2021-09-23 10:51:22 +02:00
Ralf Becker
15a2e546ea missing @type="NameComponent" and updated examples in docu with @type 2021-09-21 18:50:40 +02:00
Ralf Becker
8db7d13c49 Implemented @type attributes for all top-level objects from JsContact Draft 08 2021-09-21 11:09:32 +02:00
Ralf Becker
82c8ed51d2 Contacts REST API:
- implement missing PUT/POST of distribution list / CardGroups
- implement changes from next JsContact draft:
  + string plus extra localizations attribute instead of localizedString object
  + use "<domain>:<name>" for vendor attributes
- add/parse urn:uuid: prefix if UID is a UUID
2021-09-20 16:01:22 +02:00
Ralf Becker
7399cca9fe
Update README.md 2021-09-20 08:35:31 +02:00
Ralf Becker
2512cffe3b
Update README.md 2021-09-20 08:34:41 +02:00
Ralf Becker
4bb8b6d4a4
Initial docu for REST API 2021-09-19 12:42:23 +02:00
Ralf Becker
fdef749794 update jquery-ui to 1.12.1 2021-08-11 15:38:13 +02:00
Ralf Becker
eae9c97caa update composer to 1.10.22, as we no longer use fxp/composer-asset-plugin
still cant use Composer v2, as Horde is a no longer supported PEAR repo :(
2021-07-28 09:03:52 +02:00
Ralf Becker
4240f4cf01 Changelog for 21.1.20210723 2021-07-23 08:24:45 +02:00
Ralf Becker
c4c747899f nodejs 14.x is no longer needed, stock 12.x is enough 2021-07-13 08:34:35 +02:00
Ralf Becker
eef78fd58a change PHP version to 7.4 and build with nodejs 14.x 2021-07-09 14:23:58 +02:00
Ralf Becker
b6fc08c010 Changelog for 21.1.20210629 2021-07-01 10:25:59 +02:00
Ralf Becker
0874f37223 remove wrong boilerplate 2021-06-15 13:34:03 +02:00
Ralf Becker
2dc83c410c changes for 21.1 2021-05-25 13:23:32 +02:00
Ralf Becker
ea79a15903 making it final 2021-05-25 08:46:57 +02:00
Ralf Becker
43b04bb21b Changelog for 21.1.20210521 2021-05-21 18:19:52 +02:00
Ralf Becker
a4f136072e allow to set max_execution_time of container via EGW_MAX_EXECUTION_TIME environment variable from docker-compose(.override).yml 2021-05-21 08:35:23 +02:00
Ralf Becker
ad84dfae97 some fixes and notes for the development system 2021-04-21 14:42:25 +02:00
Ralf Becker
c7142c96e0 Changelog for 21.1.20210420 2021-04-20 17:51:50 +02:00
Hadi Nategh
c7effbf7b9 Fix some missing widgets from et2 DTD 2021-04-14 11:35:19 +02:00
Hadi Nategh
3bc0b55d54 Improve et2 DTD 2021-04-07 10:48:13 +02:00
Ralf Becker
9e3ce0db2b Changelog for 21.1.20210406 2021-04-06 17:15:39 +02:00
Ralf Becker
571ebb21b3 changes to build PHP 8 snapshots from master 2021-04-01 08:49:44 +02:00
Ralf Becker
6113114b4c fix typo / missing quote 2021-03-29 16:47:19 +02:00
Ralf Becker
02c3feb95d Changelog for 21.1.20210329 2021-03-29 14:30:54 +02:00
Ralf Becker
aa32aaccd8 docker files for 7.4 builds 2021-03-24 08:53:49 +01:00
Ralf Becker
efd480c468 changes for PHP 7.4 and 8.0 development builds 2021-03-21 18:24:22 +01:00
Ralf Becker
678ce97e79 changes for PHP 8.0 and xdebug 3.0 2021-03-20 17:29:48 +01:00
Ralf Becker
3b53ff960c update development container to Ubuntu 20.04 2021-03-20 16:09:26 +01:00
Ralf Becker
1a1e3818c2 fix version in changelog 2021-03-18 08:48:36 +02:00
Ralf Becker
ab6258f3be Changelog for 21.1.20210318 2021-03-18 08:32:10 +02:00
Ralf Becker
e0b96079d8 some more changes for 21.1 build 2021-03-18 08:16:40 +02:00
Ralf Becker
ddda3b4165 changes for 21.1 builds (out of master) 2021-03-16 09:30:34 +02:00
Ralf Becker
a2fde92c89 Changelog for 20.1.20210125 2021-01-25 14:23:37 +02:00
Ralf Becker
49f10e7e31 * FPM/Container: start more php processes by default and keep them running to better cope with high usage 2021-01-25 11:13:11 +02:00
Ralf Becker
0b02c8ef3d List of links from EGroupware sources to www.egroupware.org website
Please update this file, if you add (or remove) links, to ease website migration!
2021-01-14 10:37:40 +02:00
Ralf Becker
24ff2dd0fc Changelog for 20.1.20201217 2020-12-17 09:16:34 +01:00
Ralf Becker
20f6f7a43b can only change config as root, avoid warnings in install-log 2020-12-04 13:00:19 +01:00
Ralf Becker
8738ce7fab kope with post_install.php no longer running as root and set apc.shm_size=128M and chown www-daata header.inc.php 2020-12-04 12:54:04 +01:00
Ralf Becker
5d6965a2e9 Changelog for 20.1.20201202 2020-12-02 10:00:05 +01:00
Ralf Becker
00204e1070 Check_MK check for SAML metadata existence and age 2020-11-05 13:37:56 +01:00
Ralf Becker
4e62152c24 run post_install.php as www-data to have no need and therefore skip chown -R /var/lib/egroupware 2020-11-04 11:57:32 +01:00
Ralf Becker
bf744e61c7
comments about installation with WSL2 2020-10-29 15:48:43 +01:00
Ralf Becker
b3e4b3d5a1 Changelog for 20.1.20201028 2020-10-28 17:11:20 +01:00
Ralf Becker
8b1f932e8e Changelog for 20.1.20201020 2020-10-20 09:55:12 +02:00
Ralf Becker
f1fdd7e2f1 Changelog for 20.1.20201005 2020-10-05 11:33:03 +02:00
Ralf Becker
5d744af64a fix development images not tagged with real PHP version like 7.3.22 2020-09-14 19:03:32 +02:00
Ralf Becker
0ed9b7dc09 Changelog for 20.1.20200914 2020-09-14 12:45:41 +02:00
Ralf Becker
65055505c3 add one space after image: and add swoolepush 2020-09-02 14:22:18 +02:00
Ralf Becker
953a132e9c Changelog for 20.1.20200901 2020-09-01 21:07:28 +02:00
Ralf Becker
d2c9973d43 Changelog for 20.1.20200818 2020-08-18 15:12:53 +02:00
Ralf Becker
63ea0891bb * Univention: fix not running async jobs because of old overlay storage driver 2020-08-17 14:34:00 +02:00
Ralf Becker
e399eba98b Changelog for 20.1.20200812 2020-08-12 12:57:38 +02:00
Ralf Becker
d280baa0da Changelog for 20.1.20200810 2020-08-10 14:00:42 +02:00
Ralf Becker
421bda29c4 * Container: use Ubuntu 20.04 as base of EGroupware container instead of 18.04 2020-07-31 17:52:41 +02:00
Ralf Becker
e84532af40 Changelog for 20.1.20200731 2020-07-31 12:54:28 +02:00
Ralf Becker
4750db5a87 Changelog for 20.1.20200728 2020-07-28 13:53:39 +02:00
Ralf Becker
853fd72d91 Changelog for 20.1.20200716 2020-07-16 15:48:24 +02:00
Ralf Becker
5f1dd8a17b
Update README.md 2020-07-14 15:12:02 +02:00
Ralf Becker
8cb3b228ca Changelog for 20.1.20200628 2020-06-28 16:37:10 +02:00
Ralf Becker
c24ecef879 pending changes 2020-06-28 09:22:31 +02:00
Ralf Becker
ed8fb28f8e apply EGW_MEMORY_LIMIT to fpm/conf.d/www.conf, which has higher precedence then php.ini 2020-06-28 09:14:32 +02:00
Hadi Nategh
82d5459ffd Update etemplate DTD file 2020-06-18 17:02:23 +02:00
Ralf Becker
54e1a93b38 fix wrong version in 20.1 changelog 2020-06-14 14:15:45 +02:00
Ralf Becker
18bd4b7e92 several fixes / additions for 20.1 container 2020-06-14 14:11:58 +02:00
Ralf Becker
062e83d0e3 do NOT add dev requirements to the container 2020-06-13 17:13:16 +02:00
Ralf Becker
a88ff5c1b3 Changelog for 20.1.20200613 2020-06-13 15:26:36 +02:00
Ralf Becker
3be65a5ac9 requiring push server for master and adding it to docker-composer 2020-06-13 15:14:30 +02:00
Ralf Becker
c92fb09d8d Changelog for 19.1.20200605 2020-06-05 17:33:41 +02:00
Ralf Becker
7079b30316 disallow access to vendor directory of apps 2020-06-05 11:46:50 +02:00
Ralf Becker
a6a27b8bcf allow to set PHP memory_limit via EGW_MEMORY_LIMIT environment variable in container 2020-06-05 11:45:17 +02:00
Ralf Becker
f0a6e34106 fix 2 warnings about continue 2 2020-06-03 13:20:09 +02:00
Ralf Becker
0825302a54 suppress everything (not just PHP Deprecated) from vendor, as its up to the vendor to fix 2020-06-03 13:12:38 +02:00
Ralf Becker
c6d7cb2467 do NOT tag 20.1 latest 2020-05-25 15:29:57 +02:00
Ralf Becker
579c84ac12 remove old archive app 2020-05-25 15:05:58 +02:00
Ralf Becker
b10cd7d2a5 Changelog for 20.1.20200525 2020-05-25 14:39:55 +02:00
Ralf Becker
6fc746df3c a couple more 19.1 --> 20.1 changes 2020-05-25 14:30:50 +02:00
Ralf Becker
ff0a4400b4 merge latest changes from 19.1 2020-05-25 13:35:32 +02:00
Ralf Becker
9252aaf430 Changelog for 19.1.20200430 2020-04-30 19:49:46 +02:00
Ralf Becker
26a17011b9 Changelog for 19.1.20200409 2020-04-09 14:52:32 +02:00
Ralf Becker
8995574feb remove wrong quotes in Watchtower example config and adding (commented out) Portainer 2020-04-02 21:56:23 +02:00
Ralf Becker
d21cd6bcd9 Changelog for 19.1.20200318 2020-03-18 16:05:40 +01:00
Ralf Becker
4a942cf2b0 fix syntax error in entrypoint 2020-03-18 13:56:42 +01:00
Ralf Becker
d1ff8e9f07 fix our PHP syntax-check giving errors with PHP < 7.4 2020-03-10 22:12:41 +01:00
Hadi Nategh
0cc7ce12d0 merge master 2020-03-05 14:45:25 +01:00
Ralf Becker
afacffa69b use domain from phpunix.xml and output Apache error.log so diagnose PHP errors in requests 2020-03-05 11:23:58 +01:00
Ralf Becker
5cedd472f9 move setting a working session.save_path to bootstrap, to avoid tons of warnings set it cant by changed after output/headers sent 2020-03-05 10:45:07 +01:00
Ralf Becker
314a949450 trying to figure out whats wrong 2020-03-04 23:38:40 +01:00
Ralf Becker
7c4abc4224 try fixing not started Apache 2020-03-04 23:27:46 +01:00
Ralf Becker
b448f9a021 adding phpUnit 8.x as dev-requirement and try staring Apache in Travis for CalDAV tests 2020-03-04 22:43:09 +01:00
Ralf Becker
44d9fcc790 Revert "* CalDAV/OutlookSynchronizer: reject invitations when client deletes then without appropriate rights in his calendar"
This reverts commit 4c6e41d479.
2020-03-04 19:16:50 +01:00
Ralf Becker
4c6e41d479 * CalDAV/OutlookSynchronizer: reject invitations when client deletes then without appropriate rights in his calendar 2020-03-04 16:58:38 +01:00
Ralf Becker
fc65670ec8 nginx depends on collabora and rocketchat to, otherwise they stop working after watchtower updated them (without nginx restart) 2020-02-18 11:20:06 +01:00
Ralf Becker
43944e6721 fix typo 2020-02-13 10:54:07 +01:00
Ralf Becker
b50f28dedb added Collbora Online Office and Rocket.Chat containers to Readme 2020-02-11 14:25:11 +01:00
Ralf Becker
bb2c9c075c we can not use a directory for suse, as the socket is called different (mysql.sock instead of mysqld.sock) 2020-02-11 14:24:36 +01:00
Ralf Becker
f4b541b922 add Collabora Online Office and Rocket.Chat to docker-compose.yml 2020-02-11 09:03:09 +01:00
Ralf Becker
bc1ae1cbaa if EGW_APC_SHM_SIZE is set in environment, propagate value to apcu.ini 2020-02-10 14:32:27 +01:00
Ralf Becker
d053a72a17 some fixes on the TS interface of client-side api and TS conversation tool 2020-02-10 10:02:04 +01:00
Ralf Becker
e73db868d2 updated Readm 2020-02-09 19:16:28 +01:00
Ralf Becker
4e4d7b3b29 added Rocket.Chat to dockerzized development system 2020-02-09 19:10:34 +01:00
Ralf Becker
8dd03e3d07 some fixes on the TS interface of client-side api and TS conversation tool 2020-02-09 12:27:39 +01:00
Ralf Becker
2fc0666762 merged master into typescript 2020-02-03 15:16:51 +00:00
Ralf Becker
c2bd211123 replace image-tags, so Univention can automatic fetch them 2020-01-31 09:02:18 +01:00
Ralf Becker
214f4c5ede Changelog for 19.1.20200130 2020-01-30 19:50:49 +01:00
Hadi Nategh
a27f0952f6 Merge branch 'master' into typescript 2020-01-30 14:52:16 +01:00
Ralf Becker
349444aeb7 change max_input_vars=5000 to support translations tools with API 2020-01-30 13:23:00 +01:00
nathangray
4c46d3f4de Diagram for entry change push update flow 2020-01-29 15:12:43 +01:00
Ralf Becker
e9c4d3f07e complete push implementation for timesheet incl. ACL check 2020-01-24 13:31:56 +01:00
Ralf Becker
c6bd019d52 script to convert app.js to TypeScript 2020-01-23 09:15:12 +01:00
Ralf Becker
97e332e809 return 404 instead of 403 for accessing PHP in blacklisted folders and remove doublicate SCRIPT_FILENAME 2020-01-15 21:50:44 +01:00
Hadi Nategh
4fa94bc465 Update etemplate dtd file 2020-01-07 13:31:39 +01:00
Ralf Becker
6432b00864 adding Collabora Online Office to development system 2020-01-06 19:01:51 +01:00
Ralf Becker
c58601d830 fix installation of developer system (wrong package-version) and some tags 2020-01-02 20:49:33 +02:00
Ralf Becker
9101e7736f Changelog for 19.1.20191220 2019-12-20 10:18:26 +02:00
Ralf Becker
9e2b72f868 changes to build additional PHP 7.4 images, also tagging by full version eg. 7.3.12 2019-11-30 15:34:09 +02:00
Ralf Becker
6bd892c645 install ping and ifconfig 2019-11-28 08:11:26 +02:00
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