Commit Graph

10 Commits

Author SHA1 Message Date
Ralf Becker
c338db3b2f patch #2952: typo in class.calendar_so.inc.php 2011-05-03 17:26:41 +00:00
Ralf Becker
f29e94da41 * Calendar: fixed status of all recurrences get set to "unknown", if status of a single recurrence get changed (#2916) 2011-04-09 15:24:04 +00:00
Ralf Becker
25a07e2895 * CalDAV: improved performance of ctag generation
using only a single and quick DB query, compared to multiple queries plus one for each recurring event
2011-04-06 13:11:51 +00:00
Ralf Becker
f83cfe763f * Calendar: store async job of alarm with alarm owner as owner to get eg. the correct from address 2011-03-21 14:14:57 +00:00
Ralf Becker
38f301e681 * Calendar: fixed PostgreSQL error on transfering records of a delted user to an other one 2011-03-11 07:38:40 +00:00
Ralf Becker
e24dc103f5 * Calendar: fixed SQL error on search: Argument of OR must be of type boolean, not of type smallint 2011-03-10 17:57:48 +00:00
Ralf Becker
de45c0a645 * Calendar: no longer returning private events of other user while searching, as it can reveal private information 2011-03-07 15:12:56 +00:00
Ralf Becker
b9e714f40d * CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms
- Lightning pops up alarm, until Sequence/etag get updated: if user has no edit rights on an other users calendar, etag never got updated, now we update it
- fixed user was not able to add alarms via CalDAV, if he had no edit rights for event (was always possible in web UI)
- alarms from other users calendars are not included any more, as they make no sense but a lot of trouble
- fixed wrong condition on adding alarms, causing some alarms no being saved
2011-03-05 10:34:21 +00:00
Ralf Becker
5b836073c7 * fixed conflict check of resource quantity and storage of changed quantity in existing events
(changed quantity was used for conflict check, but not stored!)
There is still a bug with multiple non-overlapping events overlapping the checked event: check is against quantity sum, not the maximum
2010-11-11 08:55:35 +00:00
Ralf Becker
7dbf2251bc removed never implemented cats_no_subs common pref and always include sub-cats (no change as currently only one was selectable) 2010-10-14 16:17:26 +00:00