Commit graph

80314 commits

Author SHA1 Message Date
Edward Ly
e39d42c182 fix(TaskProcessing): increase task cleanup delay
Signed-off-by: Edward Ly <contact@edward.ly>
2025-05-27 07:47:33 -07:00
Louis
58b69034f8
Merge pull request #53139 from nextcloud/backport/53130/stable31 2025-05-27 16:43:22 +02:00
Robin Appelman
d349f1743d
Merge pull request #53135 from nextcloud/backport/53120/stable31
[stable31] perf: improve query to determine which users need a background scan
2025-05-27 16:36:51 +02:00
Louis Chemineau
bab9587f3d fix(blurhash): Skip generation the if previews are disabled.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-05-27 12:56:31 +00:00
Robin Appelman
97cf88da29 perf: improve query to determine which users need a background scan
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-27 12:37:51 +00:00
Jonas
a0d4ec5381
Merge pull request #53133 from nextcloud/backport/53131/stable31
[stable31] fix(FileReferenceEventListener): Invalidate cache after node was renamed
2025-05-27 13:25:49 +02:00
Jonas
8f9aeeb556 fix(FileReferenceEventListener): Invalidate cache after node was renamed
Fixes: nextcloud/collectives#1527

Signed-off-by: Jonas <jonas@freesources.org>
2025-05-27 10:20:31 +00:00
Joas Schilling
2cfaaffa47
Merge pull request #53127 from nextcloud/backport/53124/stable31
[stable31] fix(log): map all warnings to warn log level, notice to info
2025-05-27 10:16:14 +02:00
Christoph Wurst
704c22fa56 fix(log): map all warnings to warn log level, notice to info
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-05-27 06:22:56 +00:00
Ferdinand Thiessen
8bb41fb708
Merge pull request #52819 from nextcloud/backport/52809/stable31
[stable31] fix(files): do not even try to fetch a preview if `has-preview` is false
2025-05-27 07:58:53 +02:00
Andy Scherzinger
ca9193a1d8
Merge pull request #52969 from nextcloud/backport/52514/stable31
[stable31] feat: only get template fields once selected
2025-05-27 06:42:14 +02:00
Nextcloud bot
39010035a1
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-27 00:22:23 +00:00
Joas Schilling
db1728a13b
Merge pull request #53117 from nextcloud/ci/noid/more-action-hardening-31
[stable31] ci: Update comments and correctly skip the "pull 3rdparty" command
2025-05-26 19:16:26 +02:00
F. E Noel Nfebe
7d99b0447b
Merge pull request #52849 from nextcloud/backport/52813/stable31
[stable31] fix(files_sharing): Show note if note exists on share
2025-05-26 18:59:49 +02:00
nextcloud-command
52ffa3643c chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-26 18:57:33 +02:00
John Molakvoæ (skjnldsv)
4ed1050ccf fix(files): do not even try to fetch a preview if èhas-preview` is false
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2025-05-26 18:57:33 +02:00
nextcloud-command
ad7a6b0029 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-26 18:05:15 +02:00
nfebe
150e542ec9 test(file_sharing): Do not open advanced settings manually
If a share note is present, the advanced settings should expand automatically,

without the user needing to click.

Signed-off-by: nfebe <fenn25.fn@gmail.com>

[skip ci]
2025-05-26 18:05:15 +02:00
nfebe
e1a306340d fix(files_sharing): Show note if note exists on share
When a share includes a note, ensure the note checkbox is checked and the note is
displayed when reopening the share sidebar.

Fixes: #52794.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-05-26 18:05:15 +02:00
nextcloud-command
86adff07ed chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-26 18:03:24 +02:00
Elizabeth Danzberger
8b5a2d3512 chore: update open api spec
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2025-05-26 18:03:24 +02:00
Elizabeth Danzberger
52ae766a8e feat: only load template fields when requested
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2025-05-26 18:03:24 +02:00
Andy Scherzinger
4faf51183d
Merge pull request #52903 from nextcloud/backport/52708/stable31
[stable31] fix(dav): add repair step to queue job to update rooms and resources
2025-05-26 17:57:37 +02:00
Andy Scherzinger
30018bfa11
Merge pull request #53055 from nextcloud/fix/upload-file-drop-info
fix(files_sharing): show note, label and list of uploaded files on file drop
2025-05-26 14:54:56 +02:00
Marcel Klehr
22c87df610
Merge pull request #53103 from nextcloud/backport/53001/stable31
[stable31] feat(SetupChecks): Add check for TaskProcessing pickup speed
2025-05-26 14:41:21 +02:00
Marcel Klehr
82c4a88512
Merge branch 'stable31' into backport/53001/stable31 2025-05-26 14:14:56 +02:00
nextcloud-command
c3e9c89e86
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-26 14:14:40 +02:00
Ferdinand Thiessen
e51e4d6c3e
fix(files_sharing): show note, label and list of uploaded files on file drop
This was missing from the Vue migration of the public share view:
- Show the note as the description of the file drop
- Show the label as the heading of the file drop if available
- Show list of uploaded files for verification

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-05-26 14:14:40 +02:00
Andy Scherzinger
bdfc4048f1
Merge pull request #52644 from nextcloud/backport/51608/stable31
[stable31] feat(files): add command to automatically rename filenames
2025-05-26 13:39:15 +02:00
Joas Schilling
ef6919cf98
ci: Remove credentials on checkout
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-26 12:18:20 +02:00
Andy Scherzinger
ab6d536f73
ci: Update comments and correctly skip the "pull 3rdparty" command
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-05-26 11:54:58 +02:00
Ferdinand Thiessen
c18c75cb52 docs(files): add more documentation about WCF and links to the admin docs
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-05-26 10:12:50 +02:00
Ferdinand Thiessen
41b9a7ec9b feat(files): add command to (dis)enable windows compatible filenames
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-05-26 10:12:50 +02:00
Ferdinand Thiessen
3ce306ec57 feat(files): add command to automatically rename filenames
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>
2025-05-26 10:12:50 +02:00
rakekniven
4300c27333 chore(18n): More natural english - fix plural typo
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-05-26 10:10:15 +02:00
Joas Schilling
beefa6f411 fix(l10n): Fix one more plural
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-26 10:07:11 +02:00
Marcel Klehr
c50592ecdb fix: Correct translation method use
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-05-26 10:07:03 +02:00
rakekniven
b6898dde7f fix(SetupChecks): Update TaskProcessingPickupSpeed
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-05-26 10:06:50 +02:00
rakekniven
d6a26bb4be chore(18n): More natural english
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-05-26 10:06:37 +02:00
Kate
76d37a37f6
Merge pull request #52987 from nextcloud/backport/50157/stable31 2025-05-26 08:27:43 +02:00
dependabot[bot]
b09e0eaa49
Merge pull request #53092 from nextcloud/dependabot/npm_and_yarn/stable31/puppeteer-24.9.0 2025-05-26 05:33:43 +00:00
Andy Scherzinger
cee66aea67
Merge pull request #53087 from nextcloud/dependabot/npm_and_yarn/stable31/marked-15.0.12
chore(deps): Bump marked from 15.0.11 to 15.0.12
2025-05-26 07:32:27 +02:00
Nextcloud bot
c6426364cb
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-26 00:22:31 +00:00
nextcloud-command
bb31c2fd15 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-26 00:19:06 +02:00
dependabot[bot]
ea9ab39ffb chore(deps): Bump marked from 15.0.11 to 15.0.12
Bumps [marked](https://github.com/markedjs/marked) from 15.0.11 to 15.0.12.
- [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/v15.0.11...v15.0.12)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 15.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-26 00:19:06 +02:00
dependabot[bot]
eab7956d26
Merge pull request #53090 from nextcloud/dependabot/npm_and_yarn/stable31/zip.js/zip.js-2.7.62 2025-05-25 22:00:35 +00:00
Andy Scherzinger
76b73436ba
Merge pull request #53036 from nextcloud/backport/53029/stable31
[stable31] fix(caldav): don't send invitations to circles
2025-05-25 22:51:59 +02:00
dependabot[bot]
ba967a9f84
Merge pull request #53086 from nextcloud/dependabot/npm_and_yarn/stable31/webpack-5.99.9 2025-05-25 20:12:52 +00:00
nextcloud-command
cea9a0bd33 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-25 19:44:52 +00:00
dependabot[bot]
092d4b7065
chore(deps-dev): Bump webpack from 5.99.7 to 5.99.9
Dependabot couldn't find the original pull request head commit, aade654d480613bf87139e6e4a1d00a34a12550a.
2025-05-25 19:41:12 +00:00