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-28 19:04:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c4f898973482c0429ab9f94badff79c4dcaae4ae
sarlink-portal-api
/
api
T
History
i701
eb43b3108d
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 4m32s
Details
Refactor Omada client initialization: move instantiation to add_new_devices_to_omada task
2025-06-28 14:49:39 +05:00
..
migrations
Add is_admin field to User model and update related serializers and views
2025-06-09 13:28:57 +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
Add is_admin field to User model and update related serializers and views
2025-06-09 13:28:57 +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
Add atoll and island fields to user serializer; implement island and atoll serializers with depth handling
2025-06-09 21:42:10 +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 is_admin field to User model and update related serializers and views
2025-06-09 13:28:57 +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
Add atoll and island fields to user serializer; implement island and atoll serializers with depth handling
2025-06-09 21:42:10 +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 Omada client initialization: move instantiation to add_new_devices_to_omada task
2025-06-28 14:49:39 +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 user verification endpoint and logic; implement check against Person API
2025-06-10 16:42:13 +05:00
utils.py
Add user verification endpoint and logic; implement check against Person API
2025-06-10 16:42:13 +05:00
views.py
Refactor task management: replace Celery with Procrastinate for background tasks and update related configurations
2025-06-28 10:25:33 +05:00