summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #466 from nextcloud/escape-special-charactersLukas Reschke2016-07-201-1/+1
|\ \
| * | Escape special characters (#25429)Aaron Wood2016-07-201-1/+1
| |/
* / Cast share id to string (#25402)Vincent Petry2016-07-201-1/+1
|/
* Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-182-2/+2
|\
| * Use the themed Defaults everywhereJoas Schilling2016-07-152-2/+2
* | PasswordLoginForbidden is not a FATAL exceptionRoeland Jago Douma2016-07-141-0/+3
|/
* fix error messageBjoern Schiessle2016-06-301-1/+1
* Add proper throws PHP docsLukas Reschke2016-06-301-2/+13
* Add required $message parameterLukas Reschke2016-06-301-2/+2
* add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-301-1/+16
* PasswordLoginForbidden must extend NotAuthenticatedVincent Petry2016-06-171-2/+2
* throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-172-2/+56
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-6/+13
* create session token on all APIsChristoph Wurst2016-06-131-2/+1
* Merge pull request #25046 from owncloud/fix-the-realmVincent Petry2016-06-103-4/+12
|\