Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused endpoint | Joas Schilling | 2016-09-30 | 1 | -105/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use magic DI for core controllers | Joas Schilling | 2016-09-30 | 1 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Minor cleanup in core Controllers | Roeland Jago Douma | 2016-08-29 | 1 | -5/+2 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+3 |
| | |||||
* | Implement brute force protection | Lukas Reschke | 2016-07-20 | 1 | -8/+10 |
| | | | | | | | | | 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) | ||||
* | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-07 | 1 | -11/+25 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+0 |
| | |||||
* | when generating browser/device token, save the login name for later password ↵ | Christoph Wurst | 2016-05-24 | 1 | -1/+1 |
| | | | | checks | ||||
* | generate device token for UID, not login name | Christoph Wurst | 2016-05-24 | 1 | -2/+3 |
| | | | | fixes #24785 | ||||
* | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 1 | -1/+2 |
| | |||||
* | PHPDoc and other minor fixes | Christoph Wurst | 2016-05-11 | 1 | -2/+4 |
| | |||||
* | add unit tests for all new classes | Christoph Wurst | 2016-05-11 | 1 | -3/+3 |
| | |||||
* | Add token auth for OCS APIs | Christoph Wurst | 2016-05-11 | 1 | -2/+6 |
| | |||||
* | Add index on 'last_activity' | Christoph Wurst | 2016-05-11 | 1 | -2/+3 |
| | | | | | | add token type column and delete only temporary tokens in the background job debounce token updates; fix wrong class import | ||||
* | Add controller to generate client tokens | Christoph Wurst | 2016-05-11 | 1 | -0/+82 |