Côme Chilliet
733a818139
fix: Migrate a few more classes away from OC_App::getAppPath
...
Also fixed AppTest
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-22 12:19:01 +07:00
Côme Chilliet
7f0d2ada50
Merge pull request #44860 from nextcloud/fix/remove-unicode-logs-user-ldap
...
fix(user_ldap): Remove unicode character from log lines
2024-04-22 11:06:39 +07:00
Nextcloud bot
aff3e65806
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-22 00:20:58 +07:00
Nextcloud bot
864e4e7ea2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-21 00:20:29 +07:00
Nextcloud bot
2be7b12fd5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-20 00:20:02 +07:00
Nextcloud bot
fc560d8ec9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-19 00:20:24 +07:00
Ferdinand Thiessen
92fc15e75f
Merge pull request #44904 from nextcloud/fix/transfer-ownership
...
fix(files): Also restore shares after ownership transfer for object storage
2024-04-18 15:59:36 +07:00
Joas Schilling
2223e0959f
Merge pull request #44916 from nextcloud/followup/44910/share-date-time
...
fix(sharing): Don't change the type of the controller argument
2024-04-18 15:51:49 +07:00
Ferdinand Thiessen
a540f54359
Merge pull request #44839 from nextcloud/improve-share-with-details
...
fix(sharingDetails): Show correct share target
2024-04-18 15:01:27 +07:00
Joas Schilling
490f545006
fix(sharing): Don't change the type of the controller argument
...
[EA] New value type (\DateTime) is not matching the resolved parameter type and might introduce types-related false-positives.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-18 14:31:45 +07:00
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
78cef3b0e0
Merge pull request #44859 from nextcloud/feat/add-ldap-connection-setup-check
...
feat(user_ldap): Add setup check to verify connection configuration
2024-04-18 13:36:10 +07:00
fenn-cs
8ec15c44b0
fix(sharingDetails): Show correct share target
...
The share details page should show the target email or user/server to which
the user is creating the share.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-04-18 11:12:14 +07:00
fenn-cs
ec8a0a6267
fix(shareApiController): avoid duplicated expiryDate operations
...
`expireDate` can be set once and used anywhere needed, the current implementation,
duplicates this behavior which leads to `parseDate` receiving an a date object it
parsed and returend earlier in the createShare method.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-04-18 02:01:13 +07:00
fenn-cs
9a0913afdc
refactor(shareApiController): use contrusctor property promotion & DI logger
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-04-18 02:01:08 +07:00
Nextcloud bot
5447dd3483
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-18 00:20:32 +07:00
Pytal
8fb6d15142
Merge pull request #44805 from nextcloud/fix/selected-files-count
...
fix(files): Display selected files count
2024-04-17 16:23:06 +07:00
Ferdinand Thiessen
6c9ca8b025
fix(comments): Fix issues thrown by comments sidebar tab code
...
When the comments tab is used instead of the merged activity+comments, then some issues are throws due to prop altering and duplicated names (resourceId as prop and data).
This is fixed as well as some other vue related errors in the sidebar
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 20:09:14 +07:00
Christopher Ng
a999544ff2
fix(files): Display selected files count
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-04-17 10:32:03 +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
Côme Chilliet
9bf3d5a73a
fix(user_ldap): Remove unicode character from log lines
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-16 17:02:10 +07:00
Côme Chilliet
d546b9ffb9
feat(user_ldap): Add setup check to verify connection configuration
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-16 16:57:21 +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