Arag / app /schemas

Commit History

fix: heal chatbot_is_active on valid subscription (403 on session/init); add Contact Us form and SuperAdmin inbox
8c0bfef

AuthorBot Cursor commited on

Ship chatbot intelligence upgrades and author-friendly Readers tab
67f5095

AuthorBot Cursor commited on

Deliver enterprise features with JWT blacklist, SuperAdmin TOTP, and CI hardening.
007cdd2

AuthorBot Cursor commited on

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

AuthorBot Cursor commited on

Add SuperAdmin retailer API keys with priority over env and free scraping.
ad1b7c6

AuthorBot Cursor commited on

Add fixed Contact Us tab and support email flow in admin panel.
851e167

AuthorBot Cursor commited on

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

AuthorBot Cursor commited on

Replace HTML platform scraping with API-first catalog hub.
80efd45

AuthorBot Cursor commited on

Refactor admin API into service and repository layers.
d6061d6

AuthorBot Cursor commited on

Add publish-help contact form with support email routing.
a36a535

AuthorBot Cursor commited on

feat: proper visitor analytics system - New Visitor model (visitor_uid + fingerprint fallback, first_seen/last_seen/page_views, geo, device) - VisitorRepository with upsert + analytics queries - visitor_tracker.py: record_visitor() upserts on every session/init - session/init accepts visitor_uid in request body (HF-Spaces iframe-safe, no cookies) - 4 new analytics endpoints: /visitors /geo /devices /sessions/stats - geo.py: region extraction + X-Real-IP support - DB migration: visitor_uid column on chat_sessions - ARCHITECTURE.md updated
3ae7860

AuthorBot commited on

feat: Phase 7 β€” Polling streaming (stream-start + poll endpoints)
94944e2

AuthorBot commited on

Add: SuperAdmin create author endpoint (POST /api/super/authors) with optional plan + fix register ValueError 500
ea890f6

AuthorBot commited on

Fix: JSONResponse args reversed causing all exception handlers to crash with TypeError
8471fa1

AuthorBot commited on

Production hardening: JWT blacklist, TOTP, Pydantic schemas, Prometheus, SSRF fix, CSP, Redis auth, Celery backup β€” 35 items across P0-P5
131d826

AuthorBot commited on

Enforce strict SuperAdmin vs Author panel separation.
6e276e0

AuthorBot Cursor commited on

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

AuthorBot Cursor commited on

Fix: accept any email/username at login, add is_superadmin to response, fix [object Object] error display
adc4a5b

AuthorBot commited on

Restructure project for HF Spaces deployment
772f852

AuthorBot commited on