provokateurin
4a2b012230
fix(files_versions): Cache previews
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-03-28 12:16:42 +01:00
Nextcloud bot
c6874f8c55
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-28 00:23:50 +00:00
Kate
efe6d974f1
Merge pull request #51716 from nextcloud/backport/51433/stable29
...
[stable29] fix(GenerateBlurhashMetadata): Suppress imagescale errors
2025-03-27 23:47:28 +01:00
Ferdinand Thiessen
974bf1c4e3
Merge pull request #50121 from nextcloud/backport/50076/stable29
...
[stable29] fix: Apply enforce theme config for anonymous users as well
2025-03-27 12:15:12 +01:00
Kate
909e7b47c2
Merge pull request #51613 from nextcloud/backport/50542/stable29
...
[stable29] fix(files_sharing): skip expiration notify for invalid share record
2025-03-27 11:51:36 +01:00
Luka Trovic
8068ee8b85
fix(files_sharing): skip expiration notify for invalid share record
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-03-27 11:23:30 +01:00
Ferdinand Thiessen
d60d72d808
fix(theming): enforce theme also for login
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-27 11:11:59 +01:00
Kostiantyn Miakshyn
6b0d3b67c1
fix: Apply enforce theme config for anonymous users as well
...
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
2025-03-27 10:57:08 +01:00
Pytal
21526501d3
Merge pull request #51740 from nextcloud/backport/51737/stable29
...
[stable29] fix(files_reminders): Fix reminder actions being displayed on invalid nodes
2025-03-27 01:55:44 -07:00
Nextcloud bot
0e8be44497
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-27 00:24:24 +00:00
nextcloud-command
ed5e79644c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-26 19:02:01 +00:00
Christopher Ng
99bba9f507
fix(files_reminders): Fix reminder actions being displayed on invalid nodes
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2025-03-26 11:52:20 -07:00
Ferdinand Thiessen
43cac4dfe1
Merge pull request #51721 from nextcloud/backport/51705/stable29
...
[stable29] fix(files_versions): correctly show version author also for shared files
2025-03-26 11:00:53 +01:00
nextcloud-command
7c0aed5128
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-26 09:24:53 +00:00
Ferdinand Thiessen
ecfe02db47
fix(files_versions): correctly show version author also for shared files
...
The users endpoint is not available for other users if the current user
has no admin privileges, so instead use the displaynames endpoint.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-26 10:21:19 +01:00
umgfoin
64587d67fb
fix(GenerateBlurhashMetadata): Suppress imagescale errors
...
Suppress errors in imagescale during file-scans:
Most of these errors are caused by out of range x/y-dims.
Triggering un unhandled exception, metadata-generation aborts at this point (e.g. occ files:scan --generate-metadata), effectively preventing these images from being added to photos or maps.
This problem might be the root cause for an issue described here:
https://github.com/nextcloud/photos/issues/2768
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
2025-03-26 09:02:19 +00:00
Nextcloud bot
ec4187c745
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-26 00:23:03 +00:00
F. E Noel Nfebe
a99e807e03
Merge pull request #51701 from nextcloud/backport/51697/stable29
...
[stable29] fix(login): Improve CSRF error message for better user understanding
2025-03-25 16:31:11 +01:00
nextcloud-command
3455349739
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-25 15:17:15 +00:00
nfebe
2121163952
fix(login): Improve CSRF error message for better user understanding
...
This commit changes the CSRF error message displayed in the login form to
provide more specific information to the user. Instead of the generic less helpful error.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-03-25 14:49:44 +00:00
Kate
2b648495b1
Merge pull request #51670 from nextcloud/backport/51668/stable29
...
[stable29] fix(provisioning_api): Pass on translated hint if password change fails
2025-03-25 10:59:26 +01:00
Nextcloud bot
952361a064
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-25 00:23:02 +00:00
provokateurin
767da99d1d
fix(provisioning_api): Pass on translated hint if password change fails
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-03-24 15:06:10 +00:00
max-nextcloud
cd91e09aea
Merge pull request #51305 from nextcloud/backport/50691/stable29
...
[stable29] Add LDAP test settings command
2025-03-24 15:06:28 +01:00
Max
b4f57d2fe6
chore(psalm): update baseline
...
Signed-off-by: Max <max@nextcloud.com>
2025-03-24 14:34:25 +01:00
Stephan Orbaugh
8f59686329
Merge pull request #51386 from nextcloud/backport/51364/stable29
...
[stable29] fix(files_external): Stop building path twice when checking if file exists on case insensitive SMB storage
2025-03-24 14:25:57 +01:00
Côme Chilliet
9cf3d2433b
feat(user_ldap): Add a --clearcache option to ldap:test-user-settings
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
2025-03-24 14:10:05 +01:00
Côme Chilliet
39a1cda8b9
fix(user_ldap): Remove redundant if check
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 14:08:59 +01:00
Côme Chilliet
f9bb4a7d23
feat(user_ldap): Add command test-user-settings to test LDAP user settings
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 14:08:58 +01:00
Côme Chilliet
96cb85efdb
feat(user_ldap): upstream common code into Proxy class and add public getters for backends
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 14:08:45 +01:00
max-nextcloud
81b46f3fc8
Merge pull request #51255 from nextcloud/backport/50778/stable29
...
[stable29] fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time
2025-03-24 13:46:00 +01:00
Ferdinand Thiessen
b1247627d6
Merge pull request #51470 from nextcloud/backport/46307/stable29
...
[stable29] feat(files): Refresh grid view layout
2025-03-24 12:45:47 +01:00
Ferdinand Thiessen
0362aba756
chore: compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-24 12:11:37 +01:00
Ferdinand Thiessen
ad31976d47
fix(files): Ensure actions never overflow filename
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-24 12:09:02 +01:00
Louis Chemineau
e19e6b720e
fix(files): Grid view virtual scrolling computations
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-24 12:09:02 +01:00
Louis Chemineau
35a00d46cd
fix(files): Reduce preview size in grid view mode
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-24 12:09:02 +01:00
Louis Chemineau
7f134dc493
fix(files): Add rounded corners back in grid view
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-24 12:09:02 +01:00
Louis Chemineau
39ea9a9a51
fix(files): Correctly center the checkbox's background in grid view
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-24 12:09:02 +01:00
Louis Chemineau
d40463641e
feat(files): Refresh grid view layout
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-24 12:09:01 +01:00
Louis Chemineau
01cd1e0c36
feat(files): Display mtime in grid view
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-24 12:09:01 +01:00
Max
2e4bb5661f
chore(psalm): update baseline
...
Signed-off-by: Max <max@nextcloud.com>
2025-03-24 10:45:21 +01:00
Côme Chilliet
5c0011aaad
fix(user_ldap): Improve typing and fix a var name
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 10:45:21 +01:00
Côme Chilliet
f46cd7aaab
fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 10:45:21 +01:00
Côme Chilliet
728957cd23
chore: composer run cs:fix
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 10:45:21 +01:00
Côme Chilliet
c6cd12c5e4
fix(user_ldap): Fix user_ldap tests by mocking new method exists in manager
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 10:45:21 +01:00
Côme Chilliet
34134c1a77
fix(user_ldap): Lowercase value for all attributes in configuration
...
Avoid surprises by making sure these are lowercased apart from
documented special case user displayname.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 10:45:21 +01:00
Côme Chilliet
2be22193f1
fix(ldap): Fix user_ldap attribute casing to fix tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 10:45:21 +01:00
Côme Chilliet
c94fe15be5
fix(user_ldap): Correctly cache that user exists to avoid a request on mapping new user
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 10:45:21 +01:00
Côme Chilliet
380e7a599e
fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time
...
Avoids using several LDAP searches to get UUID, display name and
internal name, now gets all attributes at the same time.
Also avoids extra request to build an unused user object in userExists.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-24 10:45:21 +01:00
Nextcloud bot
cb3da3d3b3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-24 00:23:24 +00:00