1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 21:09:37 +02:00
AdventureLog/backend/server/adventures
2025-01-22 08:36:02 -05:00
..
management Fix scheduler 2024-08-21 10:06:09 -04:00
migrations feat: implement attachment management with upload, delete, and permission checks; update serializers and models 2025-01-19 22:22:03 -05:00
utils feat: add Attachment model and implement file permission checks for media access 2025-01-18 20:06:12 -05:00
views feat: enhance adventure handling with user ID support in serializers and attachment view; refactor saveEdit function and clean up Avatar component 2025-01-22 08:36:02 -05:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
admin.py feat: add Attachment model and implement file permission checks for media access 2025-01-18 20:06:12 -05:00
apps.py Add Liechtenstein 2024-08-21 18:56:51 -04:00
managers.py feat: implement global search functionality for adventures, collections, users, and locations 2025-01-18 12:28:14 -05:00
middleware.py fix: enhance middleware to set HTTP_X_FORWARDED_PROTO and secure proxy SSL header 2025-01-13 19:21:35 -05:00
models.py feat: implement attachment management with upload, delete, and permission checks; update serializers and models 2025-01-19 22:22:03 -05:00
permissions.py feat: implement pagination, add activity types and stats views; update category management and localization 2025-01-17 16:50:01 -05:00
serializers.py feat: enhance adventure handling with user ID support in serializers and attachment view; refactor saveEdit function and clean up Avatar component 2025-01-22 08:36:02 -05:00
tests.py migration to new backend 2024-07-08 11:44:39 -04:00
urls.py feat: implement attachment management with upload, delete, and permission checks; update serializers and models 2025-01-19 22:22:03 -05:00