nextcloud/apps/files_sharing
fenn-cs 9757e680e2 Allow share expiry dates lower than enforced limits
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>
2023-10-16 07:03:53 +01:00
..
appinfo add command do delete orphan shares 2023-07-05 18:33:11 +02:00
composer Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup 2023-08-04 10:39:57 +02:00
css Compress SASS output 2023-01-11 17:46:32 +00:00
img fix(assets): Optimize SVGs with scour 0.38.2 2023-04-24 08:59:38 +02:00
js fix: drop legacy sharing files 2023-07-11 13:52:28 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-10-16 00:28:25 +00:00
lib fix(federation): Use sharing.federation.allowSelfSignedCertificates config for all OCM requests 2023-10-11 11:52:10 +02:00
src Allow share expiry dates lower than enforced limits 2023-10-16 07:03:53 +01:00
templates make sure to show download button only one time 2023-06-14 11:39:49 +02:00
tests Fix unit tests 2023-10-12 11:36:35 +02:00
.l10nignore Remove legacy build files 2022-01-11 17:16:05 +01:00
list.php Remove redundant events 2022-08-15 19:20:42 +02:00
openapi.json Fix OCS-APIRequest header for OpenAPI 2023-09-27 10:22:20 +02:00
public.php Convert isset ternary to null coalescing operator 2023-09-28 12:18:41 +03:30