summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* handle non existing owners when handling dav requestsRobin Appelman2017-03-021-3/+10
* Properly handle groups with a /Roeland Jago Douma2017-02-271-1/+1
* Clean up single user modeMorris Jobke2017-02-221-3/+0
* Merge pull request #3430 from nextcloud/fix-ios-client-detectionMorris Jobke2017-02-101-4/+3
|\
| * Fix detection of the new iOS appJoas Schilling2017-02-101-4/+3
* | Add integration tests for legacy DAV endpointsLukas Reschke2017-02-102-1/+19
|/
* Merge pull request #2850 from nextcloud/downstream-26603Roeland Jago Douma2017-01-021-0/+3
|\
| * Fixed size issues on main detail view and disappearing of share recipients (#...Michael Jobst2016-12-231-0/+3
* | Fix legacy caldav endpointsRoeland Jago Douma2017-01-021-17/+2
|/
* Return explicit values instead of boolean from sabre (#26654)Sergio Bertolín2016-12-221-1/+5
* Fix error when $view is null when being passed into some pluginsThomas Müller2016-12-191-7/+5
* Don't set Content-Disposition header if one already existsLukas Reschke2016-12-141-2/+4
* Also get infos about email sharesJoas Schilling2016-11-301-1/+2
* basic lockdown logicRobin Appelman2016-11-161-0/+1
* Remove unused $view from FilesPlugin (#26549)Vincent Petry2016-11-142-4/+0
* remove unneeded getDirectoryContent when getting share types for a folderRobin Appelman2016-11-091-14/+20
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-0/+1
* Upload autorename on client sideVincent Petry2016-11-021-50/+0
* Fix merging backend resultsRoeland Jago Douma2016-11-011-1/+4
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-4/+28
* Require to use at least desktop client 2.0 by defaultThomas Müller2016-10-251-1/+1
* Merge pull request #1883 from nextcloud/downstream-26145Morris Jobke2016-10-252-3/+6
|\
| * Storage 503 message improvementsVincent Petry2016-10-242-3/+6
* | Goodbye Iframe transport !Vincent Petry2016-10-242-189/+0
* | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-243-0/+240
|/
* Merge pull request #1834 from nextcloud/downstream-26186Morris Jobke2016-10-212-6/+34
|\
| * Add more files plugins to new DAV endpoint (#26186)Vincent Petry2016-10-202-6/+34
* | Merge pull request #1806 from nextcloud/karakayasemi_1767Roeland Jago Douma2016-10-211-4/+4
|\ \
| * | Update file.php put function posthook callsSemih Serhat Karakaya2016-10-201-4/+4
| |/
* / Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-2/+2
|/
* Merge pull request #1821 from nextcloud/downstream-26366Morris Jobke2016-10-201-8/+13
|\
| * Sanitize length headers when validating quotaThomas Müller2016-10-201-8/+13
* | Merge pull request #1796 from nextcloud/oc_fav-reportLukas Reschke2016-10-204-2/+53
|\ \ | |/ |/|
| * Make it possible to filter by tags with REPORT methodVincent Petry2016-10-194-2/+53
* | Make sure we only use numbers as lengthJoas Schilling2016-10-191-2/+3
|/
* fix typoThomas Citharel2016-10-141-1/+1
* Merge pull request #1518 from nextcloud/dav-fileshome-directory-propertiesMorris Jobke2016-10-061-2/+1
|\
| * FilesHome now also returns DAV propertiesVincent Petry2016-09-261-2/+1
* | Return ETag and OC-ETag in case of a move (#25683)Thomas Müller2016-09-281-1/+25
|/
* UPDATE permissions qualify for renaming a nodeJoas Schilling2016-09-071-5/+10
* Only require CREATE permissions when the file does not exist yetJoas Schilling2016-09-071-2/+11
* [master] DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-291-7/+2
* Merge pull request #1054 from nextcloud/less-cache-hitsLukas Reschke2016-08-271-1/+6
|\
| * reuse the userfolder's fileinfo when possible during dav setupRobin Appelman2016-08-251-1/+6
* | prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-1/+1
|/
* add dav property to check if a file has a preview availableRobin Appelman2016-07-272-1/+25
* Update with robinJoas Schilling2016-07-2112-12/+12
* Fix apps/Joas Schilling2016-07-2135-52/+94
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-211-1/+8
|\
| * Implement brute force protectionLukas Reschke2016-07-201-1/+8