All Projects → juliushaertl → apporder

juliushaertl / apporder

Licence: AGPL-3.0 license
Nextcloud app to enable sorting inside the app menu

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
CSS
56736 projects

Projects that are alternatives of or similar to apporder

user external
👥 External user authentication methods like IMAP, SMB and FTP
Stars: ✭ 80 (+166.67%)
Mutual labels:  nextcloud, nextcloud-app
nextcloud twofactor webauthn
WebAuthn Two-Factor Provider for Nextcloud
Stars: ✭ 34 (+13.33%)
Mutual labels:  nextcloud, nextcloud-app
direct menu
Nextcloud/OwnCloud app to provide easy access to all apps in the header
Stars: ✭ 16 (-46.67%)
Mutual labels:  nextcloud, menu
nextcloud announcements
ℹ️ The latest Nextcloud news directly in your notifications
Stars: ✭ 16 (-46.67%)
Mutual labels:  nextcloud, nextcloud-app
viewer
🖼 Simple file viewer with slideshow for media
Stars: ✭ 68 (+126.67%)
Mutual labels:  nextcloud, nextcloud-app
ocr
Nextcloud OCR (optical character recoginition) processing for images with tesseract-js
Stars: ✭ 98 (+226.67%)
Mutual labels:  nextcloud, nextcloud-app
ldapcontacts
View other LDAP users as contacts in Nextcloud and see the personal data they shared
Stars: ✭ 18 (-40%)
Mutual labels:  nextcloud, nextcloud-app
ldap write support
👥🖎 create, edit and delete LDAP users and groups from Nextcloud
Stars: ✭ 15 (-50%)
Mutual labels:  nextcloud, nextcloud-app
nextshot
A simple tool for taking screenshots on Linux and sharing via Nextcloud
Stars: ✭ 37 (+23.33%)
Mutual labels:  nextcloud
avonc
Aszlig's Very Opinionated Nextcloud Configuration
Stars: ✭ 15 (-50%)
Mutual labels:  nextcloud
avy-menu
An Avy-powered popup menu
Stars: ✭ 16 (-46.67%)
Mutual labels:  menu
drawer
A touch-enabled drawer component for the modern web.
Stars: ✭ 26 (-13.33%)
Mutual labels:  menu
sharepoint
💾 Nextcloud SharePoint Backend for External storages
Stars: ✭ 16 (-46.67%)
Mutual labels:  nextcloud
mypaas
MyPaas is an Ansible playbook for startups or small companies which want to build a modern and fully automated infrastructure.
Stars: ✭ 24 (-20%)
Mutual labels:  nextcloud
audioplayer editor
Audio Player ID3 editor add-on for the Audio Player in Nextcloud & ownCloud
Stars: ✭ 24 (-20%)
Mutual labels:  nextcloud
uPortal-web-components
A collection of uPortal Web Components and JavaScript utilities
Stars: ✭ 24 (-20%)
Mutual labels:  menu
Asuite
ASuite is a simple open source portable launcher for Microsoft Windows.
Stars: ✭ 58 (+93.33%)
Mutual labels:  menu
nextcloud-exporter
Prometheus exporter for Nextcloud servers.
Stars: ✭ 134 (+346.67%)
Mutual labels:  nextcloud
MYNavigationController
导航控制器的压缩 , 使得可以将导航范围缩小到指定区域 , 实现页面中的页面效果 . 适用于路径选择,文件选择等
Stars: ✭ 47 (+56.67%)
Mutual labels:  menu
menu-hamburger
🍔 A clean, simple and easy to use library to create a Menu Hamburger
Stars: ✭ 17 (-43.33%)
Mutual labels:  menu

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].