| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-07 | Update DlnaManager.cs | BaronGreenback | |
| 2020-09-07 | Merge pull request #4061 from BaronGreenback/#4060 | Bond-009 | |
| Fix for #4060 | |||
| 2020-09-07 | Fix some warnings | Bond_009 | |
| 2020-09-07 | Removed code that wasn't used. | BaronGreenback | |
| 2020-09-07 | Update DlnaManager.cs | BaronGreenback | |
| Changed function name to IsRegexOrSubstringMatch | |||
| 2020-09-07 | Update Emby.Dlna/DlnaManager.cs | BaronGreenback | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-09-07 | Merge pull request #60 from jellyfin/master | BaronGreenback | |
| Updating to JF/master | |||
| 2020-09-07 | Fix null exception in other tmdb providers | cvium | |
| 2020-09-07 | Fix null exception in tmdb episode provider | cvium | |
| 2020-09-07 | Fix ObjectDisposedException | Bond_009 | |
| ``` System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.ObjectDisposedException: Cannot access a disposed object. Object name: 'System.Net.Http.StringContent'. at System.Net.Http.HttpContent.CheckDisposed() at System.Net.Http.HttpContent.CopyToAsync(Stream stream, TransportContext context, CancellationToken cancellationToken) at System.Net.Http.HttpConnection.SendRequestContentAsync(HttpRequestMessage request, HttpContentWriteStream stream, CancellationToken cancellationToken) at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithNtConnectionAuthAsync(HttpConnection connection, HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/SsdpHttpClient.cs:line 41 at Emby.Dlna.PlayTo.Device.GetTransportInfo(TransportCommands avCommands, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 629 at Emby.Dlna.PlayTo.Device.TimerCallback(Object sender) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 445 ``` | |||
| 2020-09-06 | Merge remote-tracking branch 'upstream/master' into api-stream-return | crobibero | |
| 2020-09-06 | Rename StartupCompleted to StartupWizardCompleted | crobibero | |
| 2020-09-06 | Merge pull request #4069 from crobibero/api-route-required | Bond-009 | |
| Make all FromRoute required | |||
| 2020-09-06 | merge all attributes | crobibero | |
| 2020-09-06 | Use jar directly | crobibero | |
| 2020-09-06 | Fix sln file | Bond_009 | |
| 2020-09-05 | Add ci task to publish api client | crobibero | |
| 2020-09-05 | Use proper StartupCompleted flag | crobibero | |
| 2020-09-05 | Add missing references | crobibero | |
| 2020-09-05 | Make all FromRoute required | crobibero | |
| 2020-09-05 | Fix plugin events not being called and clean up InstallationManager.cs | Patrick Barron | |
| 2020-09-05 | Generate migration for display preferences fix. | Patrick Barron | |
| 2020-09-05 | Clean up JellyfinDb and fix display preferences index. | Patrick Barron | |
| 2020-09-05 | Update StreamingHelpers.cs | BaronGreenback | |
| 2020-09-05 | Renamed IsRegExMatch to IsPropertyMatch | BaronGreenback | |
| 2020-09-05 | Update StreamingHelpers.cs | BaronGreenback | |
| 2020-09-05 | Update StreamingHelpers.cs | BaronGreenback | |
| 2020-09-05 | Fixed profile | BaronGreenback | |
| 2020-09-05 | Update ApplicationHost.cs | BaronGreenback | |
| 2020-09-05 | Merge branch 'master' into Plugins | BaronGreenback | |
| 2020-09-05 | Update FileStreamResponseHelpers.cs | BaronGreenback | |
| 2020-09-05 | Merge pull request #4062 from BaronGreenback/#4059 | Bond-009 | |
| Fix for #4059 | |||
| 2020-09-05 | Changed to named tuples | BaronGreenback | |
| 2020-09-05 | Removed memoryStream | BaronGreenback | |
| 2020-09-05 | Move CorsPolicyProvider to Jellyfin.Server.Configuration | crobibero | |
| 2020-09-05 | added dlnaheaders | BaronGreenback | |
| fix for #4059 | |||
| 2020-09-05 | Update DlnaManager.cs | BaronGreenback | |
| Fix for #4060 | |||
| 2020-09-05 | Add flag for startup completed | crobibero | |
| 2020-09-05 | clean docs | crobibero | |
| 2020-09-05 | Convert to ICorsPolicyProvider | crobibero | |
| 2020-09-05 | Merge remote-tracking branch 'upstream/master' into dynamic-cors | crobibero | |
| 2020-09-05 | Merge pull request #3880 from DirtyRacer1337/datetime | Bond-009 | |
| Fix year parsing | |||
| 2020-09-05 | Merge pull request #4051 from crobibero/mad-stylez | Bond-009 | |
| Replace swagger logo with jellyfin logo | |||
| 2020-09-05 | Merge pull request #4054 from lmaonator/fix_tvdb_absolute_order | Bond-009 | |
| Fix TVDB plugin not handling absolute display order | |||
| 2020-09-05 | Merge pull request #4034 from barronpm/jellyfin-data-warnings | Bond-009 | |
| Fix all warnings in Jellyfin.Data | |||
| 2020-09-05 | Merge pull request #4046 from jellyfin/EraYaN-ci-publish-openapi-spec | Bond-009 | |
| Enable code coverage and upload OpenAPI spec. | |||
| 2020-09-05 | Merge pull request #4055 from Ullmie02/seeking | Bond-009 | |
| Enable HTTP Range Processing (Fix seeking) | |||
| 2020-09-05 | Enable HTTP Range Processing | David | |
| 2020-09-05 | Fix TVDB plugin not handling absolute display order | lmaonator | |
| 2020-09-04 | Merge remote-tracking branch 'upstream/master' into api-stream-return | crobibero | |
