aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-03Use newer Jellyfin.XmlTv for Guide FixesAnthony Lavado
2020-07-03Merge pull request #3405 from crobibero/api-livetvDavid
Move LiveTvService.cs to Jellyfin.Api
2020-07-03Update LiveTvController.csDavid
2020-07-03Move TrailersService to Jellyfin.ApiDavid
2020-07-03Move ItemsService to Jellyfin.ApiDavid
2020-07-03Add missing endpointCody Robibero
2020-07-02Merge branch 'master' into feature/ffmpeg-version-checkMax Git
2020-07-01Merge pull request #3431 from BaronGreenback/3404Joshua M. Boniface
Fix for #3404
2020-07-01Merge pull request #3487 from crobibero/api-personsPatrick Barron
Move PersonsService.cs to Jellyfin.Api
2020-06-30Translated using Weblate (Arabic)Zyzto
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2020-06-30Move PersonsService.cs to Jellyfin.Apicrobibero
2020-06-30add missing function after mergecrobibero
2020-06-30Merge remote-tracking branch 'upstream/api-migration' into api-livetvcrobibero
2020-06-30Merge pull request #3484 from Ullmie02/api-artistsPatrick Barron
Move ArtistsService to Jellyfin.Api
2020-06-30Merge pull request #3480 from neilsb/ffmpeg-env-varAnthony Lavado
Respect FFMpeg path passed via Environment Variable
2020-06-30Fix using orderingDavid
2020-06-30Fix BuildDavid
2020-06-30Merge branch 'api-migration' of github.com:Ullmie02/jellyfin into api-migrationDavid
2020-06-30Update Jellyfin.Api/Controllers/ArtistsController.csDavid
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-30Merge pull request #3473 from jellyfin/dependabot/nuget/Moq-4.14.4dkanada
Bump Moq from 4.14.3 to 4.14.4
2020-06-30Bump Moq from 4.14.3 to 4.14.4dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.14.3 to 4.14.4. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.14.3...v4.14.4) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-30Merge pull request #3478 from crobibero/bump-auto-testdkanada
bump autofixture
2020-06-29User string.Empty instead of ""Neil Burrows
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
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