Arag / static

Commit History

Fix false session-expired errors on admin books load.
c5db49d

AuthorBot Cursor commited on

SuperAdmin QoL: persistent session, TOTP session, shared provider keys.
65a6194

AuthorBot Cursor commited on

Implement Enterprise Worth Roadmap (R-139–R-173).
df480e4

AuthorBot Cursor commited on

Fix book URL import to extract full ISBN metadata and survive repeat fetches.
c687a0b

AuthorBot Cursor commited on

Fix 429 rate limits and show friendly errors in widget.
c23e3f9

AuthorBot Cursor commited on

fix: correct API base URL from /api/v1 to /api in all frontend files
cd58283

AuthorBot commited on

feat: full admin SPA + superadmin persistent login fix
5d1ab94

AuthorBot commited on

feat: deep book metadata extraction - author bio, genre, ratings, pages
2bfc0e2

AuthorBot commited on

feat: book URL import - 10 platforms, 3-step UI, scraper service
2a566aa

AuthorBot commited on

feat: show IP address in sessions + persistent login until logout - Add ip_address field to ChatSession model (VARCHAR 45, handles IPv4+IPv6) - Store real client IP at session/init time via get_real_ip() - Expose ip_address in /sessions list and /sessions/{id}/transcript responses - DB migration: ip_address column added to chat_sessions - Bump REFRESH_TOKEN_EXPIRE_DAYS from 7 to 30 days (stay logged in 1 month) - Fix auth-client.js: refreshAccessToken only clears session on 401/403, not on network/5xx errors (HF cold-start safe) - Fix restoreSession: keeps session alive when refresh fails transiently, only clears on explicit auth rejection
cb1aefd

AuthorBot commited on

Fix: session persistence on refresh - don't clear tokens on network/server errors
ba2f394

AuthorBot commited on

Fix logout on page refresh by restoring sessions via refresh token and cookies.
ccbebe0

AuthorBot Cursor commited on

Enforce brief sales-focused chatbot rules with spoiler guard and buy CTAs.
701aaf2

AuthorBot Cursor commited on

Restructure chat flow: hello shows clickable book list, then engaging Q&A.
0daa940

AuthorBot Cursor commited on

Fix auth session expiry with shared auto-refresh client for admin panels.
e70f2c6

AuthorBot commited on

Fix chat session init crash and improve embed reliability
2b2591e

AuthorBot commited on

Premium redesign: admin panel, superadmin panel, fix widget API paths, fix analytics 500
d5a8d18

AuthorBot commited on

Restructure project for HF Spaces deployment
772f852

AuthorBot commited on