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

Implement expiration date for federated shares #25320

Merged
merged 4 commits into from
Apr 15, 2021

Commits on Apr 15, 2021

  1. Implement expiration date for federated shares

    Add expiration date field in UI.
    Save expiration date when creating or updating federated share.
    Read expiration date from DB in federated share provider.
    Applies to both federated user and group shares.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    8680baf View commit details
    Browse the repository at this point in the history
  2. Fix expire date capability for federated shares

    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b0aaafe View commit details
    Browse the repository at this point in the history
  3. Unit tests for federated share expiration date

    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2650da7 View commit details
    Browse the repository at this point in the history
  4. Separate settings for remote share expiration

    Added separate settings for default and enforced expiration date for
    remote shares.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    af61486 View commit details
    Browse the repository at this point in the history