summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Fix CalendarTestRoeland Jago Douma2016-11-041-1/+6
* Fix pluginRoeland Jago Douma2016-11-041-0/+42
* Minor fixesRoeland Jago Douma2016-11-042-4/+4
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-042-1/+42
* Use the event dispatcherJoas Schilling2016-11-032-115/+121
* Use a different type for events and todosJoas Schilling2016-11-032-3/+20
* Activities for events and todosJoas Schilling2016-11-033-6/+189
* Move the methods into a new classJoas Schilling2016-11-033-296/+417
* Add activities for sharesJoas Schilling2016-11-032-7/+100
* Fix unshare actions for author != ownerJoas Schilling2016-11-032-16/+54
* Add activity for unshare from groupJoas Schilling2016-11-032-0/+37
* Unshare user activitiesJoas Schilling2016-11-032-4/+80
* Start working on calendar activitiesJoas Schilling2016-11-032-1/+345
* [9.2] Sync deathdate and anniversary to birthday calendar (#25655)Thomas Müller2016-10-141-22/+43
* Translate the personal calendarJoas Schilling2016-10-062-0/+7
* Merge pull request #1545 from nextcloud/delete-calendars-with-their-usersMorris Jobke2016-09-281-0/+52
|\
| * Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-281-1/+1
| * fix deletion of calendarsThomas Citharel2016-09-271-0/+42
| * delete shares to an userThomas Citharel2016-09-271-0/+10
* | Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-275-1/+593
|\ \ | |/ |/|
| * fix annotations & copyright headersThomas Citharel2016-09-262-3/+39
| * add in same requestThomas Citharel2016-09-263-25/+4
| * fix public calendarsThomas Citharel2016-09-263-1/+22
| * Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller2016-09-263-19/+26
| * Add new constructor argsLukas Reschke2016-09-261-2/+5
| * add calendarserver-sharing to the list of advertised featuresThomas Citharel2016-09-261-1/+1
| * use AllowedSharingModes for can-be-published & can-be-sharedThomas Citharel2016-09-261-2/+3
| * fix can-be-publishedThomas Citharel2016-09-262-1/+5
| * add can-be-published propertyThomas Citharel2016-09-261-0/+4
| * add space between calendarname and owner nameThomas Citharel2016-09-261-1/+1
| * fix getChild()Thomas Citharel2016-09-261-1/+1
| * Add publicuri to oc_dav_shares table and start working with itThomas Citharel2016-09-262-12/+58
| * fix some bracket positionsThomas Citharel2016-09-261-14/+7
| * move getPublicCalendar inside the caldav backendThomas Citharel2016-09-262-11/+23
| * fix indent once and for allThomas Citharel2016-09-262-82/+83
| * fix things (indentation, tests, comments, backend custom implementationThomas Citharel2016-09-264-185/+182
| * Disable OPTIONS handling - done by sabreThomas Müller2016-09-261-1/+1
| * Fix wrong way to get publish statusThomas Citharel2016-09-261-2/+1
| * correct get published status and minor fixesThomas Citharel2016-09-262-35/+8
| * Fix DB call for MySQL databasesThomas Citharel2016-09-261-1/+1
| * Dirty hack to disable dav plugins on public calendar urlsThomas Citharel2016-09-261-0/+20
| * Fix requests for browser plugin as well as for the public calendar root folderThomas Müller2016-09-261-28/+0
| * Allow not-authenticated access to specific urlsThomas Müller2016-09-262-1/+13
| * Add new root collection public-calendars which holds all public calendarsThomas Müller2016-09-262-0/+118
| * Start work on returning CalDAV published calendarsThomas Citharel2016-09-262-3/+59
| * No need to call database twiceThomas Citharel2016-09-261-1/+1
| * Use urlgenerator to generate an absolute urlThomas Citharel2016-09-261-7/+32
| * Use ressource ID instead of nameThomas Citharel2016-09-261-1/+1
| * Fix annotationsThomas Citharel2016-09-261-4/+4
| * Remove unnecessary lineThomas Citharel2016-09-261-2/+0