Commit Graph

13 Commits

Author SHA1 Message Date
bfc3fd1b89 fix temporary user id passing to user verification 🐛
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m52s
2025-09-14 21:51:31 +05:00
b0936cd489 fix(signals): change post_save receiver to TemporaryUser for user verification
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m26s
2025-08-02 14:17:06 +05:00
f6afb3b658 feat(permissions): add user read-only permission assignment on user creation
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m40s
2025-07-27 22:28:12 +05:00
2bc594da9c feat(permissions): add wallet transaction permissions assignment on user creation
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m23s
2025-07-27 20:13:40 +05:00
56ab79bd8c refactor(signals): exclude delete permissions for payment and topup in user permission assignment 🔨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m1s
2025-07-11 09:57:58 +05:00
35384ef049 refactor(api): change async functions to synchronous for user verification task 🔨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m8s
2025-07-08 22:57:43 +05:00
c31acead70 refactor(signals, tasks): update user verification task to use async and improve logging 🔨 2025-07-05 14:33:25 +05:00
70f8efb19a refactor(signals): Simplify topup permissions assignment by including all permissions 🔨 2025-07-04 20:14:48 +05:00
978a4a27d0 feat(billing): Add topup permissions assignment for new users 2025-07-03 21:02:37 +05:00
15f885a4cb Refactor payment permissions assignment to include all permissions except delete_payment
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m7s
2025-05-31 12:41:14 +05:00
e0a80d4a00 registration and verify abuse WIP
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m27s
2025-04-15 14:01:47 +05:00
f6f77bb0e5 Add wallet balance to User model and implement Atoll/Island management
- Added `wallet_balance` field to the User model.
- Updated UserAdmin to include `wallet_balance` in the admin interface.
- Created serializers and views for Atoll and Island management.
- Implemented endpoints for listing, creating, and updating Atolls and Islands.
- Enhanced payment processing with UUIDs for Payment and Topup models.
- Added migration files for new fields and constraints.
- Improved error handling and validation in various views.
- Updated email templates for better responsiveness and SEO.
2025-01-20 20:59:16 +05:00
4d0eb86478 Initial commit 2025-01-20 14:33:03 +05:00