aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* meanwhile we can have exact matches. also show those.Arthur Schiwon2017-10-311-1/+2
* configurable amount of autocomplete results in commentsArthur Schiwon2017-10-271-2/+2
* add search parameter to autocomplete controllerArthur Schiwon2017-10-251-3/+15
* AutoCompletion backendArthur Schiwon2017-10-221-0/+89
* Set the data from the templateJoas Schilling2017-10-181-3/+1
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-1/+2
* Exclude avatar from Same-Site Cookie requirementLukas Reschke2017-10-111-0/+1
* Fix "Uninitialized string offset: 0 at \/media\/psf\/stable9\/lib\/private\/U...Lukas Reschke2017-09-071-6/+6
* Fix undefined index oauthStateMorris Jobke2017-09-061-0/+1
* Merge pull request #6358 from nextcloud/fix-mixup-of-id-and-nameMorris Jobke2017-09-051-2/+1
|\
| * Merge setMetaData into constructorJoas Schilling2017-09-041-2/+1