🙈 Create guest users which can only see files shared with them
Перейти к файлу
John Molakvoæ 2b0d0eb648
Bump @babel/core from 7.7.4 to 7.7.5 (#216)
Bump @babel/core from 7.7.4 to 7.7.5
2019-12-08 11:22:09 +01:00
.tx Fix tx config 2018-02-12 23:05:34 +01:00
appinfo 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
img Add icon, fix #8 2017-04-28 11:17:00 +02:00
l10n [tx-robot] updated from transifex 2019-12-07 02:37:48 +00:00
lib Trigger a user data transfer once the guest user got a real account 2019-12-02 20:17:02 +01:00
screenshots update screenshots 2019-06-20 18:48:50 +02:00
src l10n: Fix. Triple to ellipsis 2019-11-30 15:06:45 +01:00
templates/settings Update config and makefile to our documentation 2019-08-06 08:01:17 +02:00
tests Fix tests against latest Nextcloud master 2019-12-02 20:22:04 +01:00
.drone.yml Update app to fit 18 new Sharing sidebar 2019-11-27 12:27:24 +01:00
.eslintrc.js Update app to fit 18 new Sharing sidebar 2019-11-27 12:27:24 +01:00
.gitignore 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
.stylelintrc.js Update app to fit 18 new Sharing sidebar 2019-11-27 12:27:24 +01:00
.travis.yml Fix tests against latest Nextcloud master 2019-12-02 20:22:04 +01:00
LICENSE Initial commit 2017-02-20 12:27:59 +01:00
Makefile Update app to fit 18 new Sharing sidebar 2019-11-27 12:27:24 +01:00
README.md updated README for v1.1.0 2019-06-27 10:40:06 +02:00
babel.config.js 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
composer.json tests for AppConfigOverwrite and DirMask 2019-06-20 14:34:51 +02:00
composer.lock Bump phpunit/phpunit from 7.5.13 to 7.5.17 2019-11-19 02:15:32 +00:00
package-lock.json Bump @babel/core from 7.7.4 to 7.7.5 (#216) 2019-12-08 11:22:09 +01:00
package.json Bump @babel/core from 7.7.4 to 7.7.5 (#216) 2019-12-08 11:22:09 +01:00
webpack.common.js 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
webpack.dev.js Update config and makefile to our documentation 2019-08-06 08:01:17 +02:00
webpack.prod.js Update config and makefile to our documentation 2019-08-06 08:01:17 +02:00

README.md

Guests

Build Status

Create guest users which can only see files shared with them

Usage

  1. Create a guest user by typing their email address in to the sharing dialog.
  2. [Optionally] Set a display name for the guest user.
  3. [Optionally] Set a language for the invitation email (otherwise the server's default language will be used).
  4. The guest will receive an email invitation with a link to create an account. They only have access to files which are shared with them.

Restrictions on guest users

Apps

Administrators can set a whitelist of apps that guest users have access to.

By default the following are allowed:

  • activity
  • files_external
  • files_sharing
  • files_texteditor
  • files_trashbin
  • files_versions
  • firstrunwizard
  • gallery
  • notifications

Hide other users

By default, guests will not be able to list other users in the system, if a guest user gets added to a group he will be able to list users within that group (and, for example, share files with those users).