Commit Graph

4358 Commits

Author SHA1 Message Date
Ralf Becker
a77ba11cfa * Calendar: fix SQL error when automatic purge of older events is configured 2017-06-12 13:44:17 +02:00
Ralf Becker
622b927764 remove duration check of 86400, as it fails over daylight saving changes and more then one day 2017-06-12 12:34:22 +02:00
nathangray
bd8dd18b12 Calendar - Fix 1 day holidays with duration specified as P1D spanning 2 days 2017-06-09 15:29:41 -06:00
nathangray
423caf7be2 Calendar - All tests passing for daily recurring events, all day and otherwise 2017-06-09 14:37:40 -06:00
nathangray
2d90927e53 Calendar - Discrete (not all day) events working for all timezone combinations 2017-06-09 14:37:29 -06:00
nathangray
6622ae7153 Calendar - Ok, working for Edmonton & Berlin... 2017-06-09 14:37:12 -06:00
nathangray
f618128b07 Calendar - change how we're dealing with (all day) timezones, keeping the event in the assigned timezone instead of always changing it to the server timezone. 2017-06-09 14:35:38 -06:00
nathangray
cb58842ac8 Calendar - all day recurring events would extend one day longer for some timezone combinations 2017-06-09 14:35:25 -06:00
Ralf Becker
069e59057c also open "application/ics" in calendar like "text/calendar" 2017-06-08 15:42:34 +02:00
nathangray
3bc6999058 * Calendar - avoid events ending at midnight (00:00) causing a 0 length event the next morning 2017-06-07 13:48:28 -06:00
Ralf Becker
70bb7be6e7 change capitalisation to "EGroupware" 2017-05-31 13:55:35 +02:00
nathangray
c542be543f Calendar - fix planner by user view new event by clicking on a resource did not include resource as participant 2017-05-24 10:20:00 -06:00
Ralf Becker
dbf1e532e4 fix type in holiday url of TrinidadTobago 2017-05-24 11:10:27 +02:00
nathangray
dfd643df43 * Calendar - In week view with multiple users, clicking on the name will now change to just that user 2017-05-17 09:09:45 -06:00
nathangray
fceaabadd1 Calendar - Fix daily recurring recur end date got one day later when you save if timezone was Tahiti 2017-05-17 09:08:49 -06:00
nathangray
96aac588e4 * Calendar - creating an exception to a recurring event now copies the links over to the exception 2017-05-15 10:33:43 -06:00
Hadi Nategh
5f8773007b Fix the date indicator always in center regardless of number of active actions 2017-05-12 12:27:03 +02:00
Hadi Nategh
b713e8c931 Align calendar top header date indicator vertically relevant to other actions 2017-05-12 11:41:31 +02:00
Hadi Nategh
e6f11317b7 Fix calendar top header in mobile template 2017-05-10 10:47:02 +02:00
Hadi Nategh
e1369ae316 Make calendar date indicator in toolbar header more prominent 2017-05-10 10:46:37 +02:00
nathangray
4ecfc47e9b Move VFS widget file handling from Etemplate/Widget/Customfields to Storage/Customfields, to avoid errors with CalDAV/CardDAV not being able to find Etemplate/Widget/Customfields 2017-04-21 11:40:55 -06:00
nathangray
4ee931b203 Calendar - Fix recur end date got one day sooner when you save if timezone was Tahiti 2017-04-21 08:16:48 -06:00
nathangray
ca32923fd4 Calendar - better handling of recurrence when exporting & importing CSV 2017-04-21 08:16:19 -06:00
nathangray
af88d35f63 Deal with event sizing issue that caused 0 length events depending on what was rendered first 2017-04-19 11:18:59 -06:00
Hadi Nategh
7290b8b7e7 Add "freetime" translation 2017-04-18 12:44:52 +02:00
Ralf Becker
dbd808745c fix regression of #9810077: CalDAV PUT of unlimited recurring event run until max_execution_time 2017-04-15 18:24:21 +02:00
Ralf Becker
3148138027 Revert "Thumbnails (and handling) of uploaded files on new entries that have not yet been saved" as it breaks sync
This reverts commit 3e6c733e69.
2017-04-15 17:20:05 +02:00
nathangray
3e6c733e69 Thumbnails (and handling) of uploaded files on new entries that have not yet been saved 2017-04-13 08:11:13 -06:00
Ralf Becker
17a735634c fix PHP warning : array_diff_key(): Argument #2 is not an array on line 281 2017-04-10 16:04:23 +02:00
nathangray
c013210563 * Calendar - Fix bug where planner by user would not show events with group invitation, planner by category would not show events with sub-categories 2017-04-06 09:27:15 -06:00
nathangray
0737afecc5 * Calendar - Highlight current user in planner by user 2017-04-06 09:25:29 -06:00
nathangray
e16f9676d4 Moce calendar birthday stuff into contacts, expire the birthday cache if birthdays change 2017-04-04 12:12:27 -06:00
nathangray
ee53f922d4 Calendar - Store contact birthdays in instance cache (by addressbook) instead of session cache to bring the session cache size down. 2017-04-04 12:12:09 -06:00
Ralf Becker
48fa3a9949 do NOT store actions in session or eT2 request, nor send for mobile devices skiped actions 2017-04-04 17:50:32 +02:00
nathangray
f2a27d73c4 Calendar - Update recurrence adjustment check to match range end change from 9810077eab 2017-04-04 17:28:11 +02:00
Ralf Becker
e00d9fb135 * Calendar/CalDAV: fix server did not send alarms for virtual exceptions of recurring events 2017-03-31 17:40:26 +02:00
Ralf Becker
a8963948e2 * Calendar/CalDAV: fix changes on clients creating multiple alarms on server
fix changing alarm offset on Mac was additional keeping alarm with old offset
also ignoring now X-LIC-ERROR from libical
2017-03-31 17:40:26 +02:00
Ralf Becker
ab977339bf fix Call to a member function format() on null caused by 9810077eab 2017-03-31 17:40:26 +02:00
Ralf Becker
1ed7e919be * Calendar/CalDAV: fix wrong end-date of recurring events incl. whole-day events 2017-03-31 17:40:26 +02:00
Ralf Becker
6807c3c04a fix not sending deleted recurrences as delete (of master) in CalDAV sync-report 2017-03-31 17:40:26 +02:00
nathangray
fb2636ee5d Calendar - Fix planner view in Firefox sometimes had headers mis-aligned with columns
Deferred loading caused scrollbar width calculation issues.
2017-03-29 08:37:52 -06:00
Ralf Becker
560f064bc1 * Calendar: fix error in mail all participants on minimal install
Call to undefined method EGroupware\Api\Accounts::get_account_name()
2017-03-28 19:52:18 +02:00
nathangray
a5ecd32197 Calendar - Fix summer time change east of GMT caused 'today' to be off by one day in planner view 2017-03-28 09:47:08 -06:00
nathangray
7b641f7a8a Calendar - fix sorting users in day view would sometimes disconnect header from day 2017-03-22 08:08:19 -06:00
nathangray
6c733e2d56 Calendar - Fix changing order (sorting) of users day view 2017-03-22 08:08:11 -06:00
nathangray
812c31d0a7 D is for delegated, not declined 2017-03-21 08:15:48 -06:00
nathangray
cc27108ee7 Calendar - fix no events shown in planner if you had empty rows hidden 2017-03-20 11:37:46 -06:00
Hadi Nategh
a71f8e22ad Satisfy postgres about integer not comparable to varchar 2017-03-20 18:07:14 +01:00
nathangray
74f7b6a997 Calendar - Even better, just filter out accounts from contact results 2017-03-20 10:14:33 -06:00
nathangray
5e1cc74f76 Calendar - Lookup person_id and filter by that, in case account name is different from contact file_as 2017-03-20 10:14:23 -06:00