summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax
Commit message (Expand)AuthorAgeFilesLines
* Implement showing Birthdays of contacts in the calendarBart Visscher2012-03-011-6/+16
* Calendar: fix bug in creating DTEND from DTSTARTBart Visscher2012-03-011-1/+1
* give users the possibility to choose between monday and sunday as first day o...Georg Ehrke2012-02-262-0/+29
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-261-2/+2
* stop using 3rdparty services for timezone detectionGeorg Ehrke2012-02-261-33/+12
* rename updatecalendar to updateGeorg Ehrke2012-02-231-0/+0
* better var name in changeview.phpGeorg Ehrke2012-02-231-2/+11
* add moved files to clean up ajax folderGeorg Ehrke2012-02-2327-0/+1094
* remove old ajax filesGeorg Ehrke2012-02-2321-819/+0
* make the location of the 3rdparty folder flexible.Frank Karlitschek2012-02-231-1/+1
* Calendar: Correct calendarcolor format for ical color propertyBart Visscher2012-02-211-1/+9
* Calendar: optimize sending calendar events, also enabled caching of resultBart Visscher2012-02-171-11/+19
* Calendar: Add default repeat values when editing a non-repeating eventBart Visscher2012-02-171-1/+11
* merge 64a617b2a1016108c946cc533875a40030bbd317 into masterGeorg Ehrke2012-02-071-2/+2
* use strip_tags for calendar namesGeorg Ehrke2012-02-022-2/+2
* Calendar: Bugfix: better input validationGeorg Ehrke2012-02-023-4/+4
* fix undefined indices - bugfix for oc-99Georg Ehrke2012-01-231-12/+14
* validate the calendar nameGeorg Ehrke2012-01-212-0/+24
* fix Undefined variable - bugfix for oc-69Georg Ehrke2012-01-211-2/+3
* improve import functionGeorg Ehrke2012-01-141-8/+5
* fix login check in ajax filesGeorg Ehrke2012-01-053-3/+9
* fix editeventdialog for monthly repeating events with a specific weekday and ...Georg Ehrke2012-01-051-7/+7
* fix end for repeating eventsGeorg Ehrke2012-01-051-5/+5
* add function to detect always the timezoneGeorg Ehrke2012-01-023-2/+39
* fix the default setting for yearly repeating eventsGeorg Ehrke2011-12-261-1/+1
* make repeating events editableGeorg Ehrke2011-12-252-2/+193
* use pre-decrement instead of post-decrementGeorg Ehrke2011-12-251-1/+1
* use OC_JSON::checkLoggedIn() in all ajax filesGeorg Ehrke2011-12-2211-33/+11
* fix merge conflictsGeorg Ehrke2011-12-2111-107/+39
|\
| * Calendar: refactor common ajax functions to OC_Calendar_AppBart Visscher2011-12-1811-107/+39
* | delete unused filesGeorg Ehrke2011-12-106-98/+0
* | optimize timezone detectionGeorg Ehrke2011-12-091-1/+1
|/
* Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-074-21/+11
* Calendar: Use the default timezone that is set in lib/base.phpBart Visscher2011-11-302-2/+2
* fix timezone for repeating eventsGeorg Ehrke2011-11-121-3/+3
* support for repeating eventsGeorg Ehrke2011-11-121-24/+53
* automatic timezone detectionGeorg Ehrke2011-11-111-0/+39
* Use Last-Modified property to check for changed eventsBart Visscher2011-11-095-3/+36
* Use parse function in Calendar_ObjectBart Visscher2011-11-095-5/+5
* Implement select event creationBart Visscher2011-10-251-26/+22
* fix new allday bugGeorg Ehrke2011-10-211-3/+1
* fix allday bugGeorg Ehrke2011-10-211-10/+13
* added transition function from 'old' calendar to fullcalendar (fixed currentv...Georg Ehrke2011-10-211-3/+2
* Implement listview for fullcalendarBart Visscher2011-10-201-1/+1
* Fix changing calendar dataBart Visscher2011-10-203-4/+13
* Implement resizing of eventsBart Visscher2011-10-201-0/+43
* Implement moving of eventBart Visscher2011-10-201-80/+30
* Connect popup to fullcalendarBart Visscher2011-10-201-3/+4
* Connect newEvent & editEvent to fullcalendarBart Visscher2011-10-201-12/+8
* Implement loading of events in calendarBart Visscher2011-10-202-70/+46