aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
AgeCommit message (Collapse)Author
2020-09-29Merge pull request #3577 from crobibero/package-install-repoBond-009
Specify plugin repo on plugin installation
2020-09-28Bump Swashbuckle.AspNetCore from 5.5.1 to 5.6.3dependabot[bot]
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.5.1 to 5.6.3. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.5.1...v5.6.3) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28Bump Swashbuckle.AspNetCore.ReDoc from 5.5.1 to 5.6.3dependabot[bot]
Bumps [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.5.1 to 5.6.3. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.5.1...v5.6.3) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-26Merge remote-tracking branch 'upstream/master' into package-install-repocrobibero
2020-09-25Merge pull request #4209 from cvium/fix_forgotpasswordBond-009
Add Dto to ForgotPassword
2020-09-25Add Dto to ForgotPasswordcvium
2020-09-25Fix Identify by renaming route parameter to match function argumentcvium
2020-09-23Merge pull request #4163 from Bond-009/minor4Anthony Lavado
Minor improvements
2020-09-23Merge pull request #4187 from BaronGreenback/FFMPegErrorMsgAnthony Lavado
Fix for #4184 when no FFMPEG path set.
2020-09-23Merge pull request #4192 from nielsvanvelzen/generalcommand-sucksAnthony Lavado
Use GeneralCommandType enum in GeneralCommand
2020-09-23Merge pull request #4082 from cromefire/patch-4dkanada
More expressive names for the VideoStream API
2020-09-23Merge pull request #4126 from crobibero/3.1.8dkanada
update to dotnet 3.1.8
2020-09-21Use GeneralCommandType in SessionController parametersNiels van Velzen
2020-09-21Use GeneralCommandType enum in GeneralCommand nameNiels van Velzen
2020-09-20Update SessionController.csBaronGreenback
2020-09-20Update DynamicHlsController.csBaronGreenback
2020-09-20Update Jellyfin.Api/Controllers/SessionController.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-19Update TranscodingJobHelper.csBaronGreenback
2020-09-19Update SessionController.csBaronGreenback
2020-09-19Update SessionController.csBaronGreenback
2020-09-19Update DynamicHlsController.csBaronGreenback
2020-09-19Update Jellyfin.Api/Controllers/SessionController.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-09-19Update Jellyfin.Api/Controllers/SessionController.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-09-19Update Jellyfin.Api/Controllers/SessionController.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-09-17Update SessionController.csBaronGreenback
removed space
2020-09-17Update DynamicHlsController.csBaronGreenback
2020-09-17Update SessionController.csBaronGreenback
2020-09-17Update DynamicHlsController.csBaronGreenback
Removed container fields
2020-09-17Inverted if statementBaronGreenback
2020-09-17Update SessionController.csBaronGreenback
2020-09-16FixBond_009
2020-09-16Minor improvementsBond_009
2020-09-12update to dotnet 3.1.8crobibero
2020-09-11Merge pull request #4093 from crobibero/bad-routeBond-009
Fix api routes
2020-09-10Merge pull request #4116 from cvium/add_known_proxiesBond-009
Add Known Proxies to system configuration
2020-09-10Fix the testcvium
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-09Remove nullable from requiredcrobibero
2020-09-09Merge remote-tracking branch 'upstream/master' into bad-routecrobibero
2020-09-09revert changescrobibero
2020-09-09Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-09Merge remote-tracking branch 'upstream/master' into bad-routecrobibero
2020-09-08Fix container routescrobibero
2020-09-08Merge pull request #4092 from crobibero/api-go-brrrBond-009
Add missing FromRoute, Required attribute
2020-09-07fix play command routecrobibero
2020-09-07add back optional for route paramcrobibero
2020-09-07fix attribute spacingcrobibero
2020-09-07Fix api routescrobibero
2020-09-07Merge pull request #3899 from crobibero/plugin-installAnthony Lavado
Install specific plugin version if requested
2020-09-07Add missing FromRoute, Required attributecrobibero