| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 3 | -3/+0 |
* | Merge pull request #19723 from nextcloud/bug/18603/avatar-response | Roeland Jago Douma | 2020-03-03 | 1 | -2/+2 |
|\ |
|
| * | Always use status 200 for avatar response | Daniel Kesselberg | 2020-03-01 | 1 | -2/+2 |
* | | Also cache avatars when it's not allowed | Joas Schilling | 2020-02-28 | 1 | -4/+6 |
|/ |
|
* | Fix license headers | Christoph Wurst | 2020-01-13 | 1 | -0/+1 |
* | Only allow requesting new CSRF tokens if it passes the SameSite Cookie test | Roeland Jago Douma | 2020-01-03 | 1 | -0/+5 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -3/+6 |
* | Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-config | Roeland Jago Douma | 2019-12-12 | 1 | -2/+6 |
|\ |
|
| * | Send Clear-Site-Data expect for Chrome | Daniel Kesselberg | 2019-11-30 | 1 | -2/+6 |
* | | Add a dedicated page for the recommended apps installation | Christoph Wurst | 2019-12-12 | 2 | -1/+54 |
* | | Update license headers | Christoph Wurst | 2019-12-05 | 25 | -43/+90 |
* | | Add checkbox to install recommended apps during setup | Christoph Wurst | 2019-12-04 | 1 | -2/+9 |
* | | Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacy | Joas Schilling | 2019-12-04 | 1 | -16/+20 |
|\ \
| |/
|/| |
|
| * | Update tests | Roeland Jago Douma | 2019-11-13 | 1 | -21/+3 |
| * | Honor avatar visibility settings | Roeland Jago Douma | 2019-10-28 | 1 | -4/+26 |
* | | Trim the login name | Christoph Wurst | 2019-11-28 | 1 | -1/+1 |
* | | Fix autocomplete suggestions with numeric user ids | Joas Schilling | 2019-11-26 | 1 | -1/+1 |
* | | Merge pull request #18079 from nextcloud/fixes/phpcs | Roeland Jago Douma | 2019-11-25 | 13 | -21/+27 |
|\ \ |
|
| * | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 13 | -21/+27 |
* | | | Remove exception for settings app from svg controller | Daniel Kesselberg | 2019-11-24 | 1 | -6/+0 |
|/ / |
|
* / | Check getRedirectUri() for queries | RussellAult | 2019-11-13 | 1 | -3/+11 |
|/ |
|
* | Harden middleware check | Roeland Jago Douma | 2019-10-25 | 1 | -0/+3 |
* | fix oauth client redirect | Sergej Nikolaev | 2019-10-04 | 1 | -2/+10 |
* | Allow rotation of apppasswords | Roeland Jago Douma | 2019-08-27 | 1 | -0/+24 |
* | Stop if there is no encrypted token | Daniel Kesselberg | 2019-08-18 | 1 | -1/+5 |
* | Fix login flow form actions | Roeland Jago Douma | 2019-08-11 | 1 | -2/+14 |
* | Merge pull request #16544 from nextcloud/bugfix/16540 | Roeland Jago Douma | 2019-07-31 | 1 | -5/+12 |
|\ |
|
| * | Move actual password reset to vue | Julius Härtl | 2019-07-31 | 1 | -5/+12 |
* | | Merge pull request #16563 from nextcloud/enh/lostcontroller/better_exceptions | Morris Jobke | 2019-07-29 | 1 | -18/+13 |
|\ \ |
|
| * | | Use proper exception in lostController | Roeland Jago Douma | 2019-07-27 | 1 | -18/+13 |
| |/ |
|
* / | Update PreviewController | Roeland Jago Douma | 2019-07-26 | 1 | -6/+1 |
|/ |
|
* | Merge pull request #16308 from nextcloud/fix/undefined-offset-0 | Morris Jobke | 2019-07-10 | 1 | -3/+6 |
|\ |
|
| * | Return first value from $users | Daniel Kesselberg | 2019-07-09 | 1 | -3/+6 |
* | | Don't send executionContexts for Clear-Site-Data | Daniel Kesselberg | 2019-07-09 | 1 | -1/+1 |
|/ |
|
* | Fall back to black for non-color values | Joas Schilling | 2019-06-20 | 1 | -0/+1 |
* | Add extendedSupport to Subscription | Julius Härtl | 2019-06-17 | 1 | -0/+1 |
* | Vueify the login page | Christoph Wurst | 2019-05-29 | 1 | -54/+71 |
* | Remote wipe support | Roeland Jago Douma | 2019-05-20 | 1 | -0/+98 |
* | Merge pull request #15304 from nextcloud/enh/2fa_setup_at_login | Roeland Jago Douma | 2019-05-17 | 1 | -0/+67 |
|\ |
|
| * | Allow 2FA to be setup on first login | Roeland Jago Douma | 2019-05-17 | 1 | -0/+67 |
* | | Allow clients to delete their own apptoken | Roeland Jago Douma | 2019-05-17 | 1 | -0/+23 |
|/ |
|
* | Add a login chain to reduce the complexity of LoginController::tryLogin | Christoph Wurst | 2019-05-07 | 1 | -126/+37 |
* | Block install without CAN_INSTALL file | Roeland Jago Douma | 2019-04-11 | 1 | -0/+16 |
* | Make the endpoint more robust against faulty resource providers | Joas Schilling | 2019-03-28 | 1 | -13/+59 |
* | Return 200 instead of 404 when asking for collections of a resource | Joas Schilling | 2019-03-19 | 1 | -1/+1 |
* | Use rich objects instead of name, link and icon | Joas Schilling | 2019-03-19 | 1 | -7/+1 |
* | Replace the icon-class with an absolute link to an image | Joas Schilling | 2019-03-19 | 1 | -1/+1 |
* | Also check the access to collections on preparing | Joas Schilling | 2019-03-01 | 1 | -0/+4 |
* | Further work on the access cache | Joas Schilling | 2019-03-01 | 1 | -17/+11 |
* | Fix doc blocks | Joas Schilling | 2019-03-01 | 1 | -3/+3 |