| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-07 | Merge pull request #4077 from BaronGreenback/simplified_advertising | Bond-009 | |
| Simplified Code: Removed code which was never used. | |||
| 2020-09-07 | Merge pull request #4075 from BaronGreenback/simplified_dlnamanager | Bond-009 | |
| Simplified Code: Removed code which was never used. | |||
| 2020-09-07 | Merge pull request #4074 from cvium/fix_tmdb_null | Bond-009 | |
| Fix null exception in tmdb episode provider | |||
| 2020-09-07 | Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.3 to 2.0.4 | dependabot[bot] | |
| Bumps [SQLitePCLRaw.bundle_e_sqlite3](https://github.com/ericsink/SQLitePCL.raw) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases) - [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.0.3...v2.0.4) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2020-09-07 | Minor improvements | Bond_009 | |
| 2020-09-07 | Merge branch 'master' into simplified_dlnamanager | BaronGreenback | |
| 2020-09-07 | Remove excess code. | BaronGreenback | |
| 2020-09-07 | Update DlnaManager.cs | BaronGreenback | |
| removed space. | |||
| 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 | |||
