| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #405 from nextcloud/theming-fixes | Björn Schießle | 2016-07-18 | 2 | -2/+2 |
|\ |
|
| * | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 2 | -2/+2 |
* | | PasswordLoginForbidden is not a FATAL exception | Roeland Jago Douma | 2016-07-14 | 1 | -0/+3 |
|/ |
|
* | fix error message | Bjoern Schiessle | 2016-06-30 | 1 | -1/+1 |
* | Add proper throws PHP docs | Lukas Reschke | 2016-06-30 | 1 | -2/+13 |
* | Add required $message parameter | Lukas Reschke | 2016-06-30 | 1 | -2/+2 |
* | add some additonal permission checks to the webdav backend | Bjoern Schiessle | 2016-06-30 | 1 | -1/+16 |
* | PasswordLoginForbidden must extend NotAuthenticated | Vincent Petry | 2016-06-17 | 1 | -2/+2 |
* | throw PasswordLoginForbidden on DAV | Christoph Wurst | 2016-06-17 | 2 | -2/+56 |
* | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 1 | -6/+13 |
* | create session token on all APIs | Christoph Wurst | 2016-06-13 | 1 | -2/+1 |
* | Merge pull request #25046 from owncloud/fix-the-realm | Vincent Petry | 2016-06-10 | 3 | -4/+12 |
|\ |
|
| * | Use the correct realm for basic authentication - fixes #23427 | Thomas Müller | 2016-06-09 | 3 | -4/+12 |
* | | Merge pull request #25043 from owncloud/webdav-download-mimetype | Vincent Petry | 2016-06-10 | 2 | -1/+23 |
|\ \ |
|
| * | | DAV now returns file name with Content-Disposition header | Vincent Petry | 2016-06-09 | 2 | -1/+23 |
| |/ |
|
* / | Allow login by email address via webdav as well - fixes #24791 | Thomas Müller | 2016-06-09 | 1 | -2/+2 |
|/ |
|
* | Better handling of forbidden files in dav | Robin Appelman | 2016-06-07 | 2 | -0/+4 |
* | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971) | Thomas Müller | 2016-06-06 | 2 | -5/+8 |
* | Merge pull request #24935 from owncloud/2fa-block-dav | Vincent Petry | 2016-06-02 | 1 | -1/+12 |
|\ |
|
| * | block DAV if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 1 | -1/+12 |
* | | Catch the ForbiddenException to make sure it gets handled | Joas Schilling | 2016-06-01 | 1 | -0/+3 |
|/ |
|
* | Update license headers | Lukas Reschke | 2016-05-26 | 18 | -23/+33 |
* | do not allow client password logins if token auth is enforced or 2FA is enabled | Christoph Wurst | 2016-05-24 | 1 | -2/+1 |
* | when generating browser/device token, save the login name for later password ... | Christoph Wurst | 2016-05-24 | 1 | -1/+1 |
* | Merge pull request #24559 from owncloud/2fa | Vincent Petry | 2016-05-23 | 1 | -0/+1 |
|\ |
|
| * | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+1 |
* | | ensure comments-href returns a value also when propfind is done against remot... | Arthur Schiwon | 2016-05-20 | 1 | -3/+3 |
|/ |
|
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 34 | -0/+5619 |