aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Command
Commit message (Collapse)AuthorAgeFilesLines
...
* Add command to move a calendar from an user to anotherThomas Citharel2019-01-161-0/+162
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> Add a basic check for displaynames in case we fail to get calendar from uri and put some sf console styles & refactor a bit Signed-off-by: Thomas Citharel <tcit@tcit.fr> basic Tests Signed-off-by: Thomas Citharel <tcit@tcit.fr> add forgotten createNamedParameter() Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #9550 from ↵Morris Jobke2018-06-011-1/+2
|\ | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities
| * allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-221-1/+2
| | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Move repairstep to a custom commandRoeland Jago Douma2018-05-281-0/+82
|/ | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #6884 from ↵Morris Jobke2017-12-121-1/+33
|\ | | | | | | | | nextcloud/feature/3003/opt_out_of_birthday_calendar Opt out of birthday calendar
| * adapt occ 'dav:sync-birthday-calendar commandGeorg Ehrke2017-11-111-1/+33
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Principal search: Take sharing settings into accountGeorg Ehrke2017-12-111-1/+3
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-271-1/+2
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove unused use statementsMorris Jobke2017-04-222-7/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use the event dispatcherJoas Schilling2016-11-031-3/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the methods into a new classJoas Schilling2016-11-031-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use true random string as uri for public calendars - as a result we can no ↵Thomas Müller2016-09-261-1/+2
| | | | longer return the pre-publish-url
* fix things (indentation, tests, comments, backend custom implementationThomas Citharel2016-09-261-1/+3
|
* Better displaynames for shared calendarsJoas Schilling2016-08-241-1/+1
|
* Fix apps/Joas Schilling2016-07-214-5/+9
|
* Update license headersLukas Reschke2016-05-262-1/+2
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-124-0/+308
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4