| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-24 | Merge pull request #3657 from Bond-009/readonlyspan | Joshua M. Boniface | |
| Review usage of string.Substring (part 1) | |||
| 2020-07-24 | Fix build | Bond_009 | |
| 2020-07-24 | Merge branch 'master' into readonlyspan | Bond-009 | |
| 2020-07-24 | Merge pull request #3678 from barronpm/remove-unused-dependencies | Bond-009 | |
| Remove Unused Dependencies. | |||
| 2020-07-23 | Remove unused dependencies. | Patrick Barron | |
| 2020-07-24 | Merge pull request #3677 from barronpm/fix-master-compilation | dkanada | |
| Fixed compilation error on master. | |||
| 2020-07-23 | Fixed compilation error. | Patrick Barron | |
| 2020-07-23 | Merge pull request #3576 from HelloWorld017/fix/sami-utf16 | Anthony Lavado | |
| Fix SAMI UTF-16 Encoding Bug | |||
| 2020-07-23 | Merge pull request #2788 from ThatNerdyPikachu/more-track-titles | Anthony Lavado | |
| Use embedded title for other track types | |||
| 2020-07-23 | Update MediaBrowser.Model/Entities/MediaStream.cs | Pika | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-23 | Update MediaBrowser.Model/Entities/MediaStream.cs | Pika | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-23 | Update MediaBrowser.Model/Entities/MediaStream.cs | Pika | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-23 | Update MediaBrowser.Model/Entities/MediaStream.cs | Pika | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-23 | Merge branch 'master' into more-track-titles | Pika | |
| 2020-07-23 | Merge pull request #3664 from Bond-009/createuserasync | Joshua M. Boniface | |
| Make CreateUser async | |||
| 2020-07-23 | Merge pull request #3659 from Bond-009/stringbuilder | Joshua M. Boniface | |
| Optimize StringBuilder.Append calls | |||
| 2020-07-23 | Merge pull request #3613 from Bond-009/regex | Joshua M. Boniface | |
| Replace \d with [0-9] in ffmpeg detection and scan code | |||
| 2020-07-23 | Merge pull request #3609 from Bond-009/warn21 | Joshua M. Boniface | |
| Fix warnings | |||
| 2020-07-23 | Merge pull request #3595 from Bond-009/xml | Joshua M. Boniface | |
| Improve DescriptionXmlBuilder | |||
| 2020-07-23 | Merge pull request #3366 from barronpm/remove-usermanager-addparts | Joshua M. Boniface | |
| Remove UserManager.AddParts | |||
| 2020-07-23 | Merge pull request #3675 from ferferga/fix-typo | Joshua M. Boniface | |
| Fix typo in debian config file | |||
| 2020-07-23 | fix typo in debian's config file | Fernando Fernández | |
| 2020-07-23 | Merge pull request #3521 from sachk/master | Bond-009 | |
| Fix support for mixed-protocol subtitles | |||
| 2020-07-23 | Merge pull request #3532 from Ullmie02/socket-binding | Bond-009 | |
| Add support for binding to Unix socket | |||
| 2020-07-23 | Update Jellyfin.Server/Program.cs | David | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-07-23 | Merge pull request #3632 from azlm8t/log-path-on-error | Bond-009 | |
| tvdb: Log path on lookup errors | |||
| 2020-07-23 | Merge pull request #3552 from BaronGreenback/NotificationFix | Bond-009 | |
| Fixes #3551 (Notifications Serialization error) | |||
| 2020-07-23 | Merge pull request #3615 from jellyfin/qsv-comet-lake | Bond-009 | |
| Fix QSV device creation on Comet Lake | |||
| 2020-07-23 | Merge pull request #3649 from thornbill/fix-epg-update-maybe | Bond-009 | |
| Skip image processing for live tv sources | |||
| 2020-07-23 | Merge pull request #3663 from crobibero/efcore-leak | Bond-009 | |
| Add missing usings to UserManager | |||
| 2020-07-23 | Merge pull request #3665 from barronpm/use-interfaces | Bond-009 | |
| Use interfaces in app host constructors | |||
| 2020-07-23 | Merge pull request #3666 from barronpm/livetvmanager-system-text-json | Bond-009 | |
| Use System.Text.Json in LiveTvManager | |||
| 2020-07-22 | Merge pull request #3634 from crobibero/plugin-config | Anthony Lavado | |
| fix built in plugin js | |||
| 2020-07-22 | Use System.Text.Json in LiveTvManager | Patrick Barron | |
| 2020-07-22 | Use interfaces in app host constructors | Patrick Barron | |
| 2020-07-22 | Don't AddAsync | Bond_009 | |
| 2020-07-22 | Make CreateUser async | Bond_009 | |
| 2020-07-22 | add missing using | crobibero | |
| 2020-07-22 | Log path on lookup errors | E.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-22 | Merge pull request #3508 from BaronGreenback/nullable | Bond-009 | |
| Part 1: nullable Emby.DLNA | |||
| 2020-07-22 | Simplify logic | Bill Thornton | |
| 2020-07-22 | implement change properly | crobibero | |
| 2020-07-22 | Fix build | Bond_009 | |
| 2020-07-22 | Optimize StringBuilder.Append calls | Bond_009 | |
| 2020-07-22 | Merge pull request #3642 from crobibero/plugin-repo-x2 | Bond-009 | |
| Try adding plugin repository again | |||
| 2020-07-22 | Merge pull request #3646 from barronpm/incrementcount-async | Bond-009 | |
| Make IncrementInvalidLoginAttemptCount async. | |||
| 2020-07-22 | Address comments | Bond_009 | |
| 2020-07-22 | Review usage of string.Substring (part 1) | Bond_009 | |
| Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice | |||
| 2020-07-21 | Skip image processing for live tv sources | Bill Thornton | |
| 2020-07-21 | Make IncrementInvalidLoginAttemptCount async. | Patrick Barron | |
