Commit graph

28678 commits

Author SHA1 Message Date
Git'Fellow
8b8628d497 fix: Delete ghost versions of non-existing files
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-11-14 23:09:32 +01:00
Joas Schilling
d0bd69a464 fix(backupcodes): Remove old notifications before creating a new reminder
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-14 10:11:08 +00:00
Nextcloud bot
69186f6927
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-14 00:26:09 +00:00
Arthur Schiwon
d19dd1fd55
Merge pull request #41369 from nextcloud/backport/41333/stable26
[stable26] fix(LDAP): prevent incomplete displaynames…
2023-11-13 21:39:38 +01:00
Arthur Schiwon
01c1930f2f fix(workflowengine): use andWhere() not second where()
- an unconditional where() condition is added right before
- fixes also wrongly named methods in the Exception message

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-13 14:26:59 +00:00
Joas Schilling
12f4feb7f7 fix(workflow): Fix "Call to a member function getUID() on null" with appdata
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-13 12:23:40 +00:00
Nextcloud bot
6bf51e0cee
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-13 00:25:28 +00:00
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
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
cd1b960f3a fix(LDAP): prevent incomplete displaynames…
… when reading users from primary groups or gidNumber-based groups

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-09 20:01:26 +00: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
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
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
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
1741ae0fd5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-04 00:29:47 +00: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
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
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
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
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
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
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
Nextcloud bot
290037d6a9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-27 00:28:08 +00:00
Joas Schilling
84cdea610e
fix(external): Get storage before update it
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-26 06:57:21 +02:00
Nextcloud bot
7c2d612d75
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-26 00:26:52 +00:00
Nextcloud bot
8717d9b575
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-25 00:43:51 +00:00
Nextcloud bot
183177cd89
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-24 00:26:03 +00:00
Nextcloud bot
4370752217
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-23 00:26:44 +00:00
Nextcloud bot
9ff8051aa1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-22 00:28:57 +00:00
Nextcloud bot
0e75cd4c6a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-21 00:27:36 +00:00
Nextcloud bot
151fa737b3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-20 00:27:39 +00:00
Nextcloud bot
b0e4d25df1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-19 00:28:32 +00:00
Nextcloud bot
3b1b997322
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-18 00:52:55 +00:00