summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector
Commit message (Expand)AuthorAgeFilesLines
* move disableFreeBusy check from User principal backend to Scheduling Outbox c...Georg Ehrke2018-10-231-98/+41
* allow admins to override FreeBusy capabilities without modifying ShareAPI cap...Georg Ehrke2018-05-311-81/+147
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-152-57/+4
* fix dav unit testsBjoern Schiessle2017-12-121-3/+3
* Principal search: Take sharing settings into accountGeorg Ehrke2017-12-111-13/+175
* Merge pull request #7313 from nextcloud/ensure-that-x-oc-mtime-header-is-an-i...Morris Jobke2017-12-111-2/+136
|\
| * Reject X-OC-MTime header if given as a string with hexadecimal notationDaniel Calviño Sánchez2017-11-281-1/+1
| * Don't use runInSeparateProcessThomas Müller2017-11-271-5/+5
| * Add tests for X-OC-MTime header handlingDaniel Calviño Sánchez2017-11-271-0/+133
| * Make possible to provide a specific HTTP request object to FileDaniel Calviño Sánchez2017-11-271-2/+3
* | Fix testsRoeland Jago Douma2017-12-041-0/+2
|/
* Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss...Björn Schießle2017-11-201-9/+11
|\
| * Return whether the file is readable or not in the DAV permissionsDaniel Calviño Sánchez2017-11-021-9/+11
* | Update license headersMorris Jobke2017-11-0626-6/+32
|/
* 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