Commit History

Add DELETE comment API endpoint
16528b4

Mohamed478 commited on

Return clean JSON reply from chat_with_article to avoid JSON syntax errors
7986b9b

Mohamed478 commited on

Enable real-time token streaming with Groq StreamingResponse
7211eef

Mohamed478 commited on

Ensure valid non-empty messages history for Groq API and return JSON response
3cb9fd0

Mohamed478 commited on

Add StreamingResponse support to AI chat endpoint
8c9a677

Mohamed478 commited on

Order articles descending by ID to place newest searched articles at the top of library
7b97c87

Mohamed478 commited on

Auto sync PostgreSQL primary key sequences on startup
72df28d

Mohamed478 commited on

Fix StringDataRightTruncation: truncate article fields to column size limits
fe0fc52

Mohamed478 commited on

Add detailed logging to scrape endpoint for debugging
d123cf5

Mohamed478 commited on

Fix PostgreSQL auto-increment: remove manual ID assignment in scrape and upload endpoints
092dafc

Mohamed478 commited on

Safely handle connection failure without crashing Uvicorn
84643f9

Mohamed478 commited on

Add explicit DB connection logging and auto SSL mode for Supabase
6ef94b9

Mohamed478 commited on

Enforce Brevo REST API in send_verification_email
df35d6e

Mohamed478 commited on

Safeguard database URL parsing in database.py
03b2915

Mohamed478 commited on

Support PostgreSQL via DATABASE_URL environment variable
fc36730

Mohamed478 commited on

Replace email verification with Brevo REST API using requests
014e180

Mohamed478 commited on

Log exact HTTP error body from Resend API
66fc53f

Mohamed478 commited on

Update Resend API key token
78a6738

Mohamed478 commited on

Integrate Resend REST API for high-speed email delivery
17a0e41

Mohamed478 commited on

Switch email sending to HTTPS REST API via Port 443
4d2221a

Mohamed478 commited on

Enhance SMTP sending logic with explicit EHLO and print status
d79adc6

Mohamed478 commited on

Fix SMTP port to 587 STARTTLS for HuggingFace compatibility
3884453

Mohamed478 commited on

Add OTP email verification and sync with local backend
6f0cc0f

Mohamed478 commited on

Add authentication and comment ratings
74e0393

Mohamed478 commited on

Update User-Agent and handle Wikipedia 429 Error
91c273f

Mohamed478 commited on

Fix search endpoint file permissions
3f1501c

Mohamed478 commited on

Deploy backend to HuggingFace
3405b9f

Mohamed478 commited on