Nextcloud bot
af6430e2c7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-06 00:20:32 +00:00
Nextcloud bot
17cd34517e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-05 00:20:54 +00:00
Nextcloud bot
e68ec92666
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-03 00:20:12 +00:00
Nextcloud bot
750f107e5a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-02 00:20:01 +00:00
Nextcloud bot
dc8f41b93e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-31 00:20:41 +00:00
Robin Appelman
cb118953b9
fix: fix recursive share check
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-07-30 07:01:12 +00:00
Nextcloud bot
169e10a123
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-28 00:39:58 +00:00
Nextcloud bot
82da77a762
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-27 00:19:46 +00:00
Nextcloud bot
e645a02deb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-26 00:20:18 +00:00
Nextcloud bot
a3cb44c78b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-24 00:20:11 +00:00
Nextcloud bot
9303acb718
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-23 00:19:49 +00:00
Nextcloud bot
7512b20ccd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-22 00:19:34 +00:00
Nextcloud bot
279bd5f0f8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-21 00:20:07 +00:00
Nextcloud bot
0454271443
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-20 00:20:00 +00:00
Nextcloud bot
7b9132e15a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-19 00:20:03 +00:00
skjnldsv
eb3eec5a9d
fix(files_sharing): also allow removing READ permissions on email shares
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-18 06:51:51 +00:00
Nextcloud bot
441855c69c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-18 00:19:52 +00:00
Nextcloud bot
d7476e58cc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-17 00:19:57 +00:00
Nextcloud bot
dba82c3d75
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-16 00:20:16 +00:00
Stephan Orbaugh
702e26b1bb
Merge pull request #46227 from nextcloud/backport/45608/stable27
...
[stable27] docs(ShareApiController): Correct note about expiry date timezone
2024-07-15 14:39:33 +02:00
fenn-cs
2cee1319c1
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-07-15 10:44:33 +01:00
Ferdinand Thiessen
c01f4a45cc
fix(files_sharing): Add one string for every share type to not assume any language
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-15 10:44:33 +01:00
Nextcloud bot
42f901c9f8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-15 00:20:16 +00:00
Nextcloud bot
05fc640671
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-14 00:19:50 +00:00
Nextcloud bot
fb73dd8dc7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-13 00:20:13 +00:00
fenn-cs
ada08ed0e5
refactor(SharingInput): Remove unused addShare
...
The new sharing flow since NC27 requires that users open the sharing details tab and
customize their share before creating it.
In https://github.com/nextcloud/server/pull/39472 the work of `addShare` was handed down to
`openSharingDetails` that opens the sharing details tab for the user to customize and manually
creat their share.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-12 17:18:26 +01:00
fenn-cs
3b11104f68
fix(ExternalSharing): Handle template share from external sources
...
The new sharing flow requires or implies that users should edit share before creating.
External sources should not created the share IF we would upon sharing details tab on first request.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-12 17:18:26 +01:00
Andy Scherzinger
6268273c47
Merge pull request #46363 from nextcloud/backport/46321/stable27
...
[stable27] fix(SharingDetailsView): Prevent illegal unselection of read permissions
2024-07-11 10:51:43 +02:00
Nextcloud bot
81bf24ad7b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-11 00:20:20 +00:00
fenn-cs
fbc8cfa719
fix(SharingDetailsView): Prevent illegal unselection of read permissions
...
With the exception of "file drop" on link shares all other shares need the read permissions at least.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-10 12:08:13 +01:00
Nextcloud bot
3e5fa74790
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-03 00:20:31 +00:00
fenn-cs
4bf80e4b38
docs(ShareApiController): Correct note about expiry date timezone
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-02 09:10:53 +01:00
Nextcloud bot
a4620b4cb1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-30 00:19:43 +00:00
Nextcloud bot
1f6a6f2b04
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-29 00:20:06 +00:00
Nextcloud bot
25ae38c5c4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-28 00:21:04 +00:00
Nextcloud bot
59f718e0e3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-27 00:20:16 +00:00
Nextcloud bot
975264efcf
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-24 00:19:52 +00:00
Nextcloud bot
7f0cf9209e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-16 00:19:37 +00:00
Nextcloud bot
1bc8b20de1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-14 00:20:08 +00:00
fenn-cs
9c68799fd2
fix(ShareEntryLinkedList): Correctly propagate share data
...
`this.shares.unshift` mutates the share object for every component that uses
the share mixin.
Using the immutable approach changes the array reference which makes the mixin
lose track of the share object.
It would have been better to bubble up the share object but here we are :)
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-06-12 16:20:39 +01:00
Joas Schilling
bacf8c61a8
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-06-11 14:17:57 +01:00
fenn-cs
5d86c407a7
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-06-11 14:17:57 +01:00
fenn-cs
b0d4661a1b
refactor(shareApiController): use contrusctor property promotion & DI logger
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-06-11 14:17:57 +01:00
John Molakvoæ
8eb3a6ec83
Merge pull request #44009 from nextcloud/backport/43252/stable27
2024-06-07 11:05:32 +02:00
Nextcloud bot
8d2387016b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-05 09:56:34 +00:00
fenn-cs
29f717a999
fix(ShareApiClients): Maintain meaning of '' and null for share api clients
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-29 12:26:29 +00:00
fenn-cs
bdeba6590d
test(Sharing): Integration test for no expiration set date for share
...
- Verify that explicitly sending empty `expireDate` param to server overwrite default
and sets not expiry date, if non is enforced.
- Update tests to avoid converting empty string to date.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-25 11:18:41 +01:00
fenn-cs
13688f39a7
fix(shareManager): Respect empty expireDate in server
...
If `expireDate` is an empty string and not `null` then the server should not set a default.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-24 15:30:49 +01:00
Christopher Ng
ffda00b2ad
fix: Hide download action in shares view
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-22 11:11:12 -07:00
Julius Härtl
c8003e480b
fix: Keep download action for files and hide only for relevant files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-22 11:10:50 -07:00