aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-29Merge pull request #3451 from crobibero/api-studiosPatrick Barron
Move StudiosService.cs to Jellyfin.Api
2020-06-29Merge remote-tracking branch 'upstream/api-migration' into api-studioscrobibero
2020-06-29Merge pull request #3381 from crobibero/api-moviesPatrick Barron
Move MoviesService.cs to Jellyfin.Api
2020-06-29Remove un-needed commentNeil Burrows
2020-06-29Respect FFMpeg path passed via Environment VariableNeil Burrows
2020-06-29Move ArtistsService to Jellyfin.ApiDavid
2020-06-29Update Jellyfin.Api/Controllers/MoviesController.csCody Robibero
Co-authored-by: David <davidullmer@outlook.de>
2020-06-29bump autofixturecrobibero
2020-06-29Merge pull request #3477 from ↵dkanada
jellyfin/dependabot/nuget/Swashbuckle.AspNetCore-5.5.1 Bump Swashbuckle.AspNetCore from 5.5.0 to 5.5.1
2020-06-29Merge pull request #3475 from jellyfin/dependabot/nuget/AutoFixture-4.12.0dkanada
Bump AutoFixture from 4.11.0 to 4.12.0
2020-06-29Bump Swashbuckle.AspNetCore from 5.5.0 to 5.5.1dependabot[bot]
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.5.0...v5.5.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-29Bump AutoFixture from 4.11.0 to 4.12.0dependabot[bot]
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.11.0...v4.12.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-28Merge pull request #3466 from crobibero/api-migration-nullablePatrick Barron
Make all optional strings nullable
2020-06-28Merge pull request #3462 from Ullmie02/api-playbackinfoPatrick Barron
Move MediaInfoService to Jellyfin.Api
2020-06-28Remove routes in old serviceDavid
2020-06-28Translated using Weblate (Spanish (Mexico))Gonzalo Seguel
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2020-06-28Merge pull request #3461 from Bond-009/readonlyspandkanada
Add support for ReadOnlySpan<char> in IgnorePatterns
2020-06-27Merge pull request #3378 from crobibero/syncplay-sessionidBond-009
[SyncPlay] Remove (unused) SessionId route parameter
2020-06-27Merge pull request #3465 from BaronGreenback/BugFix2Bond-009
10.6.0.0 Null Pointer fix
2020-06-27Merge pull request #3460 from crobibero/api-playstatePatrick Barron
Move PlaystateService.cs to Jellyfin.Api
2020-06-27Make all optional strings nullablecrobibero
2020-06-27_config.Configuration.PluginRespositories not instantiated causing ↵BaronGreenback
InstallationManager.cs to crash with a null pointer.
2020-06-27Move MediaInfoService to Jellyfin.ApiDavid
2020-06-27Add support for ReadOnlySpan<char> in IgnorePatternsBond-009
2020-06-27Merge pull request #3456 from crobibero/ignore-patternsBond-009
Add more ignorepatterns and tests
2020-06-26Move PlaystateService.cs to Jellyfin.Apicrobibero
2020-06-27Merge pull request #3455 from jellyfin/valuesdkanada
Use constructor to set optimal config values
2020-06-26Merge pull request #3433 from crobibero/api-yearsPatrick Barron
Move YearsService to Jellyfin.Api
2020-06-26Merge pull request #3447 from crobibero/api-user-viewsPatrick Barron
move UserViewsService.cs to Jellyfin.Api
2020-06-26Merge pull request #3449 from crobibero/api-user-libraryPatrick Barron
Move UserLibraryService.cs to Jellyfin.Api
2020-06-26Merge pull request #3453 from Ullmie02/api-instantmixPatrick Barron
Move InstantMixService to Jellyfin.Api
2020-06-26Merge pull request #3137 from mark-monteiro/external-id-typeBond-009
Correctly Support Translating External Ids
2020-06-26Fix nullable string usage.crobibero
2020-06-26Add more ignorepatterns and testscrobibero
2020-06-26Add response code documentationDavid
2020-06-27use constructor to set optimal config valuesdkanada
2020-06-26fix nullabilityCody Robibero
2020-06-26Update SsdpCommunicationsServer.csBaronGreenback
2020-06-26Update SsdpCommunicationsServer.csBaronGreenback
2020-06-26Merge remote-tracking branch 'upstream/master' into external-id-typeMark Monteiro
2020-06-26Merge branch 'api-migration' of github.com:jellyfin/jellyfin into api-instantmixDavid
2020-06-26Correct Library routingDavid
2020-06-26Move InstantMixService to Jellyfin.ApiDavid
2020-06-26Merge pull request #3450 from crobibero/api-fix-swagger-orderdkanada
Fix docs endpoint order
2020-06-25Move StudiosService.cs to Jellyfin.Apicrobibero
2020-06-25Merge pull request #2929 from crobibero/api-scheduled-tasksPatrick Barron
Scheduled Tasks to Jellyfin.Api
2020-06-25fix endpoint ordercrobibero
2020-06-25Move UserLibraryService.cs to Jellyfin.Apicrobibero
2020-06-25move UserViewsService.cs to Jellyfin.Apicrobibero
2020-06-25fix buildcrobibero