aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV/CustomPropertiesBackend.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-28/+5
* fix: make preload custom proterties sharding compatibleRobin Appelman2024-08-281-9/+9
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-221-2/+7
* fix(db): Don't use deprecated 3rdparty constant: `Doctrine\DBAL\Connection::P...Joas Schilling2024-07-191-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-271-22/+3
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-4/+135
* Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-231-1/+1
* Don't query oc_properties for metadata propsLouis Chemineau2023-12-181-2/+7
* Merge pull request #38397 from nextcloud/enh/contacts/hide-adressbook-optionDaniel2023-07-181-0/+15
|\
| * enh(contacts): show/hide addressbooks for allJohannes Merkel2023-07-101-0/+15
* | preload custom properties when propfinding foldersRobin Appelman2023-07-091-2/+42
|/
* Fix DAV typesjld31032023-04-051-1/+1
* catch any exception for transaction controlArthur Schiwon2022-07-061-1/+1
* DAV custom props: catch Exception and rollback transaction in caseArthur Schiwon2022-07-011-54/+76
* Allow DAV Object propertiesThomas Citharel2022-05-161-12/+58
* Add known dav properties to ignore listJulius Härtl2022-04-211-0/+22
* Convert properties value to string before passing them to databaseCôme Chilliet2022-01-201-0/+5
* Allow certain custom DAV props to be readable by everyoneChristoph Wurst2021-06-081-14/+57
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-4/+2
* Remove unused importsChristoph Wurst2020-03-251-3/+0
* remove the detour trough node and work with path directlyRobin Appelman2020-03-181-34/+8
* use INode instead of Node for custom propertiesRobin Appelman2020-03-181-5/+6
* handle long property paths to hasing paths >250 charsRobin Appelman2020-03-181-21/+36
* remove unused codeRobin Appelman2020-03-181-53/+0
* merge the two almost identical custom property backendsRobin Appelman2020-03-181-18/+100
* Update license headersChristoph Wurst2019-12-051-1/+1
* use the same ignored properties list for both CustomerPropertiesBackendsRobin Appelman2018-08-281-0/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-1/+1
* OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackendGeorg Ehrke2017-03-271-0/+291