]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
20 hours agofix(files): Ensure renaming state is correctly reset
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>
22 hours agoMerge pull request #48684 from nextcloud/bug/noid/codeowners-caldav-carddav
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…

23 hours agoMerge pull request #48702 from nextcloud/chore/update-sass-loader
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

26 hours agoMerge pull request #48371 from nextcloud/fix/rector-use-statements
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

27 hours agochore: Update baseline after rector refactoring fix/rector-use-statements 48371/head
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>
27 hours agochore(apps): Apply new rector configuration to autouse classes
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>
27 hours agofeat(rector): Skip classes with a name too common from auto use statement
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>
27 hours agoMerge pull request #48682 from nextcloud/fix/appconfig/sensitive-keys-external-jwt...
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

27 hours agochore(rector): Add rule to import Nextcloud classes in all files
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>
29 hours agoMerge pull request #48206 from nextcloud/feat/systemtags-public
John Molakvoæ [Tue, 15 Oct 2024 07:15:16 +0000 (09:15 +0200)]
Merge pull request #48206 from nextcloud/feat/systemtags-public

36 hours agoFix(l10n): Update translations from Transifex
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>
43 hours agoMerge pull request #48673 from nextcloud/fix/null-label
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

43 hours agochore(assets): recompile assets chore/update-sass-loader 48702/head
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>
43 hours agochore(sass): migrate from deprecated mixed decls
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>
43 hours agochore(sass): migrate from deprecated SASS api
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>
43 hours agochore(webpack): migrate to node-polyfill-webpack-plugin v4
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>
43 hours agochore(devDeps): bump @nextcloud/webpack-vue-config and style related loaders
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>
44 hours agoMerge pull request #48687 from nextcloud/chore/gender-neutral-language
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

45 hours agoMerge pull request #48650 from nextcloud/fix/shipped-app-version
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

45 hours agoMerge pull request #48604 from nextcloud/bugfix/noid/fix-tainted-file-appinfo
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

46 hours agofix: Shipped apps should include the Nextcloud version in the cache buster fix/shipped-app-version 48650/head
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>
46 hours agoMerge pull request #48689 from nextcloud/mixedSetTTL
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

47 hours agorevert: "fix(files_sharing): Make share labels nullable" fix/null-label 48673/head
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>
47 hours agofix(share): Return empty string if no label is set
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>
47 hours agofix(appmanager): Fix tainted file path when loading appinfos bugfix/noid/fix-tainted-file-appinfo 48604/head
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>
2 days agochore(assets): Recompile assets chore/gender-neutral-language 48687/head
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>
2 days agochore: Use more gender neutral language
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>
2 days agofix(locking): Accept mixed as value on setTTL mixedSetTTL 48689/head
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>
2 days agochore: update groupware code owners bug/noid/codeowners-caldav-carddav 48684/head
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>
2 days agoMerge pull request #48653 from nextcloud/rakekniven-patch-2
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

2 days agochore(assets): Recompile assets 48653/head
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>
2 days agofix(AppConfig): Add external JWT private key to sensitive keys fix/appconfig/sensitive-keys-external-jwt-private-key 48682/head
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>
2 days agoMerge pull request #48537 from nextcloud/add-command-to-cleanup-preview
Kate [Mon, 14 Oct 2024 06:57:00 +0000 (08:57 +0200)]
Merge pull request #48537 from nextcloud/add-command-to-cleanup-preview

2 days agoFix(l10n): Update translations from Transifex
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>
3 days agoMerge pull request #48577 from nextcloud/dependabot/npm_and_yarn/puppeteer-23.5.0
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

3 days agochore(deps-dev): Bump puppeteer from 23.4.1 to 23.5.0 48577/head
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>
3 days agoMerge pull request #48670 from nextcloud/dependabot/npm_and_yarn/pinia/testing-0.1.6
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

3 days agochore(deps-dev): Bump @pinia/testing from 0.1.5 to 0.1.6 48670/head
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>
3 days agoMerge pull request #48669 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar...
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

3 days agochore(deps): Bump @nextcloud/calendar-availability-vue dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-2.2.4 48669/head
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>
3 days agoFix(l10n): Update translations from Transifex automated/noid/master-fix-npm-audit
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>
3 days agoMerge pull request #48648 from nextcloud/rakekniven-patch-1
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

4 days agoFix(l10n): Update translations from Transifex
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>
4 days agochore(assets): Recompile assets rakekniven-patch-1 48648/head
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>
4 days agofix(i18n): Improved grammar
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>
4 days agofix(i18n): Improved grammar
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>
4 days agofeat: make systemtags public visible feat/systemtags-public 48206/head
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>
5 days agoMerge pull request #48639 from nextcloud/add-default-request-timeout-const
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

5 days agofeat(http-client): expose default request timeout constant to be used instead of... add-default-request-timeout-const 48639/head
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>
5 days agoFix(l10n): Update translations from Transifex
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>
5 days agochore(l10n): Use default plural handling rakekniven-patch-2
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>
5 days agoMerge pull request #48638 from nextcloud/fix/reasons-to-use
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

