Commit Graph

32380 Commits

Author SHA1 Message Date
Ralf Becker
bddae67d7a fix syntax to get /etc/egroupdare/apache-univention.conf installed and used for Univention 2017-11-17 11:39:02 +01:00
Ralf Becker
0d7dd5b2fd fix account creation and setting of account_repository in setup on a Univention system 2017-11-17 10:39:59 +01:00
Ralf Becker
d9a35bb884 fix ownership of files created during update, to fix addressbook pictures inaccessible after 17.1 update 2017-11-16 20:27:12 +01:00
Ralf Becker
03771e0067 fix permissions in files-directory, if eg. update creates new files, also make nginx.conf a configuration file 2017-11-16 19:38:20 +01:00
nathangray
1bd4a69737 Admin - Fix bug limiting group nextmatch to 20 rows at a time 2017-11-16 11:34:50 -07:00
nathangray
ad617c0b8f Etemplate - implement DetachedDOM interface on read-only checkbox, fixes set for every row bug in nextmatch 2017-11-16 11:15:36 -07:00
nathangray
357f6ae65f Mail - Also include HTML version of email in integration data (for apps that can handle it) 2017-11-15 08:50:33 -07:00
nathangray
4a9049f619 * Calendar - now uses standard search (quotes, +/-) including custom fields 2017-11-15 08:49:23 -07:00
Ralf Becker
e0303ff189
Update Readme for 17.1 2017-11-15 15:45:29 +01:00
Ralf Becker
595e767f20 Changelog for 17.1.20171115 2017-11-14 16:08:48 +00:00
nathangray
4c1f9053e2 Fix action caption 2017-11-14 09:01:11 -07:00
nathangray
cae4d8e6de German translation from Birgit 2017-11-14 08:53:05 -07:00
nathangray
17f41e5876 * Calendar - Add preference to set color of events without category color 2017-11-14 08:52:53 -07:00
nathangray
1237dbf2a8 Fix nextmatch returned null for getDOMNode() if no sender provided
This caused it to appear hidden to etemplate print()
2017-11-14 08:48:17 -07:00
Ralf Becker
3019e29d7f disable ssl in Nginx config and fix shell script syntax causing interactive passwords not to be used 2017-11-14 16:37:35 +01:00
Ralf Becker
58724ce604 fix whitespace stalling Debian build: debian.rules:45 missing separated
and git not even allows to commit that :(
2017-11-14 15:22:02 +01:00
Ralf Becker
b510a39c37 remove hooks from EMailAdmin as it might screw up adding/removing accounts
if EMailAdmin has not been deinstalled, as it should have been by 16.1 update
2017-11-14 15:20:26 +01:00
Ralf Becker
1124f1560f * Nginx: support for Debian and Ubuntu packages: apt intall nginx egroupware-epl 2017-11-13 18:27:50 +01:00
Hadi Nategh
69af10023d Fix save attachments actions not being displayed in mobile view 2017-11-13 15:01:43 +01:00
Hadi Nategh
7833daa219 * Mail: Fix missing SaveAll and DownloadAsZip actions of attachments 2017-11-13 14:37:28 +01:00
Hadi Nategh
6261d55e38 * Addressbook: Fix avatar icon is doubled if contact has no avatar set 2017-11-13 12:18:04 +01:00
Hadi Nategh
7c591df35d Try to avoid mime open exception 2017-11-10 16:52:37 +01:00
Ralf Becker
0e40bd7cb5 * CalDAV/CardDAV: fix encoding of control chars stalling iOS sync
eg. \xb is not allowed in XML and caused iOS sync to stall, as it's XML parser fails
use htmlspecialchars option ENT_XML1|ENT_DISALLOWED (PHP 5.4+) to ensure proper XML encoding
2017-11-10 15:50:28 +01:00
Hadi Nategh
2a2aac0215 Fix previewPane doesn't work for expand & hide 2017-11-10 11:15:38 +01:00
Hadi Nategh
bc1036ee82 Include cropper.min.css into css minifying. Fix issue of avatar editor does not work when minifying is switched on. 2017-11-09 17:24:54 +01:00
Ralf Becker
628e7596d3 allow to migrate accounts from ADS to SQL 2017-11-09 15:28:37 +01:00
Hadi Nategh
a4ebc6e814 Remove special file drop handling on CKEditor for IE, it's no longer necessary. Fix issue of drop none image file on compose HTML area uploads the file twice. 2017-11-09 15:02:37 +01:00
Hadi Nategh
0f75d11ce6 Fix some styling for mobile template:
- Fix create new file selectbox button in Filemanager
- Fix Dialog titlebar not being shown
2017-11-09 12:16:38 +01:00
Hadi Nategh
174e484c70 Adopt mobile templates regarding the changes of aaa0d729fb 2017-11-09 10:56:46 +01:00
Hadi Nategh
6b0a8a1b5d Fix vfsSelect does not show any content for the first load 2017-11-09 10:26:49 +01:00
Hadi Nategh
977d5db61b Fix VFS save action in mail 2017-11-09 10:26:34 +01:00
Ralf Becker
1b5e992f43 allow sql fragments in Api\Storage\Base::delete as in other places 2017-11-08 11:45:40 +01:00
Ralf Becker
8fdffab564 allow sql fragments in Api\Storage\Base::delete as in other places 2017-11-08 11:45:24 +01:00
Ralf Becker
0a955010b3 adapt patch to changed Api\Egw class 2017-11-07 14:11:48 +01:00
Ralf Becker
464f1b3894 never invalidate session in sharing, as we cant regenerate it (and we dont need to) 2017-11-07 13:03:30 +01:00
Ralf Becker
1222ef1813 also log if _check_script_tag was able to disarm XSS automatic 2017-11-07 12:24:15 +01:00
Hadi Nategh
5d598a042b Disable delete action in context menu based on user rights not based on being anonymous 2017-11-07 12:21:09 +01:00
Hadi Nategh
79d3d27388 Enable create new toolbar in sharing 2017-11-07 11:32:50 +01:00
Hadi Nategh
0ec79af82f Fix mime handler for sharing 2017-11-07 10:51:40 +01:00
Ralf Becker
ac6eec2c9b fix PHP Notice A non well formed numeric value encountered during install 2017-11-07 09:53:38 +01:00
nathangray
68ab722ae8 * Infolog - Fix parent contact going missing when creating a sub entry 2017-11-07 09:53:25 +01:00
Hadi Nategh
725a29ba86 Some styling for Sharing template 2017-11-06 18:08:29 +01:00
Ralf Becker
5d1217b89b deny sharing owner rights (chmod, chgrp, set eACL) and disable eACL tab 2017-11-06 15:19:19 +01:00
Ralf Becker
a5da1a9ae3 forgot to switch ADOdb to 17.1 2017-11-05 10:43:29 +01:00
Ralf Becker
2b5efbd458 adding 17.1 branch 2017-11-05 10:38:46 +01:00
Ralf Becker
3b2375e34f Changelog for 17.1.20171106 2017-11-05 09:16:19 +00: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
f21b13090f pending translations from our translation server 2017-11-04 09:36:02 +01:00
nathangray
2b73ea453b * Infolog - Add context menu actions to set start & end date 2017-11-03 15:47:27 -06:00