mattermost/server/channels/testlib
Doug Lauder 5b76fb11a5
MM-67647: Rename shared_channel_manager roles to follow system_ prefix convention (#35944)
* Rename shared_channel_manager and secure_connection_manager roles to use system_ prefix

  The new roles added in PR #35354 broke the naming convention that all
  system-level roles stored in Users.Roles are prefixed with "system_".
  Client-side code (role.includes('system')) and server-side code (explicit
  switch cases in applyMultiRoleFilters) relied on this convention, causing
  users assigned to these roles to not appear in the System Console.

  Also adds both roles to the applyMultiRoleFilters switch statement in
  user_store.go, which was missing them entirely.
2026-04-08 08:01:33 -04:00
..
testdata Remove vestigial MySQL support (#34865) 2026-01-20 21:01:59 +00:00
assertions.go [MM-63805] Don't throw a MFA warning for unauthenticated plugin requests (#30795) 2025-08-18 11:17:33 +02:00
cluster.go Handle error returned by GetClusterInfos() (#30919) 2025-05-12 13:37:58 -04:00
doc.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
hashers_dev.go Add fast test hasher to speed up CI tests (#34707) 2025-12-11 09:46:21 -04:00
hashers_production.go Add fast test hasher to speed up CI tests (#34707) 2025-12-11 09:46:21 -04:00
helper.go MM-66789 Restrict log downloads to a root path for support packets (#35014) 2026-01-29 13:29:55 -05:00
resources.go MM-66789 Restrict log downloads to a root path for support packets (#35014) 2026-01-29 13:29:55 -05:00
resources_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
store.go MM-67647: Rename shared_channel_manager roles to follow system_ prefix convention (#35944) 2026-04-08 08:01:33 -04:00