owpengram-server/cmd/telesrv-admin
Astra c97255cb48 admin: list accounts that have no active sessions
The Accounts tab (readStore.ListAccounts) inner-joined the authorizations
aggregate, so any account with zero authorization rows was silently hidden -
accounts that never finished login, had all sessions revoked, or were frozen
then unfrozen. CountAccounts and SearchAccounts already LEFT JOIN, so the count
and search disagreed with the list.

Switch ListAccounts to LEFT JOIN auth and COALESCE the null last_active_at /
device_count (sessionless accounts sort last), matching SearchAccounts.
2026-09-09 14:56:10 +01:00
..
web fix 2026-08-25 00:20:05 +03:00
botverification.go added ability to disable third-party verification 2026-08-06 05:27:48 +03:00
botverification_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
filter_bots_test.go disabling marksbot when third-party verifications if turned off 2026-08-06 15:45:32 +03:00
main.go fix for overview panel 2026-08-07 04:26:56 +03:00
readstore.go admin: list accounts that have no active sessions 2026-09-09 14:56:10 +01:00
readstore_accounts_integration_test.go admin: list accounts that have no active sessions 2026-09-09 14:56:10 +01:00
readstore_botverification_integration_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
readstore_shared_devices_integration_test.go added ability to check shared devices 2026-08-06 02:12:46 +03:00
readstore_verification_integration_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
security.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
server.go fix 2026-08-25 00:20:05 +03:00
session.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
session_test.go fix for overview panel 2026-08-07 04:26:56 +03:00
verification.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
verification_test.go fix for overview panel 2026-08-07 04:26:56 +03:00