aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector
Commit message (Expand)AuthorAgeFilesLines
* Fix another warningMorris Jobke2017-10-261-4/+5
* Use ::class in test mocks of dav appMorris Jobke2017-10-2614-54/+77
* Use ::class in test mocksMorris Jobke2017-10-2417-115/+160
* Fix quota calculation on new dav upload endpointRoeland Jago Douma2017-09-131-3/+8
* Do not log WebDAV maintenance mode exceptionMorris Jobke2017-08-151-0/+3
* fix and extend dav test to also test the master-key setupBjoern Schiessle2017-07-062-0/+52
* Don't log passwords on dav exceptionsJoas Schilling2017-06-291-3/+3
* Merge pull request #5124 from nextcloud/allow-dirlisting-with-unreadable-itemsJoas Schilling2017-06-161-4/+5
|\
| * Fix unit testJoas Schilling2017-06-071-4/+5
* | Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-131-3/+9
|/
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-1/+2
* Use Bearer backend for SabreDAVLukas Reschke2017-05-181-0/+88
* check password for mail shares as wellBjoern Schiessle2017-05-041-1/+51
* Fix class namesJoas Schilling2017-04-271-4/+4
* Fix last unit testsJoas Schilling2017-04-272-200/+32
* Don't end the abstract class name with Test.phpJoas Schilling2017-04-274-4/+4
* Properly handle missing READ permissionVincent Petry2017-04-274-11/+80
* Fix duplicate name of classJoas Schilling2017-04-272-6/+6
* Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-261-0/+63
* Moved unit tests from ObjectTree::move to DirectoryVincent Petry2017-04-262-9/+255
* Remove unused use statementsMorris Jobke2017-04-226-13/+0
* Allow file upload when storage is unlimitedJoas Schilling2017-04-121-5/+11
* [CI] Can we get some faster phpunit execution? (#27113)Thomas Müller2017-03-202-0/+5
* fix mockMaxence Lange2017-03-141-1/+1
* Properly handle groups with a /Roeland Jago Douma2017-02-271-23/+22
* Clean up single user modeMorris Jobke2017-02-221-16/+2
* Fix detection of the new iOS appJoas Schilling2017-02-101-4/+4
* Fixed size issues on main detail view and disappearing of share recipients (#...Michael Jobst2016-12-231-2/+0
* Merge pull request #2111 from nextcloud/oc_26549Roeland Jago Douma2016-11-142-14/+1
|\
| * Remove unused $view from FilesPlugin (#26549)Vincent Petry2016-11-142-14/+1
* | Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-0/+1
|/
* fix testsRobin Appelman2016-11-101-8/+6
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-042-28/+32
* Upload autorename on client sideVincent Petry2016-11-021-81/+0
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+19
* Fix unit tests for BlockLegacyClientPluginThomas Müller2016-10-251-15/+10
* 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