status-go/protocol/communities
Pascal Precht f702b54d08 fix: don't check permissions if revealed accounts aren't legit
This seems to be a bug that was introduced when two features, admin
permissions and "always reveal wallet accounts" where merged.

We need to make sure we **first** check the revealed accounts and only
**then** do we perform permission checks on them. Otherwise we can run
into scenarios where fake addresses are used and users will be accepted
to the community.
2023-06-19 15:27:10 +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 feat(communities): Adds muting interval to community (#3549) 2023-06-17 11:19:05 +03:00
community_admin_event.go feat: community admin permission functionality (#3569) 2023-06-14 10:15:46 -04:00
community_categories.go feat: community admin permission functionality (#3569) 2023-06-14 10:15:46 -04:00
community_categories_test.go feat: community admin permission functionality (#3569) 2023-06-14 10:15:46 -04:00
community_test.go feat: community admin permission functionality (#3569) 2023-06-14 10:15:46 -04:00
errors.go feat: community admin permission functionality (#3569) 2023-06-14 10:15:46 -04:00
manager.go fix: don't check permissions if revealed accounts aren't legit 2023-06-19 15:27:10 +02:00
manager_test.go Add chainIds to revealed accounts in memberhsip requests 2023-06-12 10:49:29 +02:00
persistence.go feat(communities): Adds muting interval to community (#3549) 2023-06-17 11:19:05 +03:00
persistence_test.go feat(BurnCollectibles): Add burn collectibles functionality 2023-06-15 15:38:19 +02:00
persistence_test_helpers.go feat(communities): Adds muting interval to community (#3549) 2023-06-17 11:19:05 +03:00
request_to_join.go feat: community admin permission functionality (#3569) 2023-06-14 10:15:46 -04:00
request_to_join_test.go Sync Communities (#2253) 2021-08-06 16:40:23 +01:00
request_to_leave.go feat: introduce and distribute RequestToLeave community 2022-08-26 11:25:33 +02:00
utils.go Add chainIds to revealed accounts in memberhsip requests 2023-06-12 10:49:29 +02:00
validator.go feat: community tags (#2708) 2022-06-24 09:40:12 -04:00