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-24 22:38:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fc1aba3239ae81bb780f7c393a036868ea334e06
sarlink-portal-api
/
api
T
History
i701
fc1aba3239
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 6m27s
Details
fix(user): update verification status field to t_verified in verify_user_with_person_api_task
2025-08-02 13:56:27 +05:00
..
migrations
feat(agreement): add agreement field to user model and implement agreement upload functionality
✨
2025-07-25 00:01:56 +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
feat(admin): add agreement field to UserAdmin for improved user management
✨
2025-07-25 10:44:58 +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
bot.py
feat(telegram): implement asynchronous Telegram alert system and enhance user verification messaging
✨
2025-07-27 21:56:59 +05:00
exceptions.py
Initial commit
2025-01-20 14:33:03 +05:00
filters.py
feat(filters): add id_card and mobile filters to UserFilter class
✨
2025-07-11 15:09:51 +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
feat(wallet): implement wallet transaction model, views, and serializers for fund management
✨
2025-07-25 14:38:34 +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
omada.py
Refactor device blocking logic in DeviceBlockAPIView to utilize Omada BlockDeviceResponse for blocking in omada first
2025-06-23 23:41:59 +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
feat(user): remove agreement field from UserUpdateSerializer
2025-07-27 22:57:44 +05:00
signals.py
feat(permissions): add user read-only permission assignment on user creation
✨
2025-07-27 22:28:12 +05:00
tasks_app.py
feat(tasks): integrate procrastinate app and configure on_app_ready callback
✨
2025-07-05 14:32:57 +05:00
tasks.py
fix(user): update verification status field to t_verified in verify_user_with_person_api_task
2025-08-02 13:56:27 +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
feat(wallet): implement wallet transaction model, views, and serializers for fund management
✨
2025-07-25 14:38:34 +05:00
utils.py
refactor(verification): enhance error handling and response structure in user verification process
🔨
2025-07-15 23:04:11 +05:00
views.py
feat(user): update user verification process to utilize TemporaryUser model and include verification status in response
2025-08-02 13:38:47 +05:00