aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
AgeCommit message (Collapse)Author
2021-12-17Merge pull request #6956 from cvium/what_could_go_wrongCody Robibero
2021-12-15Merge pull request #7002 from crobibero/dotnet-6.0.1Joshua M. Boniface
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-14Update to dotnet 6.0.1Cody Robibero
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-11Merge pull request #6902 from cvium/migrate_networkconfigCody Robibero
Migrate network configuration safely
2021-12-07Refactor extras parsingcvium
2021-11-30- take into account the streams dlnaheaders query parameter set by the ↵Marius Luca
DidlBuilder NormalizeDlnaMediaUrl function
2021-11-27Use the Memory overload for ReadAsync (#6865)Claus Vium
2021-11-24Create a store key constant for networkcvium
2021-11-24Migrate network configuration safelycvium
2021-11-21Merge pull request #6879 from crobibero/client-log-cleanupClaus Vium
Remove ClientLog endpoints
2021-11-20Remove ClientLog endpointsCody Robibero
2021-11-19Add ability to exclude active sessions from resumable itemsCody Robibero
2021-11-16Fix some warningsBond_009
2021-11-16Remove unused dependenciescvium
2021-11-15- ensure the proper StartTimeTicks variable is forwarded to the ↵Marius Luca
AddDlnaHeaders function
2021-11-13Don't throw exception on unauthenticated requestsCody Robibero
2021-11-13Merge pull request #6836 from cvium/apphost_light_cleanupCody Robibero
2021-11-13Very light cleanup in applicationhostcvium
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
Remove duplicate, fix namespace
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Fix some warningsBond_009
609 left
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-11-08Update to full dotnet 6Cody Robibero
2021-11-05Use client info from claimsCody Robibero
2021-11-02Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-31Use correct id when finding existing dlna profileCody Robibero
2021-10-30Update Jellyfin.Api/Models/ClientLogDtos/ClientLogDocumentResponseDto.csCody Robibero
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2021-10-29Use response dtoCody Robibero
2021-10-28Update documentation; use information from authorization; return generated ↵Cody Robibero
filename
2021-10-27Suggestions from reviewCody Robibero
2021-10-26Add ability to upload entire fileCody Robibero
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-26Merge pull request #5755 from BaronGreenback/NetworkAccessPolicyClaus Vium
2021-10-25Merge pull request #6486 from ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
2021-10-20Bump Swashbuckle.AspNetCore.ReDoc from 6.2.2 to 6.2.3dependabot[bot]
Bumps [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore.ReDoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20Merge pull request #6714 from ↵Bond-009
jellyfin/dependabot/nuget/Swashbuckle.AspNetCore-6.2.3
2021-10-19Add IsAutomated to SubtitleSearchRequestMBR-0001
2021-10-18Bump Swashbuckle.AspNetCore from 6.2.2 to 6.2.3dependabot[bot]
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-10Throw on FFmpeg non-zero exit codeDmitry Lyzo
2021-10-09Merge pull request #6657 from Bond-009/dotnetbugClaus Vium
2021-10-08Merge pull request #6663 from crobibero/dotnet-6-rc1Claus Vium
Reference dotnet6-rc1 packages
2021-10-08Merge pull request #6678 from Bond-009/randomClaus Vium
Use new Random.Shared instead of creating new instances
2021-10-08Use new Random.Shared instead of creating new instancesBond_009
2021-10-06Set AnalysisMode to AllEnabledByDefaultBond_009
2021-10-04Queue refresh after subtitle upload + minor fixescvium
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009