status-go/protocol/communities
Patryk Osmaczko 2a5dc6dec0 chore: remove boilerplate check of `communities.GetByID` clients
motivated by:
https://github.com/status-im/status-go/pull/4514#discussion_r1445808116
2024-01-10 18:58:17 +01:00
..
migrations
token
adaptors.go Add joined at key to communities (#4513) 2024-01-09 20:36:47 +02:00
community.go Add joined at key to communities (#4513) 2024-01-09 20:36:47 +02:00
community_categories.go
community_categories_test.go refactor: update community access enum naming 2023-10-25 17:34:37 +02:00
community_changes.go fix(community): getting kicked out of a community should still spectate (#4217) 2023-10-27 15:20:08 -04:00
community_description_encryption.go feat: encrypt `CommunityDescription` fields 2023-12-22 18:17:06 +01:00
community_description_encryption_test.go fix: flaky TestEncryptionDecryption 2024-01-08 21:18:51 +01:00
community_encryption_key_action.go feat: encrypt `CommunityDescription` fields 2023-12-22 18:17:06 +01:00
community_encryption_key_action_test.go feat: encrypt `CommunityDescription` fields 2023-12-22 18:17:06 +01:00
community_event.go feat: encrypt `CommunityDescription` fields 2023-12-22 18:17:06 +01:00
community_event_message.go
community_test.go feat: encrypt `CommunityDescription` fields 2023-12-22 18:17:06 +01:00
community_token_permission.go
communnity_privileged_member_sync_msg.go fix: tokenMaster does not have members revealed addresses (#4425) 2023-12-07 17:27:14 +01:00
errors.go fix(history-archive): Skip dowloading data from torrent if free space is not enought (#4449) 2023-12-14 12:52:10 +03:00
manager.go chore: remove boilerplate check of `communities.GetByID` clients 2024-01-10 18:58:17 +01:00
manager_test.go feat: encrypt `CommunityDescription` fields 2023-12-22 18:17:06 +01:00
permission_checker.go fix: implement cancellable collectibles requests 2023-11-17 10:35:30 -03:00
persistence.go Add joined at key to communities (#4513) 2024-01-09 20:36:47 +02:00
persistence_mapping.go Add joined at key to communities (#4513) 2024-01-09 20:36:47 +02:00
persistence_test.go chore: check and manualy verify community if during the fetchCommunity, community was added to the verification loop (#4533) 2024-01-05 18:09:38 +01:00
persistence_test_helpers.go Add joined at key to communities (#4513) 2024-01-09 20:36:47 +02:00
request_to_join.go feat: kick all members after ownership change and auto-accept after sharing the address (#4187) 2023-10-31 15:20:40 +01:00
request_to_join_test.go
request_to_leave.go
roles_authorization.go feat: Introduce KickedPending and BannedPending states (#3948) 2023-10-04 23:47:22 +03:00
utils.go
validator.go