summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix publish-url property & getPublishStatus() fctThomas Citharel2016-09-263-18/+20
* Remove unnecessary implementationThomas Citharel2016-09-261-2/+1
* Make little correctionsThomas Citharel2016-09-263-26/+39
* Proper work on PublishingThomas Citharel2016-09-264-1/+302
* Use magic DIJoas Schilling2016-09-201-1/+1
* 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
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-217-9/+18
* Fix undefined propertiesRobin Appelman2016-07-081-0/+6
* Add all properties while creating a subscription (#25318)Thomas Citharel2016-07-011-10/+15
* Filter confidential calendar objects in shared calendarsThomas Müller2016-06-093-3/+172
* 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-265-3/+6
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-126-0/+2050