summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-151-1/+1
* Also cache avatars when it's not allowedJoas Schilling2020-02-281-4/+6
* Only allow requesting new CSRF tokens if it passes the SameSite Cookie testRoeland Jago Douma2020-01-031-0/+5
* Update license headers for 18Christoph Wurst2019-12-201-3/+6
* Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-configRoeland Jago Douma2019-12-121-2/+6
|\
| * Send Clear-Site-Data expect for ChromeDaniel Kesselberg2019-11-301-2/+6
* | Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-122-1/+54
* | Update license headersChristoph Wurst2019-12-0525-43/+90
* | Add checkbox to install recommended apps during setupChristoph Wurst2019-12-041-2/+9
* | Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling2019-12-041-16/+20
|\ \ | |/ |/|
| * Update testsRoeland Jago Douma2019-11-131-21/+3
| * Honor avatar visibility settingsRoeland Jago Douma2019-10-281-4/+26
* | Trim the login nameChristoph Wurst2019-11-281-1/+1
* | Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-261-1/+1
* | Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2513-21/+27
|\ \
| * | Some php-cs fixesRoeland Jago Douma2019-11-2213-21/+27
* | | Remove exception for settings app from svg controllerDaniel Kesselberg2019-11-241-6/+0
|/ /
* / Check getRedirectUri() for queriesRussellAult2019-11-131-3/+11
|/
* Harden middleware checkRoeland Jago Douma2019-10-251-0/+3
* fix oauth client redirectSergej Nikolaev2019-10-041-2/+10
* Allow rotation of apppasswordsRoeland Jago Douma2019-08-271-0/+24
* Stop if there is no encrypted tokenDaniel Kesselberg2019-08-181-1/+5
* Fix login flow form actionsRoeland Jago Douma2019-08-111-2/+14
* Merge pull request #16544 from nextcloud/bugfix/16540Roeland Jago Douma2019-07-311-5/+12
|\
| * Move actual password reset to vueJulius Härtl2019-07-311-5/+12
* | Merge pull request #16563 from nextcloud/enh/lostcontroller/better_exceptionsMorris Jobke2019-07-291-18/+13
|\ \
| * | Use proper exception in lostControllerRoeland Jago Douma2019-07-271-18/+13
| |/
* / Update PreviewControllerRoeland Jago Douma2019-07-261-6/+1
|/
* Merge pull request #16308 from nextcloud/fix/undefined-offset-0Morris Jobke2019-07-101-3/+6
|\
| * Return first value from $usersDaniel Kesselberg2019-07-091-3/+6
* | Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-091-1/+1
|/
* Fall back to black for non-color valuesJoas Schilling2019-06-201-0/+1
* Add extendedSupport to SubscriptionJulius Härtl2019-06-171-0/+1
* Vueify the login pageChristoph Wurst2019-05-291-54/+71
* Remote wipe supportRoeland Jago Douma2019-05-201-0/+98
* Merge pull request #15304 from nextcloud/enh/2fa_setup_at_loginRoeland Jago Douma2019-05-171-0/+67
|\
| * Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-0/+67
* | Allow clients to delete their own apptokenRoeland Jago Douma2019-05-171-0/+23
|/
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-071-126/+37
* Block install without CAN_INSTALL fileRoeland Jago Douma2019-04-111-0/+16
* Make the endpoint more robust against faulty resource providersJoas Schilling2019-03-281-13/+59
* Return 200 instead of 404 when asking for collections of a resourceJoas Schilling2019-03-191-1/+1
* Use rich objects instead of name, link and iconJoas Schilling2019-03-191-7/+1
* Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-191-1/+1
* Also check the access to collections on preparingJoas Schilling2019-03-011-0/+4
* Further work on the access cacheJoas Schilling2019-03-011-17/+11
* Fix doc blocksJoas Schilling2019-03-011-3/+3
* Implement search and rename in backendJulius Härtl2019-03-011-1/+43
* Implement frontend for search/renameJulius Härtl2019-03-011-1/+1
* Add iconClass to resourcesJulius Härtl2019-03-011-2/+3