aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/Principal.php
Commit message (Expand)AuthorAgeFilesLines
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-0/+1
* Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-231-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-10/+10
* Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-171-1/+1
|\
| * Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-121-1/+1
* | fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-161-0/+5
|/
* fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-241-2/+2
* Fix duplicate event email notificationsRichard Steinmetz2022-11-041-0/+40
* Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-171-0/+16
* Use email settings in DAV searchLouis Chemineau2022-04-191-1/+2
* Use share setting in DAV searchLouis Chemineau2022-04-191-2/+4
* Principal search by display name case insensitiveVincent Petry2022-04-081-2/+3
* use specific email getter where necessaryArthur Schiwon2021-09-091-5/+2
* Expose user language through DAVThomas Citharel2021-08-161-0/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+2
* migration to Circles 22Maxence Lange2021-05-291-4/+4
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-13/+23
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-33/+55
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-4/+4
* do not remove valid group sharesArthur Schiwon2021-01-191-2/+18
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+3
* use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-1/+5
* dav search to honour sharing.maxAutocompleteResults settingArthur Schiwon2020-12-151-1/+2
* A valid user session is required for circles.Daniel Kesselberg2020-11-261-1/+3
* Update phpdoc for circleToPrincipalDaniel Kesselberg2020-11-261-8/+1
* Mitigate encoding issue with user principal uriGeorg Ehrke2020-09-101-1/+5
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-5/+5
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Remove unused importsChristoph Wurst2020-03-251-2/+0
* Limit enumeration in principal searchJulius Härtl2020-03-201-1/+28
* Update license headersChristoph Wurst2019-12-051-5/+3
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-0/+21
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-151-103/+33
* Early first stage implementation of the groupsetRoeland Jago Douma2019-08-151-2/+54
* Use the proxymapper to obtain valid proxy dataRoeland Jago Douma2019-08-151-14/+32
* Typehint builtin types in constructor to not initiate autoloadingRoeland Jago Douma2019-06-041-1/+1
* implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-211-0/+10
* Created infrastructure to show circles' shared filesVinicius Cubas Brand2019-03-131-5/+10
* Use proper dependency injection for app managerMorris Jobke2019-03-051-2/+8
* Suppress phan exceptions because they are catched by a class_existsMorris Jobke2019-03-051-0/+3
* use class_exists on correct class to please phanGeorg Ehrke2019-03-041-2/+2
* properly catch exceptions of detailsCircleGeorg Ehrke2019-03-031-1/+9
* Get user's circles without touching sessionVinicius Cubas Brand2019-03-011-6/+1
* allow sharing addressbooks with circlesGeorg Ehrke2019-03-011-2/+1
* Share calendar to circleVinicius Cubas Brand2019-03-011-1/+70