summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Trim the login nameChristoph Wurst2019-12-021-0/+1
* Stop if there is no encrypted tokenDaniel Kesselberg2019-10-221-1/+5
* Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-09-161-1/+1
* Return first value from $usersDaniel Kesselberg2019-07-101-3/+6
* Fall back to black for non-color valuesJoas Schilling2019-06-261-0/+1
* 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
* Npmize (vendor) scriptsChristoph Wurst2019-01-091-2/+0
* Fix loginflow with apptoken enter on iOSRoeland Jago Douma2019-01-041-0/+12
* Fix SAML Client login flow on Apple devicesRoeland Jago Douma2018-12-171-0/+1
* Remove redirect pageJohn Molakvoæ (skjnldsv)2018-11-291-28/+0
* Respect the disabled setting for lost_password_linkRoeland Jago Douma2018-11-201-1/+3
* Use the proper server for the apptoken flow loginRoeland Jago Douma2018-11-011-21/+23
* added possibility to disable autocomplete in login formRayn0r2018-10-301-0/+8
* Keep list of icons in a separate file for use in the accessibility appJulius Härtl2018-10-251-9/+9
* Merge pull request #11847 from iPaat/Fix/DeleteCookiesThroughClearSiteDataMorris Jobke2018-10-231-1/+1
|\
| * Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-151-1/+1
* | Don't require Same Site Cookies on assetsThomas Citharel2018-10-173-0/+4
|/
* Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the...Morris Jobke2018-10-082-5/+2
|\