index
:
roundcubemail-plugins-kolab
dev/deduplicate
dev/sabre-vobject3
master
oracle
roundcube-0.6
roundcubemail-plugins-kolab-0.7
roundcubemail-plugins-kolab-0.8
roundcubemail-plugins-kolab-0.9
roundcubemail-plugins-kolab-3.0
roundcubemail-plugins-kolab-3.1
roundcubemail-plugins-kolab-format2
roundcubemail-plugins-kolab-format2-horde5
ticket/3416
Kolab Plugins for Roundcube
devel@lists.kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
libcalendaring
/
libcalendaring.php
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-10
Bump versions and copyright year
Thomas Bruederli
1
-1/+1
2015-03-10
Code cleanup: get recurrence instance identifiers from utility functions
Thomas Bruederli
1
-2/+31
2015-03-09
Export recurrence UNTIL parameter as DATE for all-day events (#3998)
Thomas Bruederli
1
-4/+9
2015-03-05
Strip empty parameters from RRULE properties (#4797)
Thomas Bruederli
1
-3/+7
2015-02-27
Update parstat recursively on all recurrence exceptions
Thomas Bruederli
1
-3/+14
2015-02-26
Don't set recurrence_date for master event (#4738)
Thomas Bruederli
1
-1/+1
2015-02-19
Store recurrence-id for single (non-recurring) events and use for iTip replies
Thomas Bruederli
1
-1/+1
2015-02-17
- Support exceptions and iTip messages with thisansfuture range
Thomas Bruederli
1
-1/+5
2015-02-15
Correctly save 'this-and-future' replies; remove some internal properties bef...
Thomas Bruederli
1
-1/+1
2015-02-15
Reliably identify recurrence instances throughout the application to support ...
Thomas Bruederli
1
-0/+30
2015-01-23
When converting seconds to minutes set alarm to at least 1 minute
Aleksander Machniak
1
-1/+1
2015-01-23
Convert seconds to minutes when parsing alarm values (#4287)
Aleksander Machniak
1
-0/+6
2015-01-22
Fix typo in function name (parse_alarm_value)
Aleksander Machniak
1
-6/+6
2015-01-21
Move assets loading and env setting routine to startup hook.
Thomas Bruederli
1
-6/+6
2015-01-21
Allow to provide the context for getting user emails (augmented by kolab_dele...
Thomas Bruederli
1
-15/+20
2015-01-21
Align the event/task attachment viewer with the attachment view from mail view
Thomas Bruederli
1
-2/+17
2015-01-08
Add test cases for alarm-related utility functions + select the correct alarm...
Thomas Bruederli
1
-1/+1
2015-01-08
Export RRULE UNTIL date as UTC time (#3998)
Thomas Bruederli
1
-1/+6
2014-11-27
Use new rcube_user::list_emails() for better performance (#3970)
Aleksander Machniak
1
-1/+1
2014-11-06
Send delegate attendee in iTip reply (as suggested in RFC 5546) + add it to o...
Thomas Bruederli
1
-2/+12
2014-10-22
Use new rcube_message::get_part_body() method
Aleksander Machniak
1
-1/+1
2014-08-19
Add button to expand members of a group attendee (#3376); prefix edit-attende...
Thomas Bruederli
1
-0/+56
2014-08-12
Avoid fatal errors due to missing class scope in anonymous function
Thomas Bruederli
1
-1/+1
2014-08-04
Replace package.xml with new composer.json files properly defining dependenci...
Thomas Bruederli
1
-2/+3
2014-07-31
Move iTip message parsing functionality to libcalendaring. Only parse iCal at...
Thomas Bruederli
1
-0/+138
2014-07-31
Merge branch 'dev/task-attendees'
Thomas Bruederli
1
-2/+16
2014-07-30
- Fix task attendees and organizer setting and display
Thomas Bruederli
1
-2/+16
2014-07-30
Fix invalid function call
Thomas Bruederli
1
-1/+1
2014-07-29
Add UI elements to display the history of a calendar event with data from the...
Thomas Bruederli
1
-1/+11
2014-07-29
Use generic date conversion method from Rondcube utils
Thomas Bruederli
1
-1/+1
2014-07-08
List virtual calendars showing pending/declined inivtations (#1796)
Thomas Bruederli
1
-1/+29
2014-07-03
Make alarms dialog accessible and operable with keyboard
Thomas Bruederli
1
-0/+1
2014-06-19
Link text labels with recurrence form elements
Thomas Bruederli
1
-12/+13
2014-06-19
Accessibility enhancements for the calendar module (#3084)
Thomas Bruederli
1
-1/+2
2014-04-24
Fix recurrence form serialization; better method names
Thomas Bruederli
1
-1/+4
2014-04-24
Also move recurrence computation classes to libcalendaring
Thomas Bruederli
1
-0/+10
2014-04-24
Move recurrence form handling functions and texts from calendar to libcalenda...
Thomas Bruederli
1
-0/+278
2014-04-17
Refactored alarms in calendar and tasks to support multiple alarms. Moved red...
Thomas Bruederli
1
-39/+142
2014-04-09
Add property for event status; specially annotate CANCELLED events in the UI
Thomas Bruederli
1
-1/+1
2014-03-19
Moved iTip functionality to libcalendaring for common use + improved inline U...
Thomas Bruederli
1
-1/+32
2014-03-17
Add full support for arbitrary recurrence dates (RDATE) to the calendar UI
Thomas Bruederli
1
-0/+1
2014-02-25
rcmail -> rcube, RCMAIL_CHARSET -> RCUBE_CHARSET
Aleksander Machniak
1
-2/+2
2014-01-08
Avoid fatal errors when no valid date is given for alarms computation
Thomas Bruederli
1
-0/+5
2013-11-01
Don't set timezone on allday dates (#2463)
Thomas Bruederli
1
-2/+2
2013-10-16
Improve ical parser to read alarms with zero-values exported by Google (e.g. ...
Thomas Bruederli
1
-3/+9
2013-10-16
Catch exception when timezone is invalid
Aleksander Machniak
1
-3/+10
2013-09-26
Fix date format translation for fullcalendar (#2140)
Thomas Bruederli
1
-0/+2
2013-09-19
Fix ical alarms handling (#2239) and object validation
Thomas Bruederli
1
-1/+1
2013-09-03
Fix "PHP Fatal error: Call to a member function setTimezone() on a
Aleksander Machniak
1
-1/+4
2013-07-24
Don't set default timezone
Thomas Bruederli
1
-1/+1
[next]