Arag / app /superadmin

Commit History

Fix emoji corruption properly using pristine commit reference
05f2abe
Running

AuthorBot commited on

Fix UTF-8 mojibake in admin and SuperAdmin templates.
bf8e804

AuthorBot Cursor commited on

Move growth features to SuperAdmin; rename /admin to /author.
d00f7c1

AuthorBot Cursor commited on

Add enterprise growth APIs, billing, admin UI, and test suite.
12930b5

AuthorBot Cursor commited on

P0 security: async backup, widget CORS, Redis auth.
937692a

AuthorBot Cursor commited on

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

AuthorBot Cursor commited on

Add mandatory SuperAdmin TOTP enrollment and production delivery skills.
19a1415

AuthorBot Cursor commited on

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

AuthorBot Cursor commited on

fix: correct DATA_API base URL in superadmin.html to prevent duplicate /super path
532c56a

AuthorBot 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

fix: keep run_backup as lazy import (celery not in local dev env)
3e81f51

AuthorBot commited on

refactor: Phase 6A+6B — top-level imports and Pydantic schema upgrades
88872f0

AuthorBot commited on

Refactor: complete 10/10 modularity — superadmin/routers/, core/startup/, pipeline/generation.py, slim main.py
f05fb3c

AuthorBot commited on

Fix: datetime naive/aware crash across embed-token, access-repo, superadmin, expiry-task + friendly no-subscription UI
0cadd33

AuthorBot commited on

Improve: Create Author flow - success modal with details + redirect to Grant Access with pre-filled email
2bbde84

AuthorBot commited on

Fix: CSP connect-src for jsdelivr + better create author error display
6d85d9d

AuthorBot commited on

Add: Create Author UI modal in SuperAdmin panel with plan selection
0c80c73

AuthorBot commited on

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

AuthorBot commited on

Fix: missing timezone import in superadmin grants + naive/aware datetime comparison crash
90769e9

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

Fix token display for unsubscribed authors and add SuperAdmin author removal.
cf196a9

AuthorBot Cursor commited on

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

AuthorBot Cursor commited on

Fix revoke subscription hang caused by blocking SMTP email send.
2e8c5a3

AuthorBot commited on

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

AuthorBot commited on

fix: naive vs aware datetime error in grants/extend/embed-token, grant button loading state + 15s timeout + token display modal
7e0e662

AuthorBot commited on

feat: Per-user auto embed token, full Token Management SA page, fix extend on expired subs, add /grants + /reset-tokens + /embed-token endpoints
8916c9a

AuthorBot commited on

Fix CSS: sidebar now scrollable with thin scrollbar, tooltips drop DOWN instead of up to stay in viewport
05614e4

AuthorBot commited on

Add QoL info tooltips to SuperAdmin panel, match admin panel design
1105a2b

AuthorBot commited on

Major hardening: bulletproof superadmin router with try/except on every endpoint, fix exception handler names, validate tokens before dashboard, add QoL info tooltips to all admin pages
7d736db

AuthorBot commited on

Fix SuperAdmin 500 errors: harden get_current_user against null/undefined/expired tokens, return 401 instead of 500; harden SuperAdmin apiGet/apiPost with defensive JSON parsing and 401/403 redirect to login; fix grant_access serialization
ed8ccd5

AuthorBot commited on

Phase 1.2+5.1+6.2+6.5: Book cover upload with resizing, conversion funnel analytics, intent distribution, backup system, CI/CD pipeline
e00a1e3

AuthorBot commited on

Deep audit fix: add missing model columns (blocked, rating, tokens_used, out_of_scope_message, buy_url, preview_url), fix .get() calls, fix ingest doc creation, add track-click endpoint, add column migrations, fix email crash, fix audit log field names, enrich superadmin author list
868f634

AuthorBot commited on

Wire all frontend features to real backend APIs: widget-config, profile, personality, notifications, smart-links, token-usage, grant-by-email, fix password endpoint
23cc545

AuthorBot commited on

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

AuthorBot commited on

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

AuthorBot commited on

UX: remove TOTP field from superadmin login (not yet implemented in backend)
69b2da8

AuthorBot commited on

Restructure project for HF Spaces deployment
772f852

AuthorBot commited on