X Tutup
Skip to content

improve share expire description#34

Merged
mmattel merged 2 commits intomasterfrom
improve-share-expire-description
May 18, 2022
Merged

improve share expire description#34
mmattel merged 2 commits intomasterfrom
improve-share-expire-description

Conversation

@NannaBarz
Copy link
Contributor

Describes the point when a share with expiration definitely.

https://github.com/owncloud/enterprise/issues/4454#issuecomment-800558840

Describes the point when a share with expiration definitely.
Copy link
Contributor

@mmattel mmattel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmattel mmattel merged commit 16f4c0c into master May 18, 2022
@delete-merged-branch delete-merged-branch bot deleted the improve-share-expire-description branch May 18, 2022 15:58

| Password | Sets a password for protecting the link.
| Expiration | Sets an expiry date for the link. The public link expires at the end of the specified day.
| Expiration | Sets an expiry date for the link. The public link expires after the configured date as soon as the `OCA\Files_Sharing\ExpireSharesJob` job will run.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR owncloud/core#38775 fixed this behavior, released in ownCloud core 10.8.0.
The ExpireSharesJob now correctly only removes shares that have an expiration date of yesterday or before. Shares that expire on the current day are left in-place, because they need to work until the very end of the day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup