Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4398 from nextcloud/fix_accesslistcode | Joas Schilling | 2017-04-20 | 1 | -2/+7 |
|\ | |||||
| * | Get proper accesslist for userFolder | Roeland Jago Douma | 2017-04-20 | 1 | -2/+7 |
* | | Merge pull request #4381 from nextcloud/2954_take_2 | Joas Schilling | 2017-04-20 | 1 | -7/+1 |
|\ \ | |||||
| * | | Revert "Match slashes in ../{id} resource routes" | Roeland Jago Douma | 2017-04-18 | 1 | -7/+1 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-20 | 14 | -2/+58 |
* | | | Rename renderHTML to renderHtml | Morris Jobke | 2017-04-19 | 2 | -4/+4 |
| |/ |/| | |||||
* | | Merge pull request #4382 from nextcloud/use-proper-reply-to | Lukas Reschke | 2017-04-19 | 1 | -1/+3 |
|\ \ | |||||
| * | | Add "Reply-To" on ShareByMailProvider mails | Lukas Reschke | 2017-04-18 | 1 | -1/+3 |
| |/ | |||||
* | | Merge pull request #4371 from nextcloud/dont-allow-dot-usernames | Morris Jobke | 2017-04-18 | 1 | -1/+5 |
|\ \ | |||||
| * | | Better validation of allowed user names | Joas Schilling | 2017-04-18 | 1 | -1/+5 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-19 | 2 | -0/+8 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-18 | 48 | -148/+96 |
* | | Merge pull request #4369 from nextcloud/fix-translations | Morris Jobke | 2017-04-18 | 6 | -8/+8 |
|\ \ | |||||
| * | | Fix translations | Joas Schilling | 2017-04-18 | 6 | -8/+8 |
| |/ | |||||
* | | Merge pull request #4380 from nextcloud/show-instance-name-in-from | Morris Jobke | 2017-04-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add instance name to default sender | Lukas Reschke | 2017-04-18 | 1 | -1/+1 |
| |/ | |||||
* / | Don't put the SMTP password into the HTML code | Joas Schilling | 2017-04-18 | 1 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-18 | 6 | -6/+12 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-17 | 2 | -0/+10 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-16 | 2 | -104/+104 |
* | Merge pull request #2834 from nextcloud/accesListToShareManager | Morris Jobke | 2017-04-15 | 10 | -23/+569 |
|\ | |||||
| * | Update autoloader | Roeland Jago Douma | 2017-04-13 | 2 | -0/+2 |
| * | Fix server container registration | Roeland Jago Douma | 2017-04-13 | 1 | -1/+1 |
| * | Not needed in the DIContainer anymore | Roeland Jago Douma | 2017-04-13 | 1 | -6/+0 |
| * | Do not set full path if not currentAccess | Roeland Jago Douma | 2017-04-13 | 1 | -6/+11 |
| * | Add samples to the docs | Joas Schilling | 2017-04-13 | 1 | -0/+38 |
| * | Catch exceptions and use as many results as possible | Joas Schilling | 2017-04-13 | 1 | -24/+59 |
| * | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 5 | -28/+58 |
| * | Fix default share provider | Joas Schilling | 2017-04-13 | 1 | -6/+7 |
| * | Fix tests for ShareHelper | Joas Schilling | 2017-04-13 | 1 | -0/+15 |
| * | Fix returned paths for remote shares | Joas Schilling | 2017-04-13 | 4 | -23/+12 |
| * | Return the token as well | Joas Schilling | 2017-04-13 | 1 | -1/+1 |
| * | Also return the token | Joas Schilling | 2017-04-13 | 1 | -5/+11 |
| * | Return the paths for the users without setting them all up | Joas Schilling | 2017-04-13 | 7 | -50/+161 |
| * | Fix comments | Roeland Jago Douma | 2017-04-13 | 5 | -3/+61 |
| * | Add mail element to access list | Roeland Jago Douma | 2017-04-13 | 2 | -4/+12 |
| * | Offload acceslist creation to providers | Roeland Jago Douma | 2017-04-13 | 5 | -41/+111 |
| * | Added ShareHelper | Roeland Jago Douma | 2017-04-13 | 1 | -0/+64 |
| * | Port Encryption/file to new getAccessList | Roeland Jago Douma | 2017-04-13 | 2 | -7/+32 |
| * | Added to public interface | Roeland Jago Douma | 2017-04-13 | 2 | -4/+41 |
| * | 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 | -5/+62 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-15 | 2 | -14/+14 |
* | | Merge pull request #4330 from nextcloud/activities-for-password-mail-change | Roeland Jago Douma | 2017-04-14 | 6 | -5/+24 |
|\ \ | |||||
| * | | Fix autoloader | Morris Jobke | 2017-04-13 | 2 | -0/+6 |
| * | | Allow to read the old email on the hook as well | Joas Schilling | 2017-04-13 | 2 | -5/+6 |
| * | | Add activities when email or password is changed | Joas Schilling | 2017-04-13 | 2 | -0/+12 |
| |/ | |||||
* | | Merge pull request #4346 from nextcloud/properly-do-bruteforce-protection-via... | Roeland Jago Douma | 2017-04-14 | 6 | -17/+119 |
|\ \ | |||||
| * | | Make BruteForceProtection annotation more clever | Lukas Reschke | 2017-04-13 | 6 | -17/+119 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-14 | 48 | -82/+82 |
|/ / |