skjnldsv
ef263a0249
chore(files_external): add cypress tests for user credentials action
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-03-06 09:40:35 +07:00
skjnldsv
edead7274b
fix(files_external): request strict password auth on credentials enter action
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-03-06 07:47:41 +07:00
Nextcloud bot
0721bea606
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-06 00:23:39 +07:00
John Molakvoæ
d9b537ba7d
Merge pull request #51262 from nextcloud/skjnldsbot/dep-upload-stable31
...
[stable31] chore(deps): update `@nextcloud/upload` to 1.9.0
2025-03-05 20:54:24 +07:00
Andy Scherzinger
96d3138219
Merge pull request #51289 from nextcloud/backport/51287/stable31
...
[stable31] fix(l10n): Remove leading space from translation string
2025-03-05 19:12:35 +07:00
Louis
0a9a14d319
Merge pull request #51295 from nextcloud/backport/51280/stable31
...
[stable31] fix(login): Properly target public page with attribute
2025-03-05 18:45:16 +07:00
Louis Chemineau
fb41438db1
fix(login): Properly target public page with attribute
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-05 17:02:26 +07:00
Joas Schilling
37587bda5f
fix(l10n): Remove leading space from translation string
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-03-05 16:48:42 +07:00
Andy Scherzinger
5c0babe27b
Merge pull request #51251 from nextcloud/backport/50989/stable31
...
[stable31] fix: Use case insensitive check when validating login name
2025-03-05 17:47:50 +07:00
skjnldsv
063bf4ae6a
chore(deps): update `@nextcloud/vue` to 8.23.1
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-03-05 16:45:41 +07:00
nextcloud-command
cb0549e20c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-05 16:43:49 +07:00
skjnldsv
003c680258
chore(deps): update `@nextcloud/upload` to 1.9.0
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-03-05 16:43:48 +07:00
Kate
c93eda7b6f
Merge pull request #51276 from nextcloud/backport/51259/stable31
...
[stable31] fix(files): Don't do session related work in the constructor of the View
2025-03-05 16:32:21 +07:00
Joas Schilling
cc257ecf92
Merge pull request #51283 from nextcloud/backport/51258/stable31
...
[stable31] fix(dav): Use IUser::getDisplayName directly
2025-03-05 16:13:23 +07:00
Christoph Wurst
b6a22a7ace
fix(dav): Use IUser::getDisplayName directly
...
No need to send this from the client.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-05 13:05:47 +07:00
Marcel Müller
44e89610ed
fix: No IFactory in constructor
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-03-05 11:34:02 +07:00
Joas Schilling
93f039fb96
fix(files): Don't do session related work in the constructor of the View
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-03-05 11:34:02 +07:00
Maksim Sukharev
b88e3b730f
Merge pull request #51268 from nextcloud/backport/51239/stable31
...
[stable31] fix(Comment): replace richEditor mixin with NcRichText
2025-03-05 11:49:31 +07:00
Kate
4a07ee3a84
Merge pull request #51273 from nextcloud/backport/51256/stable31
...
[stable31] fix(dav): Handle long absence status earlier
2025-03-05 11:45:23 +07:00
Christoph Wurst
14a00a4753
fix(dav): Handle long absence status earlier
...
Validate the request early. Don't let this cause a database error.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-03-05 10:03:56 +07:00
nextcloud-command
acf6ac7fc1
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-05 09:52:55 +07:00
Andy Scherzinger
158f60b9f1
Merge pull request #51263 from nextcloud/backport/51152/stable31
...
[stable31] fix(files_sharing): ensure downloaded file has the correct filename
2025-03-05 10:46:51 +07:00
Maksim Sukharev
d86e501c27
fix(Comment): replace richEditor mixin with NcRichText
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-03-05 10:34:51 +07:00
Ferdinand Thiessen
db800350f8
chore: compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-05 09:33:57 +07:00
Ferdinand Thiessen
a9bea3b944
fix(files_sharing): ensure downloaded file has the correct filename
...
Single file shares use the share token as source name, so we need to use
the displayname. To do so we need to set the download attribute to the
displayname of the file to download.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-05 09:32:41 +07:00
John Molakvoæ
07293019d1
Merge pull request #51257 from nextcloud/backport/51211/stable31
...
[stable31] test(e2e): adjust trashbin tests to be less flaky
2025-03-05 09:17:08 +07:00
Ferdinand Thiessen
571124bc3c
test(e2e): adjust trashbin tests to be less flaky
...
1. Move general files delete action (thats not trashbin app!) to files
tests.
2. Delete files (move to trashbin) before loading the page so previews
are not generated so they cannot lock the file.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-05 08:24:54 +07:00
Cleopatra Enjeck M.
0535716391
fix: use mb_strtolower to convert login name
...
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
2025-03-05 06:20:07 +07:00
Cleopatra Enjeck M.
90f83ac234
fix: Improve string comparison
...
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
2025-03-05 06:20:07 +07:00
Cleopatra Enjeck M.
449676be7c
fix: Use case insensitive check when validating login name
...
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
2025-03-05 06:20:07 +07:00
Nextcloud bot
ea24143154
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-05 00:22:51 +07:00
Andy Scherzinger
a8cd60062d
Merge pull request #51236 from nextcloud/backport/51151/stable31
...
[stable31] fix(files_sharing): ignore duplicated navigation when replacing current route
2025-03-04 23:55:10 +07:00
Ferdinand Thiessen
e115a8fb57
Merge pull request #50935 from nextcloud/backport/50918/stable31
...
[stable31] fix(files_sharing): Map sharee information for `shared-by-you` view
2025-03-04 22:59:12 +07:00
Ferdinand Thiessen
7c1fd93586
chore: compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-04 22:41:25 +07:00
Ferdinand Thiessen
ee1aec7225
fix(files_sharing): ignore duplicated navigation when replacing current route
...
Missing piece from https://github.com/nextcloud/server/pull/50669 as we
also need to adjust the files sharing router otherwiese we can get those
exceptions.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-04 22:26:20 +07:00
nextcloud-command
a04926cab4
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-03-04 21:51:53 +07:00
Ferdinand Thiessen
eb8c19c7cf
fix(files_sharing): Map sharee information for `shared-by-you` view
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-04 21:51:53 +07:00
Ferdinand Thiessen
f7fc17c2c9
Merge pull request #51015 from nextcloud/backport/50979/stable31
...
[stable31] feat(files): allow to ignore warning to change file type
2025-03-04 21:49:44 +07:00
Andy Scherzinger
7381387d24
Merge pull request #51091 from nextcloud/backport/51069/stable31
...
[stable31] Fix SQL query so that it is ansi safe fixing #51067
2025-03-04 21:47:29 +07:00
Ferdinand Thiessen
68f1ad778b
chore: compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-04 21:12:47 +07:00
Ferdinand Thiessen
3ac9a316bb
feat(files): allow to ignore warning to change file type
...
* Missing pieces of https://github.com/nextcloud/server/issues/46528
* Add checkbox to not show this dialog again
* Add user config as suggested by designers in files settings to
reenable or diable this behavior.
* Fix behavior of dialog: It says "keep .ext" but it does not keep the
extension but cancels the operation. From the button label the user
expects that the operation is continued but with the old extension.
* Added more test coverage by adding component tests.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-04 21:12:42 +07:00
Ferdinand Thiessen
c4669ba439
Merge pull request #51237 from nextcloud/backport/51229/stable31
...
[stable31] fix(lookup_server_connector): correctly handle account properties
2025-03-04 21:01:56 +07:00
AbangTor
961d8ac876
fix(lookup_server_connector): fixed publishing of user properties to lookup-server
...
Fix of the bug in the lookup_server_connector module to publish public user information to the lookup-server.
As described in issue [#25290 ](https://github.com/nextcloud/server/issues/25290 )
Signed-off-by: AbangTor <63029179+abangtor@users.noreply.github.com>
2025-03-04 18:02:58 +07:00
Andy Scherzinger
228628f181
Merge pull request #51227 from nextcloud/backport/51218/stable31
...
[stable31] feat: Add bases and gidNumber attribute to ldap:test-user-settings output
2025-03-04 17:16:54 +07:00
Kate
aed2cc2298
Merge pull request #51230 from nextcloud/backport/51073/stable31
...
[stable31] feat: log query for dbal exceptions
2025-03-04 17:05:45 +07:00
Robin Appelman
0ae944db2c
feat: log query for dbal exceptions
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-03-04 15:33:54 +07:00
Côme Chilliet
f6ff808b28
feat: Add bases and gidNumber attribute to ldap:test-user-settings output
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-04 14:16:21 +07:00
Kate
72ee217bb4
Merge pull request #51223 from nextcloud/backport/50852/stable31
...
[stable31] feat: Support deleting metadata from WebDAV
2025-03-04 14:52:38 +07:00
Louis Chemineau
d0b4746a08
feat: Support deleting metadata from WebDAV
...
The `$value` will be `null` if the update is wrapped inside a `<d:remove>...</d:remove>` block.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-03-04 13:12:20 +07:00
Andy Scherzinger
eb250fae02
Merge pull request #51197 from nextcloud/fix/51022/simpler-request-pre-upgrade
...
[stable31] fix(userconfig): simpler db request pre-upgrade
2025-03-04 13:11:20 +07:00