owpengram-server/internal
epilepticseizureee 9e45da69ef feat(admin): bot management (list, verify, create, delete)
- Add a Bots admin tab: list/search bots with a dedicated read query
  (users.is_bot, excluded from the accounts list), showing owner and
  system-vs-user type
- Create system bots from the admin via a new bot.create command that
  reuses the existing bot provisioning flow; the token is shown once
- Delete user-created bots via a new bot.delete command backed by a
  dedicated Postgres DeleteBotAccount (revokes sessions, purges private
  state, releases username, drops the bots row, tombstones the user);
  system service bots are rejected
- Verified badge toggling reuses the existing set-verified command
- All write paths go through the dry-run/confirm + audit command pipeline
- Rebuild dist bundle
2026-07-23 00:34:05 +03:00
..
admin feat(admin): bot management (list, verify, create, delete) 2026-07-23 00:34:05 +03:00
adminapi feat(admin): bot management (list, verify, create, delete) 2026-07-23 00:34:05 +03:00
app feat(admin): bot management (list, verify, create, delete) 2026-07-23 00:34:05 +03:00
botapi feat: sync bot setup and webhook diagnostics 2026-07-22 00:51:52 +08:00
branding feat: sync visible product branding 2026-07-20 16:49:17 +08:00
compat fix: sync Android join RPC admission 2026-07-22 13:08:55 +08:00
config feat: sync host-based public app links 2026-07-22 21:43:56 +08:00
domain fix: sync monoforum suggested post flow 2026-07-22 16:08:44 +08:00
links feat: sync host-based public app links 2026-07-22 21:43:56 +08:00
loadtest chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
mtprotoedge feat: sync ephemeral transient messages 2026-07-20 16:43:27 +08:00
observability/dbtrace chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
officialgifts feat: sync visible product branding 2026-07-20 16:49:17 +08:00
otpdelivery feat: sync account deletion lifecycle 2026-07-19 20:35:58 +08:00
postresponse fix: sync MTProto startup and egress fixes 2026-07-13 19:05:41 +08:00
readmodelcache chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
rpc feat: sync host-based public app links 2026-07-22 21:43:56 +08:00
seed feat: sync visible product branding 2026-07-20 16:49:17 +08:00
sfu chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
store feat(admin): bot management (list, verify, create, delete) 2026-07-23 00:34:05 +03:00
telegramloginhttp feat: sync host-based public app links 2026-07-22 21:43:56 +08:00
turnsrv chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
web feat: sync host-based public app links 2026-07-22 21:43:56 +08:00
webauthn feat: sync visible product branding 2026-07-20 16:49:17 +08:00