aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-24Merge pull request #3657 from Bond-009/readonlyspanJoshua M. Boniface
Review usage of string.Substring (part 1)
2020-07-24Fix buildBond_009
2020-07-24Merge branch 'master' into readonlyspanBond-009
2020-07-24Merge pull request #3678 from barronpm/remove-unused-dependenciesBond-009
Remove Unused Dependencies.
2020-07-23Remove unused dependencies.Patrick Barron
2020-07-24Merge pull request #3677 from barronpm/fix-master-compilationdkanada
Fixed compilation error on master.
2020-07-23Fixed compilation error.Patrick Barron
2020-07-23Merge pull request #3576 from HelloWorld017/fix/sami-utf16Anthony Lavado
Fix SAMI UTF-16 Encoding Bug
2020-07-23Merge pull request #2788 from ThatNerdyPikachu/more-track-titlesAnthony Lavado
Use embedded title for other track types
2020-07-23Update MediaBrowser.Model/Entities/MediaStream.csPika
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-23Update MediaBrowser.Model/Entities/MediaStream.csPika
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-23Update MediaBrowser.Model/Entities/MediaStream.csPika
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-23Update MediaBrowser.Model/Entities/MediaStream.csPika
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-23Merge branch 'master' into more-track-titlesPika
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-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 #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-22Don't AddAsyncBond_009
2020-07-22Make CreateUser asyncBond_009
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-22Simplify logicBill Thornton
2020-07-22implement change properlycrobibero
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-21Skip image processing for live tv sourcesBill Thornton
2020-07-21Make IncrementInvalidLoginAttemptCount async.Patrick Barron