Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh: Send empty expireDate when not expireDate set #44291

Merged
merged 2 commits into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. fix(share): Send empty expireDate when not expireDate set

    When creating a new share, if the user unchecks "Set expiry date"
    no `expireDate` is sent to the server.
    
    However, the server then assumes the default configured, hence better
    to send an empty value.
    
    Signed-off-by: fenn-cs <[email protected]>
    nfebe committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d2b0848 View commit details
    Browse the repository at this point in the history
  2. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <[email protected]>
    nextcloud-command committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    53582af View commit details
    Browse the repository at this point in the history