Cristian Scheid
a553bdf071
feat: set creation_time on file creation and render recently created icon
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-03-03 15:09:28 +00:00
Stephan Orbaugh
b822bb0dd2
Merge pull request #58563 from nextcloud/backport/58327/stable32
...
[stable32] feat: add upload_time support to file search and recent files
2026-03-03 16:08:34 +01:00
Ferdinand Thiessen
cfa95919ee
test(preview): properly test postscript preview provider
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-03-03 02:19:02 +01:00
Salvatore Martire
30d644a5a5
Merge pull request #58672 from nextcloud/backport/58660/stable32
...
[stable32] fix: check source and target when emitting copy event
2026-03-02 18:25:21 +01:00
Salvatore Martire
da0a830500
fix: check source and target when emitting copy event
...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com >
2026-03-02 15:51:27 +00:00
Josh
0ad8a342a0
chore: fixup/ revert cast in S3ObjectTrait
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2026-03-02 13:36:34 +00:00
Josh
bb0aa30870
fix(S3ObjectTrait): cast $urn to a string until typing adding elsewhere
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2026-03-02 13:36:34 +00:00
Josh
298b81f087
fix(ObjectStorage): fix 0 folder handling in Primary Storage
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2026-03-02 13:36:34 +00:00
Marcel Müller
008249440a
fix: Use configured loglevel even when log.condition matches is set
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2026-02-27 15:02:30 +00:00
Salvatore Martire
122b019f5c
fix(L10N): stop stripping _ from language codes
...
Stripping the underscore breaks support for all languages like de_AT,
de_DE and so on...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com >
2026-02-25 15:55:06 +00:00
Cristian Scheid
d487ad2d5f
feat: add upload_time support to file search and recent files
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-02-25 11:46:52 +00:00
Robin Appelman
32299a8113
fix: correctly return false for filesize on non-existing file
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2026-02-24 18:08:43 +01:00
Nextcloud bot
10f7336eed
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-24 00:19:43 +00:00
Kate
33bf0b4b00
Merge pull request #58520 from nextcloud/backport/58466/stable32
2026-02-23 15:34:33 +01:00
Salvatore Martire
63ba2b6b32
Merge pull request #58439 from nextcloud/backport/58144/stable32
...
[stable32] Fix/more missing userid cases
2026-02-23 14:20:53 +01:00
Kate
2cbdef033f
Merge pull request #58368 from nextcloud/backport/58134/stable32
2026-02-23 14:11:34 +01:00
Carl Schwan
41d12ac013
fix(propagator): Don't run queries if no parents
...
Signed-off-by: Carl Schwan <carlschwan@kde.org >
2026-02-23 11:59:54 +00:00
Nextcloud bot
964a06d845
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-23 00:19:32 +00:00
Nextcloud bot
b73f460f42
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-22 00:19:34 +00:00
Carl Schwan
681dbd7481
fix(propagator): Lock rows also in propagateChange
...
Signed-off-by: Carl Schwan <carlschwan@kde.org >
2026-02-20 16:33:04 +01:00
Kate
be40b35d0a
Merge pull request #58456 from nextcloud/backport/57878/stable32
2026-02-20 14:17:42 +01:00
provokateurin
c182d862fc
fix(View): Handle ICacheEntry returned by FileInfo->getData()
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2026-02-20 08:49:32 +00:00
provokateurin
398747f46b
fix(Propagator): Also skip groupfolders versions and trash entries
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2026-02-20 05:23:34 +00:00
Nextcloud bot
153eaca548
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-20 00:20:56 +00:00
Salvatore Martire
24fce5c7c1
fix: add user id header when redirecting to default app
...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com >
2026-02-19 14:28:07 +00:00
provokateurin
273df540d6
fix(Propagator): Skip groupfolders root entries
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2026-02-19 13:09:02 +00:00
Joas Schilling
80067c0227
Merge pull request #58117 from nextcloud/backport/58015/stable32
...
[stable32] fix(TextToImage): Refactor scheduling mechanism
2026-02-19 12:51:11 +01:00
Joas Schilling
541c99e540
Merge pull request #58112 from nextcloud/backport/58011/stable32
...
[stable32] fix(TaskProcessing): Refactor TextToImage fallback
2026-02-19 12:46:52 +01:00
Nextcloud bot
8b6e082b5f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-18 00:21:09 +00:00
Ferdinand Thiessen
0c8b04e141
fix(cache): filter out invalid entries in OC\Files\Cache\Wrapper\CacheWrapper::getFolderContentsById
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-02-17 12:30:19 +00:00
Carl Schwan
cbe4a26156
fix(propagator): Improve lock behavior of propagator
...
Fix possible dead locks when running the propagator caused by two
requests updating the same amount rows in transactions.
- Lock rows always in the same deterministic order by sorting the
path_hash first
- On all database outside of sqlite, also do first a SELECT FOR UPDATE
to lock all the rows used in batch UPDATE calls, afterward to decrease
the risk of two requests trying to lock the same rows
Signed-off-by: Carl Schwan <carlschwan@kde.org >
(cherry picked from commit cae742d182 )
2026-02-17 10:39:11 +01:00
Nextcloud bot
23a2f6ff9d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-16 00:20:59 +00:00
Nextcloud bot
386adf60d9
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-14 00:21:27 +00:00
Nextcloud bot
313fddb2fd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-12 00:20:59 +00:00
grnd-alt
125c895e96
fix: correctly quote tablenames for truncating with oracle
...
Signed-off-by: grnd-alt <git@belakkaf.net >
2026-02-11 16:58:35 +01:00
Nextcloud bot
2ca03069e4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-11 00:21:08 +00:00
Nextcloud bot
f5ccd08a8f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-10 00:22:02 +00:00
Nextcloud bot
5d3ed5f847
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-09 00:21:43 +00:00
Nextcloud bot
a0dfbc8e27
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-08 00:21:00 +00:00
Nextcloud bot
da63d83583
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-07 00:21:16 +00:00
Louis
462ea0e7f7
Merge pull request #58119 from nextcloud/backport/57854/stable32
...
[stable32] feat: Add SetupCheck to warn about missing second factor provider
2026-02-06 10:36:48 +01:00
Nextcloud bot
204c809380
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-06 00:41:30 +00:00
Marcel Klehr
c3e36871b1
fix: Use ProcessingException
...
instead of UserFacingProcessing Exception which is not in nc < 33
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2026-02-05 17:31:17 +01:00
Côme Chilliet
e3cb237b04
feat: Add SetupCheck to warn about missing second factor provider
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2026-02-05 15:25:52 +00:00
Marcel Klehr
d379130a05
fix(TextToImage): Refactor scheduling mechanism
2026-02-05 14:55:04 +00:00
Marcel Klehr
3c99524ff5
Fix: Run cs:fix
2026-02-05 14:54:08 +00:00
Marcel Klehr
f69620196c
fix(TaskProcessing): Refactor TextToImage fallback
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2026-02-05 14:54:07 +00:00
Benjamin Frueh
825e5ad426
chore: Improve SVG handling in link previews
...
Signed-off-by: Benjamin Frueh <benjamin.frueh@gmail.com >
2026-02-05 13:17:15 +00:00
Andy Scherzinger
67c4a7c3cc
Merge pull request #57869 from nextcloud/backport/57844/stable32
...
[stable32] fix(user_ldap): Fix crash in some code path when a DN is longer that 64
2026-02-05 12:09:32 +01:00
Nextcloud bot
884a5f5f00
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-05 00:21:03 +00:00