arawa / workspace

Create shared workspaces and delegate management of their members and groups
https://www.arawa.fr/solutions/produits-arawa/arawa-workspace-for-nextcloud/
GNU Affero General Public License v3.0
28 stars 10 forks source link
groupfolders nextcloud nextcloud-app

Workspace

Create shared workspaces and delegate management of their members and groups.

Workspace Home

Workspace allows managers to :

This app is a Nextcloud extension of the Groupfolders app.

For more information, please visit our website (french content).

Documentation

For more details, please go to the admin documentation, or user documentation.

Installation

Requirements

From Nextcloud 25

For Nextcloud 24 and before

Limit the Workspace app to specific groups

In your "application management" administrator interface, limit the application to the following groups: GeneralManager and WorkspacesManagers.

🔧 Configure Groupfolders for Workspace

From Nextcloud 25

In Settings > Group folders > Group folder admin delegation section, add the group GeneralManager to the first field, and the group WorkspacesManagers to the second field

For Nextcloud 24 and before

In Settings > Group folders > Group folder admin delegation section, add the groups GeneralManager and WorkspacesManagers.

Define which users will be General Managers

Add the users in charge of creating Workspaces to the GeneralManager group.

Contributing

Workspace is a Free Software that you can contribute freely to. If you would like to contribute by making a bug report or suggest a functionality for example, we invite you to read our contribution policy beforehand.

Development and Build

Requirements

📦 Building the app

First, clone into your apps directory (example: /var/www/html/nextcloud/apps/).

git clone https://github.com/arawa/workspace.git

Then, you can build app :

cd workspace
make

🚨 Caution : You must install npm and composer before use make command line.

If it's okay, we can use or dev the Workspace app !

📦 Create an artifact

make source

An artifact will be created in the build/artifacts/source from the project.

📦 For Nextcloud 21 and 24, build Arawa\Groupfolders

Clone this app into your apps directory (example: /var/www/html/nextcloud/apps/) and switch of the branch to be in allow-admin-delegation-stable21.

git clone https://github.com/arawa/groupfolders.git
cd groupfolders
git checkout allow-admin-delegation-stable21

Then, you can build.

make

🚨 Caution : You must install npm and composer before use make command line.

After this, you can enable the Groupfolders app.

📋 Running tests

Front-end

npm run test

Back-end

composer run test

or

sudo -u nginx /usr/local/bin/composer run test

Security Issues

Please, read the security.txt.

If you want to report us a security issue. Please, read our security-policy.md file.