summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9531 from remyj38/masterMorris Jobke2018-05-221-0/+3
|\
| * Fix translation bug on lost password pageRémy Jacquin2018-05-201-0/+3
* | Don't use special chars to avoid confusionRoeland Jago Douma2018-05-221-1/+1
|/
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Use proper typesRoeland Jago Douma2018-04-111-4/+1
* Avoid to leak a user ID that is not a string to reach a user backendMorris Jobke2018-04-111-0/+4
* Merge pull request #9115 from nextcloud/feature/noid/login_flow_wordingRoeland Jago Douma2018-04-091-0/+38
|\
| * Improve login flowRoeland Jago Douma2018-04-081-0/+38
* | Remove unused parameterRoeland Jago Douma2018-04-061-2/+1
* | Fix testsRoeland Jago Douma2018-04-061-1/+2
* | Always remember meRoeland Jago Douma2018-04-061-3/+1
|/
* Make the new autocomplete endpoint OCSJoas Schilling2018-03-211-1/+1
* Add Cache-control: immutableRoeland Jago Douma2018-03-192-21/+26
* Move search to proper ControllerRoeland Jago Douma2018-03-091-0/+53
* Add CSRF token controller to retrieve the current CSRF tokenChristoph Wurst2018-03-081-0/+63
* Replace logout href to avoid new etag on every requestJulius Härtl2018-03-061-4/+19
* Add ETag to NavigationControllerJulius Härtl2018-03-051-2/+16
* expose capabilities in jsBjoern Schiessle2018-02-271-2/+6
* Merge pull request #8026 from nextcloud/feature/noid/allow-custom-html-in-htm...Joas Schilling2018-02-261-2/+2
|\
| * Fix existing usagesJoas Schilling2018-02-151-2/+2
* | don't try login with the same name that just failedArthur Schiwon2018-02-221-3/+5
* | Merge pull request #8336 from nextcloud/cleanup-unused-parameterRoeland Jago Douma2018-02-201-6/+1
|\ \
| * | Remove config from AutoCompleteControllerMorris Jobke2018-02-131-6/+1
| |/
* | Merge pull request #8095 from nextcloud/webapps-capabilitiesMorris Jobke2018-02-151-0/+92
|\ \
| * | Also rewrite icon urlJulius Härtl2018-02-121-0/+3
| * | Move to OCS endpointJulius Härtl2018-02-121-14/+16
| * | Allow requesting absolute URLsJulius Härtl2018-02-121-5/+33
| * | Add tests for NavigationControllerJulius Härtl2018-02-121-2/+2
| * | Add navigation endpointJulius Härtl2018-02-121-0/+59
| |/
* / Remove unused import statementsMorris Jobke2018-02-141-1/+0
|/
* Add preview endpoint for the fileidRoeland Jago Douma2018-01-241-14/+75
* Improve OC_Image code to not guess the type of input, but actually request th...Morris Jobke2018-01-181-2/+4
* Request->getHeader() should always return a stringMorris Jobke2018-01-173-3/+3
* Display message when connection is throttled on logi pageRoeland Jago Douma2018-01-151-4/+12
* Fix bug with proxiesMario Danic2018-01-151-1/+12
* Merge pull request #7712 from nextcloud/jsconfig_l10nMorris Jobke2018-01-051-4/+4
|\
| * Use correct L10N files for jsconfigRoeland Jago Douma2018-01-051-4/+4
* | Clear login token once apppassword is generatedRoeland Jago Douma2018-01-041-0/+3
|/
* never translate login names when requiring with a user idArthur Schiwon2018-01-031-0/+6
* Hide stay logged in checkbox when flow authentication is usedJulius Härtl2017-12-281-0/+1
* Merge pull request #7324 from nextcloud/no-sorters-no-instancesRoeland Jago Douma2017-12-111-5/+7
|\
| * don't create sorter instances when none was requestedArthur Schiwon2017-11-281-5/+7
* | Merge pull request #6876 from nextcloud/always_img_avatarMorris Jobke2017-12-081-12/+6
|\ \
| * | Move avatar code to Avatar ClassRoeland Jago Douma2017-11-291-159/+3
| * | Always generate avatarRoeland Jago Douma2017-11-291-5/+155
| |/
* / Fix flowMario Danic2017-11-091-1/+10
|/
* Theming: theme flow redirection pageJulius Härtl2017-11-081-1/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-0613-5/+35
* Add 204 endpointRoeland Jago Douma2017-11-021-0/+42