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

[stable24] load dashboard widgets of enabled apps only #32997

Merged
merged 2 commits into from
Jul 7, 2022

Commits on Jun 23, 2022

  1. load widgets only of enabled apps

    - per design, all enabled apps have their registration run
    - limitations, e.g. enabled by group, are not considered in that state,
      because we do not have a session (and might need apps?)
    - before instantiation of widget it has to be checked whether the providing
      app is actually enabled for the logged in user.
    - a public interface is being changed, but it is not meant to be
      implemented or used outside of the core handling. Therefore save to
      backport.
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and backportbot-nextcloud[bot] committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    28eac9c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. avoid early DI of IAppManager

    - might break install
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    771d389 View commit details
    Browse the repository at this point in the history