aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #41327 from nextcloud/dont-reuse-metadata-unscannedRobin Appelman2024-01-313-8/+76
|\ | | | | dont reuse etag for folders marked explicitly unscanned
| * also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-312-7/+30
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add test for updating etag with unchanged mtime in child folderRobin Appelman2024-01-311-0/+25
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add test for updating etag with unchanged mtimeRobin Appelman2024-01-311-0/+19
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * dont reuse etag for folders marked explicitly unscannedRobin Appelman2024-01-311-1/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #41338 from nextcloud/fix/nested-actions-back-focusJohn Molakvoæ2024-01-313-4/+20
|\ \ | |/ |/| fix(files): make sure we focus the parent actions submenu entry
| * chore(assets): Recompile assetsnextcloud-command2024-01-312-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #42913 from ↵John Molakvoæ2024-01-313-5/+15
|\ \ | |/ |/| | | nextcloud/fix/settings-apps-stop-reload-force-enabl
| * fix(settings): stop reloading after force-enabling an appJohn Molakvoæ2024-01-313-5/+15
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #43170 from nextcloud/fix/mysql-ciJoas Schilling2024-01-311-2/+2
|\ \ | | | | | | fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL
| * | fix(CI): MySQL unit tests, use LTS for code coverage and drop EOLFerdinand Thiessen2024-01-291-2/+2
| | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #40594 from lorenz/fix-dav-urlJohn Molakvoæ2024-01-311-1/+1
|\ \ \ | |_|/ |/| |
| * | dav: fix wrong decoding of pluses in URLsLorenz Brun2024-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP's urldecode function does not decode URLs according to RFC 3986, but according to the HTML 4.01 query parameter encoding. This results in pluses being wrongly decoded to spaces even though they should not be decoded at all. Use rawurldecode instead, which follows RFC 3986 properly. This fixes an issue where files on DAV shares containing pluses were incorrectly decoded to spaces. Fixes: #15849 Signed-off-by: Lorenz Brun <lorenz@brun.one>
* | | Merge pull request #43164 from nextcloud/dependabot/npm_and_yarn/moment-2.30.1dependabot[bot]2024-01-3131-48/+48
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-01-3129-43/+43
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | chore(deps): Bump moment from 2.29.4 to 2.30.1dependabot[bot]2024-01-312-5/+5
|/ / / | | | | | | Dependabot couldn't find the original pull request head commit, 3cd9244a458dd70796ef87dfd9add77e367650a2.
* | | Merge pull request #43166 from nextcloud/dependabot/npm_and_yarn/marked-11.2.0Ferdinand Thiessen2024-01-316-12/+12
|\ \ \ | |/ / |/| | chore(deps): Bump marked from 9.1.5 to 11.2.0
| * | chore(assets): Recompile assetsnextcloud-command2024-01-304-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | chore(deps): Bump marked from 9.1.5 to 11.2.0dependabot[bot]2024-01-302-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 9.1.5 to 11.2.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v9.1.5...v11.2.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #38173 from ↵Louis2024-01-3113-4/+96
|\ \ \ | | | | | | | | | | | | | | | | arawa/feature/37677/exclude-some-groups-from-sharing-with-users New core setting : shareapi_only_share_with_group_members_exclude_gro…
| * | | build(): build assetsBaptiste Fotia2024-01-312-5/+3
| | | | | | | | | | | | | | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
| * | | build(): build assetsBaptiste Fotia2024-01-311-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
| * | | test(php): Fix the unit testsBaptiste Fotia2024-01-312-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I added our context in the unit tests following the advice of Louis. Link : https://github.com/nextcloud/server/pull/43186#issuecomment-1916571027 Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
| * | | feat(php,vue): Create a new parameterBaptiste Fotia2024-01-3110-1/+86
| | | | | | | | | | | | | | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
* | | | Merge pull request #42933 from nextcloud/fix/db/dirty-read-on-primaryChristoph Wurst2024-01-311-0/+4
|\ \ \ \ | |/ / / |/| | | fix(db): Execute dirty reads on the primary node
| * | | fix(db): Execute dirty reads on the primary nodeChristoph Wurst2024-01-301-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-3196-86/+124
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43172 from ↵Ferdinand Thiessen2024-01-304-12/+19
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/fix/43149/files--table-header-actions-position fix(files): selected files actions position on scroll/with readme block
| * | | chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-302-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-302-9/+16
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | Revert "switching to new IAppConfig"Maxence Lange2024-01-301-16/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c693c58d253168e712cde57b2dd8ea3262b900e8. Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | switching to new IAppConfigMaxence Lange2024-01-301-52/+16
|/ / / | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #43171 from nextcloud/fix/vue-8-5-1Ferdinand Thiessen2024-01-30106-194/+194
|\ \ \ | | | | | | | | chore: Update `@nextcloud/vue` to 8.5.1
| * | | chore: Update `@nextcloud/vue` to 8.5.1Ferdinand Thiessen2024-01-30106-194/+194
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43194 from ↵Côme Chilliet2024-01-3062-36/+83
|\ \ \ | | | | | | | | | | | | nextcloud/fix/fix-psalm-missing-template-parameter
| * | | chore: Fix twofactor_backupcodes testsCôme Chilliet2024-01-302-24/+12
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Fix template parameter for some listenersCôme Chilliet2024-01-302-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(twofactor_backupcodes): Mirate away from deprecated eventCôme Chilliet2024-01-303-9/+10
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-3059-4/+61
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | chore(codeowners): add frontend files expertiseJohn Molakvoæ2024-01-301-0/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | Merge pull request #42936 from ↵Andy Scherzinger2024-01-303-4/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/fix/files_reference_widget_inaccessible_wording fix(files): Improve inaccessible files message in file reference widget
| * | | chore(assets): Recompile assetsnextcloud-command2024-01-302-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Improve inaccessible files message in file reference widgetJonas2024-01-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
* | | | Merge pull request #43185 from nextcloud/feat/db/dirty-queries-productionJoas Schilling2024-01-302-1/+18
|\ \ \ \ | |/ / / |/| | | feat(db): Make dirty query logging available in production
| * | | feat(db): Make dirty query logging available in productionChristoph Wurst2024-01-302-1/+18
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #43191 from nextcloud/fix/use-di-for-setup-classCôme Chilliet2024-01-307-257/+160
|\ \ \ | |/ / |/| |
| * | chore: Cleanup Installer class as wellCôme Chilliet2024-01-293-72/+35
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-296-185/+125
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #43188 from nextcloud/fix/ci-disable-coverage-on-prCôme Chilliet2024-01-308-8/+9
|\ \ \