summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-059-11/+19
* Some php-cs fixesRoeland Jago Douma2019-11-225-3/+8
* implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-211-0/+7
* Fix whitespaceMorris Jobke2019-03-051-1/+1
* Share calendar to circleVinicius Cubas Brand2019-03-011-1/+1
* Fix displayName return of dav groups requestJohn Molakvoæ (skjnldsv)2018-11-101-10/+6
* allow group principal search for dav displayname propertyGeorg Ehrke2018-10-221-9/+132
* use the same ignored properties list for both CustomerPropertiesBackendsRobin Appelman2018-08-281-0/+1
* When sharing calendars and addressbooks the principal has to be verified to b...Roeland Jago Douma2018-05-271-3/+9
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Use ::class statement instead of stringMorris Jobke2018-01-291-2/+3
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-071-1/+1
|\
| * Remove unused variablesMorris Jobke2017-11-061-1/+1
* | Change @georgehrke's emailMorris Jobke2017-11-062-2/+2
* | Update license headersMorris Jobke2017-11-066-2/+7
|/
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-1/+23
* Fix comparisons in the dav appJoas Schilling2017-08-011-1/+1
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-011-1/+1
* Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-241-1/+0
|\
| * Remove unused use statementsMorris Jobke2017-04-221-1/+0