syno icon indicating copy to clipboard operation
syno copied to clipboard

Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x.

Results 23 syno issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [nconf](https://github.com/flatiron/nconf) from 0.10.0 to 0.11.4. Release notes Sourced from nconf's releases. v0.11.4 Fixes: Prevent improper usage of the memory store from polluting the object prototype (#397) (@​mhamann) v0.11.3 Fixes:...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 0.2.1 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, how to run this API Call: ``` GET /webapi/entry.cgi? api="SYNO.SurveillanceStation.Face.Result"&version="1"&method="List"&blIncludeSnapshot=false&blInclu deRegisteredFace=false&filter={"start_date_ts":1593446400000, "end_date_ts":1594051200000,"ignore_bad_quality":true}&limit=1&&slaveDsParam={"0": {"max_id":88731, "start":0}} ``` described here on Page 540 https://global.download.synology.com/download/Document/Software/DeveloperGuide/Package/SurveillanceStation/All/enu/Surveillance_Station_Web_API.pdf thried this: ``` syno.ss.Face.Result({'method':'List','blIncludeSnapshot': true, 'blIncludeRegisteredFace': true}, function(err,res){...

enhancement

If response is not "text/plain" like "image/jpeg" do not try to get error in data result.

question

- Added `otp_code` param to login for two-factor authentication (`otplib` is using for generating auth code). - Fixed storing and reusing SID for each of `sessionName`.

enhancement

Does this package support the photo-station package and API? Thanks.

enhancement

Is it possible to play a song through AudioStation selecting a specified RemotePlayer? I can correctly view the remote player via `syno as listRemotePlayers`, but i can't find a way...

question