aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-23Merge pull request #3538 from Ullmie02/api-fixBond-009
Fix value parsing in Jellyfin.Api
2020-07-23Merge pull request #3552 from BaronGreenback/NotificationFixBond-009
Fixes #3551 (Notifications Serialization error)
2020-07-23Merge pull request #3615 from jellyfin/qsv-comet-lakeBond-009
Fix QSV device creation on Comet Lake
2020-07-23Merge pull request #3649 from thornbill/fix-epg-update-maybeBond-009
Skip image processing for live tv sources
2020-07-23Merge pull request #3663 from crobibero/efcore-leakBond-009
Add missing usings to UserManager
2020-07-23Merge pull request #3665 from barronpm/use-interfacesBond-009
Use interfaces in app host constructors
2020-07-23Merge pull request #3666 from barronpm/livetvmanager-system-text-jsonBond-009
Use System.Text.Json in LiveTvManager
2020-07-22Merge pull request #3634 from crobibero/plugin-configAnthony Lavado
fix built in plugin js
2020-07-22Use System.Text.Json in LiveTvManagerPatrick Barron
2020-07-22Use interfaces in app host constructorsPatrick Barron
2020-07-22Restructure query to avoid extra database access.Patrick Barron
2020-07-22Wrap context creation with usingPatrick Barron
2020-07-22Don't AddAsyncBond_009
2020-07-22Make CreateUser asyncBond_009
2020-07-22Move DisplayPreferencesManager.cs to Users namespacePatrick Barron
2020-07-22Add missing chromecast version serialization/deserialization.Patrick Barron
2020-07-22Fix build part 2David
2020-07-22Fix buildDavid
2020-07-22add missing usingcrobibero
2020-07-22Log path on lookup errorsE.Smith
If the lookup fails (due to a bad id in an nfo file for example), then we had no indication of which directory failed, so the user can not fix the problem. Now we include the path in the error message such as: MediaBrowser.Providers.TV.SeriesMetadataService: Error in DummySeasonProvider for /media/x/y/z and MediaBrowser.Providers.Manager.ProviderManager: TvdbSeriesImageProvider failed in GetImageInfos for type Series at /media/x/y/z
2020-07-22Merge pull request #3508 from BaronGreenback/nullableBond-009
Part 1: nullable Emby.DLNA
2020-07-22Merge pull request #3564 from Ullmie02/api-syncplayPatrick Barron
Move SyncPlay api to Jellyfin.Api
2020-07-22Simplify logicBill Thornton
2020-07-22Move AudioService to Jellyfin.ApiDavid
2020-07-22Update Jellyfin.Api/Controllers/SyncPlayController.csDavid
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-22Apply suggestions from code reviewDavid
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-22implement change properlycrobibero
2020-07-22Force plugin config locationcrobibero
2020-07-22apply review suggestionscrobibero
2020-07-22Fix buildBond_009
2020-07-22Optimize StringBuilder.Append callsBond_009
2020-07-22Merge pull request #3642 from crobibero/plugin-repo-x2Bond-009
Try adding plugin repository again
2020-07-22Merge pull request #3646 from barronpm/incrementcount-asyncBond-009
Make IncrementInvalidLoginAttemptCount async.
2020-07-22Address commentsBond_009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-22Cleanup after mergeDavid
2020-07-22Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audioDavid
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs
2020-07-22Add properties to StreamState to fix some errorsDavid
2020-07-22Remove caching and content lengthDavid
2020-07-22Add response code documentationDavid
2020-07-21Skip image processing for live tv sourcesBill Thornton
2020-07-21Change enum valuesDavid
2020-07-21Merge branch 'api-migration' into api-syncplayDavid
# Conflicts: # MediaBrowser.Api/SyncPlay/SyncPlayService.cs
2020-07-21Move ImageService.cs to Jellyfin.Apicrobibero
2020-07-21Make IncrementInvalidLoginAttemptCount async.Patrick Barron
2020-07-21Detach tracked entries on disposecrobibero
2020-07-21Try adding plugin repository againcrobibero
2020-07-21update post profile imagecrobibero
2020-07-21Merge remote-tracking branch 'upstream/api-migration' into api-image-servicecrobibero
2020-07-21Merge pull request #3629 from crobibero/api-migration-mergeDavid
Api migration merge