]>
source.dussan.org Git - nextcloud-server.git/log
Richard Steinmetz [Wed, 16 Oct 2024 07:53:59 +0000 (09:53 +0200)]
fix(caldav): duration handling in the event reader class
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
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>
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>
Pytal [Thu, 10 Oct 2024 16:58:02 +0000 (09:58 -0700)]
Merge pull request #48638 from nextcloud/fix/reasons-to-use
fix: Fix "Reasons to use Nextcloud" design
Nextcloud bot [Thu, 10 Oct 2024 00:20:15 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Wed, 9 Oct 2024 21:34:53 +0000 (14:34 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Wed, 9 Oct 2024 21:34:53 +0000 (14:34 -0700)]
fix: Fix "Reasons to use Nextcloud" design
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Wed, 9 Oct 2024 21:34:53 +0000 (14:34 -0700)]
chore: generate icons css
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Wed, 9 Oct 2024 21:34:53 +0000 (14:34 -0700)]
chore: Add text file icon class
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Louis [Wed, 9 Oct 2024 19:58:44 +0000 (21:58 +0200)]
Merge pull request #48536 from nextcloud/artonge/fix/vue_app_names
fix: Vue app names
Louis Chemineau [Thu, 3 Oct 2024 13:06:05 +0000 (15:06 +0200)]
chore: Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 3 Oct 2024 13:02:47 +0000 (15:02 +0200)]
fix: Minor @nc/vue usage errors
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 3 Oct 2024 13:02:44 +0000 (15:02 +0200)]
fix: Vue app names
This improves the debugging experience in the vue dev tool.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Kate [Wed, 9 Oct 2024 16:39:42 +0000 (18:39 +0200)]
Merge pull request #48623 from nextcloud/fix/allow-quota-wrapper-check
Kate [Wed, 9 Oct 2024 15:32:40 +0000 (17:32 +0200)]
Merge pull request #48628 from nextcloud/fix/public-get
Ferdinand Thiessen [Tue, 8 Oct 2024 21:51:38 +0000 (23:51 +0200)]
fix(dav): Public WebDAV endpoint should allow `GET` requests
`GET` should be allowed even without Ajax header to allow downloading files,
or show files in the viewer. All other requests could be guarded, but this should not.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Wed, 9 Oct 2024 10:10:41 +0000 (12:10 +0200)]
Merge pull request #48605 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.9.2
chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2
Pytal [Wed, 9 Oct 2024 08:58:52 +0000 (01:58 -0700)]
Merge pull request #48619 from nextcloud/fix/unified-search-empty-sections
fix: Fix empty sections appearing in search results
Joas Schilling [Mon, 7 Oct 2024 21:01:37 +0000 (23:01 +0200)]
chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Knorr [Wed, 9 Oct 2024 06:25:30 +0000 (08:25 +0200)]
fix: Allow overriding shouldApplyQuota check from child classes
Signed-off-by: Julius Knorr <jus@bitgrid.net>
Pytal [Wed, 9 Oct 2024 00:48:21 +0000 (17:48 -0700)]
Merge pull request #48538 from nextcloud/fix/get-managers-as-subadmin
fix: Return correct list of managers for a user
Nextcloud bot [Wed, 9 Oct 2024 00:20:13 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Tue, 8 Oct 2024 23:44:06 +0000 (16:44 -0700)]
test: Fix tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 4 Oct 2024 23:28:23 +0000 (16:28 -0700)]
refactor: Clean up
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 4 Oct 2024 23:28:23 +0000 (16:28 -0700)]
fix: Return correct list of managers for a user
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 4 Oct 2024 23:28:23 +0000 (16:28 -0700)]
fix: Subadmin can access self
Signed-off-by: Christopher Ng <chrng8@gmail.com>
F. E Noel Nfebe [Tue, 8 Oct 2024 19:02:38 +0000 (21:02 +0200)]
Merge pull request #48520 from nextcloud/chore/48409/replace-diaspora-and-twitter
chore: Replace Twitter & Diaspora links and text
Christopher Ng [Tue, 8 Oct 2024 17:45:27 +0000 (10:45 -0700)]
fix: Fix empty sections appearing in search results
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Côme Chilliet [Tue, 8 Oct 2024 15:31:53 +0000 (17:31 +0200)]
Merge pull request #48597 from nextcloud/fix/fix-email-share-transfer-accross-storages
Fix email share transfer accross storages
Côme Chilliet [Tue, 8 Oct 2024 14:53:51 +0000 (16:53 +0200)]
fix(tests): Fix sharebymail tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Kate [Tue, 8 Oct 2024 14:53:26 +0000 (16:53 +0200)]
Merge pull request #48610 from nextcloud/fix/usertrait/backend-initialization
Côme Chilliet [Tue, 8 Oct 2024 14:29:03 +0000 (16:29 +0200)]
Merge pull request #48613 from nextcloud/feat/add-query-param-to-force-language
feat(l10n): Allow to force language with a query parameter
Côme Chilliet [Tue, 8 Oct 2024 13:40:40 +0000 (15:40 +0200)]
feat(l10n): Respect forceLanguage query parameter in more places
Attempt to make L10N Factory consistent with itself when forceLanguage
query parameter is used.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Kate [Tue, 8 Oct 2024 13:20:17 +0000 (15:20 +0200)]
Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types
Côme Chilliet [Tue, 8 Oct 2024 12:44:03 +0000 (14:44 +0200)]
feat(l10n): Allow to force language with a query parameter
This will be used by support application to always generate the support
report in english. It may also be used to debug a language, or to
temporarily show a page in an other language to take a screenshot or to
share your screen with someone speaking another language.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
nextcloud-command [Mon, 7 Oct 2024 18:54:54 +0000 (18:54 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Mon, 7 Oct 2024 16:32:35 +0000 (18:32 +0200)]
fix(federatedfilesharing): Use valid mastodon URL for sharing
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 7 Oct 2024 16:27:23 +0000 (18:27 +0200)]
fix(federatedfilesharing): Add aria label to include the `X` in `X (formerly Twitter)` button.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 7 Oct 2024 16:19:34 +0000 (18:19 +0200)]
refactor(federatedfilessharing): Make copy logic more resilient and use Typescript
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 7 Oct 2024 16:17:55 +0000 (18:17 +0200)]
fix(federatedfilessharing): Use social media icons from core rather than inline SVGs
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 7 Oct 2024 16:15:49 +0000 (18:15 +0200)]
feat(core): Add correct X logo as provided by X Corp.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 7 Oct 2024 16:14:50 +0000 (18:14 +0200)]
fix(core): Use correct facebook icon provided by Meta
The legal terms require to exactly use the facebook logo as provided by Meta.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
fenn-cs [Wed, 2 Oct 2024 09:35:13 +0000 (11:35 +0200)]
chore: Replace Twitter & Diaspora links and text
- Use Twitters new name "X"
- Remove Diaspora social and include Mastodon instead
Resolves : https://github.com/nextcloud/server/issues/48409
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Joas Schilling [Tue, 8 Oct 2024 11:49:53 +0000 (13:49 +0200)]
Merge pull request #48603 from nextcloud/bugfix/noid/censor-more-values
fix(logger): Remove more parameters of other methods
Kate [Tue, 8 Oct 2024 10:25:53 +0000 (12:25 +0200)]
Merge pull request #48600 from nextcloud/fix/backgroundjobs/adjust-intervals-time-sensitivities
provokateurin [Mon, 7 Oct 2024 15:37:38 +0000 (17:37 +0200)]
feat(TimedJob): Add debug log about time sensitive jobs with long intervals
Signed-off-by: provokateurin <kate@provokateurin.de>
provokateurin [Mon, 7 Oct 2024 15:36:55 +0000 (17:36 +0200)]
fix(BackgroundJobs): Adjust intervals and time sensitivities
Signed-off-by: provokateurin <kate@provokateurin.de>
provokateurin [Tue, 8 Oct 2024 09:12:01 +0000 (11:12 +0200)]
fix(UserTrait): Fix backend initialization
Signed-off-by: provokateurin <kate@provokateurin.de>