feat: Add Synology Photos Importer extensions#1461
Merged
Conversation
479518b to
68491c1
Compare
ameya9
approved these changes
Jun 24, 2025
Co-authored-by: amychen <amychen@synology.com> Co-authored-by: kjchen <kjchen@synology.com> Supports photos, videos and media transmission. The authentication flow is verified on demo server via UI.
Introduce exception hierarchy for fine-grained exception handling.
Introduce API service to manage HTTP communication and endpoint logic
Implement import logic using DTP Service API.
Java 11+ requires key size at least 2048 or IllegalArgumentException will be thrown
63590e7 to
0900a1f
Compare
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.
The Synology Photos application is a useful tool for photo and album management, designed to operate on the DiskStation Manager (DSM) of Synology NAS devices. Due to most NAS systems being behind NAT and not accessible publicly, Synology offers a cloud service that acts as an intermediary. This service facilitates the transfer of data from various DTP extensions to the Synology cloud, from which users can subsequently download their data to their NAS.
This PR includes: