file_folderfamily_woman_woman_girl_boy Admin-configured folders shared by everyone in a group.
Go to file
2017-08-15 16:56:32 +02:00
appinfo run php-cs-fixer 2017-08-15 16:56:32 +02:00
build build 2017-06-30 17:47:51 +02:00
img group fixes 2017-04-26 15:30:18 +02:00
js Fix typo on elipse 2017-07-03 12:29:29 +02:00
l10n [tx-robot] updated from transifex 2017-07-30 00:16:18 +00:00
lib run php-cs-fixer 2017-08-15 16:56:32 +02:00
screenshots update readme and screenshots 2017-06-28 16:28:32 +02:00
templates group fixes 2017-04-26 15:30:18 +02:00
tests fix tests 2017-06-28 16:49:13 +02:00
.babelrc mount group folders and wip ui 2017-04-13 17:45:49 +02:00
.gitignore run php-cs-fixer 2017-08-15 16:56:32 +02:00
.php_cs.dist run php-cs-fixer 2017-08-15 16:56:32 +02:00
.scrutinizer.yml add scrutinizer config 2017-04-06 16:03:51 +02:00
.travis.yml allow failures for wrong phpunit versions for now 2017-06-09 15:28:09 +02:00
Makefile v1.1.0 2017-07-03 13:12:54 +02:00
package.json mount group folders and wip ui 2017-04-13 17:45:49 +02:00
postcss.config.js mount group folders and wip ui 2017-04-13 17:45:49 +02:00
README.md Update README.md 2017-07-15 18:19:40 +02:00
webpack.dev.config.js js boilerplate 2017-04-07 16:39:59 +02:00
webpack.prod.config.js js boilerplate 2017-04-07 16:39:59 +02:00

Group folders

Admin configured folders shared by everyone in a group.

Configure folders

Folders can be configured from Group folders in the admin settings.

After a folder is created, the admin can give access to the folder to one or more groups and a quota can be assigned for the folder.

edit

Permissions to the content of a group folder can be configured on a per-group basis.

permissions

Folders

Once configured, the folders will show up in the home folder for each user in the configured groups.

folders

Notes

  • Currently using encryption on group folders is not supported.
  • A new Group folder currently overwrites user folders with the same name. While this does not cause data loss, the users will see the new (empty!) Group folder and wont be able to access their old folder. When the Group folder gets removed, the old folder reappears. While we look into forcing group folders to be unique in an upcoming update, we recommend administrators to make sure the names are unique, for example by prefixing them in a certain way like GS_ and instructing users not to name their own top-level folders in a similar way.