You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
alpcentaur 70323168b1 first commit 3 years ago
..
.tx first commit 3 years ago
appinfo first commit 3 years ago
css first commit 3 years ago
js first commit 3 years ago
l10n first commit 3 years ago
lib first commit 3 years ago
templates first commit 3 years ago
.gitignore first commit 3 years ago
.scrutinizer.yml first commit 3 years ago
.travis.yml first commit 3 years ago
CHANGELOG.md first commit 3 years ago
LICENSE first commit 3 years ago
Makefile first commit 3 years ago
README.md first commit 3 years ago
phpunit.integration.xml first commit 3 years ago
phpunit.xml first commit 3 years ago

README.md

AppOrder

Build Status Scrutinizer Code Quality Code Coverage

Enable 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 Admin settings > 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