Anthony Lavado
|
cd40688584
|
Merge pull request #4076 from Bond-009/warn29
Fix some warnings
|
4 years ago |
Anthony Lavado
|
d08ddbb8d2
|
Merge pull request #4013 from crobibero/dynamic-cors
Allow CORS domains to be configured
|
4 years ago |
Anthony Lavado
|
f43f72e6ce
|
Merge pull request #4078 from Bond-009/minor3
Minor improvements
|
4 years ago |
Anthony Lavado
|
cc6b03296a
|
Merge pull request #3899 from crobibero/plugin-install
Install specific plugin version if requested
|
4 years ago |
Anthony Lavado
|
3aee338066
|
Merge pull request #4073 from Bond-009/useafterdispose
Fix ObjectDisposedException
|
4 years ago |
Anthony Lavado
|
1b2f00715a
|
Merge pull request #4071 from Bond-009/sln
Fix sln file
|
4 years ago |
Bond-009
|
69d453e900
|
Merge pull request #4057 from crobibero/startup-complete
Add flag for startup completed
|
4 years ago |
crobibero
|
a2e90170da
|
Use existing configuration manager
|
4 years ago |
crobibero
|
7de0fcfc94
|
Merge remote-tracking branch 'upstream/master' into startup-complete
|
4 years ago |
Bond-009
|
386ffd1b65
|
Merge pull request #4079 from jellyfin/dependabot/nuget/SQLitePCLRaw.bundle_e_sqlite3-2.0.4
Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.3 to 2.0.4
|
4 years ago |
Bond-009
|
a88a4164d7
|
Merge pull request #4067 from barronpm/displaypreferences-fixes
DisplayPreferences fixes
|
4 years ago |
Bond-009
|
c585af3177
|
Merge pull request #4063 from BaronGreenback/FilestreamResponse
Our of Memory fix when streaming large files
|
4 years ago |
linzack
|
23f6616e63
|
Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
|
4 years ago |
linzack
|
b711e78fe2
|
Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
|
4 years ago |
linzack
|
5751d4765a
|
Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
|
4 years ago |
Bond-009
|
c750632cfc
|
Merge pull request #4065 from BaronGreenback/dlna_serverfix
Bug Fix : DLNA Server advertising
|
4 years ago |
Bond-009
|
1894239fee
|
Merge pull request #4077 from BaronGreenback/simplified_advertising
Simplified Code: Removed code which was never used.
|
4 years ago |
Bond-009
|
106949f828
|
Merge pull request #4075 from BaronGreenback/simplified_dlnamanager
Simplified Code: Removed code which was never used.
|
4 years ago |
Bond-009
|
4c2d2af569
|
Merge pull request #4074 from cvium/fix_tmdb_null
Fix null exception in tmdb episode provider
|
4 years ago |
dependabot[bot]
|
37a8be5db2
|
Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.3 to 2.0.4
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>
|
4 years ago |
Bond_009
|
5d9e2903d2
|
Minor improvements
|
4 years ago |
BaronGreenback
|
a2687fac5e
|
Merge branch 'master' into simplified_dlnamanager
|
4 years ago |
BaronGreenback
|
cf87b3afb7
|
Remove excess code.
|
4 years ago |
BaronGreenback
|
03d8f6f43b
|
Update DlnaManager.cs
removed space.
|
4 years ago |
BaronGreenback
|
b673f5bcde
|
Update DlnaManager.cs
|
4 years ago |
Bond-009
|
bf2dc0cfeb
|
Merge pull request #4061 from BaronGreenback/#4060
Fix for #4060
|
4 years ago |
Bond_009
|
384ab39f5b
|
Fix some warnings
|
4 years ago |
BaronGreenback
|
eedb520af1
|
Removed code that wasn't used.
|
4 years ago |
BaronGreenback
|
6a5df73151
|
Update DlnaManager.cs
Changed function name to IsRegexOrSubstringMatch
|
4 years ago |
BaronGreenback
|
12d0f29dea
|
Update Emby.Dlna/DlnaManager.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
4 years ago |
BaronGreenback
|
268af7dac3
|
Merge pull request #60 from jellyfin/master
Updating to JF/master
|
4 years ago |
cvium
|
57db856fd8
|
Fix null exception in other tmdb providers
|
4 years ago |
cvium
|
f85ab53bd9
|
Fix null exception in tmdb episode provider
|
4 years ago |
Bond_009
|
343fc8c668
|
Fix ObjectDisposedException
```
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
```
|
4 years ago |
crobibero
|
26c432b564
|
Rename StartupCompleted to StartupWizardCompleted
|
4 years ago |
Bond-009
|
99bbbea9e2
|
Merge pull request #4069 from crobibero/api-route-required
Make all FromRoute required
|
4 years ago |
crobibero
|
29fc882037
|
merge all attributes
|
4 years ago |
Bond_009
|
b99446f27a
|
Fix sln file
|
4 years ago |
crobibero
|
db9bcdcdc9
|
Use proper StartupCompleted flag
|
4 years ago |
crobibero
|
b64108923a
|
Add missing references
|
4 years ago |
crobibero
|
59d47ec3f5
|
Make all FromRoute required
|
4 years ago |
Patrick Barron
|
46c705b545
|
Generate migration for display preferences fix.
|
4 years ago |
Patrick Barron
|
db46a9e7c8
|
Clean up JellyfinDb and fix display preferences index.
|
4 years ago |
BaronGreenback
|
15e064cb73
|
Update StreamingHelpers.cs
|
4 years ago |
BaronGreenback
|
babdd30a46
|
Renamed IsRegExMatch to IsPropertyMatch
|
4 years ago |
BaronGreenback
|
f7a56f70c6
|
Update StreamingHelpers.cs
|
4 years ago |
BaronGreenback
|
3c13489cb9
|
Update StreamingHelpers.cs
|
4 years ago |
BaronGreenback
|
ebad504f3b
|
Fixed profile
|
4 years ago |
BaronGreenback
|
25e965b85c
|
Update FileStreamResponseHelpers.cs
|
4 years ago |
Bond-009
|
9cffa66a01
|
Merge pull request #4062 from BaronGreenback/#4059
Fix for #4059
|
4 years ago |