diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-20 18:08:23 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-20 18:08:23 +0300 |
commit | 0e27c274f4f68f3385753a2482d881bae7c35a06 (patch) | |
tree | 9193330053ce995462c9c735e9c43467d7a9b50e /docs/configuration/cheatsheet.md | |
parent | ec3719f5391d6f9945cec2e36287049d72743cd4 (diff) | |
parent | 5efa5b0c4a08c2bf73d6926ee7c418e31a04195c (diff) | |
download | pleroma-0e27c274f4f68f3385753a2482d881bae7c35a06.tar.gz pleroma-0e27c274f4f68f3385753a2482d881bae7c35a06.zip |
Merge remote-tracking branch 'remotes/origin/develop' into clear-config-test-improvements
# Conflicts:
# test/web/mastodon_api/controllers/account_controller_test.exs
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 4012fe9b1..d16435e11 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -872,3 +872,21 @@ config :auto_linker, ## :configurable_from_database Boolean, enables/disables in-database configuration. Read [Transfering the config to/from the database](../administration/CLI_tasks/config.md) for more information. + + + +## Restrict entities access for unauthenticated users + +### :restrict_unauthenticated + +Restrict access for unauthenticated users to timelines (public and federate), user profiles and statuses. + +* `timelines` - public and federated timelines + * `local` - public timeline + * `federated` +* `profiles` - user profiles + * `local` + * `remote` +* `activities` - statuses + * `local` + * `remote`
\ No newline at end of file |