This website requires JavaScript.
Explore
Help
Sign In
sarlink
/
sarlink-portal-api
Watch
6
Star
0
Fork
0
mirror of
https://github.com/i701/sarlink-portal-api.git
synced
2026-07-29 19:44:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c3abdd8e34b50efb731796c61d56a63c989e9439
sarlink-portal-api
/
api
T
History
i701
a8adddfda4
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 2m32s
Details
Add authorization check in UpdateUserWalletView to restrict updates to the user's own wallet
2025-04-05 22:50:14 +05:00
..
migrations
Enhance User model: add email field with unique constraint, update id_card field to allow null values, and include verified field. Update UserAdmin to display verified field. Improve device listing to filter by logged-in user.
2025-03-28 22:25:30 +05:00
templates
/email
Initial commit
2025-01-20 14:33:03 +05:00
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
admin.py
Enhance User model: add email field with unique constraint, update id_card field to allow null values, and include verified field. Update UserAdmin to display verified field. Improve device listing to filter by logged-in user.
2025-03-28 22:25:30 +05:00
apps.py
Initial commit
2025-01-20 14:33:03 +05:00
authentication.py
Initial commit
2025-01-20 14:33:03 +05:00
backends.py
Initial commit
2025-01-20 14:33:03 +05:00
exceptions.py
Initial commit
2025-01-20 14:33:03 +05:00
filters.py
Refactor Docker configuration and API endpoints
2025-01-24 11:43:18 +05:00
managers.py
Enhance User model: add email field with unique constraint, update id_card field to allow null values, and include verified field. Update UserAdmin to display verified field. Improve device listing to filter by logged-in user.
2025-03-28 22:25:30 +05:00
mixins.py
Initial commit
2025-01-20 14:33:03 +05:00
models.py
Enhance User model: add email field with unique constraint, update id_card field to allow null values, and include verified field. Update UserAdmin to display verified field. Improve device listing to filter by logged-in user.
2025-03-28 22:25:30 +05:00
pagination.py
Initial commit
2025-01-20 14:33:03 +05:00
permissions.py
Initial commit
2025-01-20 14:33:03 +05:00
serializers.py
Add UpdateUserWalletView and CustomUserByWalletBalanceSerializer for wallet balance updates
2025-04-05 20:53:06 +05:00
signals.py
Add wallet balance to User model and implement Atoll/Island management
2025-01-20 20:59:16 +05:00
tests.py
Initial commit
2025-01-20 14:33:03 +05:00
throttle.py
Initial commit
2025-01-20 14:33:03 +05:00
urls.py
Add UpdateUserWalletView and CustomUserByWalletBalanceSerializer for wallet balance updates
2025-04-05 20:53:06 +05:00
utils.py
Initial commit
2025-01-20 14:33:03 +05:00
views.py
Add authorization check in UpdateUserWalletView to restrict updates to the user's own wallet
2025-04-05 22:50:14 +05:00