Add explicit favorite capability entry#37673
Conversation
|
@micbar FYI this means that Phoenix running against OC <= 10.5 will not display the favorites feature |
As it's already supported in OC 10, it's set to true.
|
added changelog entry |
06f6c97 to
06d486c
Compare
phil-davis
left a comment
There was a problem hiding this comment.
Could add an acceptance test scenario like https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiCapabilities/capabilities.feature#L80
Test for the new capability, and @skipOnOcV10.3 @skipOnOcV10.4 @skipOnOcV10.5
|
not sure if there is much value in such test |
Co-authored-by: Phil Davis <phil@jankaritech.com>
|
it's green, please approve |
Codecov Report
@@ Coverage Diff @@
## master #37673 +/- ##
=========================================
Coverage 64.74% 64.74%
Complexity 19363 19363
=========================================
Files 1281 1281
Lines 75628 75628
Branches 1333 1333
=========================================
Hits 48966 48966
Misses 26270 26270
Partials 392 392
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #37673 +/- ##
=========================================
Coverage 64.74% 64.74%
Complexity 19363 19363
=========================================
Files 1281 1281
Lines 75628 75628
Branches 1333 1333
=========================================
Hits 48966 48966
Misses 26270 26270
Partials 392 392
Continue to review full report at Codecov.
|
Description
Add explicit favorite capability entry
As it's already supported in OC 10, it's set to true.
Related Issue
For owncloud/ocis#354
Motivation and Context
This will make it possible for ocis-web to decide whether to enable the feature in the UI or not.
As this is not implemented yet in OCIS, the feature/capability will be disabled there.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
@LukasHirt FYI