summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV
Commit message (Expand)AuthorAgeFilesLines
* 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
* | add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-231-0/+1
|/
* OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackendGeorg Ehrke2017-03-271-0/+291
* Properly handle groups with a /Roeland Jago Douma2017-02-271-3/+3
* Merge pull request #1545 from nextcloud/delete-calendars-with-their-usersMorris Jobke2016-09-281-0/+8
|\
| * delete shares to an userThomas Citharel2016-09-271-0/+8
* | fix annotations & copyright headersThomas Citharel2016-09-261-3/+0
* | Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller2016-09-261-4/+0
* | Allow public access to the principals/system/publicThomas Müller2016-09-261-3/+4
* | Fix requests for browser plugin as well as for the public calendar root folderThomas Müller2016-09-261-6/+18
* | Allow not-authenticated access to specific urlsThomas Müller2016-09-262-0/+97
|/
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-217-8/+16
* Fix type hintingRobin Appelman2016-07-081-1/+1
* Update license headersLukas Reschke2016-05-262-2/+3