Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make BruteForceProtection annotation more clever | Lukas Reschke | 2017-04-13 | 3 | -75/+196 |
* | Merge pull request #4308 from nextcloud/lost-password-email | Lukas Reschke | 2017-04-13 | 1 | -1/+2 |
|\ | |||||
| * | Update email template for lost password email | Morris Jobke | 2017-04-12 | 1 | -1/+2 |
* | | Remove expired attempts | Lukas Reschke | 2017-04-13 | 1 | -5/+13 |
* | | Add tests for multiple parameters | Lukas Reschke | 2017-04-13 | 1 | -5/+19 |
* | | Move to dedicated MiddleWare | Lukas Reschke | 2017-04-13 | 2 | -40/+287 |
* | | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 5 | -49/+398 |
* | | Merge pull request #3966 from nextcloud/downstream-26570 | Lukas Reschke | 2017-04-13 | 1 | -0/+21 |
|\ \ | |/ |/| | |||||
| * | Check for boolean false and add tests | Morris Jobke | 2017-04-04 | 1 | -0/+15 |
| * | OC_ -> NC_ | Morris Jobke | 2017-04-04 | 1 | -1/+1 |
| * | Override config.php values through ENV variables (#26570) | Philipp Schaffrath | 2017-04-04 | 1 | -0/+6 |
* | | Merge pull request #4307 from nextcloud/sharing-emails | Roeland Jago Douma | 2017-04-12 | 1 | -0/+42 |
|\ \ | |||||
| * | | Use instance name as alt-text | Joas Schilling | 2017-04-12 | 1 | -0/+4 |
| * | | Add addBodyButton to add a single button to email templates | Morris Jobke | 2017-04-12 | 1 | -0/+38 |
* | | | Merge pull request #4325 from nextcloud/downstream-27522 | Roeland Jago Douma | 2017-04-12 | 1 | -4/+9 |
|\ \ \ | |/ / |/| | | |||||
| * | | Simplify the test | Joas Schilling | 2017-04-12 | 1 | -1/+1 |
| * | | Optimize put - Dont try to fetch filecache for not existing filecache in encr... | Piotr M | 2017-04-12 | 1 | -4/+9 |
* | | | Merge pull request #3614 from nextcloud/discover-federatedsharing-endpoints | Björn Schießle | 2017-04-12 | 2 | -6/+105 |
|\ \ \ | |/ / |/| | | |||||
| * | | remove discovery manager in favour of the OCSDiscoveryService | Bjoern Schiessle | 2017-04-11 | 1 | -6/+6 |
| * | | add tests for discovery service | Bjoern Schiessle | 2017-04-11 | 1 | -0/+99 |
* | | | Merge pull request #4309 from nextcloud/remove-unused-code | Lukas Reschke | 2017-04-12 | 1 | -124/+0 |
|\ \ \ | |||||
| * | | | Removes unused code for link share emails | Morris Jobke | 2017-04-11 | 1 | -124/+0 |
* | | | | Allow to set text versions for the plain text email | Morris Jobke | 2017-04-11 | 1 | -0/+42 |
|/ / / | |||||
* / / | Add IEMailTemplate to public OCP API | Lukas Reschke | 2017-04-11 | 1 | -11/+26 |
|/ / | |||||
* | | Merge pull request #4256 from nextcloud/theming | Lukas Reschke | 2017-04-11 | 6 | -29/+23 |
|\ \ | |||||
| * | | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 6 | -29/+23 |
* | | | Merge pull request #4146 from nextcloud/unread-comments-folder | Morris Jobke | 2017-04-10 | 4 | -78/+144 |
|\ \ \ | |||||
| * | | | fix quote helper test | Robin Appelman | 2017-03-30 | 2 | -2/+2 |
| * | | | update FakeManager | Robin Appelman | 2017-03-30 | 1 | -0/+3 |
| * | | | Add test for getting unread comment count by folder | Robin Appelman | 2017-03-30 | 1 | -76/+139 |
* | | | | Dont use the permissions mask while scanning | Robin Appelman | 2017-04-10 | 1 | -0/+12 |
* | | | | Also send the new account data with the event | Joas Schilling | 2017-04-10 | 1 | -5/+8 |
| |/ / |/| | | |||||
* | | | Merge pull request #4136 from nextcloud/expire-date-for-all-shares | Morris Jobke | 2017-04-07 | 1 | -7/+10 |
|\ \ \ | |||||
| * | | | update unit tests | Bjoern Schiessle | 2017-04-07 | 1 | -7/+10 |
* | | | | Add support for theming | Lukas Reschke | 2017-04-07 | 1 | -25/+87 |
* | | | | New layout for welcome email | Morris Jobke | 2017-04-07 | 1 | -0/+75 |
* | | | | Don't force the use of Accept-Language anymore | Joas Schilling | 2017-04-07 | 1 | -26/+22 |
* | | | | Save the scope of an auth token in the session | Robin Appelman | 2017-04-05 | 2 | -32/+50 |
| |_|/ |/| | | |||||
* | | | Merge pull request #2095 from nextcloud/bruteforcesetttings | Lukas Reschke | 2017-04-04 | 2 | -3/+93 |
|\ \ \ | |||||
| * | | | Fix tests | Roeland Jago Douma | 2017-04-04 | 1 | -2/+0 |
| * | | | Fixed layout of bruteforcesettings | Morris Jobke | 2017-04-02 | 1 | -4/+4 |
| * | | | Update App Manager test | Roeland Jago Douma | 2017-04-02 | 1 | -0/+2 |
| * | | | Respect bruteforce settings in the Throttler | Roeland Jago Douma | 2017-04-02 | 1 | -1/+89 |
| * | | | Adds security section to the admin page | Roeland Jago Douma | 2017-04-02 | 1 | -0/+2 |
| |/ / | |||||
* | | | Merge pull request #4093 from nextcloud/endorse-password-protection | Roeland Jago Douma | 2017-04-04 | 1 | -2/+14 |
|\ \ \ | |||||
| * | | | fix unit tests | Bjoern Schiessle | 2017-04-03 | 1 | -2/+14 |
| |/ / | |||||
* / / | Don't try to parse empty body if there is no body | Roeland Jago Douma | 2017-04-04 | 1 | -1/+4 |
|/ / | |||||
* | | rename fun to func | Robin Appelman | 2017-03-30 | 1 | -4/+4 |
* | | Add tests for query builder (i)like | Robin Appelman | 2017-03-30 | 1 | -0/+106 |
* | | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 1 | -0/+74 |