Commit Graph

21599 Commits

Author SHA1 Message Date
f4eca63984 * eMail: introduce config option to define the display of your chosen identity, the list of identities in send and derived from this, the information actively sent within the mailheader regarding the identity used 2013-02-01 09:04:08 +00:00
9be692d00f Fix bug where cleared filters did not stay cleared 2013-01-31 19:52:51 +00:00
ad36ac309a Move site config over to etemplate, and move custom notifications into site config 2013-01-31 19:39:01 +00:00
8f1ab82083 Hopefully better fix for cleared filters sticking around 2013-01-31 16:20:23 +00:00
f468da6b45 * Calendar/CalDAV: fixed wrong time in notification mails caused by updates via CalDAV (not web interface), if user-timezone differs from server 2013-01-31 15:16:13 +00:00
a8e6f13304 * Calendar/CalDAV: fixed wrong time in notification mails caused by updates via CalDAV (not web interface), if user-timezone differs from server 2013-01-31 15:15:48 +00:00
33b1066b77 select priority should map 0 to None, not empty 2013-01-31 14:34:55 +00:00
9d142fec14 revert failed attempt for calendar holiday issue accidentally commited with r41527 2013-01-31 14:16:48 +00:00
435f726bf9 select priority should map 0 to None, not empty 2013-01-31 14:13:45 +00:00
becc8c3bca if contact is an account and account-relevant data got updated, handle it like account got updated 2013-01-31 12:46:06 +00:00
d5dfb4af1f if contact is an account and account-relevant data got updated, handle it like account got updated 2013-01-31 12:45:43 +00:00
0e7604281e excess bracket removed 2013-01-31 12:10:06 +00:00
abc012ec6a backport of nathans r41510 2013-01-31 12:02:53 +00:00
e28ff574f9 some changes to enable some missing translations 2013-01-31 11:34:58 +00:00
e955827fe7 some strange changes in key texts and missing update for edit.xet 2013-01-31 10:17:27 +00:00
792c6567b3 move changed texts to their rightfull place 2013-01-31 09:25:11 +00:00
ede9d83142 Implement custom notification messages for infolog 2013-01-30 23:12:52 +00:00
b272fb2cf5 Implement custom notification messages (with placeholders) generally so all apps can use them 2013-01-30 23:10:18 +00:00
1d10b63e2b Get ical export working for scheduled export 2013-01-30 19:56:43 +00:00
d54714afdf - Fix could not edit / delete special shedules with special characters
- Fix schedule definition was sometimes not set
2013-01-30 19:56:35 +00:00
4fca95b797 Fix fatal error in export caused by field mismatch (not defined) 2013-01-30 19:52:30 +00:00
ba7cd8a7ca Fix iCal export selectors & date defaults 2013-01-30 18:11:24 +00:00
31eed45551 Fix bug that did not let you select All for relative date 2013-01-30 17:58:59 +00:00
685cc0ab26 ignore whitespace before and after equal sign in dkim tags 2013-01-30 16:40:41 +00:00
8eb52a2f1d fix typo in translation: quota size in mbyte 2013-01-30 15:56:42 +00:00
15ecaec4f4 Get ical export working for scheduled export 2013-01-30 15:45:48 +00:00
7f4d15e111 fix typo, that caused strange results when, e.g. fetching AccountEmailAddresses for Identities 2013-01-30 14:48:19 +00:00
9d9ac0e02e * Java notifier app from Stefan Werfling, added translation and egw-configuration on download
r41060: fixes from Stefan Werfling for older php versions, where ENT_XML1 is not defined
r41359: latest changes from Stefan: logging and fixed to short socket timeout in config file
r41442: fix for translated debug level causing notification popup to fail
r41474: fixed corrupted (to small) jar file download caused by PHPs stat cache, also removing temp. file
2013-01-30 10:48:48 +00:00
5521f110ec option to fold dkim signature, which is off by default as recommend for http and sign Authorization header - if given - as required by current iSchedule spec 2013-01-30 10:17:55 +00:00
a6812a39ed silence error log on folderExists when called with empty folder, unless the check is forced 2013-01-30 09:33:52 +00:00
044263bd8c handle error on empty folder while checking when saving as draft 2013-01-30 09:17:19 +00:00
1d96ed8cf9 added private-exchange to list of methods how to fetch public key 2013-01-30 07:42:17 +00:00
17a46f71b0 missing return false to fail if signature is expired 2013-01-29 22:44:31 +00:00
1f0523e522 improved dkim signature validation:
- whole signature can be folded
- values of bh, b and h tag can contain whitespace
- check optional expiry / x tag
2013-01-29 22:39:24 +00:00
d7204c520e User-Agent complient with https://svn.tools.ietf.org/svn/wg/httpbis/draft-ietf-httpbis/latest/p2-semantics.html#header.user-agent 2013-01-29 22:11:42 +00:00
b67e43d3ed some changes to dkim signature:
- added User-Agent
- value of x tag is a unix timestamp, not value in secs
- no more oversigning of recipient header, due to new ischedule-relaxed header canon
plus method to check ischedule is available for a domain/email and method to send a freebusy request
2013-01-29 21:54:41 +00:00
90e85f4c19 added ken.name public key and setting correct http-status for logs 2013-01-29 19:33:42 +00:00
b5d049f3d5 Get ical export working for scheduled export 2013-01-29 18:22:46 +00:00
047a8aa9fa loop over attendee not participants, as we add organizer there 2013-01-29 18:19:16 +00:00
7b668c306d Fix selected scheduled definition not getting saved 2013-01-29 17:47:42 +00:00
ab4dc564cb Implement export filters for tracker
- Fix missing closed date
2013-01-29 17:04:34 +00:00
410f52b678 try common default for autofolder personal prefix+AutoFolderName, if everything else fails while trying to fetch a special use folder 2013-01-29 16:48:33 +00:00
c1c072696c Implement export filters for timesheet 2013-01-29 16:33:21 +00:00
24a00e706b - Implement export filters for resouces
- Stop using a preference for export selection default.  If the definition has a filter set, use filter, otherwise default to search results
2013-01-29 16:14:04 +00:00
ccffcf171e suppress hint, if there is no autofolder/specialuse folder available 2013-01-29 16:07:39 +00:00
e77b9c983f fixed corrupted (to small) jar file download caused by PHPs stat cache, also removing temp. file 2013-01-29 16:06:29 +00:00
83212b709f Implement export filters for addressbook 2013-01-29 16:05:21 +00:00
916872bdb6 Implement Import/Export filters for calendar 2013-01-29 15:55:56 +00:00
214bbf52d5 visualize possible SPECIAL-USE foldersettings in personal prefs, to inform users about possible folder voodoo 2013-01-29 15:45:35 +00:00
e497764ba9 fix Fatal Error for call of getTemplateFolder 2013-01-29 15:00:18 +00:00