Ferdinand Thiessen
38f4451a23
fix(files): Also restore shares after ownership transfer for object storage
...
When a file is moved between different storages then the file id is not (always) preserved.
This means the file id has to be adjusted for all shares.
So in case the file id does not exist anymore we try to find the new file id based on the
target path of the transfer and the path suffix of the share.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-18 13:51:47 +07:00
Ferdinand Thiessen
f865f44767
Merge pull request #44882 from nextcloud/fix/files-search-clearing
...
fix(files): Clear search filter when changing directory or view
2024-04-17 16:13:21 +07:00
Joas Schilling
f325e404d6
Merge pull request #44878 from nextcloud/bugfix/44877/keep-manually-restored-status
...
fix(status): Update status time when reverting to it manually
2024-04-17 15:18:35 +07:00
Ferdinand Thiessen
16eebd3743
fix(files): Ensure search query is cleared when changing view or directory
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 14:06:29 +07:00
Ferdinand Thiessen
a86c1131d7
Merge pull request #44869 from nextcloud/fix/systemtags-input-label
...
fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect
2024-04-17 12:47:09 +07:00
Joas Schilling
587a056db3
fix(status): Update status time when reverting to it manually
...
This prevents the DAV meeting status from overwriting it again
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-17 11:32:16 +07:00
Nextcloud bot
4c1d4aeccb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-17 00:20:38 +07:00
Ferdinand Thiessen
5173838724
fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 00:40:42 +07:00
Ferdinand Thiessen
e545eee210
fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user
...
Needed to adjust the store creation to be able to inject pinia before the vue app is initialized.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-16 23:52:09 +07:00
Ferdinand Thiessen
25fa8c42a0
Merge pull request #44849 from nextcloud/fix/drop-old-dependencies
...
fix: Drop unmaintained and unused dependencies
2024-04-16 19:52:38 +07:00
Côme Chilliet
3ad4bbb096
Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type
...
fix: Remove obsolete resource typing
2024-04-16 17:13:07 +07:00
Ferdinand Thiessen
33c4ddd640
Merge pull request #44847 from nextcloud/fix/files-focus-new-node-dialog
...
fix(files): Focus filename input in new-node dialog when opened
2024-04-16 13:57:32 +07:00
Ferdinand Thiessen
e883e3c73a
fix: Drop unmaintained and unused dependencies
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-16 13:46:25 +07:00
Ferdinand Thiessen
7eec3b5a72
Merge pull request #44761 from nextcloud/fix/deps-webauthn-lib
...
fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5
2024-04-16 12:57:34 +07:00
Ferdinand Thiessen
dec0d91468
fix(files): Focus filename input in new-node dialog when opened
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-16 12:55:50 +07:00
Pytal
90281375a3
Merge pull request #44806 from nextcloud/chore/widget-primary-color
...
chore(files): Switch widget to primary color
2024-04-16 03:19:13 +07:00
Ferdinand Thiessen
3880e4c8d7
fix: Use `@simplewebauthn` for frontend logic
...
This simplifies the code a lot and fixes errors with the exisiting custom code,
where slightly different base64 values were emitted which are not valid according to the standard.
ref: https://github.com/web-auth/webauthn-framework/issues/510
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-16 11:51:03 +07:00
Ferdinand Thiessen
bbe3f4a880
fix(files): Inherit some node attributes when creating new nodes to preserve shared state
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-16 11:24:57 +07:00
Ferdinand Thiessen
c821f28014
fix(files): Sanitize `share-types` attribute in download action
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-16 11:24:57 +07:00
Nextcloud bot
fea0278947
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-16 00:31:24 +07:00
Robin Appelman
1d34f0a824
feat: cleanup filecache_extended items by default
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-04-15 20:30:57 +07:00
Daniel Kesselberg
2f6cc92491
feat: remove orphaned entries from filecache_extended
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-04-15 20:30:57 +07:00
Christopher Ng
ccede9b2ad
chore: Switch widget to primary color
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-04-15 10:58:51 +07:00
provokateurin
015f582532
chore(deps): Update openapi-extractor
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-04-15 09:10:59 +07:00
Nextcloud bot
1ce3ae8a30
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-15 00:19:41 +07:00
Nextcloud bot
42c36c152b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-14 00:19:56 +07:00
Nextcloud bot
299e668502
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-13 00:20:50 +07:00
Nextcloud bot
715077ea70
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-12 00:20:11 +07:00
Joas Schilling
6041c7f485
Merge pull request #44771 from nextcloud/fix/39941/fed-trusted-race-condition
...
fix(federation): give some time to prepare both servers
2024-04-11 11:32:17 +07:00
Arthur Schiwon
faf6a65e07
fix(federation): give some time to prepare both servers
...
- when this background job runs, while the current server was not being
added as trusted_server in the other instance, yet, the secret sharing
would not be attempted again, without visual feedback.
- the change allows 5 attempts, which gives more than 20minutes to
complete. More do not really help as the endpoint is brute force
protected.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-04-11 10:49:46 +07:00
Nextcloud bot
8f517325f5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-11 00:20:46 +07:00
Arthur Schiwon
e70cf9c14b
Merge pull request #44350 from nextcloud/fix/noid/ldap-check-user-escape
...
fix(LDAP): escape DN on check-user
2024-04-10 12:02:13 +07:00
Nextcloud bot
4fb4d2b936
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-10 00:19:46 +07:00
Eduardo Morales
0213fb6b5d
fix(Cypress): Adjust tests for new breadcrumbs
...
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-04-10 01:17:53 +07:00
Ferdinand Thiessen
f6b1fd41c9
fix(files): Hide full view name on small mobile to prevent overflow
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-04-10 01:17:53 +07:00
Eduardo Morales
de47a9ef11
fix(breadcrumbs): Improved breadcrumb progress bar mobile rendering
...
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-04-10 01:17:53 +07:00
Côme Chilliet
2c0718b912
fix(user_ldap): Fix LDAP tests with new typing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-09 11:24:38 +07:00
Côme Chilliet
6d7ff2e85a
fix: Fix typing issues related to resource migration
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-09 10:48:27 +07:00
Julius Härtl
4910e7e231
fix: Pass the mountpoint target user to storages without owner
...
Storages that do not have a dedicated owner (e.g. groupfolders, external
storages) currently always assume the current session user as the owner.
This leads to several issues when there is no user session but a node is
obtained through a user folder.
In order to have the correct user available we need to pass the user
that is used to setup a mountpoint along to the storage layer as we
generally assume that an owner is available for those.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-09 09:04:24 +07:00
Côme Chilliet
d6a94c60ce
fix: Add missing psalm-assert to isResource
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-09 10:01:47 +07:00
Côme Chilliet
72a0da6d4e
fix: Fix small psalm errors in FTP and LDAP connections
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-09 10:01:47 +07:00
Côme Chilliet
d4229f9f59
fix(user_ldap): Fix tests using wrong types
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-09 10:01:47 +07:00
Côme Chilliet
0f348516d2
fix: Remove obsolete resource typing
...
In PHP>=8.1, LDAP and FTP resources are always typed objects
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-09 10:01:47 +07:00
Nextcloud bot
10779fcabe
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-09 00:20:02 +07:00
Louis
659307ea02
Merge pull request #44714 from nextcloud/artonge/fix/call_davGetFavoritesReport_after_init
...
Call davGetFavoritesReport after the registration of propfind properties
2024-04-08 23:43:50 +07:00
provokateurin
f8ab422d81
chore(deps): Update openapi-extractor
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-04-08 20:09:24 +07:00
Louis Chemineau
c4534e8963
fix(files): Call davGetFavoritesReport after the registration of propfind properties
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-04-08 13:38:15 +07:00
Côme Chilliet
ab6afe0111
fix: Fix new psalm errors from update
...
Not sure about the SimpleContainer modification, let’s see what CI says
about that.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-08 11:29:09 +07:00
Richard Steinmetz
9ef70f0c4e
feat: drop support for php 8.0
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-04-08 11:28:54 +07:00
Nextcloud bot
1fb5486059
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-08 00:20:04 +07:00