summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-091-3/+3
|\
| * Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
| * Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-091-2/+2
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-091-2/+2
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
|/
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-6/+6
* Fix multiline commentsChristoph Wurst2020-04-082-2/+2
* Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-017-4/+7
|\
| * Update the license headers for Nextcloud 19Christoph Wurst2020-03-317-4/+7
* | Start with webauthnRoeland Jago Douma2020-03-312-1/+125
|/
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-273-3/+0
|\
| * Remove unused importsChristoph Wurst2020-03-253-3/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-16/+16
|/
* Merge pull request #19723 from nextcloud/bug/18603/avatar-responseRoeland Jago Douma2020-03-031-2/+2
|\
| * Always use status 200 for avatar responseDaniel Kesselberg2020-03-011-2/+2
* | Also cache avatars when it's not allowedJoas Schilling2020-02-281-4/+6
|/
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Only allow requesting new CSRF tokens if it passes the SameSite Cookie testRoeland Jago Douma2020-01-031-0/+5
* Update license headers for 18Christoph Wurst2019-12-201-3/+6
* Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-configRoeland Jago Douma2019-12-121-2/+6
|\
| * Send Clear-Site-Data expect for ChromeDaniel Kesselberg2019-11-301-2/+6
* | Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-122-1/+54
* | Update license headersChristoph Wurst2019-12-0525-43/+90
* | Add checkbox to install recommended apps during setupChristoph Wurst2019-12-041-2/+9
* | Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling2019-12-041-16/+20
|\ \ | |/ |/|