Nextcloud bot
30652da1c5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-12 00:24:35 +00:00
Nextcloud bot
dac2ade88d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-11 00:22:36 +00:00
Julius Härtl
39d50d1a72
Merge pull request #41372 from nextcloud/backport/41354/stable26
2023-11-10 23:09:32 +01:00
Julius Härtl
f6facb233b
fix: Validate that we have a proper distributed cache configured
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-10 08:42:07 +00:00
Nextcloud bot
491e3dace1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-10 00:24:34 +00:00
Arthur Schiwon
3d7202680a
Merge pull request #41357 from nextcloud/fix/before-log-event
...
[stable26] Fix type in BeforeMessageLoggedEvent
2023-11-09 21:05:40 +01:00
Côme Chilliet
412022b302
Merge pull request #41323 from nextcloud/fix/bump-sabre/http-to-5.1.10-in-stable26
...
Bump sabre/http to 5.1.10 in stable26
2023-11-09 17:05:46 +01:00
Robin Appelman
e794e7d733
Merge pull request #41325 from nextcloud/backport/40995/stable26
...
[stable26] optimize cache jail creation
2023-11-09 15:30:58 +01:00
Robin Appelman
608da34fd9
fix type in BeforeMessageLoggedEvent
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-11-09 14:07:26 +01:00
Côme Chilliet
551abab881
Bump sabre/http to 5.1.10 in stable26
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-09 13:58:55 +01:00
Nextcloud bot
6b471548a3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-09 00:26:17 +00:00
Nextcloud bot
c2b70be4ff
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-08 00:33:02 +00:00
Arthur Schiwon
10f81add23
Merge pull request #41107 from nextcloud/backport/41106/stable26
...
[stable26] fix(ldap): store last known user groups
2023-11-07 21:10:49 +01:00
Arthur Schiwon
873222f0c1
fix(LDAP): solve race condition reading groups of disappeared LDAP user
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-07 19:22:28 +01:00
Arthur Schiwon
f89781366b
refactor(LDAP): pass IConfig via constructor to Group_LDAP
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-07 19:22:28 +01:00
Arthur Schiwon
871b3164a4
refactor(tests): simplify code, reduce duplication
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-07 19:22:28 +01:00
Arthur Schiwon
19df73dda5
test(Group LDAP): add test for getting groups of OfflineUser
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-07 19:22:28 +01:00
Arthur Schiwon
467e29ec03
fix(ldap): store last known user groups
...
- for LDAP user life cycle management
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-07 19:22:28 +01:00
Robin Appelman
6f7f52146f
optimize cache jail creation
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-11-07 13:59:40 +00:00
Louis
58ee21f578
Merge pull request #41237 from nextcloud/backport/41062/stable26
...
[stable26] Return correct status if touch failed
2023-11-07 08:48:02 +01:00
Nextcloud bot
c9d497cbb4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-07 00:32:35 +00:00
Benjamin Gaussorgues
ff18347bd0
Merge pull request #41222 from nextcloud/backport/41053/stable26
...
[stable26] fix(files_external): on case insensitive system, block case change
2023-11-06 11:04:21 +01:00
Joas Schilling
02c55503c7
Merge pull request #41151 from nextcloud/backport/40885/stable26
...
[stable26] fix(OCM): Make the public API only rely on OCP
2023-11-06 09:45:47 +01:00
Nextcloud bot
90cd465ef9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-06 00:29:37 +00:00
Nextcloud bot
915eaccf49
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-05 00:28:49 +00:00
Nextcloud bot
1741ae0fd5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-04 00:29:47 +00:00
Christoph Wurst
2f016a7a0e
Merge pull request #41239 from nextcloud/backport/40859/stable26
...
[stable26] fix(session): Log why session renewal failed
2023-11-03 11:07:24 +01:00
Nextcloud bot
17d327409c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-03 00:26:55 +00:00
Christoph Wurst
4fd23f9eda
fix(session): Log why session renewal failed
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-02 10:34:15 +00:00
Louis Chemineau
9e905a2680
Return correct status if touch failed
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-02 10:13:35 +00:00
Nextcloud bot
d9777975c9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-02 00:25:00 +00:00
Andy Scherzinger
20010ecb6e
Merge pull request #41224 from nextcloud/backport/41206/race-condition-on-web-files-view
...
[stable26] fix(files): race condition on web files view change
2023-11-01 22:27:21 +01:00
Grigorii K. Shartsev
68f547afab
chore(assets): recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-01 18:59:04 +01:00
Grigorii K. Shartsev
0b48d826d9
fix(files): remove resetting and reload curr dir on show
...
It is handled by new navigation with Vue
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-01 18:59:04 +01:00
Grigorii K. Shartsev
ef07975012
fix(files): add silent mode in legacy navigation
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-01 18:59:04 +01:00
Arthur Schiwon
e4efb922b4
Merge pull request #40946 from nextcloud/artonge/backport/stable26/37060
...
[stable26] Fix download URL for versions
2023-11-01 18:44:51 +01:00
Nextcloud bot
dd1a980019
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-01 00:29:04 +00:00
Grigorii K. Shartsev
4647e598c8
Merge pull request #41221 from nextcloud/chore/fix-package-lock
...
[stable26] chore(deps): fix package-lock.json
2023-10-31 22:56:49 +05:00
Grigorii K. Shartsev
496ccb3a27
chore(assets): recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-31 17:07:02 +01:00
Benjamin Gaussorgues
9a6a64087d
fix(files_external): on case insensitive system, block case change
...
When a file/directory is renamed to the same name with only case change,
the rename fail. We block this kind of rename.
The user will have to rename to another name first.
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-10-31 15:26:46 +00:00
Grigorii K. Shartsev
27161f7cff
chore(deps): fix package-lock.json
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-31 16:14:36 +01:00
Nextcloud bot
603951048b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-31 00:26:38 +00:00
Ferdinand Thiessen
ffdb18620e
Merge pull request #41146 from nextcloud/backport/39743/stable26
...
[stable26] fix: Don't try to access null array
2023-10-30 16:26:11 +01:00
Git'Fellow
2b46dedb9a
fix: don't try to access null array
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-10-30 11:03:26 +01:00
Nextcloud bot
22aca4d030
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-30 00:26:38 +00:00
Nextcloud bot
26d35d93f3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-29 00:25:50 +00:00
Nextcloud bot
f47609ec36
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-28 00:28:47 +00:00
Julius Härtl
8de0a1a373
Merge pull request #41144 from nextcloud/backport/41082/stable26
2023-10-27 14:06:02 +02:00
Jonas
ae554fd3af
enh(IMountManager): Add method to get MountPoint from CachedMountInfo
...
Signed-off-by: Jonas <jonas@freesources.org>
2023-10-27 10:38:57 +02:00
Jonas
e49b18970b
fix(isLegitimatedForUserId): Setup mountpoints to check file access
...
This fixes workflows on groupfolders, as it will consider access to
files in groupfolders.
It also fixes false positives where access to files was limited by other
means not taken into account before, e.g. access control.
For postDelete events, check for permissions of the parent folder
instead, as the file itself no longer exists.
Fixes : nextcloud/flow_notifications#71
Signed-off-by: Jonas <jonas@freesources.org>
2023-10-27 10:38:57 +02:00