Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-15 | 72 | -424/+632 | |
* | | Merge pull request #4330 from nextcloud/activities-for-password-mail-change | Roeland Jago Douma | 2017-04-14 | 10 | -5/+504 | |
|\ \ | ||||||
| * | | Fix autoloader | Morris Jobke | 2017-04-13 | 2 | -0/+6 | |
| * | | No need for those emails anymore | Joas Schilling | 2017-04-13 | 1 | -1/+1 | |
| * | | Send an email to the old address on email change | Joas Schilling | 2017-04-13 | 2 | -2/+29 | |
| * | | Allow to read the old email on the hook as well | Joas Schilling | 2017-04-13 | 2 | -5/+6 | |
| * | | Move logic into new class with DI | Joas Schilling | 2017-04-13 | 2 | -80/+155 | |
| * | | Send an email on password change | Joas Schilling | 2017-04-13 | 1 | -4/+42 | |
| * | | Add activities when email or password is changed | Joas Schilling | 2017-04-13 | 5 | -0/+352 | |
* | | | Merge pull request #4346 from nextcloud/properly-do-bruteforce-protection-via... | Roeland Jago Douma | 2017-04-14 | 11 | -247/+329 | |
|\ \ \ | ||||||
| * | | | Make BruteForceProtection annotation more clever | Lukas Reschke | 2017-04-13 | 11 | -247/+329 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-14 | 226 | -742/+1188 | |
|/ / / | ||||||
* | | | Merge pull request #4326 from nextcloud/downstream-27562 | Morris Jobke | 2017-04-13 | 2 | -5/+6 | |
|\ \ \ | ||||||
| * | | | Use constants | Joas Schilling | 2017-04-13 | 2 | -2/+2 | |
| * | | | Reorder the entries of the log for easier reading | Juan Pablo Villafáñez | 2017-04-12 | 2 | -6/+7 | |
* | | | | Merge pull request #4308 from nextcloud/lost-password-email | Lukas Reschke | 2017-04-13 | 7 | -36/+89 | |
|\ \ \ \ | ||||||
| * | | | | Update email template for lost password email | Morris Jobke | 2017-04-12 | 7 | -36/+89 | |
* | | | | | Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate... | Morris Jobke | 2017-04-13 | 4 | -56/+73 | |
|\ \ \ \ \ | ||||||
| * | | | | | Improve PHPDoc | Morris Jobke | 2017-04-13 | 1 | -1/+1 | |
| * | | | | | use known LockdownManager | Arthur Schiwon | 2017-04-06 | 1 | -1/+1 | |
| * | | | | | Save correct login name | Arthur Schiwon | 2017-04-06 | 1 | -1/+8 | |
| * | | | | | Add method to $methodsWithSensitiveParameters | Morris Jobke | 2017-04-06 | 1 | -0/+1 | |
| * | | | | | don't regenerate Session ID twice, also fixes tests | Arthur Schiwon | 2017-04-06 | 1 | -4/+7 | |
| * | | | | | regenerate session id on successful login, fixes integration test | Arthur Schiwon | 2017-04-06 | 1 | -0/+4 | |
| * | | | | | do login routine only once when done via LoginController | Arthur Schiwon | 2017-04-06 | 3 | -52/+49 | |
| * | | | | | fix login controller tests | Arthur Schiwon | 2017-04-06 | 2 | -6/+11 | |
* | | | | | | Merge pull request #4337 from nextcloud/fix-adblock-share-icon | Morris Jobke | 2017-04-13 | 9 | -44/+42 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix AdBlock blocking share icon, ref #866 | Jan-Christoph Borchardt | 2017-04-12 | 9 | -44/+42 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #4341 from nextcloud/local-link-explanation | Morris Jobke | 2017-04-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Explain local link | Jos Poortvliet | 2017-04-13 | 1 | -1/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #4336 from nextcloud/add-ratelimiting | Lukas Reschke | 2017-04-13 | 26 | -149/+1436 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove expired attempts | Lukas Reschke | 2017-04-13 | 3 | -17/+45 | |
| * | | | | | | Add tests for multiple parameters | Lukas Reschke | 2017-04-13 | 1 | -5/+19 | |
| * | | | | | | Enable testing app in CI step | Lukas Reschke | 2017-04-13 | 1 | -0/+1 | |
| * | | | | | | Update static autoloadermap | Lukas Reschke | 2017-04-13 | 2 | -0/+12 | |
| * | | | | | | Move to dedicated MiddleWare | Lukas Reschke | 2017-04-13 | 5 | -78/+447 | |
| * | | | | | | Fix .drone.yml | Lukas Reschke | 2017-04-13 | 1 | -1/+1 | |
| * | | | | | | Add isset() as it can be an empty result | Lukas Reschke | 2017-04-13 | 1 | -1/+1 | |
| * | | | | | | Register in ServerContainer | Lukas Reschke | 2017-04-13 | 2 | -18/+15 | |
| * | | | | | | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 21 | -160/+1026 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #4342 from nextcloud/update-certificate-bundle | Morris Jobke | 2017-04-13 | 1 | -162/+139 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update CA bundle | Lukas Reschke | 2017-04-13 | 1 | -162/+139 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #4344 from nextcloud/dont-load-handlebars | Roeland Jago Douma | 2017-04-13 | 1 | -1/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't load handlebars in template | Lukas Reschke | 2017-04-13 | 1 | -1/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #4313 from nextcloud/ldap-name-change | Lukas Reschke | 2017-04-13 | 5 | -20/+20 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Change LDAP method names | Morris Jobke | 2017-04-12 | 5 | -20/+20 | |
* | | | | | | Merge pull request #4340 from nextcloud/remove-invalid-route | Roeland Jago Douma | 2017-04-13 | 1 | -2/+0 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Remove invalid route | Lukas Reschke | 2017-04-13 | 1 | -2/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #3966 from nextcloud/downstream-26570 | Lukas Reschke | 2017-04-13 | 2 | -2/+33 | |
|\ \ \ \ \ | ||||||
| * | | | | | Check for boolean false and add tests | Morris Jobke | 2017-04-04 | 2 | -1/+16 |