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-30 01:54:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1b58ebd4dbdbff1d04418215041adf61b7da2831
sarlink-portal-api
/
api
T
History
i701
38d80709db
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 4m18s
Details
Enhance UserAdmin save logic to auto-generate email from mobile or user ID; improve token creation logging and user existence check
2025-06-08 14:32:30 +05:00
..
migrations
Add TemporaryUser model and related functionality for user registration and OTP verification
2025-04-16 11:01:43 +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 UserAdmin save logic to auto-generate email from mobile or user ID; improve token creation logging and user existence check
2025-06-08 14:32: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
Refactor create_superuser method in CustomUserManager to include email parameter in user creation.
2025-04-11 12:13:28 +05:00
mixins.py
Initial commit
2025-01-20 14:33:03 +05:00
models.py
Add type hint to __str__ method in TemporaryUser model
2025-04-25 15:32:19 +05:00
notifications.py
Refactor device management: add vendor field, enhance admin display, and improve MAC address handling
2025-06-01 19:27:04 +05:00
pagination.py
Initial commit
2025-01-20 14:33:03 +05:00
permissions.py
Refactor and enhance device management and authentication features
2025-04-25 14:37:27 +05:00
serializers.py
Add TemporaryUser model and related functionality for user registration and OTP verification
2025-04-16 11:01:43 +05:00
signals.py
Refactor payment permissions assignment to include all permissions except delete_payment
2025-05-31 12:41:14 +05:00
tasks.py
Refactor device management: add vendor field, enhance admin display, and improve MAC address handling
2025-06-01 19:27:04 +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 filter_temporary_user view to retrieve TemporaryUser by id_card or mobile
2025-04-18 13:39:57 +05:00
utils.py
Refactor and enhance device management and authentication features
2025-04-25 14:37:27 +05:00
views.py
Remove unused imports and clean up OTP message formatting in CreateTemporaryUserView
2025-05-31 14:01:56 +05:00