chatRAG / app /admin

Commit History

fix: switch SMTP from SMTP_SSL port 465 to SMTP+STARTTLS port 587 — fixes email timeout on HF Spaces
0ce979a
Running

joedown11 commited on

fix: reduce log flood — downgrade high-frequency per-request logs to DEBUG, silence uvicorn.access + httpx, upgrade OTP log to WARNING for visibility
9210ed5

joedown11 commited on

fix: revert to bare number format, add Baileys session connection pre-check to test endpoint
ee3fec5

joedown11 commited on

fix: send Baileys WA with + prefix (international format), 30s timeout, fix number stripping in save handler
55fa4e8

joedown11 commited on

debug: capture and surface Baileys API raw response body to diagnose delivery failure
dce7174

joedown11 commited on

debug: add full WhatsApp config dump to test endpoint response
7bec7f0

joedown11 commited on

fix: revert Baileys to original working code, fix claim lock (allow any admin to takeover QUEUED), fix $ not defined in inline onclick
df1b0bf

joedown11 commited on

feat: per-admin targeted notifications, dedicated Escalation settings, QoL pulse animation, rules rewrite
2671e72

joedown11 commited on

fix: add response body validation to Baileys provider, add diagnostics to test endpoint
f8c3b66

joedown11 commited on

fix: WA number stored without +, fix ProviderFactory.get_provider and send_message calls
05183df

joedown11 commited on

fix: sidebar overflow scroll + modal class open vs active
80765e8

joedown11 commited on

feat: claim-based escalation, admin transfer, per-admin WhatsApp, profile settings
f672bfd

joedown11 commited on

feat: show admin display name instead of 'Live Agent (Admin)' during takeover
0a972c5

joedown11 commited on

fix: expose updatePermGroupVisibility, saveAdminModal, doChangePassword to window scope
35db7a5

joedown11 commited on

fix: remove stray escape char causing SyntaxError at line 4738
1cfe7e8

joedown11 commited on

feat: Multi-Admin RBAC system - admin_store, router, frontend
f87c91f

joedown11 commited on

Update admin panel to show thumbs up/down badges
ee3e566

joedown11 commited on

feat: implement full rating system - empty stars, hover preview, per-thread storage, admin badge
a27005b

joedown11 commited on

Update RAG 1.2 for Main Space with Baileys auto-poll and keep-alive
2a29b48

joedown11 commited on

Auto-poll Baileys QR code generation on UI
a1d5810

joedown11 commited on

Fix 500 error due to NoneType strip and handle URL schemes securely
2c8b1b1

joedown11 commited on

Fix HF HTML boot screen causing JSONDecodeError
b99a459

joedown11 commited on

Fix proxy returning HTTP 503 for generating status
b3cc86c

joedown11 commited on

Add Baileys QR Login UI and proxy endpoint
1972d1a

joedown11 commited on

Add Baileys WhatsApp provider and UI configurations
19e5623

joedown11 commited on

feat: use global export modal for single chat export with format selection
1b782ba

joedown11 commited on

style: remove Granted text from OS popup alerts badge
a709578

joedown11 commited on

fix: persist admin preferences in localStorage and remove backend preferences endpoints
d72b48e

joedown11 commited on

fix: resolve ReferenceError in frontend settings api caused by incorrect authHeader function name
8f35421

joedown11 commited on

feat: migrate admin notification preferences to a backend-driven API to ensure single source of truth and global synchronization
560047b

joedown11 commited on

fix: immediately sync UI toggles on page load so they accurately reflect in-memory state
3529987

joedown11 commited on

fix: implement global event deduplication to fully prevent multi-tab double notifications; add in-memory caching to guarantee settings toggles are respected even if localStorage fails
a245297

joedown11 commited on

fix: add cross-tab debounce for OS notifications to prevent duplicate popups when multiple admin tabs are open
350697d

joedown11 commited on

fix: export saveNotifSetting to window so inline onchange handlers in IIFE can access it
b50e6e1

joedown11 commited on

fix: restore renotify:true to allow subsequent events for the same session to trigger OS popups
5abd489

joedown11 commited on

fix: add cache-control headers to admin panel to prevent browsers from caching stale JS logic
9e4f2f8

joedown11 commited on

fix: prevent double OS notification — remove renotify:true + seed alert_id on first QUEUED detection to prevent simultaneous QUEUED+alert double-fire
5f7edd5

joedown11 commited on

fix: remove parallel AudioContext beep from playNotifSound/playDisconnectSound — was causing double notification sound on every alert
426d399

joedown11 commited on

Integrate RAG v1.2 admin panel and handoff features
84160f5

joedown11 commited on

fix: resolve admin refresh logout issue by checking credentials dynamically
824b8cd

Martechsol commited on

Hardening admin security: moving credentials to environment variables
1d15f75

Martechsol commited on

Restore: Revert codebase to stable May 14th 6 PM state
cdcad66

Martechsol commited on

Restore to latest backup from 13 May - 2026-05-15 17:56
608d6ed

Martechsol commited on

Finalize Export Chat button text and remove debug logs
28b38ef

Martechsol commited on

Enhance sidebar export with modal, radio options, and ZIP bundling
1c231f3

Martechsol commited on

UI: Further decrease export dropdown hide delay to 300ms
6aa2af3

Martechsol commited on

UI: Decrease export dropdown hide delay to 800ms
dbfc481

Martechsol commited on

UI: Improve export dropdown hover behavior with 1.5s delay and smooth transitions
8601306

Martechsol commited on

Update app/admin/templates/admin.html
787933a
verified

joedown11 commited on

Update app/admin/templates/admin.html
8e541e3
verified

joedown11 commited on