summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/Principal.php
Commit message (Collapse)AuthorAgeFilesLines
* allow user principal search for dav displayname propertyGeorg Ehrke2018-10-221-2/+22
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* move disableFreeBusy check from User principal backend to Scheduling Outbox ↵Georg Ehrke2018-10-161-6/+4
| | | | | | collection. This allows to keep local delivery of scheduling messages while prohibiting FreeBusy requests Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #9550 from ↵Morris Jobke2018-06-011-4/+15
|\ | | | | | | | | 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-4/+15
| | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | When sharing calendars and addressbooks the principal has to be verified to ↵Roeland Jago Douma2018-05-271-0/+7
|/ | | | | | | | be valid https://github.com/owncloud/core/pull/30149/commits/d3fb8fcdd3a6b00bde0c3c9eb4039876e7fc1967 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Principal search: Take sharing settings into accountGeorg Ehrke2017-12-111-20/+89
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Fix functions to search for principals in the backend.Christoph Seitz2017-12-111-5/+56
| | | | | | | Add a "searchPrincipals" function to the NC principal backend. Fix the "findByUri" function to respect the prefixPath. Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-011-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adding dav resource for avatarsThomas Müller2017-03-291-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly handle groups with a /Roeland Jago Douma2017-02-271-1/+1
| | | | | | | | | | | | 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>
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+234
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4