-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Cleanup files sidebar navigation manager #26320
Conversation
icewind1991
commented
Mar 26, 2021
•
edited
Loading
edited
- Move it to it's own class so it can be queried
- Deprecate old method for getting it
- Remove deprecated usages within this repo
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
4e35864
to
f6be7a4
Compare
@@ -31,6 +31,7 @@ | |||
namespace OCA\Files_Sharing\AppInfo; | |||
|
|||
use OC\AppFramework\Utility\SimpleContainer; | |||
use OCA\Files\SidebarNavigationManager; |
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.
@ChristophWurst @rullzer We should move this to the OCP namespace, or? A way to hook into the files app sidebar. Or should we say "it's fine, because files app is force enabled anyways"?
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.
It should be OCP ideally because otherwise we can never set any clear boundaries between public and private API
moving to 23 |
closing for inactivity and amount of conflicts |