]>
source.dussan.org Git - nextcloud-server.git/log
dependabot[bot] [Sat, 19 Oct 2024 01:17:53 +0000 (01:17 +0000)]
chore(deps): Bump @simplewebauthn/browser from 10.0.0 to 11.0.0
Bumps [@simplewebauthn/browser](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/browser) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/MasterKale/SimpleWebAuthn/releases)
- [Changelog](https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MasterKale/SimpleWebAuthn/commits/v11.0.0/packages/browser)
---
updated-dependencies:
- dependency-name: "@simplewebauthn/browser"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 19 Oct 2024 00:22:55 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Marcel Müller [Fri, 18 Oct 2024 19:51:43 +0000 (21:51 +0200)]
Merge pull request #48787 from nextcloud/ci/noid/enable-required-php-extensions
ci: Update list of installed PHP extensions (as some are not default …
Ferdinand Thiessen [Fri, 18 Oct 2024 17:05:08 +0000 (19:05 +0200)]
Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support
feat(AppFramework): Add full support for date / time / datetime columns
Benjamin Gaussorgues [Fri, 18 Oct 2024 09:59:58 +0000 (11:59 +0200)]
Merge pull request #48547 from nextcloud/feat/row_format_check
Kate [Fri, 18 Oct 2024 09:45:09 +0000 (11:45 +0200)]
Merge pull request #48765 from nextcloud/dbQueriesExecStmt2
Joas Schilling [Fri, 18 Oct 2024 07:56:56 +0000 (09:56 +0200)]
ci: Update list of installed PHP extensions (as some are not default enabled in new images)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christoph Wurst [Fri, 18 Oct 2024 07:39:36 +0000 (09:39 +0200)]
Merge pull request #48418 from nextcloud/config-carddav-sync-request-timeout
feat: configurable request timeout for carddav sync
Joas Schilling [Fri, 18 Oct 2024 06:20:01 +0000 (08:20 +0200)]
Merge pull request #48760 from nextcloud/feat/noid/support-email-mentions
feat(comments): Support mentioning emails
Joas Schilling [Fri, 18 Oct 2024 05:39:41 +0000 (07:39 +0200)]
fix(comments): Add test for email mention
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 18 Oct 2024 00:20:24 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pablo Zmdl [Mon, 14 Oct 2024 07:56:30 +0000 (09:56 +0200)]
chore: Use constant for default value
Co-authored-by: Thomas Citharel <nextcloud@tcit.fr>
Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com>
Pablo Zmdl [Fri, 27 Sep 2024 11:59:09 +0000 (13:59 +0200)]
feat: configurable request timeout for carddav sync
Big federated setups may need a longer timeout, which they now can
configure.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
Co-authored-by: Josh <josh.t.richards@gmail.com>
Git'Fellow [Thu, 17 Oct 2024 13:42:21 +0000 (15:42 +0200)]
chore(db): Apply query prepared statements
Fix: psalm
fix: bad file
fix: bug
chore: add batch
chore: add batch
chore: add batch
fix: psalm
Ferdinand Thiessen [Thu, 19 Sep 2024 13:46:20 +0000 (15:46 +0200)]
fix: Adjust Entity types
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 21 Aug 2024 09:42:56 +0000 (11:42 +0200)]
fix: Prevent breaking change in IQueryBuilder
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 20 Aug 2024 09:55:14 +0000 (11:55 +0200)]
fix: Adjust parameter type usage and add SQLite support
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 19 Aug 2024 14:43:17 +0000 (16:43 +0200)]
feat(AppFramework): Add full support for date / time / datetime columns
This adds support for all Doctrine supported types, for the column types only the immutable variants needed to be added.
But especially those types are the important ones, as our **Entity** class works by detecting changes through setters.
Meaning if it is mutable, changes like `$entity->date->modfiy()` can not be detected, so the immutable types make more sense here.
Similar the parameter types needed to be added.
`Enity` and `QBMapper` needed to be adjusted so they support (auto map) those types, required when insert or update an entity.
Also added more tests, especially to make sure the mapper really serializes the values correctly.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Thu, 17 Oct 2024 10:37:14 +0000 (12:37 +0200)]
fix(comments): Document supported types and provide psalm typing
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 17 Oct 2024 10:34:18 +0000 (12:34 +0200)]
feat(comments): Support mentioning emails
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 17 Oct 2024 09:29:46 +0000 (11:29 +0200)]
Merge pull request #48724 from nextcloud/dbQueriesExecStmt
chore(db): Apply query prepared statements
Git'Fellow [Wed, 16 Oct 2024 08:41:21 +0000 (10:41 +0200)]
chore(db): Correctly apply query types
fix: psalm
fix: error
fix: add batch
fix: fatal error
fix: add batch
chore: add batch
chore: add batch
fix: psalm
fix: typo
fix: psalm
fix: return bool
fix: revert Manager
Kate [Thu, 17 Oct 2024 06:59:02 +0000 (08:59 +0200)]
Merge pull request #48743 from nextcloud/fix/45717/hide-last-modified-for-shipped-apps
Joas Schilling [Thu, 17 Oct 2024 06:39:21 +0000 (08:39 +0200)]
Merge pull request #48734 from nextcloud/fix/45884/accept-notification
fix: get rid of denied notification when accept
yemkareems [Thu, 17 Oct 2024 05:40:19 +0000 (11:10 +0530)]
Merge pull request #48373 from nextcloud/fix/788/add-password-confirmation-required-to-user-storage-create
fix: add PasswordConfirmationRequired to create user storages endpoint
yemkareems [Thu, 17 Oct 2024 04:27:12 +0000 (09:57 +0530)]
Merge branch 'master' into fix/788/add-password-confirmation-required-to-user-storage-create
Nextcloud bot [Thu, 17 Oct 2024 00:21:11 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Wed, 16 Oct 2024 23:06:23 +0000 (16:06 -0700)]
Merge pull request #46124 from nextcloud/fix/ownership-transfer-source-user-files
fix: Fix "Unknown path" error when source user `files` folder has not been initialized
Christopher Ng [Thu, 27 Jun 2024 18:40:05 +0000 (11:40 -0700)]
refactor: Inject IRootFolder
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 25 Jun 2024 23:18:30 +0000 (16:18 -0700)]
fix: Fix "Unknown path" error when source user `files` folder has not been initialized
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Marcel Müller [Wed, 16 Oct 2024 21:46:45 +0000 (23:46 +0200)]
fix(appstore): Hide last modified information for shipped apps
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Ferdinand Thiessen [Wed, 16 Oct 2024 20:55:56 +0000 (22:55 +0200)]
Merge pull request #48735 from nextcloud/fix/eslint-warning
refactor(code-style): Adjust JS code to our code style
nextcloud-command [Wed, 16 Oct 2024 17:32:18 +0000 (17:32 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Wed, 16 Oct 2024 12:06:49 +0000 (14:06 +0200)]
fix(code-style): Adjust JS code to our code style
This resolves 68 ESLint warnings about invalid code style.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Maksim Sukharev [Wed, 16 Oct 2024 12:58:41 +0000 (14:58 +0200)]
fix: add notification icon for transfer ownership
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Maksim Sukharev [Wed, 16 Oct 2024 13:03:29 +0000 (15:03 +0200)]
fix: do not duplicate existing entity
- this reverts
1e8048abee1745bab648dba5bf96f956c718e4e3
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Maksim Sukharev [Wed, 16 Oct 2024 13:01:00 +0000 (15:01 +0200)]
fix: dismiss notification only after transfer bg job created
- do not create 'denied' notification if bg job exists
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Ferdinand Thiessen [Mon, 14 Oct 2024 13:12:16 +0000 (15:12 +0200)]
fix: Add frontend code for password confirmation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
yemkareems [Mon, 14 Oct 2024 12:59:45 +0000 (18:29 +0530)]
fix: add PasswordConfirmationRequired to update and delete method
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 26 Sep 2024 09:35:03 +0000 (15:05 +0530)]
fix: add PasswordConfirmationRequired to create user storages endpoint
Signed-off-by: yemkareems <yemkareems@gmail.com>
Ferdinand Thiessen [Wed, 16 Oct 2024 11:12:00 +0000 (13:12 +0200)]
Merge pull request #48425 from nextcloud/fix/files-rename
fix(files): Ensure renaming state is correctly reset
Ferdinand Thiessen [Wed, 16 Oct 2024 10:49:38 +0000 (12:49 +0200)]
Merge pull request #48696 from nextcloud/fix/share-notifications
fix(files_sharing): Add proper user facing messages on success
nextcloud-command [Tue, 15 Oct 2024 23:28:02 +0000 (23:28 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Mon, 14 Oct 2024 14:27:43 +0000 (16:27 +0200)]
fix(files_sharing): Add proper user facing messages on success
1. Use proper translated strings
2. Fix invalid use of translation message on API result
3. Log all errors
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Wed, 16 Oct 2024 00:20:20 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Tue, 15 Oct 2024 17:17:19 +0000 (19:17 +0200)]
Merge pull request #48332 from nextcloud/chore/migrate-encryption-away-from-hooks
refactor(encryption): Migrate from hooks to events
Ferdinand Thiessen [Tue, 15 Oct 2024 15:06:05 +0000 (17:06 +0200)]
chore: Unify user related events to always provide a `getUid` method
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 24 Sep 2024 21:37:18 +0000 (23:37 +0200)]
refactor(encryption): Migrate away from Hooks to typed events
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Louis <louis@chmn.me>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
nextcloud-command [Tue, 15 Oct 2024 16:30:25 +0000 (16:30 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Thu, 22 Aug 2024 19:49:06 +0000 (21:49 +0200)]
fix(files): Ensure renaming state is correctly reset
Problem: Is a node is renamed and the new name is out of the current
visible list of nodes the component will be recycled, this means
the props will change, so when the `onRename` functions is about to reset
the state the `this.source` will point to a different node.
To fix this, but also to separate business logic from visual representation,
the logic is moved into the renaming store and the component is only
responsible for rendering.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Christoph Wurst [Tue, 15 Oct 2024 13:54:16 +0000 (15:54 +0200)]
Merge pull request #48684 from nextcloud/bug/noid/codeowners-caldav-carddav
chore: request review from groupware when changing the card- and cald…
Ferdinand Thiessen [Tue, 15 Oct 2024 13:11:41 +0000 (15:11 +0200)]
Merge pull request #48702 from nextcloud/chore/update-sass-loader
chore: migrate from deprecated SASS API and SASS JS API
Côme Chilliet [Tue, 15 Oct 2024 09:45:10 +0000 (11:45 +0200)]
Merge pull request #48371 from nextcloud/fix/rector-use-statements
Auto import Nextcloud classes in rector runs
Côme Chilliet [Tue, 15 Oct 2024 08:47:38 +0000 (10:47 +0200)]
chore: Update baseline after rector refactoring
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 10 Oct 2024 10:40:31 +0000 (12:40 +0200)]
chore(apps): Apply new rector configuration to autouse classes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 10 Oct 2024 10:38:58 +0000 (12:38 +0200)]
feat(rector): Skip classes with a name too common from auto use statement
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Kate [Tue, 15 Oct 2024 08:38:16 +0000 (10:38 +0200)]
Merge pull request #48682 from nextcloud/fix/appconfig/sensitive-keys-external-jwt-private-key
Côme Chilliet [Thu, 26 Sep 2024 09:11:20 +0000 (11:11 +0200)]
chore(rector): Add rule to import Nextcloud classes in all files
We skip all files outside of OC/OCA/OCP from "use" auto-import because
it’s not always desirable to import classes when they have generic
names, so it should be the developer choice.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
John Molakvoæ [Tue, 15 Oct 2024 07:15:16 +0000 (09:15 +0200)]
Merge pull request #48206 from nextcloud/feat/systemtags-public
Nextcloud bot [Tue, 15 Oct 2024 00:20:12 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Mon, 14 Oct 2024 17:10:12 +0000 (19:10 +0200)]
Merge pull request #48673 from nextcloud/fix/null-label
fix(share): Return empty string if no label is set
Grigorii K. Shartsev [Mon, 14 Oct 2024 16:25:19 +0000 (18:25 +0200)]
chore(assets): recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Mon, 14 Oct 2024 16:49:43 +0000 (18:49 +0200)]
chore(sass): migrate from deprecated mixed decls
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Mon, 14 Oct 2024 16:24:49 +0000 (18:24 +0200)]
chore(sass): migrate from deprecated SASS api
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Mon, 14 Oct 2024 16:50:01 +0000 (18:50 +0200)]
chore(webpack): migrate to node-polyfill-webpack-plugin v4
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Mon, 14 Oct 2024 16:23:57 +0000 (18:23 +0200)]
chore(devDeps): bump @nextcloud/webpack-vue-config and style related loaders
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Ferdinand Thiessen [Mon, 14 Oct 2024 16:13:30 +0000 (18:13 +0200)]
Merge pull request #48687 from nextcloud/chore/gender-neutral-language
chore: Use more gender neutral language
Ferdinand Thiessen [Mon, 14 Oct 2024 15:22:24 +0000 (17:22 +0200)]
Merge pull request #48650 from nextcloud/fix/shipped-app-version
fix: Shipped apps should include the Nextcloud version in the cache buster
Joas Schilling [Mon, 14 Oct 2024 15:03:09 +0000 (17:03 +0200)]
Merge pull request #48604 from nextcloud/bugfix/noid/fix-tainted-file-appinfo
fix(appmanager): Fix tainted file path when loading appinfos
Ferdinand Thiessen [Thu, 10 Oct 2024 16:26:52 +0000 (18:26 +0200)]
fix: Shipped apps should include the Nextcloud version in the cache buster
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Git'Fellow [Mon, 14 Oct 2024 13:43:08 +0000 (15:43 +0200)]
Merge pull request #48689 from nextcloud/mixedSetTTL
fix(locking): Accept mixed as value on setTTL
Ferdinand Thiessen [Mon, 14 Oct 2024 13:16:13 +0000 (15:16 +0200)]
revert: "fix(files_sharing): Make share labels nullable"
This reverts commit
01c4fa3ba8a7311da331e6a2b70fc866b0a9b39c .
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 12 Oct 2024 15:51:56 +0000 (17:51 +0200)]
fix(share): Return empty string if no label is set
* Resolves: https://github.com/nextcloud/server/issues/48629
While the database supports NULL, the typing has always said it only returns *string*.
So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Mon, 7 Oct 2024 20:10:09 +0000 (22:10 +0200)]
fix(appmanager): Fix tainted file path when loading appinfos
Signed-off-by: Joas Schilling <coding@schilljs.com>
nextcloud-command [Mon, 14 Oct 2024 11:53:30 +0000 (11:53 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
provokateurin [Mon, 14 Oct 2024 10:09:35 +0000 (12:09 +0200)]
chore: Use more gender neutral language
Signed-off-by: provokateurin <kate@provokateurin.de>
Git'Fellow [Mon, 14 Oct 2024 10:17:27 +0000 (12:17 +0200)]
fix(locking): Accept mixed as value on setTTL
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Daniel Kesselberg [Mon, 14 Oct 2024 09:15:01 +0000 (11:15 +0200)]
chore: update groupware code owners
Ref https://github.com/nextcloud/groupware?tab=readme-ov-file#components-and-roles
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Louis [Mon, 14 Oct 2024 09:23:28 +0000 (11:23 +0200)]
Merge pull request #48653 from nextcloud/rakekniven-patch-2
chore(l10n): Use default plural handling
nextcloud-command [Mon, 14 Oct 2024 09:03:45 +0000 (09:03 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
provokateurin [Mon, 14 Oct 2024 08:42:06 +0000 (10:42 +0200)]
fix(AppConfig): Add external JWT private key to sensitive keys
Signed-off-by: provokateurin <kate@provokateurin.de>
Kate [Mon, 14 Oct 2024 06:57:00 +0000 (08:57 +0200)]
Merge pull request #48537 from nextcloud/add-command-to-cleanup-preview
Nextcloud bot [Mon, 14 Oct 2024 00:20:01 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sun, 13 Oct 2024 10:22:42 +0000 (10:22 +0000)]
Merge pull request #48577 from nextcloud/dependabot/npm_and_yarn/puppeteer-23.5.0
dependabot[bot] [Sat, 5 Oct 2024 01:24:39 +0000 (01:24 +0000)]
chore(deps-dev): Bump puppeteer from 23.4.1 to 23.5.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.4.1 to 23.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v23.4.1...puppeteer-v23.5.0)
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sun, 13 Oct 2024 09:14:43 +0000 (09:14 +0000)]
Merge pull request #48670 from nextcloud/dependabot/npm_and_yarn/pinia/testing-0.1.6
dependabot[bot] [Sat, 12 Oct 2024 03:39:21 +0000 (03:39 +0000)]
chore(deps-dev): Bump @pinia/testing from 0.1.5 to 0.1.6
Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.5...@pinia/testing@0.1.6)
---
updated-dependencies:
- dependency-name: "@pinia/testing"
dependency-type: direct:development
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>
dependabot[bot] [Sun, 13 Oct 2024 07:05:54 +0000 (07:05 +0000)]
Merge pull request #48669 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-2.2.4
dependabot[bot] [Sat, 12 Oct 2024 03:38:49 +0000 (03:38 +0000)]
chore(deps): Bump @nextcloud/calendar-availability-vue
Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.2 to 2.2.4.
- [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.4)
---
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>
Nextcloud bot [Sun, 13 Oct 2024 00:21:55 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sat, 12 Oct 2024 16:08:44 +0000 (18:08 +0200)]
Merge pull request #48648 from nextcloud/rakekniven-patch-1
fix(i18n): Improved grammar
Nextcloud bot [Sat, 12 Oct 2024 00:20:13 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Fri, 11 Oct 2024 18:17:43 +0000 (18:17 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
rakekniven [Thu, 10 Oct 2024 15:04:53 +0000 (17:04 +0200)]
fix(i18n): Improved grammar
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
rakekniven [Thu, 10 Oct 2024 15:03:01 +0000 (17:03 +0200)]
fix(i18n): Improved grammar
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
John Molakvoæ (skjnldsv) [Thu, 19 Sep 2024 12:33:57 +0000 (14:33 +0200)]
feat: make systemtags public visible
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thomas Citharel [Fri, 11 Oct 2024 10:10:17 +0000 (12:10 +0200)]
Merge pull request #48639 from nextcloud/add-default-request-timeout-const
feat(http client): expose default request timeout constant to be used instead of magic number 30
Thomas Citharel [Thu, 10 Oct 2024 05:54:46 +0000 (07:54 +0200)]
feat(http-client): expose default request timeout constant to be used instead of magic number 30
Will be used to set default where we are able to override the default timeout.
See https://github.com/nextcloud/server/pull/48418
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Nextcloud bot [Fri, 11 Oct 2024 00:25:09 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
rakekniven [Thu, 10 Oct 2024 19:51:36 +0000 (21:51 +0200)]
chore(l10n): Use default plural handling
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>