aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0429-62/+34
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Handle device login like an alternative loginJoas Schilling2021-04-201-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #26401 from nextcloud/enh/handle-avatar-upload-errorsRoeland Jago Douma2021-04-081-1/+13
|\ | | | | Show informative errors on avatar upload error
| * show informative errors in log and UI on avatar upload error in user settingsJulien Veyssier2021-04-011-1/+13
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | remove leftover debug @NoCSRFRequired introduced with #26198Robin Appelman2021-04-011-1/+0
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use node search api for legacy file search endpointRobin Appelman2021-03-191-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Allow admins to disable the login formRoeland Jago Douma2021-03-081-0/+2
| | | | | | | | | In case they want to not allow this because they use SSO (and do not want the users to enter their credentials there by accident). ?direct=1 still works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25544 from nextcloud/refactor/app-password-created-eventChristoph Wurst2021-03-022-13/+15
|\ | | | | Move app_password_created to a typed event
| * Move app_password_created to a typed eventChristoph Wurst2021-02-092-13/+15
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25086 from ↵Christoph Wurst2021-02-183-3/+3
|\ \ | | | | | | | | | | | | nextcloud/dependabot/composer/nextcloud/coding-standard-0.5.0 Bump nextcloud/coding-standard from 0.3.0 to 0.5.0
| * | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-183-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Send emails on password reset to the displaynameJoas Schilling2021-02-181-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Make new result parts optionalJoas Schilling2021-02-121-3/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Keep direct login active when redirectingJulius Härtl2021-02-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not redirect to logout after loginRoeland Jago Douma2021-01-151-1/+4
| | | | | | | This can happen when the session was killed due to a timeout. Then logout was triggered. Nobody wants to login only to be logged out again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2020-12-301-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-0/+67
|\ | | | | Add well known handlers API
| * Add well known handlers APIChristoph Wurst2020-12-161-0/+67
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-1/+3
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not load nonexisting setup.jsJulius Härtl2020-12-071-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-201-7/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-054-8/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add an ETag for the search providersJoas Schilling2020-09-151-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #22564 from nextcloud/bugfix/noid/show-avatars-againMorris Jobke2020-09-091-21/+1
|\ | | | | The privacy setting is only about syncing to other servers
| * Remove unused members and importsJoas Schilling2020-09-081-6/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * The privacy setting is only about syncing to other serversJoas Schilling2020-09-031-15/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move unified search to OCS apiJoas Schilling2020-09-071-10/+10
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-2/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-7/+55
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-2/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-1/+1
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make magic strings of ClientFlowLogin and v2 publicly availableJoas Schilling2020-07-172-15/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #21439 from ↵Joas Schilling2020-07-031-4/+3
|\ | | | | | | | | nextcloud/feature/noid/move-autocomplete-filter-event-to-new-dispatcher-and-class Move AutoComplete::filterResults to new event dispatcher and GenericE…
| * Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-4/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #21431 from nextcloud/search-filter-invalid-resultsRoeland Jago Douma2020-07-031-3/+20
|\ \ | |/ |/| Filter out search results that have invalid encoding
| * Filter out search results that have invalid encodingRobin Appelman2020-06-161-3/+20
| | | | | | | | | | | | this prevents a single invalid search results from erroring the entire search request Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update share type constant usageJoas Schilling2020-06-241-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add unified search APIChristoph Wurst2020-06-241-0/+98
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Trailing comma's in functin arguments break on 7.2Roeland Jago Douma2020-05-131-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cache the avatar for a dayRoeland Jago Douma2020-05-121-2/+2
| | | | | | | | I noticed that on larger systems esp when using talk the avatars get revalidated like crazy. Because people keep the tab open etc. You can do with a slightly outdated avatar! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Validate app password on alternative loginRoeland Jago Douma2020-05-071-0/+18
| | | | | | Fixes #20838 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Set etag for capabilities endpointDaniel Kesselberg2020-04-291-1/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headers for 19Christoph Wurst2020-04-2913-2/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19084 from nextcloud/bug/13556/wrong-paths-for-svgMorris Jobke2020-04-271-5/+6
|\ | | | | Make it possible to resolve svg's outside \OC::$SERVERROOT
| * Make it possible to resolve svg for apps_paths outside the document rootDaniel Kesselberg2020-04-241-5/+6
| | | | | | | | | | | | Previous implementation assumes the app path is always a child \OC::$SERVERROOT. That's not always true. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix missing argument in JSConfigHelperJohn Molakvoæ (skjnldsv)2020-04-271-2/+6
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma2020-04-151-1/+1
|\ | | | | Fix absolute redirect
| * Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-101-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add visibility to all constantsChristoph Wurst2020-04-104-5/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1017-40/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>