summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Calendar.php
Commit message (Expand)AuthorAgeFilesLines
* Add typing to Sharing BackendCarl Schwan2022-06-221-46/+16
* Handle the move operation properly between shared calendarsThomas Citharel2022-06-141-1/+1
* Put calendar invites into the user's first available calendarThomas Citharel2022-05-121-1/+8
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-161-2/+29
* Use ISO8601 timestamps for the CalDAV trashbinChristoph Wurst2021-06-231-0/+10
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-3/+17
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+2
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Translate 'Busy' in CalDAVGary Kim2020-02-231-3/+7
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* properly mark birthday calendars as not shareable for nowGeorg Ehrke2019-09-171-1/+5
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-151-38/+49
* Use the proxymapper to obtain valid proxy dataRoeland Jago Douma2019-08-151-2/+37
* LIMIT is no column but a SQL feature, allow limit on initial syncGeorg Ehrke2019-07-181-0/+11
* fixes dav share issue with ownerGeorg Ehrke2018-11-141-6/+5
* When sharing calendars and addressbooks the principal has to be verified to b...Roeland Jago Douma2018-05-271-1/+1
* remember when a user deleted their contact birthdays calendarGeorg Ehrke2017-11-101-1/+17
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* Merge pull request #5300 from nextcloud/bugfix/noid/fix_proppatch_requests_to...Morris Jobke2017-06-141-0/+6
|\
| * allow users to send PropPatch request when calendar is group-shared with themGeorg Ehrke2017-06-081-0/+6
* | allow PropPatch requests to contact_birthdaysGeorg Ehrke2017-06-081-0/+7
|/
* fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke2017-05-081-2/+7
* Fix remaining "PHP Inspection" warningsJoas Schilling2017-04-201-16/+14
* Add public access modifier to all methodsJoas Schilling2017-04-201-12/+12
* Restrict share handling to the owner onlyJoas Schilling2017-04-201-3/+14
* don't remove owner property for public calendarsGeorg Ehrke2017-04-091-1/+1
* allow sharees to edit certain calendar properties for themselvesGeorg Ehrke2017-03-271-5/+4
* fix PropPatch requests on calendarsGeorg Ehrke2016-11-211-1/+1
* Fix CalendarTestRoeland Jago Douma2016-11-041-1/+6
* Minor fixesRoeland Jago Douma2016-11-041-1/+1
* Translate the personal calendarJoas Schilling2016-10-061-0/+4
* add in same requestThomas Citharel2016-09-261-5/+1
* fix public calendarsThomas Citharel2016-09-261-0/+4
* Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller2016-09-261-1/+4
* fix can-be-publishedThomas Citharel2016-09-261-0/+4
* Allow not-authenticated access to specific urlsThomas Müller2016-09-261-1/+12
* Remove unnecessary implementationThomas Citharel2016-09-261-2/+1
* Proper work on PublishingThomas Citharel2016-09-261-1/+23
* Fix apps/Joas Schilling2016-07-211-2/+3
* Filter confidential calendar objects in shared calendarsThomas Müller2016-06-091-0/+77
* Update license headersLukas Reschke2016-05-261-1/+2
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+171