schon/engine/vibes_auth
Egor fureunoir Gorbunov ad320235d6 feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP
- Refactored monetary fields across models to use `DecimalField` for improved precision.
- Implemented two-factor authentication (2FA) for admin logins with OTP codes.
- Added ability to generate admin OTP via management commands.
- Updated Docker Compose override for dev-specific port bindings.
- Included template for 2FA OTP verification to enhance security.

Additional changes:
- Upgraded and downgraded various dependencies (e.g., django-celery-beat and yarl).
- Replaced float-based calculations with decimal for consistent rounding behavior.
- Improved admin user management commands for activation and OTP generation.
2026-03-03 00:42:21 +03:00
..
docs feat(emailing): add OpenAPI schemas for unsubscribe and tracking endpoints 2026-02-05 19:30:53 +03:00
emailing feat(markdown): integrate markdown rendering and editor support 2026-02-27 23:36:51 +03:00
graphene feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
locale 2026.1 2026-01-26 03:23:41 +03:00
management feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
messaging 2026.1 2026-01-25 23:16:38 +03:00
migrations feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
static 2025.4 BETA 2025-11-10 08:36:57 +03:00
templates feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
tests 2026.1 2026-01-25 23:16:38 +03:00
utils feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
__init__.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
admin.py feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
admin_site.py feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
apps.py feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
choices.py Features: 1) Introduced ChatThread and ChatMessage models for messaging functionality; 2) Added ThreadStatus and SenderType choices for structured messaging states; 3) Integrated Django migrations with indexing for new models; 2025-11-11 18:31:17 +03:00
filters.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
forms.py Features: (1) None; 2025-12-18 15:55:43 +03:00
managers.py Features: 1) None; 2025-12-19 16:43:39 +03:00
models.py feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00
serializers.py refactor(engine): downgrade ty version and clean up unused code 2026-02-21 20:01:28 +03:00
signals.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
tasks.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
translation.py feat(markdown): integrate markdown rendering and editor support 2026-02-27 23:36:51 +03:00
urls.py 2026.1 2026-01-26 03:23:41 +03:00
validators.py Extra: RUFF 2025-12-15 20:29:02 +03:00
views.py Features: (1) None; 2025-12-18 15:55:43 +03:00
viewsets.py feat(payments, vibes_auth, core): introduce decimal fields, 2FA, and admin OTP 2026-03-03 00:42:21 +03:00