]>
source.dussan.org Git - nextcloud-server.git/log
Ferdinand Thiessen [Mon, 11 Nov 2024 17:14:45 +0000 (18:14 +0100)]
fix: Redirect user to login if session is terminated
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>
Ferdinand Thiessen [Sat, 16 Nov 2024 21:10:52 +0000 (22:10 +0100)]
Merge pull request #49301 from nextcloud/refactor/files-required-navigation
refactor(files): Adjust `useNavigation` composable to enforce active view
nextcloud-command [Sat, 16 Nov 2024 13:17:15 +0000 (13:17 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Thu, 14 Nov 2024 22:24:47 +0000 (23:24 +0100)]
refactor(files): Adjust `useNavigation` composable to enforce active view
In some cases it is guaranteed that we have a proper active view,
e.g. when the file list is loaded (so within FileEntry* components).
This does not change anything but the Typescript types,
so the `currentView` is typed as `View` instead of `View | null´.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Kate [Sat, 16 Nov 2024 10:10:33 +0000 (11:10 +0100)]
Merge pull request #49333 from nextcloud/revert/openapi-extractor
provokateurin [Sat, 16 Nov 2024 08:47:49 +0000 (09:47 +0100)]
Revert "build(deps): bump nextcloud/openapi-extractor"
This reverts commit
03f438d1b7f5e013527bce4ffc3274911a7c3df0 .
Signed-off-by: provokateurin <kate@provokateurin.de>
dependabot[bot] [Sat, 16 Nov 2024 05:21:00 +0000 (05:21 +0000)]
Merge pull request #49325 from nextcloud/dependabot/npm_and_yarn/vitest/coverage-v8-2.1.5
dependabot[bot] [Sat, 16 Nov 2024 05:09:08 +0000 (05:09 +0000)]
build(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.5
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.1.1 to 2.1.5.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/coverage-v8)
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 16 Nov 2024 05:09:04 +0000 (05:09 +0000)]
Merge pull request #49322 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.2.2
dependabot[bot] [Sat, 16 Nov 2024 05:05:46 +0000 (05:05 +0000)]
Merge pull request #49326 from nextcloud/dependabot/npm_and_yarn/zip.js/zip.js-2.7.53
dependabot[bot] [Sat, 16 Nov 2024 05:04:35 +0000 (05:04 +0000)]
Merge pull request #49327 from nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.9
dependabot[bot] [Sat, 16 Nov 2024 04:42:19 +0000 (04:42 +0000)]
build(deps-dev): bump @babel/plugin-transform-private-methods
Bumps [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods) from 7.25.7 to 7.25.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-plugin-transform-private-methods)
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-private-methods"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 16 Nov 2024 04:41:46 +0000 (04:41 +0000)]
build(deps-dev): bump @zip.js/zip.js from 2.7.52 to 2.7.53
Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.7.52 to 2.7.53.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.7.52...v2.7.53)
---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 16 Nov 2024 04:39:41 +0000 (04:39 +0000)]
build(deps): bump nextcloud/openapi-extractor
Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.1.0 to 1.2.2.
- [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.1.0...v1.2.2)
---
updated-dependencies:
- dependency-name: nextcloud/openapi-extractor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 16 Nov 2024 00:21:25 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Fri, 15 Nov 2024 16:30:44 +0000 (17:30 +0100)]
Merge pull request #49313 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.20.0
build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0
Ferdinand Thiessen [Fri, 15 Nov 2024 16:20:46 +0000 (17:20 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
dependabot[bot] [Fri, 15 Nov 2024 16:17:06 +0000 (16:17 +0000)]
build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.17.1 to 8.20.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.17.1...v8.20.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
John Molakvoæ [Fri, 15 Nov 2024 14:37:13 +0000 (15:37 +0100)]
Merge pull request #49048 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.14.1
nextcloud-command [Fri, 15 Nov 2024 14:24:06 +0000 (14:24 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 2 Nov 2024 08:59:33 +0000 (08:59 +0000)]
build(deps): bump jquery-ui from 1.13.3 to 1.14.1
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.3 to 1.14.1.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.3...1.14.1)
---
updated-dependencies:
- dependency-name: jquery-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
John Molakvoæ [Fri, 15 Nov 2024 13:14:39 +0000 (14:14 +0100)]
Merge pull request #45330 from nextcloud/remove-locking-config-sample
Joas Schilling [Fri, 15 Nov 2024 12:25:24 +0000 (13:25 +0100)]
Merge pull request #49130 from nextcloud/fix/cron-strict-cookie
fix: Do not check for strict cookie when running webcron
Ferdinand Thiessen [Fri, 15 Nov 2024 11:33:06 +0000 (12:33 +0100)]
Merge pull request #49271 from nextcloud/fix/files/reactivity-inject
fix(files): Make injected actions reactive
nextcloud-command [Fri, 15 Nov 2024 11:23:29 +0000 (11:23 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Thu, 14 Nov 2024 00:01:38 +0000 (01:01 +0100)]
fix(files): Make injected actions reactive
Provided values are not reactive by default and by design,
we must need computed to make them reactive.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 15 Nov 2024 11:16:13 +0000 (12:16 +0100)]
Merge pull request #49299 from nextcloud/tests/fix-jest-leftover
test: Fix test mocks for nextcloud-dialogs
John Molakvoæ [Fri, 15 Nov 2024 11:03:09 +0000 (12:03 +0100)]
Merge pull request #49129 from nextcloud/feat/systemtags-bulk-create-list
Daniel [Fri, 15 Nov 2024 10:58:15 +0000 (11:58 +0100)]
Merge pull request #49304 from nextcloud/feat/dispatcher/log-raw-response-data
feat(Dispatcher): Add debug log for controller methods returning raw data not wrapped in Response
skjnldsv [Fri, 15 Nov 2024 10:30:14 +0000 (11:30 +0100)]
chore: compile assets
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv [Thu, 7 Nov 2024 10:47:09 +0000 (11:47 +0100)]
fix(systemtags): enhance create tag in tag picker UX
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
provokateurin [Fri, 15 Nov 2024 09:09:59 +0000 (10:09 +0100)]
feat(Dispatcher): Add debug log for controller methods returning raw data not wrapped in Response
Signed-off-by: provokateurin <kate@provokateurin.de>
Richard Steinmetz [Fri, 15 Nov 2024 06:49:13 +0000 (07:49 +0100)]
Merge pull request #48833 from nextcloud/fix/issue-48732-exdate-rdate-property-instances
fix: RDATE and EXDATE property instances
Ferdinand Thiessen [Fri, 15 Nov 2024 00:52:16 +0000 (01:52 +0100)]
test: Fix test mocks for nextcloud-dialogs
Leftover from Jest -> Vitest migration
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Fri, 15 Nov 2024 00:21:29 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Kate [Thu, 14 Nov 2024 22:23:12 +0000 (23:23 +0100)]
Merge pull request #49276 from nextcloud/refactor/register-routes
Sebastian Krupinski [Thu, 14 Nov 2024 16:37:46 +0000 (11:37 -0500)]
Merge pull request #49290 from nextcloud/fix/use-invokeprivate-for-test
fix: use invokePrivate for test
SebastianKrupinski [Thu, 14 Nov 2024 15:46:47 +0000 (10:46 -0500)]
fix: use invokePrivate for test
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
John Molakvoæ [Thu, 14 Nov 2024 13:57:41 +0000 (14:57 +0100)]
Merge pull request #49225 from nextcloud/fix/invalid-mtime
nextcloud-command [Thu, 14 Nov 2024 13:34:53 +0000 (13:34 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
skjnldsv [Tue, 12 Nov 2024 10:30:13 +0000 (11:30 +0100)]
fix(files): ensure valid mtime and fallback to crtime if defined
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Kate [Thu, 14 Nov 2024 13:28:52 +0000 (14:28 +0100)]
Merge pull request #49275 from nextcloud/chore/drop-skjnldsv/sanitize-svg
nextcloud-command [Thu, 14 Nov 2024 13:08:22 +0000 (13:08 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Sebastian Krupinski [Thu, 14 Nov 2024 12:52:52 +0000 (07:52 -0500)]
Merge pull request #49281 from nextcloud/rakekniven-patch-1
chore(i18n): Fixed grammar
rakekniven [Thu, 14 Nov 2024 11:59:14 +0000 (12:59 +0100)]
chore(i18n): Fixed grammar
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Julien Veyssier [Thu, 14 Nov 2024 10:58:09 +0000 (11:58 +0100)]
Merge pull request #49260 from nextcloud/fix/noid/textprocessing-schedule-taskprocessing-provider
[textprocessing] Fix: Accept scheduling a task if there are equivalent taskprocessing providers only
provokateurin [Thu, 14 Nov 2024 10:28:45 +0000 (11:28 +0100)]
refactor(user_ldap): Remove Application::registerRoutes() usage
Signed-off-by: provokateurin <kate@provokateurin.de>
Côme Chilliet [Thu, 14 Nov 2024 10:43:32 +0000 (11:43 +0100)]
Merge pull request #48675 from georglauterbach/master
DNS: do not query CNAME if A succeeded already
provokateurin [Thu, 14 Nov 2024 10:28:34 +0000 (11:28 +0100)]
refactor(files_versions): Remove Application::registerRoutes() usage
Signed-off-by: provokateurin <kate@provokateurin.de>
Kate [Thu, 14 Nov 2024 10:07:06 +0000 (11:07 +0100)]
Merge pull request #49244 from nextcloud/feat/profile-app
John Molakvoæ [Thu, 14 Nov 2024 09:36:05 +0000 (10:36 +0100)]
Merge pull request #49273 from nextcloud/test/integration/cleanup-logs
skjnldsv [Thu, 14 Nov 2024 09:34:34 +0000 (10:34 +0100)]
fix(profile): exclude from openapi
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv [Thu, 14 Nov 2024 09:32:12 +0000 (10:32 +0100)]
chore(files): replace `@skjnldsv/sanitize-svg` with `DOMPurify`
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv [Thu, 14 Nov 2024 09:27:06 +0000 (10:27 +0100)]
chore: compile assets
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv [Wed, 13 Nov 2024 11:50:09 +0000 (12:50 +0100)]
fix(profile): triggerbutton selector
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv [Wed, 13 Nov 2024 10:38:09 +0000 (11:38 +0100)]
fix(profile): add legacy root for old `core.ProfilePage.index`
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv [Wed, 13 Nov 2024 09:45:01 +0000 (10:45 +0100)]
fix(profile): make sure the app cannot be disabled as it was in core
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv [Wed, 13 Nov 2024 08:42:26 +0000 (09:42 +0100)]
chore(profile): move profile app from core to apps
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
provokateurin [Thu, 14 Nov 2024 07:12:20 +0000 (08:12 +0100)]
test(integration): Correctly cleanup logs
Signed-off-by: provokateurin <kate@provokateurin.de>
Nextcloud bot [Thu, 14 Nov 2024 00:22:39 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Wed, 13 Nov 2024 23:54:14 +0000 (15:54 -0800)]
Merge pull request #49168 from nextcloud/feat/file-list-actions
feat(files): Add support for file list actions
nextcloud-command [Wed, 13 Nov 2024 23:38:55 +0000 (23:38 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Wed, 13 Nov 2024 23:28:16 +0000 (15:28 -0800)]
feat(files): Add support for file list actions
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Wed, 13 Nov 2024 23:28:16 +0000 (15:28 -0800)]
chore(deps): Bump nextcloud/files to v3.10.0
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Julien Veyssier [Wed, 13 Nov 2024 15:59:46 +0000 (16:59 +0100)]
fix(textprocessing): accept scheduling a task if there are equivalent taskprocessing providers only
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Daniel [Wed, 13 Nov 2024 13:31:21 +0000 (14:31 +0100)]
Merge pull request #48134 from nextcloud/feat/mail-provider-settings
feat: mail provider settings
Ferdinand Thiessen [Wed, 13 Nov 2024 13:12:36 +0000 (14:12 +0100)]
Merge pull request #49248 from nextcloud/dependabot/npm_and_yarn/marked-15.0.0
chore(deps): Bump marked from 13.0.3 to 15.0.0
John Molakvoæ [Wed, 13 Nov 2024 12:03:17 +0000 (13:03 +0100)]
Merge pull request #49041 from nextcloud/dependabot/github_actions/github-actions-
52fdf4f9c4
nextcloud-command [Wed, 13 Nov 2024 11:33:11 +0000 (11:33 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Wed, 13 Nov 2024 11:10:09 +0000 (11:10 +0000)]
chore(deps): Bump marked from 13.0.3 to 15.0.0
Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 15.0.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/v13.0.3...v15.0.0)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Louis [Wed, 13 Nov 2024 11:24:56 +0000 (12:24 +0100)]
Merge pull request #48841 from IONOS-Productivity/feat/config_unified_search_providers_allowed
feat: reduce search providers per config value "unified_search_providers_allowed"
Ferdinand Thiessen [Wed, 13 Nov 2024 11:20:08 +0000 (12:20 +0100)]
Merge pull request #49240 from nextcloud/feat/postgres-13-17
feat: Update supported PostgreSQL versions
dependabot[bot] [Thu, 31 Oct 2024 23:52:23 +0000 (23:52 +0000)]
build(deps): bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.2.2` |
| [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.25.2` | `2.31.1` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4.0.4` | `4.1.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.4.3` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.5.0` | `4.6.0` |
Updates `actions/checkout` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...
11bd71901bbe5b1630ceea73d27597364c9af683 )
Updates `shivammathur/setup-php` from 2.25.2 to 2.31.1
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.25.2...
c541c155eee45413f5b09a52248675b1a2575231 )
Updates `actions/setup-node` from 4.0.4 to 4.1.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/
0a44ba7841725637a19e28fa30b79a866c81b0a6 ...
39370e3970a6d050c480ffad4ff0ed4d3fdee5af )
Updates `actions/upload-artifact` from 4.4.0 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/
50769540e7f4bd5e21e526ee35c689e35e0d6874 ...
b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 )
Updates `codecov/codecov-action` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
John Molakvoæ [Wed, 13 Nov 2024 11:07:38 +0000 (12:07 +0100)]
Merge pull request #49247 from nextcloud/skjnldbot/nextcloud-upload
skjnldsv [Wed, 13 Nov 2024 10:53:56 +0000 (11:53 +0100)]
chore: update @nextcloud/upload to 1.7.0
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Misha M.-Kupriyanov [Mon, 9 Sep 2024 13:50:27 +0000 (15:50 +0200)]
feat(search): reduce search providers via core app config unified_search.providers_allowed
reduce search providers by setting core config value to unified_search.providers_allowed = [ 'files', 'setting' ]
./occ config:app:set --value '["files","settings"]' --type array core unified_search.providers_allowed
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Kate [Wed, 13 Nov 2024 06:28:33 +0000 (07:28 +0100)]
Merge pull request #49237 from nextcloud/fix/noid/deprecation-correct-case
Ferdinand Thiessen [Wed, 13 Nov 2024 01:50:13 +0000 (02:50 +0100)]
feat: Update supported PostgreSQL versions
12 is now EOL but 17 was released and should be supported and tested.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Wed, 13 Nov 2024 00:21:22 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Tue, 12 Nov 2024 23:00:56 +0000 (00:00 +0100)]
Merge pull request #49226 from nextcloud/fix/encode-guest-file-request
fx(dav): file request guest nickname encoding
nextcloud-command [Tue, 12 Nov 2024 22:41:21 +0000 (22:41 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
skjnldsv [Tue, 12 Nov 2024 11:45:16 +0000 (12:45 +0100)]
fix(dav): file request guest nickname encoding
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Arthur Schiwon [Tue, 12 Nov 2024 21:15:08 +0000 (22:15 +0100)]
fix(Middleware): log deprecation when annotation was actually used
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
SebastianKrupinski [Tue, 17 Sep 2024 11:45:44 +0000 (07:45 -0400)]
feat: mail provider settings
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Sebastian Krupinski [Tue, 12 Nov 2024 15:40:07 +0000 (10:40 -0500)]
Merge pull request #49139 from nextcloud/enh/issue-48528-disable-imip-messages
feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling
Sebastian Krupinski [Tue, 12 Nov 2024 15:17:38 +0000 (10:17 -0500)]
Merge branch 'master' into enh/issue-48528-disable-imip-messages
Joas Schilling [Tue, 12 Nov 2024 09:52:20 +0000 (10:52 +0100)]
Merge pull request #49219 from nextcloud/reuse/noid/adjust-copyright
docs: Adjust taiwan translators
John Molakvoæ [Tue, 12 Nov 2024 09:50:23 +0000 (10:50 +0100)]
Merge pull request #49218 from nextcloud/fix/external-storage-int
skjnldsv [Tue, 12 Nov 2024 09:28:01 +0000 (10:28 +0100)]
fix(files_external): cast storage id int
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Joas Schilling [Tue, 12 Nov 2024 09:14:31 +0000 (10:14 +0100)]
docs: Adjust taiwan translators
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 12 Nov 2024 00:22:54 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Mon, 11 Nov 2024 21:51:55 +0000 (22:51 +0100)]
Merge pull request #49209 from nextcloud/fix/appstore-regressions
fix(app-store): Add back legacy store API used for update and removal
nextcloud-command [Mon, 11 Nov 2024 21:00:50 +0000 (21:00 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Mon, 11 Nov 2024 18:33:50 +0000 (19:33 +0100)]
fix(app-store): Add back legacy store API used for update and removal
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Kate [Mon, 11 Nov 2024 20:43:16 +0000 (21:43 +0100)]
Merge pull request #49210 from nextcloud/fix/rtl-regession
John Molakvoæ [Mon, 11 Nov 2024 20:31:23 +0000 (21:31 +0100)]
Merge pull request #49196 from nextcloud/chore/github/groupware-code-owners-update
nextcloud-command [Mon, 11 Nov 2024 19:05:03 +0000 (19:05 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Mon, 11 Nov 2024 18:56:07 +0000 (19:56 +0100)]
fix(files): Revert CSS causing the file name to have no bounding box
Instead add the direction only to the filename wrapper not the button.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
SebastianKrupinski [Thu, 7 Nov 2024 20:13:13 +0000 (15:13 -0500)]
feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Andy Scherzinger [Mon, 11 Nov 2024 16:26:43 +0000 (17:26 +0100)]
Merge pull request #48736 from nextcloud/joblist-build-error-log
fix: log a warning when we can't build a background job