-
Notifications
You must be signed in to change notification settings - Fork 6
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
Validate expiration date for public links only #293
Conversation
Codecov Report
@@ Coverage Diff @@
## master #293 +/- ##
============================================
+ Coverage 73.52% 73.57% +0.05%
- Complexity 230 233 +3
============================================
Files 25 25
Lines 982 984 +2
============================================
+ Hits 722 724 +2
Misses 260 260
Continue to review full report at Codecov.
|
@VicDeo I pushed acceptance tests:
Please pull from GitHub, and add whatever unit tests you want. Then IMO we are done. |
@phil-davis great, thanks! |
@phil-davis unit tests have been updated |
https://drone.owncloud.com/owncloud/password_policy/1210/43/10 acceptance tests fail because in drone CI the "current" daily-master-qa tarball is used as the core "server-under-test" and the current password_policy app code from this PR is used. daily-master-qa tarball is now stale - the related/needed fix in core was only merged a few hours ago. We need someone to build a new daily-master-qa tarball, or wait until tomorrow. |
I rebased just now, because #294 was merged. We will need to restart CI again tomorrow after the core daily-master-qa tarball gets updated overnight. |
Depends on owncloud/core#37135
Fixes #287
TODO