Commit Graph

3171 Commits

Author SHA1 Message Date
Ralf Becker
1d4e4d7db5 if accounts backend is NOT SQL, we need to search that too 2019-07-18 16:17:47 +02:00
Hadi Nategh
c1fe53eccd Stop php warning "Invalid foreach argument" 2019-07-18 16:17:42 +02:00
Ralf Becker
a3a9761372 * CalDAV/CardDAV: allow removing categories 2019-05-28 18:48:57 +02:00
Ralf Becker
dad227865d dito for lists 2019-05-28 16:55:23 +02:00
Ralf Becker
0cd7f6c6a8 do NOT use xml CDATA for vCards to ensure correct replacement of control chars like VT 2019-05-28 16:28:54 +02:00
Ralf Becker
5ff236902b Revert "some chars also require encoding for iCal 2+ or vCard 3+"
This reverts commit f75b9e93f4.
2019-05-28 16:28:54 +02:00
Ralf Becker
f75b9e93f4 some chars also require encoding for iCal 2+ or vCard 3+ 2019-05-27 17:01:19 +02:00
Ralf Becker
4badda961c * CalDAV/CardDAV: encoding VT (vertical tab) as it stalls Outlook (CalDav Synchronizer) 2019-05-24 15:12:55 +02:00
nathangray
6a89598a82 Addressbook - add new distribution lists immediately to the context menu 2019-05-21 09:32:48 -06:00
Hadi Nategh
fb1131f838 Add more translations 2019-04-08 16:00:11 +02:00
nathangray
ae28ee1de0 * Addressbook - fix photos not imported via Import / Export 2019-03-08 10:24:20 -07:00
nathangray
4afa2da066 * Addressbook - move photo change flag from import into vcal so it's always set if needed 2019-03-08 10:23:06 -07:00
Ralf Becker
f9dd120d32 * Addressbook: fix photo was lost when non-admin user edited own account 2019-02-20 17:09:33 +01:00
Hadi Nategh
7c9c115296 * Mail: fix not working sending and receiving smime signed messages where certificates have more than 1 domain registered (subjectAltName) 2019-02-06 15:08:25 +01:00
Ralf Becker
81ef9459b2 pending translations from our translation server 2019-01-14 12:12:21 +01:00
nathangray
41ada86815 Calendar - translation from Birgit 2018-12-20 09:49:47 -07:00
nathangray
26cdffaee4 Addressbook - add additional config option to only show Last/Next date for contacts 2018-12-20 09:49:20 -07:00
nathangray
3746fdca88 Translations from Birgit 2018-12-20 09:49:11 -07:00
nathangray
ff644eba32 * Addressbook - Add site configuration to disable Last/Next Event column 2018-12-20 09:48:59 -07:00
Hadi Nategh
1d50e5702d Fix styling for S/MIME section in edit dialog 2018-12-10 11:27:56 +01:00
Ralf Becker
c3525c4af1 converting turkish translations to utf-8 2018-12-10 11:04:44 +01:00
nathangray
54ca48ad23 Import/Export - change signature of method that gets options to allow definition-specific values
Do export too, for consistency
2018-11-30 09:35:43 -07:00
nathangray
57821d6084 Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-30 09:29:50 -07:00
nathangray
edceca0295 * Calendar - Allow specifying the charset when importing ical 2018-11-30 09:28:59 -07:00
nathangray
f9cec377ff * Addressbook - Allow specifying the charset when importing vcard 2018-11-30 09:28:51 -07:00
nathangray
1dc85aa912 Addressbook - import/export translations from Birgit (better translation) 2018-11-23 09:24:22 -07:00
nathangray
cab5819409 Addressbook - import/export translations from Birgit 2018-11-23 09:21:42 -07:00
nathangray
9cfdc9034b * Addressbook - add option to import that deletes contacts from addressbook that are not in the import list 2018-11-23 09:17:13 -07:00
Hadi Nategh
aa77cf561b Do not run read_calendar if there's no columnselection at all 2018-11-15 17:46:09 +01:00
Ralf Becker
7a25f9530f pending translations from our translation server 2018-10-26 15:31:51 +02:00
Ralf Becker
6a0d7ff88b * CardDAV/Addressbook: fix missing wrapping of notes field
by disabling all old special handling for vCard version 3.0
2018-10-25 21:06:32 +02:00
Ralf Becker
991812753d fix PHP 7.2 Warning: Use of undefined constant in xet files: {$cont[nm][something]} --> {$cont['nm']['something']} 2018-10-19 09:40:42 +02:00
Ralf Becker
eff2444deb * CalDAV: CalDAVSynchronizer: only allow owner/organizer to update or delete an event (not users with edit/delete rights) 2018-10-09 13:14:36 +02:00
nathangray
a2fece2e35 Some missed translations reported by Stefan Unverricht 2018-09-27 11:47:33 -06:00
nathangray
560bc51b8d Use flag to tell Contacts we want to save the picture 2018-09-13 09:13:29 -06:00
Hadi Nategh
0fb8c47238 * Mail: take opened compose dialogs into account when trying to forward attachment, share files into mail or vcard attachment from addressbook 2018-08-28 14:35:55 +02:00
Ralf Becker
7ca4b49878 avoid .files/smime-pubkey.crt file does not exist or can not be created! 2018-08-27 15:34:43 +02:00
Ralf Becker
29d9a20140 * CardDAV: photo was not saved/changed in PUT requests 2018-08-24 14:09:18 +02:00
nathangray
0ce183a8e0 * Addressbook - Allow multiselection for customfield added to link title 2018-08-09 09:52:17 -06:00
nathangray
8b844aff07 * Addressbook - add filtering by distribution list for organisations 2018-07-20 14:10:52 +02:00
Hadi Nategh
f19d588879 Change from legacy-options sub-type to type_filter 2018-07-19 17:12:33 +02:00
nathangray
6d51f91842 * Addressbook - Fix bug preventing turning off letter filter after some actions 2018-07-19 14:00:08 +02:00
Hadi Nategh
61de9797d9 Merge pull request #44 from miridae/lang-pl-fixes
Fix typos in Polish language files
2018-07-18 14:59:43 +02:00
Hadi Nategh
01de6fe629 Remove comma from personal part since comma is preserved as address separator 2018-07-13 10:48:39 +02:00
Hadi Nategh
1724e3d073 Replace & with placeholder according to mailto string processing 2018-07-13 10:48:23 +02:00
Hadi Nategh
bf62d5578d * Addressbook: Inform the user about number of contacts adding to mail compose dialog via Email action 2018-06-29 15:22:53 +02:00
Ralf Becker
4651b9b9a0 * Addressbook: fix SMime/PGP public key import not containing a newline after the key 2018-06-25 14:28:41 +02:00
nathangray
f41d9a8e1c Addressbook - fix missing add action on no rows after some actions 2018-06-22 12:40:21 -06:00
nathangray
1514883d75 * Addressbook - Fix incorrect validation error from contact owner when editing import definition 2018-06-21 09:45:49 -06:00
nathangray
fa1611a22c * Addressbook - Disable merge contacts action if more than one account is selected 2018-06-15 09:00:41 -06:00