1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49:37 +02:00
AdventureLog/backend/server/main
Sean Morley c461f7b105
Import and Export Functionality (#698)
* feat(backup): add BackupViewSet for data export and import functionality

* Fixed frontend returning corrupt binary data

* feat(import): enhance import functionality with confirmation check and improved city/region/country handling

* Potential fix for code scanning alert no. 29: Information exposure through an exception

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Refactor response handling to use arrayBuffer instead of bytes

* Refactor image cleanup command to use LocationImage model and update import/export view to include backup and restore functionality

* Update backup export versioning and improve data restore warning message

* Enhance image navigation and localization support in modal components

* Refactor location handling in Immich integration components for consistency

* Enhance backup and restore functionality with improved localization and error handling

* Improve accessibility by adding 'for' attribute to backup file input label

---------

Co-authored-by: Christian Zäske <blitzdose@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-06-26 10:23:37 -04:00
..
__init__.py chore: Update Navbar component with search form 2024-07-20 21:39:33 -04:00
settings.py Import and Export Functionality (#698) 2025-06-26 10:23:37 -04:00
urls.py feat: Implement disable password authentication for users with social accounts 2025-03-16 21:49:00 -04:00
utils.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
views.py feat: add Attachment model and implement file permission checks for media access 2025-01-18 20:06:12 -05:00
wsgi.py Migrate Django server to guicorn 2024-10-21 19:59:01 -04:00