1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 22:39:36 +02:00
AdventureLog/backend/server/adventures/views
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 Import and Export Functionality (#698) 2025-06-26 10:23:37 -04:00
attachment_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
category_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
checklist_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
collection_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
generate_description_view.py feat: implement global search functionality for adventures, collections, users, and locations 2025-01-18 12:28:14 -05:00
global_search_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
ics_calendar_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
import_export_view.py Import and Export Functionality (#698) 2025-06-26 10:23:37 -04:00
location_image_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
location_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
lodging_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
note_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
recommendations_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
reverse_geocode_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
stats_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
tags_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
transportation_view.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00