summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-211-1/+8
|\
| * Implement brute force protectionLukas Reschke2016-07-201-1/+8
* | Escape special characters (#25429)Aaron Wood2016-07-201-1/+1
|/
* Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-181-1/+1
|\
| * Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* | PasswordLoginForbidden is not a FATAL exceptionRoeland Jago Douma2016-07-141-0/+3
|/
* fix error messageBjoern Schiessle2016-06-301-1/+1
* Add proper throws PHP docsLukas Reschke2016-06-301-2/+13
* Add required $message parameterLukas Reschke2016-06-301-2/+2
* add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-301-1/+16
* PasswordLoginForbidden must extend NotAuthenticatedVincent Petry2016-06-171-2/+2
* throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-172-2/+56
* 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-102-2/+5
|\
| * Use the correct realm for basic authentication - fixes #23427Thomas Müller2016-06-092-2/+5
* | Merge pull request #25043 from owncloud/webdav-download-mimetypeVincent Petry2016-06-102-1/+23
|\ \
| * | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-092-1/+23
| |/
* / Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-091-2/+2
|/
* Better handling of forbidden files in davRobin Appelman2016-06-072-0/+4
* Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-062-5/+8
* Merge pull request #24935 from owncloud/2fa-block-davVincent Petry2016-06-021-1/+12
|\
| * block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-011-1/+12
* | Catch the ForbiddenException to make sure it gets handledJoas Schilling2016-06-011-0/+3
|/
* Update license headersLukas Reschke2016-05-2616-20/+28
* 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
* Merge pull request #24559 from owncloud/2faVincent Petry2016-05-231-0/+1
|\
| * Add two factor auth to coreChristoph Wurst2016-05-231-0/+1
* | ensure comments-href returns a value also when propfind is done against remot...Arthur Schiwon2016-05-201-3/+3
|/
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-1232-0/+5412