Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PoC] JS Combiner | Roeland Jago Douma | 2017-03-24 | 1 | -0/+10 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use correct theming when returning the defaults | Joas Schilling | 2017-01-19 | 1 | -0/+21 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | No need for the CssManager | Roeland Jago Douma | 2017-01-06 | 1 | -5/+10 |
| | | | | | | * It is a simple wrapper we can always add it later if needed Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do not add ICssManager to OCP | Roeland Jago Douma | 2017-01-06 | 1 | -0/+4 |
| | | | | | | We can add it later if needed Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add identity proof | Lukas Reschke | 2016-11-21 | 1 | -1/+10 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | [WIP] Use mail for encrypting the password reset token as well | Lukas Reschke | 2016-11-03 | 1 | -0/+1 |
| | |||||
* | Clean up core/Application a bit more | Joas Schilling | 2016-10-05 | 1 | -2/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove unused endpoint | Joas Schilling | 2016-09-30 | 1 | -1/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use magic DI for core controllers | Joas Schilling | 2016-09-30 | 1 | -106/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | UserController does not require Defaults | Roeland Jago Douma | 2016-08-29 | 1 | -8/+0 |
| | |||||
* | Remove unused core wrappers | Roeland Jago Douma | 2016-08-25 | 1 | -20/+0 |
| | |||||
* | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 1 | -13/+0 |
| | | | | | | | * Use all DI components * Let the AppFramework resolve the AvatarController * Update unit tests * Unit tests no longer require DB | ||||
* | Move getCapabilities over to Core | Roeland Jago Douma | 2016-08-09 | 1 | -0/+3 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+4 |
| | |||||
* | Implement brute force protection | Lukas Reschke | 2016-07-20 | 1 | -1/+2 |
| | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login) | ||||
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -3/+3 |
| | |||||
* | Revert "occ web executor (#24957)" | Morris Jobke | 2016-07-07 | 1 | -13/+0 |
| | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c. | ||||
* | occ web executor (#24957) | VicDeo | 2016-06-22 | 1 | -0/+13 |
| | | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf | ||||
* | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-07 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -1/+15 |
| | |||||
* | Add controller to generate client tokens | Christoph Wurst | 2016-05-11 | 1 | -0/+10 |
| | |||||
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -4/+9 |
| | | | | | | | | * Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token | ||||
* | Move logout to controller | Lukas Reschke | 2016-04-18 | 1 | -1/+2 |
| | | | | Testable code. Yay. | ||||
* | Move login form into controller | Lukas Reschke | 2016-04-15 | 1 | -0/+14 |
| | | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is. | ||||
* | Move OC\Core and OC\Settings to composer autoloader | Lukas Reschke | 2016-04-05 | 1 | -0/+143 |