nextcloud-server/apps/files_sharing
fenn-cs 8dfcf2e02a Do not treat `isDefaultExpireDateEnforced` as fallback
`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>
2023-10-22 16:47:32 +07:00
..
appinfo add command do delete orphan shares 2023-07-05 18:33:11 +07:00
composer Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup 2023-08-04 10:39:57 +07:00
css
img
js fix: drop legacy sharing files 2023-07-11 13:52:28 +07:00
l10n Fix(l10n): Update translations from Transifex 2023-10-22 00:28:37 +07:00
lib fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for all OCM requests 2023-10-11 11:52:10 +07:00
src Do not treat `isDefaultExpireDateEnforced` as fallback 2023-10-22 16:47:32 +07:00
templates make sure to show download button only one time 2023-06-14 11:39:49 +07:00
tests Fix unit tests on PHP 8.3 2023-10-16 10:17:22 +07:00
.l10nignore
list.php
openapi.json Fix OCS-APIRequest header for OpenAPI 2023-09-27 10:22:20 +07:00
public.php Convert isset ternary to null coalescing operator 2023-09-28 12:18:41 +07:00