Nextcloud bot
85d5c86bf2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-16 00:28:46 +00:00
Christoph Wurst
f3e95bf05a
Merge pull request #41245 from nextcloud/backport/40665/stable27
...
[stable27] fix(dav): Reduce CalDAV backend memory footprint
2023-11-15 23:48:04 +01:00
Arthur Schiwon
20cf4fd8de
Merge pull request #41356 from nextcloud/fix/stable27/header-sort-redirect
...
[stable27] fix(files): prevent redirect on heading column sort
2023-11-15 22:48:25 +01:00
Arthur Schiwon
337445746d
Merge pull request #41371 from nextcloud/backport/41354/stable27
...
[stable27] fix: Validate that we have a proper distributed cache configured
2023-11-15 22:40:40 +01:00
Arthur Schiwon
a2c8a0b29c
Merge pull request #41347 from nextcloud/backport/41054/stable27
...
[stable27] get children from dav node when preloading system tags
2023-11-15 22:39:38 +01:00
Arthur Schiwon
97f925bb41
Merge pull request #41069 from nextcloud/backport/40495/stable27
...
[stable27] fix(sharing): set name to target name in sharing cache
2023-11-15 22:33:33 +01:00
Arthur Schiwon
1408509ee7
Merge pull request #40918 from nextcloud/backport/40709/stable27
...
[stable27] LDAP: Increase profile picture limit to 512
2023-11-15 22:32:07 +01:00
Nextcloud bot
5c91f2de24
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-15 00:31:59 +00:00
Andy Scherzinger
13ec839184
Merge pull request #41176 from nextcloud/encode-uri-trashbin-delete-3
...
fix: encode uri for trashbin delete (the second one)
2023-11-14 20:28:28 +01:00
Nextcloud bot
4b19cda748
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-14 00:26:00 +00:00
Arthur Schiwon
5d081f7dd8
Merge pull request #41418 from nextcloud/backport/41404/stable27
...
[stable27] fix(workflow): Fix "Call to a member function getUID() on null" with …
2023-11-13 22:27:30 +01:00
Arthur Schiwon
bf301df539
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:13:01 +00:00
Daniel Kesselberg
b0f9113eba
fix: encode uri for trashbin delete
...
Replace d280912 with a cleaner approach.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-13 14:49:32 +01:00
Joas Schilling
65047cbdd4
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:41 +00:00
Nextcloud bot
a61c609e92
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-13 00:25:20 +00:00
Nextcloud bot
63ed89ea5c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-12 00:24:29 +00:00
Nextcloud bot
9dfb7e28c4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-11 00:22:26 +00:00
Julius Härtl
195b434f7b
Merge pull request #41367 from nextcloud/backport/41333/stable27
2023-11-11 00:29:43 +01:00
Julius Härtl
f81aa8041d
fix: Validate that we have a proper distributed cache configured
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-10 08:32:23 +00:00
Nextcloud bot
4ffee4f92b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-10 00:24:25 +00:00
Arthur Schiwon
369d99f513
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 19:48:59 +00:00
John Molakvoæ
89fb419c73
fix(files): prevent redirect on heading column sort
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-11-09 11:26:10 +01:00
Nextcloud bot
11ec6a72a0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-09 00:26:07 +00:00
Robin Appelman
e46ef2b355
get children from dav node when preloading system tags
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-11-08 17:36:15 +00:00
Nextcloud bot
168560c0f2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-08 00:32:49 +00:00
Louis
8b6750ceac
Merge pull request #41236 from nextcloud/backport/41062/stable27
...
[stable27] Return correct status if touch failed
2023-11-07 08:46:52 +01:00
Nextcloud bot
fb3f63cc7f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-07 00:32:28 +00:00
Arthur Schiwon
17a813a3d7
Merge pull request #41106 from nextcloud/backport/40443/stable27
...
[stable27] fix(ldap): store last known user groups
2023-11-06 22:52:48 +01:00
Christoph Wurst
d1e501a8d6
fix(dav): Reduce CalDAV backend memory footprint
...
fetchAll inflates memory. Fetching in a loop allows GC to run earlier
and more often.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-06 12:48:24 +01:00
Benjamin Gaussorgues
94b9a5d961
Merge pull request #41219 from nextcloud/backport/41053/stable27
...
[stable27] fix(files_external): on case insensitive system, block case change
2023-11-06 10:57:16 +01:00
Nextcloud bot
91d9fa0a8d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-06 00:29:29 +00:00
Nextcloud bot
4610afcd57
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-04 00:29:37 +00:00
Nextcloud bot
0e44a73b13
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-03 00:26:48 +00:00
Louis Chemineau
17ca96d205
Return correct status if touch failed
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-02 10:13:24 +00:00
Nextcloud bot
d4e423fe0b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-02 00:24:53 +00:00
Nextcloud bot
9c107da21e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-01 00:28:55 +00:00
Benjamin Gaussorgues
c713b9edba
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:17:15 +00:00
Grigorii K. Shartsev
e9189e0795
Merge pull request #41206 from nextcloud/fix/39565/race-condition-on-web-files-view
...
fix(files): race condition on web files view change
2023-10-31 18:59:38 +05:00
Nextcloud bot
e85f616399
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-31 00:26:29 +00:00
Grigorii K. Shartsev
38dd8b3d27
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-10-31 01:17:22 +01:00
Grigorii K. Shartsev
ffda3db9e4
fix(files): add silent mode in legacy navigation
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-31 01:17:22 +01:00
Ferdinand Thiessen
a8855315d1
Merge pull request #41147 from nextcloud/backport/39743/stable27
...
[stable27] fix: Don't try to access null array
2023-10-30 11:03:07 +01:00
Arthur Schiwon
89a5fbff20
fix(LDAP): solve race condition reading groups of disappeared LDAP user
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-10-30 10:24:02 +01:00
Arthur Schiwon
27fc0a5dd1
refactor(LDAP): pass IConfig via constructor to Group_LDAP
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-10-30 10:24:02 +01:00
Arthur Schiwon
b34ba631cc
refactor(tests): simplify code, reduce duplication
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-10-30 10:24:02 +01:00
Arthur Schiwon
7879202309
test(Group LDAP): add test for getting groups of OfflineUser
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-10-30 10:24:02 +01:00
Arthur Schiwon
e178815b83
fix(ldap): store last known user groups
...
- for LDAP user life cycle management
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-10-30 10:24:02 +01:00
Nextcloud bot
5e6280d757
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-30 00:26:30 +00:00
Nextcloud bot
406aeb81f9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-29 00:25:42 +00:00
fenn-cs
2f0e9a80c5
Fix dupblicate sharing option
...
Allow download was duplicated via a rebase/merge action during
fe78157b77 this fixes that.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-28 09:53:42 +01:00