aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre/AuthTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Try basic auth for ajax WebDAV requestsFerdinand Thiessen2024-06-181-26/+67
* chore: Add SPDX headerAndy Scherzinger2024-05-281-26/+4
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-3/+3
* fix(dav): Use IRequest constant to match versionJoas Schilling2023-07-111-20/+0
* perf(dav): Do not call general setupFS on ever dav authJulius Härtl2023-02-091-6/+6
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-20/+20
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-051-20/+22
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-58/+58
* Update license headersChristoph Wurst2019-12-051-2/+3
* Mode to modern phpunitRoeland Jago Douma2019-11-271-16/+16
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* fix dav unit testsBjoern Schiessle2017-12-121-3/+3
* Update license headersMorris Jobke2017-11-061-0/+1
* Use ::class in test mocksMorris Jobke2017-10-241-20/+21
* Fix detection of the new iOS appJoas Schilling2017-02-101-4/+4
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-26/+28
* prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-1/+2
* Fix apps/Joas Schilling2016-07-211-3/+4
* Implement brute force protectionLukas Reschke2016-07-201-1/+8
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-151-1/+3
* 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
* block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-011-3/+63
* Update license headersLukas Reschke2016-05-261-1/+4
* Update DAV unit tests to PSR-4Joas Schilling2016-05-251-0/+611