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
Nextcloud bot
08e999c926
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-23 00:23:09 +00:00
Andy Scherzinger
9ebf0248d0
Merge pull request #51509 from nextcloud/backport/51477/stable29
...
[stable29] fix(profile): allow to unset phone number
2025-03-22 18:23:16 +01:00
nextcloud-command
78a47c32a0
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-22 16:50:36 +00:00
Ferdinand Thiessen
d2ed25d862
fix(profile): allow to reset phone number
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-22 17:47:09 +01:00
Sebastian Krupinski
81415212a0
Merge pull request #51324 from nextcloud/backport/51216/stable29
...
[stable29] fix: remote account activity translation
2025-03-22 13:15:59 +00:00
SebastianKrupinski
0d6803f0d7
fix:remote account activity translation
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-03-22 08:17:03 -04:00
Nextcloud bot
9bc0777f80
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-22 00:22:21 +00:00
Hamza
c896c5f32c
Merge pull request #51537 from nextcloud/backport/51380/stable29
...
[stable29] fix(cardav): only show users from enabled addressBooks in contacts menu
2025-03-21 16:09:52 +01:00
Hamza Mahjoubi
408c4bf680
fix(cardav): only show useres from enabled addressBooks in contacts menu
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2025-03-21 14:57:56 +01:00
Nextcloud bot
6a4e973fd6
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-21 00:45:55 +00:00
Ferdinand Thiessen
ebefd605d7
Merge pull request #51599 from nextcloud/fix/stable29-header-title
...
[stable29] fix(css): ensure header title is readable with dark background
2025-03-21 01:02:17 +01:00
Ferdinand Thiessen
af55ec81fd
fix(css): ensure header title is readable with dark background
...
To reproduce:
1. set background image to a very dark one
2. set primary color to white
3. this causes primary text color to be black
4. see black text on black background image
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-20 15:29:16 +01:00
Nextcloud bot
5a0b1a3f90
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-20 00:23:46 +00:00
Git'Fellow
1630e03ccf
Merge pull request #51534 from nextcloud/backport/51333/stable29
...
[stable29] fix(files): Make sure file pointer exists
2025-03-20 00:06:09 +01:00
Julius Knorr
56ee6bd012
Merge pull request #51559 from nextcloud/backport/50663/stable29
...
[stable29] enh: improve occ file:transfer-ownership logging
2025-03-19 23:43:54 +01:00
Git'Fellow
52669438a6
fix(files): Make sure file pointer exists
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-03-19 23:25:14 +01:00
grnd-alt
7d6af95564
feat: improve occ file:transfer-ownership logging
...
Signed-off-by: grnd-alt <github@belakkaf.net>
2025-03-19 22:54:17 +01:00
Andy Scherzinger
fed573ad35
Merge pull request #51590 from nextcloud/artonge/fix/systemtag_rendering
...
[stable29] fix(systemtags): support new attribute parsing of webdav props
2025-03-19 22:44:10 +01:00
Louis Chemineau
6794c731d7
fix(systemtags): support new attribute parsing of webdav props
...
Manual backport of da33770752
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-19 22:24:14 +01:00
Andy Scherzinger
53fbf44b60
Merge pull request #51208 from nextcloud/backport/51146/stable29
...
[stable29] fix(files_trashbin): disable bulk download for trashbin
2025-03-19 22:21:18 +01:00
Ferdinand Thiessen
bec567164e
test(cypress): adjust files-renaming
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-19 18:58:38 +01:00
nextcloud-command
2b03f79512
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-19 18:02:57 +01:00
Ferdinand Thiessen
c5ad89a9a2
test(cypress): wait for button to be visible
...
Instead of just expecting the button in the DOM.
This causes flaky tests with files-renaming.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-19 18:02:56 +01:00
Ferdinand Thiessen
888726111b
test: fix CI when running Karma tests
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-19 18:02:17 +01:00
Ferdinand Thiessen
d417f41115
fix(files_trashbin): disable bulk download for trashbin
...
The backend does not allow bulk download within the trashbin,
so we need to disable this also on the frontend.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-19 18:02:17 +01:00
Arthur Schiwon
d74bb25a20
Merge pull request #51577 from nextcloud/release/29.0.14
...
29.0.14
2025-03-19 15:18:26 +01:00
Arthur Schiwon
9383779006
build(hub): 29.0.14
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-03-19 11:41:51 +01:00
Nextcloud bot
3c30c1060f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-19 00:23:07 +00:00
Benjamin Gaussorgues
6f2af5179b
Merge pull request #51550 from nextcloud/release/29.0.14_rc1
...
29.0.14 RC1
2025-03-18 11:47:52 +01:00
Joas Schilling
5908167c0f
Merge pull request #51547 from nextcloud/backport/51544/stable29
...
[stable29] fix(auth): Allow 2FA challenges for Ephemeral sessions
2025-03-18 11:47:09 +01:00
Benjamin Gaussorgues
1dac969333
build(hub): 29.0.14 RC1
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-03-18 10:19:35 +01:00
Joas Schilling
1b7b66e3af
fix(auth): Allow 2FA challenges for Ephemeral sessions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-03-18 09:16:33 +00:00
Nextcloud bot
3fb8933128
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-18 00:24:15 +00:00
Joas Schilling
1b757f8cff
Merge pull request #51369 from nextcloud/backport/51361/stable29
...
[stable29] fix(base.php): Correct order for booting \OC\Server
2025-03-17 21:12:11 +01:00
Joas Schilling
9cb334c656
Merge pull request #51517 from nextcloud/ci/noid/3rdparty-29
...
[stable29] ci: Update 3rdparty actions
2025-03-17 12:21:30 +01:00
Joas Schilling
311e1d94d5
ci: Update 3rdparty actions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-03-17 11:34:56 +01:00
Nextcloud bot
7222fba6aa
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-17 00:23:08 +00:00
Nextcloud bot
974b5e33c6
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-16 00:24:03 +00:00
Nextcloud bot
00810b8f6e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-15 00:23:55 +00:00
Nextcloud bot
248c5db8b5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-14 00:23:41 +00:00
Ferdinand Thiessen
064bd7f8ca
Merge pull request #51435 from nextcloud/backport/51434/stable29
...
[stable29] fix(mime-types): adjust compiled mime types and sign
2025-03-13 22:15:08 +01:00
Ferdinand Thiessen
b8c34bbbb3
fix(mime-types): adjust compiled mime types and sign
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-13 21:30:14 +01:00