aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar
Commit message (Expand)AuthorAgeFilesLines
* fix merge conflictsGeorg Ehrke2012-04-1513-17/+29
|\
| * reuse OC_L10N objectsRobin Appelman2012-04-1410-12/+6
| * keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
| * improve flexibility of search providers a bitRobin Appelman2012-04-141-2/+2
* | fix unsharing of eventsGeorg Ehrke2012-04-132-4/+4
* | add chosen script to calendarGeorg Ehrke2012-04-131-0/+2
* | fix public sharing of calendarsGeorg Ehrke2012-04-132-3/+3
* | fix class nameGeorg Ehrke2012-04-131-1/+1
* | check permission check in share functionGeorg Ehrke2012-04-131-0/+8
* | fix merge conflictsGeorg Ehrke2012-04-1310-68/+142
|\|
| * 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: Also set repeat options when editing a non repeating eventBart Visscher2012-04-132-3/+9
| * Calendar: Fix saving of Categories in an eventBart Visscher2012-04-134-17/+4
| * Calendar: Implement rescan of CategoriesBart Visscher2012-04-132-0/+69
| * VCategories css is now in styles.cssThomas Tanghus2012-04-131-1/+0
| * Use the same category input and management as the contacts appBart Visscher2012-04-125-14/+31
| * Remove unused function getCategoryOptions from OC_Calendar_ObjectBart Visscher2012-04-121-21/+0
* | fix address of public shared calendarsGeorg Ehrke2012-04-132-2/+2
* | hide share tab in shared eventsGeorg Ehrke2012-04-133-0/+6
* | fix calendarid in eventform and validation of calendaridGeorg Ehrke2012-04-124-11/+8
* | fix bugs in share classGeorg Ehrke2012-04-122-1/+4
* | fix bugs and optimize OC_Calendar_Object ClassGeorg Ehrke2012-04-111-10/+8
* | make shared events editable and add (empty) classes for alarm and attendeesGeorg Ehrke2012-04-1011-15/+54
* | fix bug in share lib of calendarGeorg Ehrke2012-04-101-1/+1
* | fix view of single shared eventsGeorg Ehrke2012-04-072-5/+4
* | fix path and class nameGeorg Ehrke2012-04-072-3/+3
* | make dropdown menu work with single event sharingGeorg Ehrke2012-04-071-10/+16
* | add dropdown to eventformGeorg Ehrke2012-04-071-2/+10
* | clean up events.php of calendarGeorg Ehrke2012-04-071-83/+10
* | fix bugs in share lib of calendarGeorg Ehrke2012-04-071-6/+10
* | add access check to ajax filesGeorg Ehrke2012-04-075-18/+29
* | add output functions and access function to app.php of calendarGeorg Ehrke2012-04-071-52/+196
* | revert 0fd8b1a04430fc36bd62a0828530dc2bc3910e81Georg Ehrke2012-04-021-3/+9
* | fix events.php for rewritten OC_Caledar_App classGeorg Ehrke2012-03-311-9/+3
* | remove unused code in OC_Calendar_App classGeorg Ehrke2012-03-311-5/+0
* | rewrite OC_Calendar_APP classGeorg Ehrke2012-03-311-76/+143
* | add public sharing fir calendars and events - add function in Share classGeorg Ehrke2012-03-311-0/+23
* | add public sharing for calendars and eventsGeorg Ehrke2012-03-311-1/+21
* | add new parameters to export fileGeorg Ehrke2012-03-311-3/+3
* | fix name of constantsGeorg Ehrke2012-03-312-2/+2
* | remove share tab from read only event dialogGeorg Ehrke2012-03-311-2/+0
* | Merge branch 'master' into calendar_sharingGeorg Ehrke2012-03-292-2/+2
|\|
| * add backslash r to the newline varGeorg Ehrke2012-03-282-2/+2
* | fix width of dropdown to select monthdays - bugfix oc-354Georg Ehrke2012-03-272-2/+2
* | optimize choosecalendar dialog for shared calendarsGeorg Ehrke2012-03-262-1/+2
* | fix displayed username of person who sharesGeorg Ehrke2012-03-261-1/+1
* | Calendar: fix address for import fileGeorg Ehrke2012-03-261-1/+1
* | fix group sql generator in calendar's share libGeorg Ehrke2012-03-261-5/+1
* | add read only 'form' for shared eventsGeorg Ehrke2012-03-265-11/+308