discourse/plugins/chat/spec/validators
Osama Sayegh a8b3e539c7
FEATURE: Add setting to prevent anonymous users from using chat (#31842)
Currently, anonymous/shadow users go through the same permission checks
for chat as normal users do. This means that if a site has chat enabled
for all users, anonymous users also get access to chat. This may be
undesirable for some communities, so we're adding a new site setting
`allow_chat_in_anonymous_mode` to block access to chat for anonymous
users.

Internal topic: t/148088.
2025-03-21 13:32:52 +03:00
..
allow_chat_in_anonymous_mode_validator_spec.rb FEATURE: Add setting to prevent anonymous users from using chat (#31842) 2025-03-21 13:32:52 +03:00
chat_allow_uploads_validator_spec.rb COPY: secure media -> secure uploads (#24643) 2023-11-30 14:58:55 +10:00