πŸ™ˆ Create guest users which can only see files shared with them
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
dependabot-preview[bot] a7a2afbec8
Merge pull request #171 from nextcloud/dependabot/npm_and_yarn/webpack-4.40.1
2019-09-13 09:21:47 +00:00
.tx Fix tx config 2018-02-12 23:05:34 +01:00
appinfo 1.1.1 2019-07-30 17:02:42 +02:00
css use nextcloud-vue model 2019-06-18 15:58:02 +02:00
img Add icon, fix #8 2017-04-28 11:17:00 +02:00
l10n [tx-robot] updated from transifex 2019-09-08 02:37:14 +00:00
lib Allow password policy to set a valid password 2019-09-04 14:25:42 +02:00
screenshots update screenshots 2019-06-20 18:48:50 +02:00
src Fix undefined suggestions 2019-09-10 16:57:48 +02:00
templates/settings Update config and makefile to our documentation 2019-08-06 08:01:17 +02:00
tests Allow password policy to set a valid password 2019-09-04 14:25:42 +02:00
.babelrc switch to precompiled vue 2018-12-13 17:45:29 +01:00
.drone.yml Update config and makefile to our documentation 2019-08-06 08:01:17 +02:00
.gitignore Remove compiled files 2019-08-06 08:06:48 +02:00
.travis.yml tests for AppConfigOverwrite and DirMask 2019-06-20 14:34:51 +02:00
LICENSE Initial commit 2017-02-20 12:27:59 +01:00
Makefile Remove compiled files 2019-08-06 08:06:48 +02:00
README.md updated README for v1.1.0 2019-06-27 10:40:06 +02:00
composer.json tests for AppConfigOverwrite and DirMask 2019-06-20 14:34:51 +02:00
composer.lock tests for AppConfigOverwrite and DirMask 2019-06-20 14:34:51 +02:00
package-lock.json Bump webpack from 4.39.3 to 4.40.1 2019-09-13 09:02:04 +00:00
package.json Bump webpack from 4.39.3 to 4.40.1 2019-09-13 09:02:04 +00:00
webpack.common.js Update config and makefile to our documentation 2019-08-06 08:01:17 +02: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).