| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-29 | Merge pull request #3451 from crobibero/api-studios | Patrick Barron | |
| Move StudiosService.cs to Jellyfin.Api | |||
| 2020-06-29 | Merge remote-tracking branch 'upstream/api-migration' into api-studios | crobibero | |
| 2020-06-29 | Merge pull request #3381 from crobibero/api-movies | Patrick Barron | |
| Move MoviesService.cs to Jellyfin.Api | |||
| 2020-06-29 | Remove un-needed comment | Neil Burrows | |
| 2020-06-29 | Respect FFMpeg path passed via Environment Variable | Neil Burrows | |
| 2020-06-29 | Move ArtistsService to Jellyfin.Api | David | |
| 2020-06-29 | Update Jellyfin.Api/Controllers/MoviesController.cs | Cody Robibero | |
| Co-authored-by: David <davidullmer@outlook.de> | |||
| 2020-06-29 | bump autofixture | crobibero | |
| 2020-06-29 | Merge 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-29 | Merge pull request #3475 from jellyfin/dependabot/nuget/AutoFixture-4.12.0 | dkanada | |
| Bump AutoFixture from 4.11.0 to 4.12.0 | |||
| 2020-06-29 | Bump Swashbuckle.AspNetCore from 5.5.0 to 5.5.1 | dependabot[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-29 | Bump AutoFixture from 4.11.0 to 4.12.0 | dependabot[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-28 | Merge pull request #3466 from crobibero/api-migration-nullable | Patrick Barron | |
| Make all optional strings nullable | |||
| 2020-06-28 | Merge pull request #3462 from Ullmie02/api-playbackinfo | Patrick Barron | |
| Move MediaInfoService to Jellyfin.Api | |||
| 2020-06-28 | Remove routes in old service | David | |
| 2020-06-28 | Translated using Weblate (Spanish (Mexico)) | Gonzalo Seguel | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/ | |||
| 2020-06-28 | Merge pull request #3461 from Bond-009/readonlyspan | dkanada | |
| Add support for ReadOnlySpan<char> in IgnorePatterns | |||
| 2020-06-27 | Merge pull request #3378 from crobibero/syncplay-sessionid | Bond-009 | |
| [SyncPlay] Remove (unused) SessionId route parameter | |||
| 2020-06-27 | Merge pull request #3465 from BaronGreenback/BugFix2 | Bond-009 | |
| 10.6.0.0 Null Pointer fix | |||
| 2020-06-27 | Merge pull request #3460 from crobibero/api-playstate | Patrick Barron | |
| Move PlaystateService.cs to Jellyfin.Api | |||
| 2020-06-27 | Make all optional strings nullable | crobibero | |
| 2020-06-27 | _config.Configuration.PluginRespositories not instantiated causing ↵ | BaronGreenback | |
| InstallationManager.cs to crash with a null pointer. | |||
| 2020-06-27 | Move MediaInfoService to Jellyfin.Api | David | |
| 2020-06-27 | Add support for ReadOnlySpan<char> in IgnorePatterns | Bond-009 | |
| 2020-06-27 | Merge pull request #3456 from crobibero/ignore-patterns | Bond-009 | |
| Add more ignorepatterns and tests | |||
| 2020-06-26 | Move PlaystateService.cs to Jellyfin.Api | crobibero | |
| 2020-06-27 | Merge pull request #3455 from jellyfin/values | dkanada | |
| Use constructor to set optimal config values | |||
| 2020-06-26 | Merge pull request #3433 from crobibero/api-years | Patrick Barron | |
| Move YearsService to Jellyfin.Api | |||
| 2020-06-26 | Merge pull request #3447 from crobibero/api-user-views | Patrick Barron | |
| move UserViewsService.cs to Jellyfin.Api | |||
| 2020-06-26 | Merge pull request #3449 from crobibero/api-user-library | Patrick Barron | |
| Move UserLibraryService.cs to Jellyfin.Api | |||
| 2020-06-26 | Merge pull request #3453 from Ullmie02/api-instantmix | Patrick Barron | |
| Move InstantMixService to Jellyfin.Api | |||
| 2020-06-26 | Merge pull request #3137 from mark-monteiro/external-id-type | Bond-009 | |
| Correctly Support Translating External Ids | |||
| 2020-06-26 | Fix nullable string usage. | crobibero | |
| 2020-06-26 | Add more ignorepatterns and tests | crobibero | |
| 2020-06-26 | Add response code documentation | David | |
| 2020-06-27 | use constructor to set optimal config values | dkanada | |
| 2020-06-26 | fix nullability | Cody Robibero | |
| 2020-06-26 | Update SsdpCommunicationsServer.cs | BaronGreenback | |
| 2020-06-26 | Update SsdpCommunicationsServer.cs | BaronGreenback | |
| 2020-06-26 | Merge remote-tracking branch 'upstream/master' into external-id-type | Mark Monteiro | |
| 2020-06-26 | Merge branch 'api-migration' of github.com:jellyfin/jellyfin into api-instantmix | David | |
| 2020-06-26 | Correct Library routing | David | |
| 2020-06-26 | Move InstantMixService to Jellyfin.Api | David | |
| 2020-06-26 | Merge pull request #3450 from crobibero/api-fix-swagger-order | dkanada | |
| Fix docs endpoint order | |||
| 2020-06-25 | Move StudiosService.cs to Jellyfin.Api | crobibero | |
| 2020-06-25 | Merge pull request #2929 from crobibero/api-scheduled-tasks | Patrick Barron | |
| Scheduled Tasks to Jellyfin.Api | |||
| 2020-06-25 | fix endpoint order | crobibero | |
| 2020-06-25 | Move UserLibraryService.cs to Jellyfin.Api | crobibero | |
| 2020-06-25 | move UserViewsService.cs to Jellyfin.Api | crobibero | |
| 2020-06-25 | fix build | crobibero | |
