https://github.com/juliusknorr/apporder
Nextcloud app to enable sorting inside the app menu
https://github.com/juliusknorr/apporder
enable-sorting menu nextcloud nextcloud-app ui
Last synced: 3 months ago
JSON representation
Nextcloud app to enable sorting inside the app menu
- Host: GitHub
- URL: https://github.com/juliusknorr/apporder
- Owner: juliusknorr
- License: agpl-3.0
- Archived: true
- Created: 2016-05-18T19:57:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T02:13:55.000Z (over 1 year ago)
- Last Synced: 2025-02-04T16:08:01.547Z (3 months ago)
- Topics: enable-sorting, menu, nextcloud, nextcloud-app, ui
- Language: PHP
- Homepage:
- Size: 647 KB
- Stars: 45
- Watchers: 10
- Forks: 9
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AppOrder
[](https://travis-ci.org/juliushaertl/apporder)
[](https://scrutinizer-ci.com/g/juliushaertl/apporder/?branch=master)
[](https://scrutinizer-ci.com/g/juliushaertl/apporder/?branch=master)> **Warning**
>
> Due to server changes this app will no longer be compatible with Nextcloud 25 and is considered unmaintained from now on.
> For introducing the functionality upstream please follow https://github.com/nextcloud/server/issues/4917Enable sorting the app icons from the personal settings. The order will be
saved for each user individually. Administrators can define a custom default
order.## Set a default order for all new users
Go to the Settings > Administration > Additional settings and drag the icons under App order.
## Use first app as default app
You can easily let Nextcloud redirect your user to the first app in their
personal order by changing the following parameter in your config/config.php:'defaultapp' => 'apporder',
Users will now get redirected to the first app of the default order or to the
first app of the user order.# Installation
## From git
1. Clone the app into your apps/ directory: `git clone https://github.com/juliushaertl/apporder.git`
2. Enable it