summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php
Commit message (Expand)AuthorAgeFilesLines
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-051-79/+63
* Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-5/+4
* Fix duplicate event email notificationsRichard Steinmetz2022-11-041-0/+31
* Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-171-0/+49
* Use email settings in DAV searchLouis Chemineau2022-04-191-0/+4
* use specific email getter where necessaryArthur Schiwon2021-09-091-17/+17
* Improve PrincipalTest test fileThomas Citharel2021-08-161-56/+58
* Expose user language through DAVThomas Citharel2021-08-161-1/+28
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-0/+51
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-1/+7
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-20/+20
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* 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
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-102/+102
* Fix tests due to config adjustmentsJulius Härtl2020-03-201-16/+12
* Limit enumeration in principal searchJulius Härtl2020-03-201-0/+122
* Update license headersChristoph Wurst2019-12-051-2/+3
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-9/+93
* Mode to modern phpunitRoeland Jago Douma2019-11-271-13/+13
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-151-16/+138
* implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-211-0/+26
* Use proper dependency injection for app managerMorris Jobke2019-03-051-1/+8
* allow user principal search for dav displayname propertyGeorg Ehrke2018-10-221-13/+47
* move disableFreeBusy check from User principal backend to Scheduling Outbox c...Georg Ehrke2018-10-161-98/+41
* allow admins to override FreeBusy capabilities without modifying ShareAPI cap...Georg Ehrke2018-05-221-81/+147
* Principal search: Take sharing settings into accountGeorg Ehrke2017-12-111-13/+175
* Update license headersMorris Jobke2017-11-061-0/+1
* Properly handle groups with a /Roeland Jago Douma2017-02-271-23/+22
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+2
* Update DAV unit tests to PSR-4Joas Schilling2016-05-251-0/+273