| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Disable unix socket by default | Bond_009 | |
| 2020-07-23 | Make UNIX socket configurable | Bond_009 | |
| 2020-07-23 | Apply suggestions from review | David | |
| 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 #3538 from Ullmie02/api-fix | Bond-009 | |
| Fix value parsing in Jellyfin.Api | |||
| 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 | Restructure query to avoid extra database access. | Patrick Barron | |
| 2020-07-22 | Wrap context creation with using | Patrick Barron | |
| 2020-07-22 | Don't AddAsync | Bond_009 | |
| 2020-07-22 | Make CreateUser async | Bond_009 | |
| 2020-07-22 | Move DisplayPreferencesManager.cs to Users namespace | Patrick Barron | |
| 2020-07-22 | Add missing chromecast version serialization/deserialization. | Patrick Barron | |
| 2020-07-22 | Fix build part 2 | David | |
| 2020-07-22 | Fix build | David | |
| 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 | Merge pull request #3564 from Ullmie02/api-syncplay | Patrick Barron | |
| Move SyncPlay api to Jellyfin.Api | |||
| 2020-07-22 | Simplify logic | Bill Thornton | |
| 2020-07-22 | Move AudioService to Jellyfin.Api | David | |
| 2020-07-22 | Update Jellyfin.Api/Controllers/SyncPlayController.cs | David | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-22 | Apply suggestions from code review | David | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-22 | implement change properly | crobibero | |
| 2020-07-22 | Force plugin config location | crobibero | |
| 2020-07-22 | apply review suggestions | 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 | |||
