aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Handle device login like an alternative loginJoas Schilling2021-04-201-0/+3
* Merge pull request #26401 from nextcloud/enh/handle-avatar-upload-errorsRoeland Jago Douma2021-04-081-1/+13
|\
| * show informative errors in log and UI on avatar upload error in user settingsJulien Veyssier2021-04-011-1/+13
* | remove leftover debug @NoCSRFRequired introduced with #26198Robin Appelman2021-04-011-1/+0
|/
* use node search api for legacy file search endpointRobin Appelman2021-03-191-0/+1
* Allow admins to disable the login formRoeland Jago Douma2021-03-081-0/+2
* Merge pull request #25544 from nextcloud/refactor/app-password-created-eventChristoph Wurst2021-03-022-13/+15
|\
| * Move app_password_created to a typed eventChristoph Wurst2021-02-092-13/+15
* | Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding...Christoph Wurst2021-02-183-3/+3
|\ \
| * | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-183-3/+3
* | | Send emails on password reset to the displaynameJoas Schilling2021-02-181-1/+1
|/ /
* / Make new result parts optionalJoas Schilling2021-02-121-3/+3
|/
* Keep direct login active when redirectingJulius Härtl2021-02-011-1/+1
* Do not redirect to logout after loginRoeland Jago Douma2021-01-151-1/+4
* Update license headersChristoph Wurst2020-12-301-3/+4
* Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-0/+67
|\
| * Add well known handlers APIChristoph Wurst2020-12-161-0/+67
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-1/+3
|/
* Do not load nonexisting setup.jsJulius Härtl2020-12-071-1/+0
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-201-7/+10
* Format code to a single space around binary operatorsChristoph Wurst2020-10-054-8/+8
* Add an ETag for the search providersJoas Schilling2020-09-151-3/+4
* Merge pull request #22564 from nextcloud/bugfix/noid/show-avatars-againMorris Jobke2020-09-091-21/+1
|\
| * Remove unused members and importsJoas Schilling2020-09-081-6/+1
| * The privacy setting is only about syncing to other serversJoas Schilling2020-09-031-15/+0
* | Move unified search to OCS apiJoas Schilling2020-09-071-10/+10
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-2/+9
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-7/+55
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-2/+6
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-1/+1
* Make magic strings of ClientFlowLogin and v2 publicly availableJoas Schilling2020-07-172-15/+15
* Merge pull request #21439 from nextcloud/feature/noid/move-autocomplete-filte...Joas Schilling2020-07-031-4/+3
|\
| * Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-4/+3
* | Merge pull request #21431 from nextcloud/search-filter-invalid-resultsRoeland Jago Douma2020-07-031-3/+20
|\ \ | |/ |/|
| * Filter out search results that have invalid encodingRobin Appelman2020-06-161-3/+20
* | Update share type constant usageJoas Schilling2020-06-241-1/+2
* | Add unified search APIChristoph Wurst2020-06-241-0/+98
|/
* Trailing comma's in functin arguments break on 7.2Roeland Jago Douma2020-05-131-1/+1
* Cache the avatar for a dayRoeland Jago Douma2020-05-121-2/+2
* Validate app password on alternative loginRoeland Jago Douma2020-05-071-0/+18
* Set etag for capabilities endpointDaniel Kesselberg2020-04-291-1/+3
* Update license headers for 19Christoph Wurst2020-04-2913-2/+15
* Merge pull request #19084 from nextcloud/bug/13556/wrong-paths-for-svgMorris Jobke2020-04-271-5/+6
|\
| * Make it possible to resolve svg for apps_paths outside the document rootDaniel Kesselberg2020-04-241-5/+6
* | Fix missing argument in JSConfigHelperJohn Molakvoæ (skjnldsv)2020-04-271-2/+6
|/
* Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma2020-04-151-1/+1
|\
| * Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-101-1/+1
* | Add visibility to all constantsChristoph Wurst2020-04-104-5/+5
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1017-40/+28
* | Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
|/