Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | occ web executor (#24957) | VicDeo | 2016-06-22 | 1 | -0/+143 |
| | | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf | ||||
* | Do not leak the login name - fixes #25047 | Thomas Müller | 2016-06-09 | 1 | -8/+40 |
| | |||||
* | Merge pull request #25011 from owncloud/issue-24745-allow-to-cancel-2fa | Vincent Petry | 2016-06-08 | 1 | -4/+17 |
|\ | | | | | Allow to cancel 2FA after login | ||||
| * | Allow to cancel 2FA after login | Joas Schilling | 2016-06-07 | 1 | -4/+17 |
| | | |||||
* | | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-07 | 1 | -7/+33 |
|/ | |||||
* | remember redirect_url when solving the 2FA challenge | Christoph Wurst | 2016-06-01 | 2 | -9/+22 |
| | |||||
* | Merge pull request #24836 from owncloud/auth-tests-to-psr4 | Vincent Petry | 2016-05-25 | 2 | -0/+403 |
|\ | | | | | Move parallel merged auth tests to PSR-4 | ||||
| * | Move parallel merged auth tests to PSR-4 | Joas Schilling | 2016-05-25 | 2 | -0/+403 |
| | | |||||
* | | Merge pull request #24735 from juliushaertl/passwordreset-invalid | Vincent Petry | 2016-05-25 | 1 | -3/+104 |
|\ \ | |/ |/| | Show error messages if a password reset link is invalid or expired | ||||
| * | Add more tests for OC\Core\Controller\LostController | Julius Haertl | 2016-05-23 | 1 | -3/+104 |
| | | | | | | | | | | | | | | | | - remove testResetFormUnsuccessful as it is now splitted up in different test cases - add testResetFormInvalidToken to check if timestamp and token are present - add testResetFormInvalidTokenMatch to check if the saved token matches the provided - add testResetFormExpiredToken to check if expiration detection works - add testResetFormValidToken to check if detection of valid tokens works | ||||
* | | when generating browser/device token, save the login name for later password ↵ | Christoph Wurst | 2016-05-24 | 2 | -7/+23 |
| | | | | | | | | checks | ||||
* | | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -1/+39 |
|/ | |||||
* | Move tests/core/ to PSR-4 | Joas Schilling | 2016-05-19 | 26 | -0/+4730 |