juliushaertl / apporder

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

Setting defaultapp to apporder breaks Nextcloud for users which don't have access to the first app #101

Closed HairyFotr closed 3 years ago

HairyFotr commented 3 years ago

If I set 'defaultapp' => 'apporder' in config.php, then set Talk as the first app in the global settings, and then limit Talk only to certain groups, Nextcloud will go into an infinite redirect loop, trying to load /index.php/apps/spreed/ and /index.php/apps/apporder/, if the user doesn't have access to the Talk app. Is it possible to work around this issue by falling back to the next available app?

We have Nextcloud 22.1.1, and the latest released versions of apps.

HairyFotr commented 3 years ago

I did not notice #64 on my first pass of the issues. This is a duplicate.