Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix others | Joas Schilling | 2016-07-21 | 24 | -36/+62 |
| | |||||
* | Merge pull request #479 from nextcloud/add-bruteforce-throttler | Lukas Reschke | 2016-07-21 | 2 | -15/+13 |
|\ | | | | | Implement brute force protection | ||||
| * | Implement brute force protection | Lukas Reschke | 2016-07-20 | 2 | -15/+13 |
| | | | | | | | | | | | | | | | | | | 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) | ||||
* | | Merge pull request #476 from nextcloud/port-same-site-cookies | Lukas Reschke | 2016-07-20 | 3 | -1/+86 |
|\ \ | | | | | | | [master] Port Same-Site Cookies to master | ||||
| * | | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 3 | -1/+86 |
| |/ | | | | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* / | Add OCSMiddleware to catch OCS exceptions | Roeland Jago Douma | 2016-07-20 | 2 | -0/+88 |
|/ | | | | | | | * OCSException * OCSBadRequestException * OCSForbiddenException * OCSNotFoundException | ||||
* | Merge pull request #400 from nextcloud/ocs_appframework | Roeland Douma | 2016-07-19 | 1 | -0/+55 |
|\ | | | | | OCS routes use AppFramework | ||||
| * | Add route tests | Roeland Jago Douma | 2016-07-18 | 1 | -1/+1 |
| | | |||||
| * | Allow registering of OCS routes with the appframework | Roeland Jago Douma | 2016-07-18 | 1 | -0/+55 |
| | | |||||
* | | Copy the regexes to the public interface | Joas Schilling | 2016-07-18 | 1 | -1/+11 |
|/ | |||||
* | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 1 | -2/+7 |
| | |||||
* | create session token on all APIs | Christoph Wurst | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | use client login method on CORS routes | Christoph Wurst | 2016-06-08 | 1 | -6/+6 |
| | |||||
* | remember redirect_url when solving the 2FA challenge | Christoph Wurst | 2016-06-01 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 18 | -16/+28 |
| | |||||
* | Add a background job that generates notifications when an update is available | Joas Schilling | 2016-05-24 | 1 | -0/+4 |
| | |||||
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -2/+13 |
| | |||||
* | Add a method to lock a table | Joas Schilling | 2016-05-21 | 1 | -1/+16 |
| | |||||
* | add IClientService to DI container | Christoph Wurst | 2016-05-01 | 1 | -0/+4 |
| | |||||
* | Make ownCloud work again in php 7.0.6 | Roeland Jago Douma | 2016-04-28 | 1 | -0/+3 |
| | | | | See https://bugs.php.net/bug.php?id=72117 | ||||
* | Allow automatic dependency injection for OCP\Mail\Mailer | Joas Schilling | 2016-04-25 | 1 | -0/+4 |
| | |||||
* | Fix inconsistent nameing of AppFramework | Roeland Jago Douma | 2016-04-22 | 5 | -12/+12 |
| | |||||
* | Move \OC\AppFramework to PSR-4 | Roeland Jago Douma | 2016-04-22 | 22 | -0/+3683 |
* Also moved the autoloader setup a bit up since we need it in initpaths |