summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Command/MoveCalendar.php
Commit message (Expand)AuthorAgeFilesLines
* Add typing to Sharing BackendCarl Schwan2022-06-221-34/+10
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-161-3/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-5/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Allow to force rename a conflicting calendarJohn Molakvoæ (skjnldsv)2020-12-101-16/+68
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Also always return in app commandsJoas Schilling2020-06-261-1/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Remove unused importsChristoph Wurst2020-03-251-3/+0
* Update license headersChristoph Wurst2019-12-051-7/+12
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Handle moving calendar to an user who already has the shareThomas Citharel2019-01-161-17/+40
* Don't check group shares if shareWithGroupMembersOnly is falseThomas Citharel2019-01-161-8/+11
* add list-calendars commandGeorg Ehrke2019-01-161-31/+28
* Add command to move a calendar from an user to anotherThomas Citharel2019-01-161-0/+162