summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/CalDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Minor fixesRoeland Jago Douma2016-11-041-3/+3
* Use the event dispatcherJoas Schilling2016-11-031-22/+71
* Activities for events and todosJoas Schilling2016-11-031-0/+4
* Move the methods into a new classJoas Schilling2016-11-031-287/+19
* Add activities for sharesJoas Schilling2016-11-031-7/+83
* Fix unshare actions for author != ownerJoas Schilling2016-11-031-16/+38
* Add activity for unshare from groupJoas Schilling2016-11-031-0/+26
* Unshare user activitiesJoas Schilling2016-11-031-2/+70
* Start working on calendar activitiesJoas Schilling2016-11-031-1/+95
* Translate the personal calendarJoas Schilling2016-10-061-0/+3
* 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
* | add in same requestThomas Citharel2016-09-261-19/+2
* | fix public calendarsThomas Citharel2016-09-261-0/+17
* | Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller2016-09-261-8/+18
* | Add new constructor argsLukas Reschke2016-09-261-2/+5
* | 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-261-11/+56
* | move getPublicCalendar inside the caldav backendThomas Citharel2016-09-261-4/+22
* | fix indent once and for allThomas Citharel2016-09-261-3/+3
* | fix things (indentation, tests, comments, backend custom implementationThomas Citharel2016-09-261-24/+25
* | Fix wrong way to get publish statusThomas Citharel2016-09-261-2/+1
* | correct get published status and minor fixesThomas Citharel2016-09-261-29/+1
* | Fix DB call for MySQL databasesThomas Citharel2016-09-261-1/+1
* | Allow not-authenticated access to specific urlsThomas Müller2016-09-261-0/+1
* | Add new root collection public-calendars which holds all public calendarsThomas Müller2016-09-261-0/+58
* | Start work on returning CalDAV published calendarsThomas Citharel2016-09-261-0/+28
* | Fix publish-url property & getPublishStatus() fctThomas Citharel2016-09-261-3/+6
* | Make little correctionsThomas Citharel2016-09-261-2/+3
* | Proper work on PublishingThomas Citharel2016-09-261-0/+37
|/
* Close cursorsJoas Schilling2016-09-151-5/+6
* Chunk if you have too many eventsJoas Schilling2016-09-141-11/+17
* Cast query result to intRoeland Jago Douma2016-09-091-1/+1
* more efficient check if addressbook and calendar exists for userRobin Appelman2016-08-311-0/+23
* Better displaynames for shared calendarsJoas Schilling2016-08-241-2/+28
* Fix apps/Joas Schilling2016-07-211-2/+4
* Add all properties while creating a subscription (#25318)Thomas Citharel2016-07-011-10/+15
* Filter confidential calendar objects in shared calendarsThomas Müller2016-06-091-3/+3
* Added unit testing for the migration stepThomas Müller2016-06-091-3/+11
* Bump dav app version and fix variable renameThomas Müller2016-06-091-2/+2
* Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-091-21/+53
* Update license headersLukas Reschke2016-05-261-0/+1
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+1390