Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
testingweb647
/
Arag
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Arag
/
app
/
models
51.3 kB
Ctrl+K
Ctrl+K
2 contributors
History:
25 commits
AuthorBot
Add email list sync UI, Phase 4 user fields, and startup migrations.
59ba43e
about 1 hour ago
__init__.py
1.22 kB
Add enterprise growth APIs, billing, admin UI, and test suite.
about 1 hour ago
agency.py
2.9 kB
Add enterprise growth APIs, billing, admin UI, and test suite.
about 1 hour ago
analytics.py
3.48 kB
Fix analytics accuracy, tenant isolation, and event-loop blocking.
about 3 hours ago
base.py
923 Bytes
Restructure project for HF Spaces deployment
22 days ago
book.py
3.73 kB
Add Platform Presence Scanner for URL import distribution scoring.
4 days ago
chat_session.py
4 kB
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
14 days ago
client_access.py
3.13 kB
Add enterprise growth APIs, billing, admin UI, and test suite.
about 1 hour ago
custom_qa.py
1.88 kB
feat: Phases 2B + 3B โ semantic Q&A and vector store fixes
14 days ago
document.py
2.03 kB
Restructure project for HF Spaces deployment
22 days ago
email_verification.py
2.26 kB
Add enterprise growth APIs, billing, admin UI, and test suite.
about 1 hour ago
link.py
2.78 kB
Restructure project for HF Spaces deployment
22 days ago
platform_api_credential.py
1.37 kB
Add SuperAdmin retailer API keys with priority over env and free scraping.
about 5 hours ago
platform_listing.py
1.9 kB
Fetch list prices during platform presence scans where retailers allow it.
about 20 hours ago
pricing_plan.py
6.19 kB
Add enterprise growth APIs, billing, admin UI, and test suite.
about 1 hour ago
referral.py
3.32 kB
Add enterprise growth APIs, billing, admin UI, and test suite.
about 1 hour ago
stripe_event.py
1.97 kB
Add enterprise growth APIs, billing, admin UI, and test suite.
about 1 hour ago
user.py
5.72 kB
Add email list sync UI, Phase 4 user fields, and startup migrations.
about 1 hour ago
visitor.py
2.52 kB
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
14 days ago