• Joined on 2025-11-09
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 21:06:24 +00:00
fc6dd5623a Add refresh token functionality and improve login response handling
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 20:36:03 +00:00
1531f41226 Revert "Fix authentication: Ensure correct user/account is loaded"
37a64fa1ef Revert "Fix authentication: Use token's account_id as authoritative source"
c4daeb1870 Revert "Fix authentication: Follow unified API model - token account_id is authoritative"
79aab68acd Revert "Fix credit system: Add developer/system account bypass for credit checks"
11a5a66c8b Revert "Revert to main branch account handling logic"
Compare 6 commits »
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 20:08:59 +00:00
8a9dd44c50 branch 1st
salman pushed to main at salman/igny8 2025-11-16 20:02:46 +00:00
salman pushed to main at salman/igny8 2025-11-16 19:49:57 +00:00
9f3c4a6cdd Fix middleware: Don't set request.user, only request.account
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:44:20 +00:00
219dae83c6 Revert to main branch account handling logic
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:40:47 +00:00
066b81dd2a Fix credit system: Add developer/system account bypass for credit checks
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:36:21 +00:00
8171014a7e Fix authentication: Follow unified API model - token account_id is authoritative
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:34:04 +00:00
46b5b5f1b2 Fix authentication: Use token's account_id as authoritative source
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:28:39 +00:00
a267fc0715 Fix authentication: Ensure correct user/account is loaded
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:26:21 +00:00
9ec8908091 Phase 0: Fix ModuleEnableSettings list() - use get() instead of get_or_create
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:25:38 +00:00
0d468ef15a Phase 0: Improve ModuleEnableSettings get_queryset to filter by account
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:25:07 +00:00
8fc483251e Phase 0: Fix ModuleEnableSettings 404 error - improve error handling
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:22:48 +00:00
1d39f3f00a Phase 0: Fix token race condition causing logout after login
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:16:44 +00:00
b20fab8ec1 Phase 0: Fix AppLayout to only load sites when authenticated
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:16:09 +00:00
437b0c7516 Phase 0: Fix AppSidebar to only load module settings when authenticated
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:14:54 +00:00
4de9128430 Phase 0: Fix ModuleEnableSettings permissions - allow read access to all authenticated users
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:13:21 +00:00
f195b6a72a Phase 0: Fix infinite loop in AppSidebar and module settings loading
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:06:51 +00:00
ab6b6cc4be Phase 0: Add credit costs display to Credits page
d0e6b342b5 Phase 0: Update billing pages to show credits and credit costs
Compare 2 commits »
salman pushed to feature/phase-0-credit-system at salman/igny8 2025-11-16 19:02:32 +00:00
461f3211dd Phase 0: Add monthly credit replenishment Celery Beat task