6 days agoFix(l10n): Update translations from Transifex
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>
6 days agochore: compile assets fix/reasons-to-use 48638/head
Christopher Ng [Wed, 9 Oct 2024 21:34:53 +0000 (14:34 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
6 days agofix: Fix "Reasons to use Nextcloud" design
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>
6 days agochore: generate icons css
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>
6 days agochore: Add text file icon class
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>
6 days agoMerge pull request #48536 from nextcloud/artonge/fix/vue_app_names
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

6 days agochore: Compile assets artonge/fix/vue_app_names 48536/head
Louis Chemineau [Thu, 3 Oct 2024 13:06:05 +0000 (15:06 +0200)]
chore: Compile assets

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 days agofix: Minor @nc/vue usage errors
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>
6 days agofix: Vue app names
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>
6 days agoMerge pull request #48623 from nextcloud/fix/allow-quota-wrapper-check
Kate [Wed, 9 Oct 2024 16:39:42 +0000 (18:39 +0200)]
Merge pull request #48623 from nextcloud/fix/allow-quota-wrapper-check

6 days agoMerge pull request #48628 from nextcloud/fix/public-get
Kate [Wed, 9 Oct 2024 15:32:40 +0000 (17:32 +0200)]
Merge pull request #48628 from nextcloud/fix/public-get

6 days agofix(dav): Public WebDAV endpoint should allow `GET` requests fix/public-get 48628/head
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>
7 days agoMerge pull request #48605 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.9.2
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

7 days agoMerge pull request #48619 from nextcloud/fix/unified-search-empty-sections
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

7 days agochore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2 dependabot/composer/guzzlehttp/guzzle-7.9.2 48605/head
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>
7 days agofix: Allow overriding shouldApplyQuota check from child classes fix/allow-quota-wrapper-check 48623/head
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>
7 days agoMerge pull request #48538 from nextcloud/fix/get-managers-as-subadmin
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

7 days agoFix(l10n): Update translations from Transifex
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>
7 days agotest: Fix tests fix/get-managers-as-subadmin 48538/head
Christopher Ng [Tue, 8 Oct 2024 23:44:06 +0000 (16:44 -0700)]
test: Fix tests

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 days agorefactor: Clean up
Christopher Ng [Fri, 4 Oct 2024 23:28:23 +0000 (16:28 -0700)]
refactor: Clean up

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 days agofix: Return correct list of managers for a user
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>
7 days agofix: Subadmin can access self
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>
7 days agoMerge pull request #48520 from nextcloud/chore/48409/replace-diaspora-and-twitter
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

7 days agofix: Fix empty sections appearing in search results fix/unified-search-empty-sections 48619/head
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>
7 days agoMerge pull request #48597 from nextcloud/fix/fix-email-share-transfer-accross-storages
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

7 days agofix(tests): Fix sharebymail tests fix/fix-email-share-transfer-accross-storages 48597/head
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>
7 days agoMerge pull request #48610 from nextcloud/fix/usertrait/backend-initialization
Kate [Tue, 8 Oct 2024 14:53:26 +0000 (16:53 +0200)]
Merge pull request #48610 from nextcloud/fix/usertrait/backend-initialization

7 days agoMerge pull request #48613 from nextcloud/feat/add-query-param-to-force-language
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

7 days agofeat(l10n): Respect forceLanguage query parameter in more places feat/add-query-param-to-force-language 48613/head
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>
7 days agoMerge pull request #48494 from nextcloud/refactor/storage/strong-param-types
Kate [Tue, 8 Oct 2024 13:20:17 +0000 (15:20 +0200)]
Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types

7 days agofeat(l10n): Allow to force language with a query parameter
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>
7 days agochore(assets): Recompile assets chore/48409/replace-diaspora-and-twitter 48520/head
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>
7 days agofix(federatedfilesharing): Use valid mastodon URL for sharing
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>
7 days agofix(federatedfilesharing): Add aria label to include the `X` in `X (formerly Twitter...
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>
7 days agorefactor(federatedfilessharing): Make copy logic more resilient and use Typescript
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>
7 days agofix(federatedfilessharing): Use social media icons from core rather than inline SVGs
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>
7 days agofeat(core): Add correct X logo as provided by X Corp.
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>
7 days agofix(core): Use correct facebook icon provided by Meta
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>
7 days agochore: Replace Twitter & Diaspora links and text
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>
8 days agoMerge pull request #48603 from nextcloud/bugfix/noid/censor-more-values
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

8 days agoMerge pull request #48600 from nextcloud/fix/backgroundjobs/adjust-intervals-time...
Kate [Tue, 8 Oct 2024 10:25:53 +0000 (12:25 +0200)]
Merge pull request #48600 from nextcloud/fix/backgroundjobs/adjust-intervals-time-sensitivities

8 days agofeat(TimedJob): Add debug log about time sensitive jobs with long intervals fix/backgroundjobs/adjust-intervals-time-sensitivities 48600/head
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>
8 days agofix(BackgroundJobs): Adjust intervals and time sensitivities
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>
8 days agofix(UserTrait): Fix backend initialization fix/usertrait/backend-initialization 48610/head
provokateurin [Tue, 8 Oct 2024 09:12:01 +0000 (11:12 +0200)]
fix(UserTrait): Fix backend initialization

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 8 Oct 2024 00:20:08 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 days agofix(logger): Remove more parameters of other methods bugfix/noid/censor-more-values 48603/head
Joas Schilling [Mon, 7 Oct 2024 19:04:49 +0000 (21:04 +0200)]
fix(logger): Remove more parameters of other methods

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agoMerge pull request #48592 from nextcloud/dependabot/composer/doctrine/dbal-3.9.x
Joas Schilling [Mon, 7 Oct 2024 15:29:44 +0000 (17:29 +0200)]
Merge pull request #48592 from nextcloud/dependabot/composer/doctrine/dbal-3.9.x

build: Update doctrine/dbal from 3.8.x to 3.9.1

8 days agobuild: Update doctrine/dbal from 3.8.x to 3.9.1 dependabot/composer/doctrine/dbal-3.9.x 48592/head
Joas Schilling [Mon, 7 Oct 2024 11:16:54 +0000 (13:16 +0200)]
build: Update doctrine/dbal from 3.8.x to 3.9.1

Signed-off-by: Joas Schilling <coding@schilljs.com>