Bond_009
|
b21919c7f4
|
Minor perf improvements
|
4 years ago |
Anthony Lavado
|
6205fb4b6a
|
Merge pull request #4341 from Bond-009/minor6
Minor improvements
|
4 years ago |
Bond_009
|
5a9c218324
|
Fix build
|
4 years ago |
Bond_009
|
49569ca0a0
|
Use nameof where possible
|
4 years ago |
BaronGreenback
|
0f47b3ec2d
|
Merge branch 'master' into Comment4
|
4 years ago |
dkanada
|
d9e7f1f75f
|
Merge pull request #4212 from BaronGreenback/BaseControlHandlerFix
Null Pointer fix: BaseControlHandler.cs
|
4 years ago |
Bond-009
|
e011659186
|
Merge pull request #4210 from nielsvanvelzen/typed-websocket-message
Use enum for WebSocket message types
|
4 years ago |
github@esslinger.dev
|
dd4f3a7c51
|
feat: convert supportedCommands strings to enums
|
4 years ago |
dkanada
|
206c382b92
|
Merge pull request #4211 from BaronGreenback/NullPointerFix
Null Pointer Fix : PlayToController.cs
|
4 years ago |
Bond-009
|
43add833cc
|
Merge pull request #4162 from BaronGreenback/DlnaServerBaseUrlFix
Fix for #4161: BaseUrl in DLNA
|
4 years ago |
Niels van Velzen
|
72534f9d66
|
Use SessionMessageType for WebSocket messages
|
4 years ago |
BaronGreenback
|
7567779127
|
Update BaseControlHandler.cs
|
4 years ago |
BaronGreenback
|
63571578ae
|
Update BaseControlHandler.cs
|
4 years ago |
BaronGreenback
|
a52ab69e13
|
Update DescriptionXmlBuilder.cs
|
4 years ago |
BaronGreenback
|
f3a90bab47
|
Update DescriptionXmlBuilder.cs
|
4 years ago |
BaronGreenback
|
12b5f1127e
|
Update DescriptionXmlBuilder.cs
|
4 years ago |
BaronGreenback
|
293237b714
|
Update BaseControlHandler.cs
|
4 years ago |
BaronGreenback
|
a9864368c4
|
Update PlayToController.cs
|
4 years ago |
Anthony Lavado
|
5aa743a6a2
|
Merge pull request #4163 from Bond-009/minor4
Minor improvements
|
4 years ago |
Anthony Lavado
|
af24c43118
|
Merge pull request #4192 from nielsvanvelzen/generalcommand-sucks
Use GeneralCommandType enum in GeneralCommand
|
4 years ago |
Andrew Rabert
|
5a74710df3
|
Optimize images
Used:
- `oxipng --zopfli --opt max --strip all`
- `jpegoptim --all-progressive --strip-all`
|
4 years ago |
Niels van Velzen
|
3459655bb4
|
Use GeneralCommandType enum in GeneralCommand name
|
4 years ago |
Bond_009
|
2dbf73b989
|
Minor improvements
|
4 years ago |
BaronGreenback
|
d99db543da
|
Update DescriptionXmlBuilder.cs
|
4 years ago |
BaronGreenback
|
a6400d12c9
|
Update DescriptionXmlBuilder.cs
|
4 years ago |
BaronGreenback
|
c2e2e5ac0c
|
Update DescriptionXmlBuilder.cs
|
4 years ago |
BaronGreenback
|
86ad04b657
|
Update DescriptionXmlBuilder.cs
|
4 years ago |
Jim Cartlidge
|
c41ed13b3d
|
Commenting.
|
4 years ago |
Bond-009
|
18fe328979
|
Merge pull request #4084 from BaronGreenback/PlayTo-url-corruption-fix
Unstable: PlayTo corruption url fix
|
4 years ago |
BaronGreenback
|
c84aabe954
|
Update PlayToManager.cs
Fixed name violation
|
4 years ago |
BaronGreenback
|
fde5afc36b
|
Update PlayToManager.cs
removed tab
|
4 years ago |
BaronGreenback
|
544db8cc06
|
Update PlayToManager.cs
made code more readable.
|
4 years ago |
Anthony Lavado
|
3aee338066
|
Merge pull request #4073 from Bond-009/useafterdispose
Fix ObjectDisposedException
|
4 years ago |
BaronGreenback
|
ed9021f40b
|
Update PlayToManager.cs
|
4 years ago |
Bond-009
|
c750632cfc
|
Merge pull request #4065 from BaronGreenback/dlna_serverfix
Bug Fix : DLNA Server advertising
|
4 years ago |
BaronGreenback
|
a2687fac5e
|
Merge branch 'master' into simplified_dlnamanager
|
4 years ago |
BaronGreenback
|
03d8f6f43b
|
Update DlnaManager.cs
removed space.
|
4 years ago |
BaronGreenback
|
b673f5bcde
|
Update DlnaManager.cs
|
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 |
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 |
BaronGreenback
|
babdd30a46
|
Renamed IsRegExMatch to IsPropertyMatch
|
4 years ago |
BaronGreenback
|
ebad504f3b
|
Fixed profile
|
4 years ago |
BaronGreenback
|
e3fdea2ec9
|
Update DlnaManager.cs
Fix for #4060
|
4 years ago |
crobibero
|
2a8653b309
|
Merge remote-tracking branch 'upstream/master' into http-client-migrate
|
4 years ago |
crobibero
|
d8a0edc511
|
Revert "Remove ResponseHeadersRead where applicable"
This reverts commit 85844a84b6 .
|
4 years ago |
crobibero
|
85844a84b6
|
Remove ResponseHeadersRead where applicable
|
4 years ago |
crobibero
|
b398c35068
|
use UserAgent.ParseAdd where possible
|
4 years ago |
crobibero
|
4038d15c83
|
Properly migrate all HttpCompletionOption
|
4 years ago |