aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix: Avoid invisible areas through keyboard navigationJulius Härtl2023-11-171-0/+1
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Replace ActionLink with ActionButton on sharing tabjulia.kirschenheuter2023-11-172-11/+6
| | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> So-authored-by: Grigorii K. Shartsev <me@shgk.me>
| * Merge pull request #41560 from nextcloud/fix/a11y/advanced-sharing-focusFerdinand Thiessen2023-11-171-1/+6
| |\ | | | | | | fix(a11y): Focus on sharing quick permission radio
| | * fix(a11y): Focus on sharing quick permission radioChristopher Ng2023-11-161-1/+6
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-172-0/+38
| |/ | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Move delete share button into the scrolling containerjulia.kirschenheuter2023-11-151-13/+13
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
| * Adapt "advanced settings" button for accordion buttonjulia.kirschenheuter2023-11-151-2/+12
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-11-144-8/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * fix: Change scroll container for sharing detailsJulius Härtl2023-11-132-173/+183
| | | | | | | | | | | | | | | | | | | | | | | | In order to meet accessibility requirements we cannot use a sticky footer that overlaps important interactable content. Therefore this moves to a scroll container for the details which does not include the action buttons at the bottom. Larger indentation change in SharingDetailsTab was required to have a wrapping container for the scroll area. Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-11-122-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-11-114-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-11-102-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0916-0/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * optimize builtin storage wrappersRobin Appelman2023-11-085-2/+33
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix description of sharing toggleSimon L2023-11-071-1/+1
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-11-072-6/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * fix(files_sharing): permissions translationGrigorii K. Shartsev2023-11-061-19/+16
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * Merge branch 'master' into update/openapi-extractorJulien Veyssier2023-11-068-8/+10
| |\
| | * Fix(l10n): Update translations from TransifexNextcloud bot2023-11-064-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| | * Fix(l10n): Update translations from TransifexNextcloud bot2023-11-044-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| | * Fix(l10n): Update translations from TransifexNextcloud bot2023-11-032-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-026-84/+84
| |/ | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-10-302-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-10-282-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-10-262-32/+586
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Remove unneeded `tabindex="0"` from sidebar and app contentjulia.kirschenheuter2023-10-251-1/+1
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-10-252-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Merge pull request #39044 from nextcloud/more-empty-mount-checkingRobin Appelman2023-10-242-3/+14
| |\ | | | | | | Fix root mounts not being setup in some cases
| | * add more checks to ensure mounts aren't emptyRobin Appelman2023-09-122-3/+14
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-242-6/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | fix: Share select search globally iconChristopher Ng2023-10-231-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Merge pull request #40495 from nextcloud/fix/master-name-in-share-cacheJulius Härtl2023-10-232-0/+41
| |\ \
| | * | test(files_sharing): Test if recent files result use actual share target nameJulius Härtl2023-10-181-0/+37
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | fix(sharing): set name to target name in sharing cacheMax2023-10-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #39879. Signed-off-by: Max <max@nextcloud.com>
| * | | Do not treat `isDefaultExpireDateEnforced` as fallbackfenn-cs2023-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `isDefaultExpireDateEnforced` and its corresponding `defaultExpirationDate` is currently treated as the enforcement fallback when share type enforcements are not set. However, `isDefaultExpireDateEnforced` and `defaultExpirationDate` are actually more like `isDefaultPublicExpireDateEnforced` and `defaultPublicExpirationDate` and therefore only applies to public shares. It might be ideal to rename this variables all the way from the backend config to the way we use them in the frontend code. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Fix has expiration date logicfenn-cs2023-10-221-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current expiration date errorneously assumes that `defaultExpirationDate` applies to all kinds of shares. But it only really applies to public shares despite its name. This commit, fixes that by paring expiration dates with the correct share types during new share initialization and simplifying the `hasExpirationDate` (check) property. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | Check expiry enforcement for all share typesfenn-cs2023-10-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should check that a maximum expiry date has been enforced for all shares and NOT JUST FOR internal shares before enforcing a UI max date, like in commit 9757e680e2f643fe19432255c4142e96fbc88df5 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-222-16/+16
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | refactor: remove remaining usage of OC::getCapabilitiesVarun Patil2023-10-203-8/+12
| | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
| * | | Reduce width of sharing entryjulia.kirschenheuter2023-10-192-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-192-0/+16
| |/ / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-184-6/+26
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-174-4/+54
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Merge pull request #40931 from nextcloud/bugfix/noid/fix-unit-tests-on-8.3Joas Schilling2023-10-161-0/+3
| |\ \ | | | | | | | | Fix unit tests on PHP 8.3
| | * | Fix unit tests on PHP 8.3Joas Schilling2023-10-161-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow share expiry dates lower than enforced limitsfenn-cs2023-10-161-8/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, users could change the share expiry date up to the enforced maximum. The new share flow imposed the enforced share expiry date maximum literally and did not allow even dates lower than the maximum enforced. That does not make much sense, if the enforced expiry date is 30 days from creation date, then it's logical to allow users set the date to anything less than 30 days from the creation date. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-162-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-142-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Merge pull request #40864 from ↵Joas Schilling2023-10-123-19/+17
| |\ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/use-allowSelfSignedCertificates-for-all-OCM-requests fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for all OCM requests
| | * | Fix unit testsJoas Schilling2023-10-121-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>