Closed
Conversation
Agent-Logs-Url: https://github.com/LycheeOrg/Lychee/sessions/d4cec243-8937-481d-85f9-0883b964821b Co-authored-by: ildyria <627094+ildyria@users.noreply.github.com>
…e chunk_size, pre-generate filenames, drop I5 Agent-Logs-Url: https://github.com/LycheeOrg/Lychee/sessions/ac58e9d0-1495-4f69-a39f-ea4b48162ffb Co-authored-by: ildyria <627094+ildyria@users.noreply.github.com>
- Add DB migration with download_archive_chunked (BOOL) and download_archive_chunk_size (INT) config keys - Add ChunkSlice DTO for representing a photo slice - Add CHUNK_ATTRIBUTE constant to RequestAttribute - Extend ZipRequest with chunk validation rule and chunkSlice() method - Add ZipChunksRequest and ZipChunksController for GET /Zip/chunks endpoint - Refactor BaseArchive::do() to support optional ChunkSlice for chunked ZIPs - Two-pass approach: gather all filenames, then stream only the slice - Produces <title>.partN.zip filenames for chunked downloads - Update AlbumController::getArchive() to pass chunkSlice() to do() - Add is_download_archive_chunked to InitConfig, lychee.d.ts, and LycheeState - Add getChunkCount() and downloadChunk() to album-service and photo-service - Update DownloadAlbum.vue and DownloadPhoto.vue with sequential chunked download - Add GET /Zip/chunks route to api_v2.php - Add ZipChunksTest and ZipChunkedDownloadTest with 10 passing tests - Extend BaseApiTest::download() with extra_params support Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: ildyria <627094+ildyria@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ildyria
April 12, 2026 22:33
View session
…anguage files Agent-Logs-Url: https://github.com/LycheeOrg/Lychee/sessions/bcb62754-9fae-47ea-b736-7c5aec624cef Co-authored-by: ildyria <627094+ildyria@users.noreply.github.com>
Codecov Report❌ Patch coverage is 🚀 New features to boost your workflow:
|
…or photos and albums Agent-Logs-Url: https://github.com/LycheeOrg/Lychee/sessions/0295fe2a-24df-4d4e-be88-dcb1e7ed53c9 Co-authored-by: ildyria <627094+ildyria@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DownloadAlbum.vueto support photo downloads (add optionalphotoIds+fromIdprops; usePhotoServicewhen in photo mode)AlbumPanel.vue: wire phototoggleDownloadto open quality-selector modal instead of callingPhotoService.download()directlyAlbums.vue: wire albumtoggleDownloadto openDownloadAlbum.vueinstead of callingAlbumService.download()directlyTagPanel.vue: wire phototoggleDownloadto open quality-selector modalSearch.vue: wire photo + albumtoggleDownloadto open modalTimeline.vue: wire phototoggleDownloadto open modal