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-27 06:04:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d0c809489cb86d1ddf452c807e982c613c07d74d
sarlink-portal-api
/
api
T
History
i701
3e7a74950e
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 4m17s
Details
fix(tasks): add device activation/deactivation & blocking/unblocking for background task
🐛
2025-07-26 20:33:26 +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
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): add wallet_balance field to CustomReadOnlyUserSerializer
✨
2025-07-25 15:19:05 +05:00
signals.py
refactor(signals): exclude delete permissions for payment and topup in user permission assignment
🔨
2025-07-11 09:57:58 +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(tasks): add device activation/deactivation & blocking/unblocking for background task
🐛
2025-07-26 20:33:26 +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
fix(views): optimize database queries to solve N+1 problems
🔨
🐛
2025-07-25 23:22:35 +05:00