aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV
Commit message (Expand)AuthorAgeFilesLines
* preload custom properties when propfinding foldersRobin Appelman2023-07-101-2/+42
* fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul...Thomas Citharel2023-04-171-10/+15
* Fix DAV typesjld31032023-04-051-1/+1
* assign group share valueMaximilian Martin2023-02-201-1/+1
* Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-131-3/+7
* Do not output a warning when a file is not foundCôme Chilliet2022-09-121-6/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Fix copy in view-only modeVincent Petry2022-08-261-0/+1
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
* Multiple fixesCarl Schwan2022-07-311-22/+16
* Fix view-only code after code review commentsVincent Petry2022-07-281-4/+4
* Fix share attribute related tests + code styleVincent Petry2022-07-281-0/+1
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+113
* Fix typos in apps/dav subdirectoryluz paz2022-07-262-2/+2
* 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
* Add typing to Sharing BackendCarl Schwan2022-06-222-64/+36
* Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1
* 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
* Change return type to correct typeAnna Larch2021-10-141-1/+1
* use specific email getter where necessaryArthur Schiwon2021-09-091-1/+1
* Allow certain custom DAV props to be readable by everyoneChristoph Wurst2021-06-081-14/+57
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-14/+4
* Make dav respect disallowing sharing with groupsThomas Citharel2021-05-261-5/+10
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* take into account that UNIQUE index might not work as expectedArthur Schiwon2021-01-291-0/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst2020-12-182-1/+2
|\
| * fix finding of groups with decodable chars in their id via DAVArthur Schiwon2020-12-161-1/+1
| * fixes sharing to group ids with characters that are being url encodedArthur Schiwon2020-12-161-0/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
|/
* use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-1/+5
* dav search to honour sharing.maxAutocompleteResults settingArthur Schiwon2020-12-151-4/+12
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-5/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-181-1/+13
* Update license headers for 19Christoph Wurst2020-04-298-1/+8
* Add visibility to all constantsChristoph Wurst2020-04-103-6/+6
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-107-24/+24
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-32/+6
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove space between switch case and colonChristoph Wurst2020-04-092-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-3/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-39/+39
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-5/+3
* Remove unused importsChristoph Wurst2020-03-251-3/+0
* remove the detour trough node and work with path directlyRobin Appelman2020-03-181-34/+8