Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

icewind1991
Copy link
Member

@icewind1991 icewind1991 commented Mar 26, 2021

  • 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 <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991 icewind1991 added the 2. developing Work in progress label Mar 26, 2021
@icewind1991 icewind1991 changed the title Files sidebar navmanager Cleanup files sidebar navigation manager Mar 26, 2021
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991 icewind1991 added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Mar 26, 2021
@icewind1991 icewind1991 added this to the Nextcloud 22 milestone Mar 26, 2021
@@ -31,6 +31,7 @@
namespace OCA\Files_Sharing\AppInfo;

use OC\AppFramework\Utility\SimpleContainer;
use OCA\Files\SidebarNavigationManager;
Copy link
Member

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"?

Copy link
Member

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

This was referenced May 20, 2021
@blizzz blizzz mentioned this pull request Jun 2, 2021
57 tasks
@blizzz blizzz added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Jun 2, 2021
@MorrisJobke MorrisJobke mentioned this pull request Jun 10, 2021
59 tasks
This was referenced Jun 16, 2021
@blizzz
Copy link
Member

blizzz commented Jun 23, 2021

moving to 23

@blizzz blizzz modified the milestones: Nextcloud 22, Nextcloud 23 Jun 23, 2021
@skjnldsv skjnldsv mentioned this pull request Oct 13, 2021
@skjnldsv skjnldsv modified the milestones: Nextcloud 23, Nextcloud 24 Oct 21, 2021
@skjnldsv skjnldsv mentioned this pull request Mar 24, 2022
@blizzz blizzz mentioned this pull request Mar 31, 2022
This was referenced Apr 7, 2022
@blizzz blizzz modified the milestones: Nextcloud 24, Nextcloud 25 Apr 21, 2022
This was referenced Aug 12, 2022
This was referenced Aug 24, 2022
This was referenced Sep 6, 2022
@skjnldsv skjnldsv mentioned this pull request Sep 15, 2022
This was referenced Sep 20, 2022
@blizzz blizzz modified the milestones: Nextcloud 25, Nextcloud 26 Sep 22, 2022
@blizzz blizzz mentioned this pull request Feb 1, 2023
@skjnldsv skjnldsv mentioned this pull request Feb 23, 2023
@blizzz blizzz mentioned this pull request Mar 7, 2023
@blizzz
Copy link
Member

blizzz commented Mar 7, 2023

closing for inactivity and amount of conflicts

@blizzz blizzz closed this Mar 7, 2023
@blizzz blizzz removed this from the Nextcloud 26 milestone Mar 7, 2023
@skjnldsv skjnldsv deleted the files-sidebar-navmanager branch March 14, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants