summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector
Commit message (Expand)AuthorAgeFilesLines
...
* Goodbye Iframe transport !Vincent Petry2016-10-241-164/+0
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-242-2/+247
* Merge pull request #1834 from nextcloud/downstream-26186Morris Jobke2016-10-211-11/+35
|\
| * Add more files plugins to new DAV endpoint (#26186)Vincent Petry2016-10-201-11/+35
* | 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-14/+12
|\
| * Sanitize length headers when validating quotaThomas Müller2016-10-201-14/+12
* | Merge pull request #1796 from nextcloud/oc_fav-reportLukas Reschke2016-10-201-10/+29
|\ \ | |/ |/|
| * Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-10/+29
* | Make sure we only use numbers as lengthJoas Schilling2016-10-191-0/+6
|/
* Merge pull request #1518 from nextcloud/dav-fileshome-directory-propertiesMorris Jobke2016-10-061-52/+0
|\
| * FilesHome now also returns DAV propertiesVincent Petry2016-09-261-52/+0
* | Return ETag and OC-ETag in case of a move (#25683)Thomas Müller2016-09-281-5/+32
|/
* Fix testsJoas Schilling2016-09-071-16/+28
* [master] DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-291-2/+4
* prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-1/+2
* add dav property to check if a file has a preview availableRobin Appelman2016-07-273-3/+55
* Update with robinJoas Schilling2016-07-2114-14/+14
* Fix apps/Joas Schilling2016-07-2131-68/+115
* Implement brute force protectionLukas Reschke2016-07-201-1/+8
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-1521-110/+278
* Fix testsLukas Reschke2016-06-301-0/+20
* throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-171-1/+4
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-0/+16
* create session token only for clients that support cookiesChristoph Wurst2016-06-131-12/+5
* DAV now returns file name with Content-Disposition headerVincent Petry2016-06-092-2/+67
* Merge pull request #24813 from owncloud/delete-ghost-filesVincent Petry2016-06-071-0/+59
|\
| * add test for deleting ghost files over davRobin Appelman2016-06-031-0/+59
* | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-061-22/+38
|/
* block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-011-3/+63
* Update license headersLukas Reschke2016-05-2625-10/+55
* Update DAV unit tests to PSR-4Joas Schilling2016-05-2530-0/+6737