Have you ever needed to browse an unfiltered content tree in Episerver where you can see the global assets, site assets and content assets folders? Then you can install this little package that I created.
The package contains a custom component that plugs into the navigation and/or assets panel. It is restricted for users that are member of either "Administrators" or "CmsAdmins" group.
Install from Episerver NuGet Feed:
Install-Package Geta.Epi.UnfilteredContentTree
After installation you might need to add the component/gadget to your panel of choice. It's in the "Content" category:
You can find the source code on GitHub.