Commit Graph

18672 Commits

Author SHA1 Message Date
bf9799ebfe Improve multi-domain support for SyncML 2009-11-22 18:48:51 +00:00
67e9dc48e2 Add additional datatstores in varios places 2009-11-22 17:50:16 +00:00
76ffd72eb6 Add multi-domain support for SyncML 2009-11-22 17:49:09 +00:00
ed5799b519 Fix SIFE issues 2009-11-22 17:48:51 +00:00
71ef04effc added multiple week view to icons 2009-11-22 14:01:48 +00:00
4e48fab8b3 fixed typo pointed out by ^DaKu 2009-11-22 09:07:07 +00:00
7f06f12b1a fixed typos pointed out by Hans-Jürgen 2009-11-22 09:03:46 +00:00
badbc1fead refine purify definition to allow for anchor tags 2009-11-21 17:24:36 +00:00
04a01fccb0 fixed not working change of comma-separated accounts, eg. info_responsible 2009-11-20 15:07:26 +00:00
51717e5dd9 fixed not working loging in other the first domain 2009-11-20 15:06:29 +00:00
68ad93eac3 missing password check and email generation for ldap accounts 2009-11-20 15:04:29 +00:00
bd3bdae734 fixed again wrong $this->owner to $this->user 2009-11-20 10:37:11 +00:00
6e8f5f453d fixed categories var being initialized somewhere between nowhere and nirvana 2009-11-20 09:05:23 +00:00
2cba91f6bf respect category permissions on contact view, remove all categories on contact copy, fixed typo 2009-11-20 08:49:39 +00:00
d8ee864991 SyncML filter handling improved, code cleanup 2009-11-20 07:24:00 +00:00
9e7f4a989e Disable debug messages in addressbook SIF class 2009-11-20 07:22:20 +00:00
d9adef103b Add new contacts to selected addressbook. Fix SIF category delimiter 2009-11-19 20:52:44 +00:00
b685a21fd1 eTemplate changes to support optional link sub-types 2009-11-19 20:10:46 +00:00
7744508999 API changes to support optional link sub-types 2009-11-19 20:09:30 +00:00
55fc673dc5 - new configurable invitation ACL: Require an ACL grant to invite other
users and groups:
  * No: Every user can invite other users and groups (default and old
    behavior)
  * Groups: other users can allways be invited, only groups require an invite_grant
  * Users + groups: inviting both allways requires an invite grant
  One need to keep in mind, that setting an invitation ACL via a group,
  gives each groupmember the right to invite the group / create a group
  event. So the last option propable only works, if users manage
  invitations grants on their own, or admin only sets it in small working
  groups, where every member is allowed to invite the whole group.
  --> calendar backend code removes participants a user is not allowed
      to invite
- new "only groupevents" filter, showing only real groupenvents not
  events of groupmembers (added tooltips to explain filters)
2009-11-19 18:56:04 +00:00
e76d659cac applied category preserve on import also to SIF classes 2009-11-19 15:30:53 +00:00
84b0a80b5a improve html purify's default filtering 2009-11-19 15:13:14 +00:00
71c7c427ca check for contact_id > 0 2009-11-19 14:18:45 +00:00
cb9ea723c6 Set VTIMEZONE DTSTART entries properly 2009-11-19 13:30:30 +00:00
1b20783041 Fix Yearly RRULE Issue with Funambol Outlook Sync Client 2009-11-19 11:52:41 +00:00
6eab77b15f "commented permanent error_log in async_notifications, as it creates mail to root when async service is run via cron" 2009-11-19 11:38:37 +00:00
4515b1fec0 adding html.allowed to purify with list of allowed tags; providing the ability to switch off purify, when calling fckEditorQuick (useful, when the cleanup is already done) 2009-11-19 11:13:36 +00:00
2e65cf977a use new categories check_perms() on export and merge preserved categories with imported ones. This functionality is limited in infolog because infolog only supports having just one category at the moment. 2009-11-19 10:40:54 +00:00
4088b81c5c Impoved support for recurrences if device timezone differs from event timezone 2009-11-19 10:13:17 +00:00
f0be57c0d2 "documented and moderniced class a little" 2009-11-19 10:02:00 +00:00
9e6d97f106 Fix VTZIMEZONE DTSTART Issue 2009-11-19 07:52:42 +00:00
f6215060f1 tracker #2322 2009-11-18 20:29:26 +00:00
02366eddbf tracker #2315 2009-11-18 20:18:55 +00:00
f5bfd874d0 tracker #2307 2009-11-18 20:01:08 +00:00
221473ce0f make dynamic resizable sidebox width app specific 2009-11-18 20:00:26 +00:00
d18f839cbf tracker #2306 2009-11-18 19:56:54 +00:00
a61f21be60 tracker #2305 2009-11-18 19:55:16 +00:00
af395af542 tracker #2304 2009-11-18 19:44:00 +00:00
31bc2ff512 tracker #2349 2009-11-18 19:40:17 +00:00
d1b10adf4a Fix Domain Issue (Bug #2367) for SyncML 2009-11-18 18:57:00 +00:00
73e2f3721e fix typos 2009-11-18 17:41:54 +00:00
16538f4f9d use check_perms() on ical export and merge categories on import 2009-11-18 14:46:25 +00:00
91e694e79d Calendar UI improvments:
- show status of participants in border style of event
  + solid:  all participants accepted
  + dotted: all participants answered, but not all accepted
  + dashed: not all participants answered
- mark invitations (of current user, not calendar selected)
  + white background color (not category based color)
  + show blue questionmark icon in event header
2009-11-18 13:58:01 +00:00
43649aa268 fixed typo 2009-11-18 11:11:16 +00:00
bde63a01f9 fixed missing argument error on search (e.g. slowsync), sorry - my fault 2009-11-18 11:10:36 +00:00
d4b0e572a1 some more documentation, some improvement in convertHTMLToText and replaceEmailAdresses 2009-11-18 10:38:15 +00:00
dee4177242 changed owner to user, this was an old error which probably never produced any impacts 2009-11-18 09:55:31 +00:00
cf59c9f606 "fixed typo, still causing statistics call to fail under jerryr" 2009-11-18 08:28:54 +00:00
0b4313adba using new categories check_perms() method on vcard export (prevent exposing private categories) and merge given categories with existing ones on vcard import 2009-11-18 07:46:01 +00:00
cdd50f6b55 new method check_perms for categories class 2009-11-18 07:42:14 +00:00