summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/Auth.php
Commit message (Expand)AuthorAgeFilesLines
* Implement brute force protectionLukas Reschke2016-07-201-1/+8
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-171-2/+2
* 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-101-0/+4
|\
| * Use the correct realm for basic authentication - fixes #23427Thomas Müller2016-06-091-0/+4
* | Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-091-2/+2
|/
* block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-011-1/+12
* Update license headersLukas Reschke2016-05-261-3/+3
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-241-2/+1
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-1/+1
* Add two factor auth to coreChristoph Wurst2016-05-231-0/+1
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+229