mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-04-19 03:00:07 -04:00
It makes more sense for the CM instance that will actually have a bot added to it to own the invite for that bot. * (BC) Move Invite into server entity mappings and rename to BotInvite * Add guests and initialConfig (future use) * BC -- Existing invites need to have instance defined to be used * BC -- Cache-based invite storage has been REMOVED * BC -- Removed inviteMaxAge config property (for now) * Add SubredditInvite entity for future use * Force/implement server (api) having a defined friendly name. This is used to determine which invites in a DB belong to which server instance * If not defined in config it is generated at random and then written to config * Refactor how invites are retrieved and parsed client-side -- CRUD using server api * BC -- Invite URL structure has changed from ?invite=id to /invite/id... * Added better UI for migration redirect * Show all reachable instances in redirect page header * Error page also shows reachable instances in page header
696 KiB
696 KiB