aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | fix sql commandGeorg Ehrke2012-02-181-2/+2
| * | | | | | | | | show shared calendarsGeorg Ehrke2012-02-112-5/+20
| * | | | | | | | | add sharing management for calendarsGeorg Ehrke2012-02-041-0/+163
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into sabredav_1.6Georg Ehrke2012-04-153-16/+3
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Remove useless, unmaintained dav.phpJakob Sack2012-04-151-13/+0
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | improve flexibility of search providers a bitRobin Appelman2012-04-141-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into sabredav_1.6Georg Ehrke2012-04-133-31/+55
|\| | | | |
| * | | | | Calendar: Update category list when updating/adding eventBart Visscher2012-04-132-0/+10
| * | | | | Calendar: Document active parameter in allCalendarsBart Visscher2012-04-131-3/+1
| * | | | | Calendar: Fix saving of Categories in an eventBart Visscher2012-04-131-6/+2
| * | | | | Calendar: Implement rescan of CategoriesBart Visscher2012-04-131-0/+27
| * | | | | Use the same category input and management as the contacts appBart Visscher2012-04-121-1/+15
| * | | | | Remove unused function getCategoryOptions from OC_Calendar_ObjectBart Visscher2012-04-121-21/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-194-16/+22
|\| | | |
| * | | | Contacts: small fixes and cleanupsBart Visscher2012-03-071-10/+1
| | |_|/ | |/| |
| * | | Add /dav.php, a single location bundling all *DAV-operations.Jakob Sack2012-03-021-1/+14
| * | | Search: Change provider registration to class name, for lazy loading of searc...Bart Visscher2012-03-011-3/+2
| * | | Small cleanupsBart Visscher2012-03-011-1/+2
| * | | Calendar: fix bug in creating DTEND from DTSTARTBart Visscher2012-03-011-1/+3
| | |/ | |/|
* / | replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTimeGeorg Ehrke2012-02-242-10/+10
|/ /
* | Calendar: Correct calendarcolor format for ical color propertyBart Visscher2012-02-211-12/+12
* | apps/calendar: update ctag after deleteFromDAVDataFlorian Pritz2012-02-191-0/+1
* | Calendar: optimize sending calendar events, also enabled caching of resultBart Visscher2012-02-171-0/+1
* | Fixup use of OC_Helper::linkTo functionBart Visscher2012-02-171-1/+1
|/
* change description of the changed colors (calendar)Georg Ehrke2012-01-151-1/+1
* change calendar colorsGeorg Ehrke2012-01-151-2/+2
* fix old calendar name and color not being preserved when editing a calendarRobin Appelman2012-01-111-2/+2
* improve search functionGeorg Ehrke2012-01-061-3/+24
* fix autodetection for the week of the monthGeorg Ehrke2012-01-051-1/+2
* fix repeat rule for every weekdayGeorg Ehrke2012-01-051-1/+1
* fix the default setting for yearly repeating eventsGeorg Ehrke2011-12-261-6/+8
* make repeating events editableGeorg Ehrke2011-12-252-25/+352
* Calendar: refactor common ajax functions to OC_Calendar_AppBart Visscher2011-12-183-3/+85
* Update OC_VObjectBart Visscher2011-12-091-14/+3
* Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-071-55/+22
* Calendar: Also check if the enddate is in the requested range for eventsBart Visscher2011-11-301-0/+2
* Calendar: Use the default timezone that is set in lib/base.phpBart Visscher2011-11-301-1/+1
* first implementation of the search functionGeorg Ehrke2011-11-141-0/+26
* support for repeating eventsGeorg Ehrke2011-11-121-2/+2
* Merge branch 'master' into fullcalendarGeorg Ehrke2011-11-122-4/+4
|\
| * Add sequence name in insertid to be more portableBrice Maron2011-10-292-4/+4
* | Use Last-Modified property to check for changed eventsBart Visscher2011-11-091-0/+1
* | Fix fromtime/totime warningsBart Visscher2011-10-251-3/+5
* | Fix changing calendar dataBart Visscher2011-10-201-0/+8
* | Implement loading of events in calendarBart Visscher2011-10-201-0/+28
|/
* Fix calendar colors with new calendarBart Visscher2011-10-151-0/+12
* remove 'description' from OC_Connector_Sabre_CalDAV propertyMapJohn Kristensen2011-10-121-1/+0
* removed description field for calendarMarvin Thomas Rabe2011-10-082-18/+11
* Add support for DURATION in VEVENTBart Visscher2011-09-281-0/+25