status-go/protocol/communities
Pascal Precht f6c9ec7838 refactor: Require request access for all communities
This commit introduces a few changes regarding users accessing
communities:

While the APIs still exist, community invites should no longer be
used, instead communities should merely be "shared".
Sharing a community to users allows users to "join" the community,
which in reality makes them request access to that community.
This means, users have to request access to any community, even if
the community has permissions set to NO_MEMBERSHIP
Only difference between ON_REQUEST and NO_MEMBERSHIP is that
ON_REQUEST communities require manual approval of the owner/admin
to access a community. NO_MEMBERSHIP communities accept
automatically (as soon as owner/admin receives the request).
This also implies that users are no longer optimistically added to the
member list of communities, but only after they have been accepted.

This introduces a bit of a message ping-pong for users to know that
someone is now part of a community
2022-07-08 13:16:12 +02:00
..
migrations Handle organisation membership requests 2020-12-23 17:20:55 +01:00
adaptors.go feat: sync `CommunitySettings` across paired devices 2022-06-16 12:45:05 +02:00
community.go refactor: Require request access for all communities 2022-07-08 13:16:12 +02:00
community_categories.go feat: Add mute category methods (#2736) 2022-07-06 19:16:19 +03:00
community_categories_test.go Validate no duplicated community chat names 2021-06-03 13:27:49 +02:00
community_test.go Make community owners store waku message payloads 2022-03-28 11:24:23 +02:00
errors.go feat: community tags (#2708) 2022-06-24 09:40:12 -04:00
manager.go refactor: Require request access for all communities 2022-07-08 13:16:12 +02:00
manager_test.go feat: add banner support for communities 2022-05-27 14:42:14 +03:00
persistence.go feat: sync `CommunitySettings` across paired devices 2022-06-16 12:45:05 +02:00
persistence_test.go feat: sync `CommunitySettings` across paired devices 2022-06-16 12:45:05 +02:00
persistence_test_helpers.go Address linter issues 2022-03-28 13:14:12 +01:00
request_to_join.go Sync Communities (#2253) 2021-08-06 16:40:23 +01:00
request_to_join_test.go Sync Communities (#2253) 2021-08-06 16:40:23 +01:00
validator.go feat: community tags (#2708) 2022-06-24 09:40:12 -04:00