https://github.com/owncloud/customgroups
Let users create their own custom groups
https://github.com/owncloud/customgroups
owncloud-app
Last synced: 8 months ago
JSON representation
Let users create their own custom groups
- Host: GitHub
- URL: https://github.com/owncloud/customgroups
- Owner: owncloud
- License: agpl-3.0
- Created: 2016-11-29T12:35:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T22:58:17.000Z (about 1 year ago)
- Last Synced: 2025-06-27T21:13:47.048Z (12 months ago)
- Topics: owncloud-app
- Language: PHP
- Homepage:
- Size: 1.83 MB
- Stars: 8
- Watchers: 45
- Forks: 13
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# ownCloud custom groups support
This app makes it possible for users to create their own custom groups and manage their members.
It is then possible to share files or folders with these groups.
## QA metrics on master branch:
[](https://drone.owncloud.com/owncloud/customgroups)
[](https://sonarcloud.io/dashboard?id=owncloud_customgroups)
[](https://sonarcloud.io/dashboard?id=owncloud_customgroups)
[](https://sonarcloud.io/dashboard?id=owncloud_customgroups)
## Requirements
* ownCloud 10.0
## Building the app
* Make sure you have [Node JS](https://nodejs.org/) installed
* Run `make` and find the tarball in the "build" directory
## Install
* Extract the resulting tarball in the "apps" folder in ownCloud
## Usage
* Login as a regular user
* Go to the settings page
* Create custom group and add other users as members
* Share file/folder with said groups
## Developing
* Run `make help` to get information about the different targets.
## Authors:
[Vincent Petry](https://github.com/PVince81/) :: PVince81 at owncloud dot com