• Joined on 2025-01-07
pacnpal synced commits to react at pacnpal/thrillwiki_django_no_react from mirror 2026-01-06 10:27:06 -05:00
4da7e52fb0 feat: Implement passkey authentication, account management features, and a dedicated MFA login verification flow.
pacnpal synced commits to react at pacnpal/thrillwiki_django_no_react from mirror 2026-01-05 14:47:05 -05:00
b80654952d docs: add Supabase to Django endpoint mapping documentation
2b7bb4dfaa feat: Implement email change cancellation, location search, and admin anomaly detection endpoints.
Compare 2 commits »
pacnpal synced commits to react at pacnpal/thrillwiki_django_no_react from mirror 2026-01-05 10:07:06 -05:00
a801813dcf feat: Implement a new notifications application, add admin API views for dashboard metrics, introduce scheduled tasks, and update API routing and project configurations.
pacnpal synced new reference react to pacnpal/thrillwiki_django_no_react from mirror 2026-01-05 07:47:05 -05:00
pacnpal synced commits to react at pacnpal/thrillwiki_django_no_react from mirror 2026-01-05 07:47:05 -05:00
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2026-01-05 07:47:05 -05:00
1c6e219662 feat: Migrate image URL access from .url to .public_url across all relevant services and serializers.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2026-01-04 19:27:04 -05:00
70e4385c2b fix: Initialize historical_event variable to None.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2026-01-04 18:47:04 -05:00
30aa887d2a refactor: Standardize error logging by using logger.error in state machine callbacks and capture_and_log in management commands.
dd2d09b1c7 feat: replace direct logger.error with capture_and_log for critical state machine callback failures.
89d9e945b9 refactor: Replace direct error logging with capture_and_log utility in performance and rate limiting middleware.
bc4a3c7557 refactor: Replace direct logger.error calls with capture_and_log in accounts services and conditionally pass error_id during ApplicationError creation.
Compare 4 commits »
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2026-01-02 16:07:03 -05:00
95700c7d7b feat: Implement centralized error capture and handling with new middleware, services, and API endpoints, and add new admin and statistics API views.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2026-01-02 08:07:04 -05:00
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2026-01-01 15:27:04 -05:00
b243b17af7 feat: Implement initial schema and add various API, service, and management command enhancements across the application.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2025-12-28 17:47:06 -05:00
c95f99ca10 feat: Implement MFA authentication, add ride statistics model, and update various services, APIs, and tests across the application.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2025-12-27 15:47:01 -05:00
aa56c46c27 feat: Add user leaderboard API, Cloudflare Turnstile integration, and support ticket categorization.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2025-12-26 20:27:06 -05:00
137b9b8cb9 docs: Add comprehensive gap analysis matrix comparing source documentation to codebase implementation.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2025-12-26 15:27:16 -05:00
00699d53b4 feat: Add blog, media, and support apps, implement ride credits and image API, and remove toplist feature.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2025-12-26 09:31:15 -05:00
cd8868a591 feat: Introduce lists and reviews apps, refactor user list functionality from accounts, and add user profile fields.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2025-12-26 08:31:14 -05:00
ed04b30469 refactor: Relocate ride services from services.py to services_core.py and refine admin display fields.
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2025-12-23 22:11:20 -05:00
a9f5644c5c chore: Add Pylint configuration for Django project to suppress false positives and enforce coding standards
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2025-12-23 21:51:12 -05:00
a0be417f74 refactor: Remove build-system section from pyproject.toml and update source type in uv.lock
pacnpal synced commits to nuxt at pacnpal/thrillwiki_django_no_react from mirror 2025-12-23 21:31:10 -05:00
ca770d76ff Enhance documentation and management commands for ThrillWiki