summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle groups with a /Roeland Jago Douma2017-02-271-3/+3
| | | | | | | | | | | | If a group contains a slash the principal URI becomes principals/groups/foo/bar. Now the URI is plit on '/' so this creates issues ;) Fixes #2957 * Add tests for groups with / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1545 from nextcloud/delete-calendars-with-their-usersMorris Jobke2016-09-281-0/+8
|\ | | | | Delete calendars with their users
| * delete shares to an userThomas Citharel2016-09-271-0/+8
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | fix annotations & copyright headersThomas Citharel2016-09-261-3/+0
| |
* | Use true random string as uri for public calendars - as a result we can no ↵Thomas Müller2016-09-261-4/+0
| | | | | | | | longer return the pre-publish-url
* | Allow public access to the principals/system/publicThomas Müller2016-09-261-3/+4
| |
* | Fix requests for browser plugin as well as for the public calendar root folderThomas Müller2016-09-261-6/+18
| |
* | Allow not-authenticated access to specific urlsThomas Müller2016-09-262-0/+97
|/
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-217-8/+16
|
* Fix type hintingRobin Appelman2016-07-081-1/+1
|
* Update license headersLukas Reschke2016-05-262-2/+3
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-127-0/+1111
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4