aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-23Merge pull request #3664 from Bond-009/createuserasyncJoshua M. Boniface
Make CreateUser async
2020-07-23Merge pull request #3659 from Bond-009/stringbuilderJoshua M. Boniface
Optimize StringBuilder.Append calls
2020-07-23Merge pull request #3613 from Bond-009/regexJoshua M. Boniface
Replace \d with [0-9] in ffmpeg detection and scan code
2020-07-23Merge pull request #3609 from Bond-009/warn21Joshua M. Boniface
Fix warnings
2020-07-23Merge pull request #3595 from Bond-009/xmlJoshua M. Boniface
Improve DescriptionXmlBuilder
2020-07-23Merge pull request #3366 from barronpm/remove-usermanager-addpartsJoshua M. Boniface
Remove UserManager.AddParts
2020-07-23Merge pull request #3675 from ferferga/fix-typoJoshua M. Boniface
Fix typo in debian config file
2020-07-23fix typo in debian's config fileFernando Fernández
2020-07-23Merge pull request #3521 from sachk/masterBond-009
Fix support for mixed-protocol subtitles
2020-07-23Disable unix socket by defaultBond_009
2020-07-23Make UNIX socket configurableBond_009
2020-07-23Apply suggestions from reviewDavid
2020-07-23Merge pull request #3532 from Ullmie02/socket-bindingBond-009
Add support for binding to Unix socket
2020-07-23Update Jellyfin.Server/Program.csDavid
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-07-23Merge pull request #3632 from azlm8t/log-path-on-errorBond-009
tvdb: Log path on lookup errors
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