Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
| * | | | | | OC_ -> NC_ | Morris Jobke | 2017-04-04 | 2 | -3/+3 | |
| * | | | | | Override config.php values through ENV variables (#26570) | Philipp Schaffrath | 2017-04-04 | 2 | -2/+18 | |
* | | | | | | Merge pull request #3043 from nextcloud/issue-3038-no-logentry-on-email-login | Morris Jobke | 2017-04-13 | 3 | -58/+83 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Dont create a log entry on email login | Joas Schilling | 2017-04-07 | 3 | -58/+83 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-13 | 174 | -836/+902 | |
* | | | | | | | Merge pull request #4338 from nextcloud/handlebars-min | Lukas Reschke | 2017-04-12 | 5 | -9192/+34 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Move to handlebars.min.js | Roeland Jago Douma | 2017-04-12 | 5 | -9192/+34 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #4307 from nextcloud/sharing-emails | Roeland Jago Douma | 2017-04-12 | 16 | -279/+388 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix unit tests | Morris Jobke | 2017-04-12 | 5 | -13/+19 | |
| * | | | | | | Dont add click-button text for plaintext mails | Joas Schilling | 2017-04-12 | 1 | -3/+4 | |
| * | | | | | | No newlines when heading is empty | Joas Schilling | 2017-04-12 | 2 | -3/+7 | |
| * | | | | | | make the plain text footer standard compliant and add a space after '--'. It ... | Bjoern Schiessle | 2017-04-12 | 1 | -1/+1 | |
| * | | | | | | Use instance name as alt-text | Joas Schilling | 2017-04-12 | 5 | -5/+9 | |
| * | | | | | | Don't duplicate the sentence with the header | Joas Schilling | 2017-04-12 | 3 | -4/+8 | |
| * | | | | | | Use new email design for sharebymail emails | Morris Jobke | 2017-04-12 | 5 | -250/+39 | |
| * | | | | | | Properly escape heading, body and button text | Morris Jobke | 2017-04-12 | 2 | -6/+12 | |
| * | | | | | | Add addBodyButton to add a single button to email templates | Morris Jobke | 2017-04-12 | 5 | -0/+295 | |
* | | | | | | | Merge pull request #4335 from nextcloud/jquery-ui-min | Lukas Reschke | 2017-04-12 | 5 | -29698/+9 | |
|\ \ \ \ \ \ \ |