aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-06Merge remote-tracking branch 'upstream/api-migration' into api-channelcrobibero
2020-07-06Add missing usingDavid
2020-07-06Change route parameter nameDavid
2020-07-06Add authorization attributeDavid
2020-07-06Add authorization attributeDavid
2020-07-06Merge pull request #3516 from jellyfin/dependabot/nuget/Moq-4.14.5dkanada
Bump Moq from 4.14.4 to 4.14.5
2020-07-06Fix documentation and authorize attributecrobibero
2020-07-06Bump Moq from 4.14.4 to 4.14.5dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.14.4 to 4.14.5. - [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.4...v4.14.5) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-05Merge pull request #3513 from barronpm/plugin-exception-fixAnthony Lavado
Fix TypeLoadException during plugin load
2020-07-05Fix TypeLoadException during plugin loadPatrick Barron
2020-07-05Updated code as per jellyfin/master as version i amended didn't execute.BaronGreenback
2020-07-05Part 1 of a multi-PR change for Emby.DLNABaronGreenback
2020-07-05Add additional userId query parameterDavid
2020-07-05Move MusicGenresService to Jellyfin.ApiDavid
2020-07-05Merge pull request #3505 from Bond-009/minor3Joshua M. Boniface
Minor fixes
2020-07-04Merge pull request #3502 from barronpm/array-emptyBond-009
Use Array.Empty
2020-07-04Update MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.csBond-009
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-07-04Minor fixesBond_009
2020-07-04Change nullable behavior to fix web clientDavid
2020-07-04Move GenresService to Jellyfin.ApiDavid
2020-07-04Use Array.EmptyPatrick Barron
2020-07-04Merge pull request #2976 from crobibero/api-environmentPatrick Barron
Transfer EnvironmentService to Jellyfin.Api
2020-07-04update ffmpeg 4.3 from zeranoe buildsnyanmisaka
2020-07-04solve the green line issue on QSVnyanmisaka
2020-07-04add FFmpeg 4.3 detection and testsnyanmisaka
2020-07-04Merge pull request #3423 from crobibero/easypasswordJoshua M. Boniface
Remove EasyPassword from Authentication providers
2020-07-04Merge pull request #3495 from anthonylavado/xmltv-upddkanada
Use newer Jellyfin.XmlTv for Guide Fixes
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>