mirror of
https://github.com/nextcloud/server.git
synced 2025-03-14 00:13:56 +00:00
![]() This commit introduces end-to-end tests for various public link sharing scenarios in the `files_sharing` app. It validates the behavior under multiple configurations: - Password and expiration date enforced - Password enforced with a default expiration date - Expiration date enforced with optional password - Default password and expiration date without enforcement - Password enforced, expiration date set but not enforced - Both password and expiration date not enforced, but defaults set - Password not enforced, expiration date enforced - Password not enforced, default expiration date set - Password and expiration date not enforced with no defaults The tests ensure proper validation and functionality of the configurations, leveraging the `setupData` and `createShare` utilities. Signed-off-by: nfebe <fenn25.fn@gmail.com> |
||
---|---|---|
.. | ||
core | ||
dashboard | ||
files | ||
files_sharing | ||
files_trashbin | ||
files_versions | ||
login | ||
settings | ||
systemtags | ||
theming | ||
core-utils.ts |