summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure we query the node before fetching the nameJulius Härtl2019-03-011-0/+4
* Adjust parameter names on createCollectionOnResourceJulius Härtl2019-03-011-2/+2
* Make names mandatoryJoas Schilling2019-03-011-8/+9
* Allow to create collectionsJoas Schilling2019-03-011-1/+33
* Provider functionalityJoas Schilling2019-03-011-5/+16
* Add a controller with the most important methodsJoas Schilling2019-03-011-0/+163
* Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling2019-02-261-5/+24
* Fix typo in info log for autoconfigMorris Jobke2019-02-251-1/+1
* Login flow V2Roeland Jago Douma2019-02-251-0/+299
* Emit event if app password createdDaniel Kesselberg2019-02-182-56/+18
* Publish activity for app token created by client login flowDaniel Kesselberg2019-02-171-1/+30
* Publish activity for app token created by ocs apiDaniel Kesselberg2019-02-171-2/+31
* Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_...Morris Jobke2019-02-072-13/+13
|\
| * Add StandaloneTemplateResponseRoeland Jago Douma2019-02-062-13/+13
* | Implement guest avatar endpointMichael Weimann2019-02-072-1/+107
* | Do not do redirect handling when loggin outRoeland Jago Douma2019-02-061-1/+3
|/
* Merge pull request #13869 from nextcloud/enh/clean_pending_2fa_session_on_pas...Roeland Jago Douma2019-01-291-2/+8
|\
| * Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-2/+8
* | Clears the local storage after logoutMichael Weimann2019-01-291-1/+4
|/
* Honor remember_login_cookie_lifetimeRoeland Jago Douma2019-01-231-1/+8
* Fix template paramterRoeland Jago Douma2019-01-181-1/+1
* Generic message on password resetRoeland Jago Douma2019-01-151-5/+11