-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[stable10] View-only dav plugin using IShare attributes #34951
Conversation
huh wat
|
could it be that on stable10 the Doctrine version doesn't support JSON yet ? |
Codecov Report
@@ Coverage Diff @@
## stable10 #34951 +/- ##
==============================================
- Coverage 64.21% 53.01% -11.2%
==============================================
Files 1277 63 -1214
Lines 76366 7394 -68972
Branches 1292 1307 +15
==============================================
- Hits 49037 3920 -45117
+ Misses 26950 3093 -23857
- Partials 379 381 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #34951 +/- ##
==============================================
+ Coverage 64.21% 64.25% +0.03%
- Complexity 19910 19994 +84
==============================================
Files 1277 1281 +4
Lines 76371 76671 +300
Branches 1292 1307 +15
==============================================
+ Hits 49044 49267 +223
- Misses 26948 27023 +75
- Partials 379 381 +2
Continue to review full report at Codecov.
|
I did some research and we can't upgrade doctrine/dbal to 2.6 because it would require PHP 7.1 and we're currently still on PHP 7.0. So the only solution for now is using a text column. Pushed as the latest commit. I've adjusted master as well here: #34965 |
Added additional share attributes for shares as an extension point for apps to provide their own extra attributes that can be used as extra permissions.
6f025db
to
bc03e3f
Compare
fixed test issue that sneaked in during conflict resolution. |
Added share attribute "download" that can be used to allow/restrict downloading of shared files or folders.
doctrine/dbal 2.5 doesn't have json, so using text instead for now
bc03e3f
to
d990934
Compare
now had to fix php 7.1 syntax to be 7.0 compatible: replaced |
and now the "git fetch remote timeout" issue. restarted |
@DeepDiver1975 CI green, review ? |
Backport of #33994 to stable10
There were minor conflicts in unit test files.