Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
|/ / | |||||
* | | 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 | 2 | -3/+16 |
|\ \ \ | |||||
| * | | | Update email template for lost password email | Morris Jobke | 2017-04-12 | 2 | -3/+16 |
* | | | | Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate... | Morris Jobke | 2017-04-13 | 2 | -43/+55 |
|\ \ \ \ | |||||
| * | | | | 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 | 1 | -43/+40 |
* | | | | | Remove expired attempts | Lukas Reschke | 2017-04-13 | 2 | -12/+32 |
* | | | | | Update static autoloadermap | Lukas Reschke | 2017-04-13 | 2 | -0/+12 |
* | | | | | Move to dedicated MiddleWare | Lukas Reschke | 2017-04-13 | 3 | -38/+160 |
* | | | | | Add isset() as it can be an empty result | Lukas Reschke | 2017-04-13 | 1 | -1/+1 |