Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
* | | | | | Register in ServerContainer | Lukas Reschke | 2017-04-13 | 2 | -18/+15 | |
* | | | | | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 9 | -108/+483 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge pull request #3966 from nextcloud/downstream-26570 | Lukas Reschke | 2017-04-13 | 1 | -2/+12 | |
|\ \ \ \ | ||||||
| * | | | | Check for boolean false and add tests | Morris Jobke | 2017-04-04 | 1 | -1/+1 | |
| * | | | | OC_ -> NC_ | Morris Jobke | 2017-04-04 | 1 | -2/+2 | |
| * | | | | Override config.php values through ENV variables (#26570) | Philipp Schaffrath | 2017-04-04 | 1 | -2/+12 | |
* | | | | | Merge pull request #3043 from nextcloud/issue-3038-no-logentry-on-email-login | Morris Jobke | 2017-04-13 | 1 | -2/+19 | |
|\ \ \ \ \ | ||||||
| * | | | | | Dont create a log entry on email login | Joas Schilling | 2017-04-07 | 1 | -2/+19 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-13 | 50 | -100/+108 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge pull request #4307 from nextcloud/sharing-emails | Roeland Jago Douma | 2017-04-12 | 2 | -15/+103 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | 1 | -2/+2 | |
| * | | | | | Don't duplicate the sentence with the header | Joas Schilling | 2017-04-12 | 2 | -3/+7 |