juliushaertl / apporder

Nextcloud app to enable sorting inside the app menu
GNU Affero General Public License v3.0
45 stars 9 forks source link

Missing UI for setting the default app #68

Open MagicFab opened 6 years ago

MagicFab commented 6 years ago

The README athttps://github.com/juliushaertl/apporder#use-first-app-as-default-app indicates how to do this by modifying configuration files, which an admin and users normally don't have access to. Please consider adding this to the app settings (both per user and global).

juliushaertl commented 6 years ago

As an admin you shold have access to the config file :wink: Anyway there is no way to do this on a per user level, since we use the Nextcloud config for the default app here. If that one is set to apporder, all we do is to redirect the user to the first app they have in their personal order of apps.

But we probably could add a button to the admin interface to automatically set the value in the config file.

MagicFab commented 5 years ago

Thanks for your detailed answer, thanks for considering my request.

By "admin" I meant a user with full admin rights, not a user with shell + root access.

Where do you think a suggestion would be more effective for per-user dashboard configuration?

juliushaertl commented 5 years ago

@MagicFab There is already a server issue for that: https://github.com/nextcloud/server/issues/128