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.

30 lines
1.2 KiB

3 years ago
  1. # AppOrder
  2. [![Build Status](https://travis-ci.org/juliushaertl/apporder.svg?branch=master)](https://travis-ci.org/juliushaertl/apporder)
  3. [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/juliushaertl/apporder/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/juliushaertl/apporder/?branch=master)
  4. [![Code Coverage](https://scrutinizer-ci.com/g/juliushaertl/apporder/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/juliushaertl/apporder/?branch=master)
  5. Enable sorting the app icons from the personal settings. The order will be
  6. saved for each user individually. Administrators can define a custom default
  7. order.
  8. ## Set a default order for all new users
  9. Go to the Admin settings > Additional settings and drag the icons under App order.
  10. ## Use first app as default app
  11. You can easily let Nextcloud redirect your user to the first app in their
  12. personal order by changing the following parameter in your config/config.php:
  13. 'defaultapp' => 'apporder',
  14. Users will now get redirected to the first app of the default order or to the
  15. first app of the user order.
  16. # Installation
  17. ## From git
  18. 1. Clone the app into your apps/ directory: `git clone https://github.com/juliushaertl/apporder.git`
  19. 2. Enable it