Commit Graph

32678 Commits

Author SHA1 Message Date
nathangray
cdafb417d3 Etemplate - don't assume event data will still be there after a timeout, fixes occasional errors about it being missing 2018-03-07 11:47:16 -07:00
nathangray
614287a0ba Fix add contact tooltip to work inside nextmatch again 2018-03-07 11:47:07 -07:00
nathangray
45c7aa7c9c * Api - Check if email address is known before offering 'Add as contact' button 2018-03-07 11:46:58 -07:00
nathangray
472adc39d6 * Calendar - Fix exporting CSV from search results exported owner as participants 2018-03-07 11:46:27 -07:00
nathangray
3ca0bd3e84 * Calendar - Fix moving event to an un-loaded day would show only that event when the day is viewed 2018-03-07 11:45:45 -07:00
nathangray
9faf3c5252 * Calendar - new placeholders {{participant_emails}} for non-declined participants and {{participant_summary}} for a summary of participants by status 2018-03-07 11:45:18 -07:00
nathangray
562e690f85 * Mail - Improvements to list display in address search results
Now automatic group lists & created distribution lists limited to 10 each
If there are more, this is indicated with ellipsis
2018-03-07 11:44:39 -07:00
nathangray
b74a5da4f5 * Calendar - always show non-blocking icon for non-blocking events, regardless of private flag 2018-03-07 11:43:31 -07:00
Hadi Nategh
f97c18c108 * Mail: Fix "tel:" href links wrongly get denied by mail compose 2018-03-05 18:21:06 +01:00
Hadi Nategh
d7ce6af567 Fix mail with a bold digits gets removed from text part 2018-03-05 17:32:16 +01:00
Hadi Nategh
50c7d62bc8 An attempt to fix the failing test on vertical char 2018-03-05 14:53:54 +01:00
Hadi Nategh
bba57a254b Fix broken sharing caused by commit 89a8e6f448 2018-03-05 11:15:35 +01:00
Hadi Nategh
a987ddbe85 Make sure replace only and only VT char (Vertical Tab) 2018-03-02 12:14:17 +01:00
Ralf Becker
4ada67ee81 if we can not store failed login attempts in database, store it in cache 2018-02-28 18:02:53 +01:00
Ralf Becker
e4a5d599a2 * All apps: multiselect custom-field switches to single select after submit 2018-02-28 13:42:36 +01:00
Ralf Becker
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
nathangray
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
nathangray
a213a286df * Addressbook - fix AJAX duplicate check skipped email addresses 2018-02-27 11:10:45 -07:00
Ralf Becker
e437a92c7e update to EGroupware GmbH and 2018 2018-02-26 14:06:14 +01:00
nathangray
65e54052c7 Admin - Can't only delete categories for the selected app. Globals only deletable through Admin 2018-02-21 15:21:56 -07:00
nathangray
a67675d0f6 * Calendar - Filter birthdays by name to remove duplicates caused by account + contact 2018-02-20 08:55:36 -07:00
Hadi Nategh
1f841adfa4 Fix couple of bugs in notifications, discovered by Stefan Unverricht 2018-02-20 15:20:57 +01:00
Ralf Becker
64aba9cbb9 * Admin: new config to generate no or lowercase email addresses for new users 2018-02-20 09:17:17 +01:00
Hadi Nategh
00cd9175e9 Add closing timer on notifications 2018-02-19 17:21:03 +01:00
Hadi Nategh
a061786085 Fix created date in notification is not shown according to user's Date Format preference 2018-02-16 14:02:50 +01:00
Hadi Nategh
a92023c02f Do not show open_notified button if there's no link available 2018-02-16 12:03:32 +01:00
nathangray
da586c3512 Use abstraction to determine mime type, see 9a398594ac 2018-02-15 10:20:02 -07:00
Ralf Becker
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
nathangray
f262fed4b2 Place check on session first to avoid errors if it's missing 2018-02-15 09:30:08 -07:00
nathangray
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
nathangray
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
nathangray
84ea251b59 * Import/Export - Better matching on accounts to handle prefixes & suffixes 2018-02-15 08:40:58 -07:00
Hadi Nategh
027af2c760 * Mail: Fix spacing issue between grouped toolbars 2018-02-15 15:14:39 +01:00
Ralf Becker
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
Hadi Nategh
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
Ralf Becker
c9cc1f2e63 fix PHP Warning if keys contain a backslash as in namespaced classes 2018-02-15 09:56:39 +01:00
nathangray
a1a43afe53 * Api - Fix sharing from mounted shares failed with 404 2018-02-14 10:30:23 -07:00
nathangray
ae417fbefa Don't error if a single ID is sent, just cast it 2018-02-14 10:16:33 -07:00
Ralf Becker
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
Ralf Becker
d2479a71f8 Changelog for 17.1.20180209 2018-02-09 11:12:29 +00:00
Ralf Becker
fc42b3474d pending DE and SK translation from Stefan Unvericht 2018-02-09 12:06:22 +01:00
Ralf Becker
d86a5481ce remove accidently merged lang-file from master collabeditor 2018-02-09 11:02:35 +01:00
Ralf Becker
df3ba3ae97 adding include for managed collabora and pointers for letsencrypt 2018-02-09 10:09:52 +01:00
Ralf Becker
fa23705c10 * InfoLog: fix not working iCal export in edit window 2018-02-08 16:18:25 +01:00
Hadi Nategh
47c94ee9a5 Fix wrongly used exception type on previous commit 2018-02-08 16:10:29 +01:00
Hadi Nategh
b5210f6a24 Fix mail integration fails on SMIME authentication failure. 2018-02-08 15:26:19 +01:00
Hadi Nategh
1b6f18f35e Fix excluded mime types does not work for CollabEditor 2018-02-08 14:50:10 +01:00
Hadi Nategh
6853fe6ca5 Fix excluded mime types does not work for CollabEditor 2018-02-08 14:48:40 +01:00
Hadi Nategh
8c67c0e948 Add some translations, thanks to Stefan Unverricht 2018-02-08 14:27:21 +01:00
Hadi Nategh
7a296bec18 Add some translations 2018-02-08 14:27:03 +01:00