Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4398 from nextcloud/fix_accesslistcode | Joas Schilling | 2017-04-20 | 1 | -2/+1 |
|\ | |||||
| * | Get proper accesslist for userFolder | Roeland Jago Douma | 2017-04-20 | 1 | -2/+1 |
* | | Rename renderHTML to renderHtml | Morris Jobke | 2017-04-19 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #4371 from nextcloud/dont-allow-dot-usernames | Morris Jobke | 2017-04-18 | 1 | -0/+43 |
|\ | |||||
| * | Better validation of allowed user names | Joas Schilling | 2017-04-18 | 1 | -0/+43 |
* | | Merge pull request #4369 from nextcloud/fix-translations | Morris Jobke | 2017-04-18 | 2 | -3/+3 |
|\ \ | |||||
| * | | Fix translations | Joas Schilling | 2017-04-18 | 2 | -3/+3 |
| |/ | |||||
* / | Fix unit tests | Morris Jobke | 2017-04-18 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2834 from nextcloud/accesListToShareManager | Morris Jobke | 2017-04-15 | 3 | -8/+532 |
|\ | |||||
| * | Add more tests for the share helper | Joas Schilling | 2017-04-13 | 1 | -0/+111 |
| * | Activate the test | Joas Schilling | 2017-04-13 | 1 | -1/+1 |
| * | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 1 | -4/+12 |
| * | Fix share manager test | Joas Schilling | 2017-04-13 | 1 | -13/+24 |
| * | Fix default share provider | Joas Schilling | 2017-04-13 | 1 | -10/+10 |
| * | Fix tests for ShareHelper | Joas Schilling | 2017-04-13 | 1 | -44/+70 |
| * | Add shareHelper test | Roeland Jago Douma | 2017-04-13 | 1 | -0/+94 |
| * | Add mail element to access list | Roeland Jago Douma | 2017-04-13 | 2 | -4/+0 |
| * | Offload acceslist creation to providers | Roeland Jago Douma | 2017-04-13 | 2 | -41/+232 |
| * | Fix tests | Roeland Jago Douma | 2017-04-13 | 1 | -0/+6 |
| * | Add owner to access list | Roeland Jago Douma | 2017-04-13 | 1 | -1/+1 |
| * | Add getAccessList to ShareManager | Roeland Jago Douma | 2017-04-13 | 1 | -1/+82 |
* | | 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 |