aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * chore(files_versions): Remove unused $node variableLouis Chemineau2025-01-291-2/+0
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #50409 from nextcloud/backport/50398/stable29Ferdinand Thiessen2025-01-294-29/+144
|\ \ | |/ |/| [stable29] fix: Correctly return app id and app version for `core` styles and images
| * fix: Correctly return app id and app version for `core` styles and imagesFerdinand Thiessen2025-01-294-29/+144
|/ | | | | | fix(TemplateLayout): `core` is not an app but the server itself Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50513 from nextcloud/backport/50494/stable29Andy Scherzinger2025-01-291-1/+1
|\ | | | | [stable29] fix(performance): use low resolution for blurhash
| * fix(performance): use low resolution for blurhashbackport/50494/stable29Max2025-01-281-1/+1
| | | | | | | | | | | | | | | | Improve blurhash performance by using a low res image. The results are hard to destinguish visualy. It is a **blur** hash after all. Signed-off-by: Max <max@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-29150-520/+606
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50500 from nextcloud/backport/50480/stable29Andy Scherzinger2025-01-282-4/+11
|\ | | | | [stable29] fix(user_ldap): Do not map groups we do not know if they match filter
| * fix(user_ldap): Do not map groups we do not know if they match filterbackport/50480/stable29Côme Chilliet2025-01-282-4/+11
|/ | | | | | | | | When nesting is enabled, filterValidGroups is supposed to check for each groups if it actually exist, because it may not be visible to Nextcloud. So in this codepath we disable automapping of groups. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> (cherry picked from commit de77415c70812405c814363f1b2364fea1d6f1c9)
* Merge pull request #49939 from nextcloud/backport/49208/stable29John Molakvoæ2025-01-285-9/+139
|\ | | | | [stable29] fix: Redirect user to login if session is terminated
| * chore(assets): Recompile assetsnextcloud-command2025-01-283-3/+24
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix: Redirect user to login if session is terminatedFerdinand Thiessen2025-01-282-6/+115
|/ | | | | | | | | | | | | | If a session timed out or was closed in another tab, then currently the user gets random error messages. This intercepts 401 responses (should only happen if logged out, or the users does something wrong). If we get a 401, we make sure its because of the session, by checking if the user can access the files app. If that is also the case we forward the user to the login page and set the redirect URL to the last used URL. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2838-20/+116
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50487 from nextcloud/backport/50293/stable28 IAndy Scherzinger2025-01-276-13/+202
|\ | | | | [stable29] fix(theming): Harden admin theming settings
| * chore: Compile assetsbackport/50293/stable29Ferdinand Thiessen2025-01-272-3/+3
| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(theming): Ensure to only send valid URLs to backendFerdinand Thiessen2025-01-272-4/+178
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(theming): Harden admin web link settingsFerdinand Thiessen2025-01-272-6/+21
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50403 from nextcloud/backport/50353/stable29Louis2025-01-271-19/+25
|\ | | | | [stable29] feat: Support X-NC-Skip-Trashbin header
| * feat: Support X-NC-Skip-Trashbin headerLouis Chemineau2025-01-271-19/+25
| | | | | | | | | | | | This is useful for clients that want to directly and permanently delete a file. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #50421 from nextcloud/backport/50273/stable29Louis2025-01-272-8/+18
|\ \ | | | | | | [stable29] fix: Metadata field search
| * | fix: Metadata field searchbackport/50273/stable29Louis Chemineau2025-01-272-8/+18
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #50456 from nextcloud/backport/50077/stable29Kate2025-01-271-1/+1
|\ \ \
| * | | fix(IInitialState): Allow provideLazyInitialState() closure to return arraybackport/50077/stable29provokateurin2025-01-271-1/+1
|/ / / | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-27166-228/+470
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50445 from nextcloud/backport/50430/stable29Andy Scherzinger2025-01-262-8/+104
|\ \ \ | | | | | | | | [stable29] files: harden thumbnail endpoint
| * | | fix(files): Harden thumbnail endpointbackport/50430/stable29Ferdinand Thiessen2025-01-262-8/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Catch all thrown exceptions and handle in such a way you do not get information about forbidden files. - Resepect download permissions of shares. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #50213 from nextcloud/backport/fix-files-titleAndy Scherzinger2025-01-263-4/+16
|\ \ \ \ | | | | | | | | | | [stable29] fix(files): Restore page title (folder - view - product)
| * | | | chore(assets): Recompile assetsbackport/fix-files-titlenextcloud-command2025-01-262-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): Restore page title (folder - view - product)Ferdinand Thiessen2025-01-261-1/+13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Folder: Current folder if not root * View: Name of current view * Product: Nextcloud Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #50439 from nextcloud/backport/49440/stable29Josh2025-01-261-1/+1
|\ \ \ \ | | | | | | | | | | [stable29] fix(SetupChecks): Pass webfinger if the handler returns 400 too
| * | | | fix(SetupChecks): Pass webfinger if a handler is therebackport/49440/stable29Josh2025-01-261-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | Merge pull request #50071 from nextcloud/backport/49988/stable29Josh2025-01-261-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | [stable29] fix(settings): show the correct initial locale in Personal info
| * | | | fix(settings): show the correct initial locale in Personal infobackport/49988/stable29Josh2025-01-261-1/+1
| |/ / / | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | Merge pull request #50183 from nextcloud/backport/50046/stable29Kate2025-01-265-35/+25
|\ \ \ \ | |/ / / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2025-01-264-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(settings): Fix mail server settings formbackport/50046/stable29provokateurin2025-01-261-29/+19
|/ / / | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-26106-92/+688
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50349 from ↵dependabot[bot]2025-01-255-40/+22
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable29/nextcloud/calendar-availability-vue-2.2.6
| * | | chore(deps): bump @nextcloud/calendar-availability-vuedependabot[bot]2025-01-255-40/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.2 to 2.2.6. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.2...v2.2.6) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #50340 from ↵dependabot[bot]2025-01-254-8/+9
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable29/pinia-2.3.1
| * | | | chore(assets): Recompile assetsdependabot/npm_and_yarn/stable29/pinia-2.3.1nextcloud-command2025-01-252-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | chore(deps): bump pinia from 2.3.0 to 2.3.1dependabot[bot]2025-01-252-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pinia](https://github.com/vuejs/pinia) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #50415 from ↵dependabot[bot]2025-01-252-6/+8
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable29/types/dockerode-3.3.34
| * | | | chore(deps-dev): bump @types/dockerode from 3.3.26 to 3.3.34dependabot[bot]2025-01-252-6/+8
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.26 to 3.3.34. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode) --- updated-dependencies: - dependency-name: "@types/dockerode" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #50416 from ↵dependabot[bot]2025-01-252-6/+7
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable29/testing-library/cypress-10.0.3
| * | | | chore(deps-dev): bump @testing-library/cypress from 10.0.2 to 10.0.3dependabot/npm_and_yarn/stable29/testing-library/cypress-10.0.3dependabot[bot]2025-01-252-6/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/cypress](https://github.com/testing-library/cypress-testing-library) from 10.0.2 to 10.0.3. - [Release notes](https://github.com/testing-library/cypress-testing-library/releases) - [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/cypress-testing-library/compare/v10.0.2...v10.0.3) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #50413 from nextcloud/backport/49639/stable29Andy Scherzinger2025-01-252-4/+4
|\ \ \ \ | |/ / / |/| | | [stable29] fix: adjust url for task links
| * | | fix(TasksSearchProviderTest): adjust deep link to Tasks appbackport/49639/stable29Raimund Schlüßler2025-01-241-3/+3
| | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
| * | | fix: adjust url for task linksRaimund Schlüßler2025-01-241-1/+1
| | |/ | |/| | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* / | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-25182-104/+1512
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #50371 from nextcloud/backport/50369/stable29Richard Steinmetz2025-01-243-1/+10
|\ \ | | | | | | [stable29] fix(dav): default calendar and address book not created on first login