-
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
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
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