Commit Graph

32613 Commits

Author SHA1 Message Date
ec9cc20c11 Switching consistent hashing (Libketama) off by default
as for just 2 Memcached servers it creates an extrem unbalanced 
distribution favoring the 2. server and has no benefits,
as requests to the failed node can only go to the other one anyway.
2018-02-28 10:47:35 +01:00
5807fd0f43 * InfoLog/PHP7.1: fix fatal error stalling merge-print of some InfoLog templates under PHP 7.1+
Make prefix argument optional
2018-02-28 10:15:51 +01:00
a213a286df * Addressbook - fix AJAX duplicate check skipped email addresses 2018-02-27 11:10:45 -07:00
e437a92c7e update to EGroupware GmbH and 2018 2018-02-26 14:06:14 +01:00
65e54052c7 Admin - Can't only delete categories for the selected app. Globals only deletable through Admin 2018-02-21 15:21:56 -07:00
a67675d0f6 * Calendar - Filter birthdays by name to remove duplicates caused by account + contact 2018-02-20 08:55:36 -07:00
1f841adfa4 Fix couple of bugs in notifications, discovered by Stefan Unverricht 2018-02-20 15:20:57 +01:00
64aba9cbb9 * Admin: new config to generate no or lowercase email addresses for new users 2018-02-20 09:17:17 +01:00
00cd9175e9 Add closing timer on notifications 2018-02-19 17:21:03 +01:00
a061786085 Fix created date in notification is not shown according to user's Date Format preference 2018-02-16 14:02:50 +01:00
a92023c02f Do not show open_notified button if there's no link available 2018-02-16 12:03:32 +01:00
da586c3512 Use abstraction to determine mime type, see 9a398594ac 2018-02-15 10:20:02 -07:00
cc0cda0fff deal with old MS Office mime-times have multiple extensions eg. application/msword uses doc and dot 2018-02-15 18:02:51 +01:00
f262fed4b2 Place check on session first to avoid errors if it's missing 2018-02-15 09:30:08 -07:00
f4e2230191 * Etemplate - Don't trust browsers mime if we don't have to - fixes incorrect mime types and Resources rejecting pictures 2018-02-15 08:42:22 -07:00
564a4cab5d * Admin - fix group list filter & sort
- Remove created & modified columns since they're not stored for groups
- Fix email sort
- Fix search returned all results
2018-02-15 08:41:29 -07:00
84ea251b59 * Import/Export - Better matching on accounts to handle prefixes & suffixes 2018-02-15 08:40:58 -07:00
027af2c760 * Mail: Fix spacing issue between grouped toolbars 2018-02-15 15:14:39 +01:00
cff725ebc6 * Mail/SMime: fix not working storage of public key in mail account
We failed silently, when browser reported something different then "application/x-pkcs12" eg. "application/octet-stream". Now we let OpenSSL decide if file contains a valid SMime key.
2018-02-15 14:49:16 +01:00
5f21737a42 Make sure the node is available before addressing its tooltip, fixes broken rename folder action in mail 2018-02-15 14:01:54 +01:00
c9cc1f2e63 fix PHP Warning if keys contain a backslash as in namespaced classes 2018-02-15 09:56:39 +01:00
a1a43afe53 * Api - Fix sharing from mounted shares failed with 404 2018-02-14 10:30:23 -07:00
ae417fbefa Don't error if a single ID is sent, just cast it 2018-02-14 10:16:33 -07:00
cf722f6d01 * Filemanager/Sharing: fix PHP 7.1 error causing auth request to popup
Session only stores app-names and $GLOBALS[egw_info][user][apps] gets restored from $GLOBALS[egw_info][apps] for the allowed app-names. Check if we need to restore from installed apps array was using is_array($GLOBALS[egw_info][user][apps][api]) instead or isset($GLOBALS[egw_info][user][apps][0]), as check if it is a real, non associative array
2018-02-14 09:47:32 +01:00
d2479a71f8 Changelog for 17.1.20180209 17.1.20180209 2018-02-09 11:12:29 +00:00
fc42b3474d pending DE and SK translation from Stefan Unvericht 2018-02-09 12:06:22 +01:00
d86a5481ce remove accidently merged lang-file from master collabeditor 2018-02-09 11:02:35 +01:00
df3ba3ae97 adding include for managed collabora and pointers for letsencrypt 2018-02-09 10:09:52 +01:00
fa23705c10 * InfoLog: fix not working iCal export in edit window 2018-02-08 16:18:25 +01:00
47c94ee9a5 Fix wrongly used exception type on previous commit 2018-02-08 16:10:29 +01:00
b5210f6a24 Fix mail integration fails on SMIME authentication failure. 2018-02-08 15:26:19 +01:00
1b6f18f35e Fix excluded mime types does not work for CollabEditor 2018-02-08 14:50:10 +01:00
6853fe6ca5 Fix excluded mime types does not work for CollabEditor 2018-02-08 14:48:40 +01:00
8c67c0e948 Add some translations, thanks to Stefan Unverricht 2018-02-08 14:27:21 +01:00
7a296bec18 Add some translations 2018-02-08 14:27:03 +01:00
b866653e1b Add some translations 2018-02-08 14:26:40 +01:00
1570633761 Add some translations and adopt link list widget to take editor opener handler preference into account 2018-02-08 14:25:58 +01:00
1e93703eff Change label of excluded mime types in preferences into extension name only 2018-02-08 14:25:20 +01:00
9d5ddc84e2 * Filemanager: Add an user preference for being able to chose whether opening a merge print document should download it or open it with collabora editor 2018-02-08 14:24:05 +01:00
06ef14c78e * Filemanager: Add new user preference in order to be able to exclude specific file extensions from being opened by document editor (eg. Collabora) 2018-02-08 14:15:51 +01:00
0bbbad3a8c Allow custom theme for mobile template 2018-02-08 10:31:23 +01:00
e9d29852ad * Api - Fix some spelling errors, reported by Stefan Unverricht 2018-02-07 13:31:50 -07:00
9394ec1efb * Calendar - Allow templates without pagerepeat or range tags to work using only the first ID 2018-02-07 11:03:21 -07:00
20e75c17db * Calendar - Improve parsing of users when importing to be able to handle parentheses in names 2018-02-06 09:39:27 -07:00
56f9c9478d also fixing preg for email with optional domain part 2018-02-05 19:13:49 +01:00
79309d3afb remove not necessary skipping of regular validation on sending mail 2018-02-05 19:06:14 +01:00
8231f44ce2 Attempt to prefer user's date format when parsing date from a string.
Should fix merging into spreadsheet problems with certain date formats (dd/mm/yyyy)
2018-02-05 10:11:59 -07:00
b3fa7832a2 Apply custom color to quick-add selectbox 2018-02-05 10:09:57 -07:00
04cbe61965 * Calendar - Fix right click -> add gave error instead of popup 2018-02-05 09:44:39 -07:00
f2c4ccd1b0 fixing the fix again: removing check from client side
We can not use "(?<![.\s])", used to check that name-part does not end in
a dot or white-space. The expression is valid in recent Chrome, but fails
eg. in Safari 11.0 or node.js 4.8.3 and therefore grunt uglify!
Server-side will fail in that case because it uses the full regexp.
2018-02-05 17:02:14 +01:00