BaronGreenback
c6ff56a230
Update BaseControlHandler.cs
2020-11-07 18:59:32 +00:00
BaronGreenback
0f47b3ec2d
Merge branch 'master' into Comment4
2020-10-11 21:30:57 +01:00
BaronGreenback
7567779127
Update BaseControlHandler.cs
2020-09-25 19:51:37 +01:00
BaronGreenback
63571578ae
Update BaseControlHandler.cs
2020-09-25 19:44:16 +01:00
BaronGreenback
293237b714
Update BaseControlHandler.cs
2020-09-25 18:40:10 +01:00
Jim Cartlidge
c41ed13b3d
Commenting.
2020-09-13 14:36:10 +01:00
crobibero
8215f15c45
migrate to IHttpClientFactory in Emby.Dlna
2020-08-31 11:26:42 -06:00
Patrick Barron
9fa4fff15d
Merge branch 'master' into event-rewrite-1
...
# Conflicts:
# Emby.Dlna/Emby.Dlna.csproj
# Emby.Dlna/Eventing/DlnaEventManager.cs
# Emby.Dlna/Service/BaseService.cs
# Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
# MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
2020-08-24 20:04:13 -04:00
Bond_009
170e434f92
Fix all warnings in Emby.Dlna
2020-08-20 21:04:57 +02:00
David
1337a0dcec
Code review
2020-08-20 17:59:27 +02:00
David
ca2b36bdb0
Reduce warnings in Emby.Dlna
2020-08-20 17:08:33 +02:00
Patrick Barron
da9bcc5fb3
Rename IEventManager to IDlnaEventManager
2020-08-13 15:47:31 -04:00
Bond_009
65453c0a84
Fix build and more Append calls
2020-07-19 21:32:54 +02:00
telans
247f9c61e6
fix SA1513/SA1516
2020-06-16 16:11:30 +12:00
crobibero
57d1dbfe7b
undo erroneous changes
2020-06-05 18:29:58 -06:00
crobibero
44957c5a9a
Use typed logger where possible
2020-06-05 18:15:56 -06:00
Bond-009
94fe9b8f6d
Merge branch 'master' into warn17
2020-03-11 20:26:43 +01:00
Mark Monteiro
b67e9cde8c
Replace ILogger with ILogger<T> wherever possible
...
Log entries will contain additional class context when using this interface
2020-03-03 23:07:10 +01:00
Bond_009
07cc4be6a7
Fix some warnings
...
* Add analyzers to MediaBrowser.XbmcMetadata
* Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata
* Add analyzers to MediaBrowser.WebDashboard
* Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard
* Disable SA1600 in favor of CS1591
2020-02-23 12:11:43 +01:00
Bond-009
ae9c1e29e7
My bad
2020-01-28 17:50:25 +01:00
Bond_009
6b68521bae
Try again
2020-01-27 23:34:40 +01:00
Bond_009
fc578de3b3
Try possible solutions
2020-01-27 22:43:58 +01:00
Bond_009
82112b6788
Improvements to dlna server
...
* Improve response writer
* Add analyzers
* Error on warnings in release mode
* Disable doc warnings
2020-01-22 21:00:07 +01:00
Bond-009
5340eb9363
Update Emby.Dlna/Service/BaseControlHandler.cs
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-22 17:46:26 +01:00
Bond-009
ac3b958c67
Use async methods
2020-01-21 17:59:41 +01:00
Bond_009
2610f377c0
Kestrel doesn't like sync IO operations
2020-01-18 00:09:25 +01:00
Bond_009
a9302b8b53
Remove useless abstraction around XmlReaderSettings
...
This removes the amount of stuff that needs to be passed around
Also removes some unneeded `ManagedFileSystem` usage
2019-03-07 12:04:14 +01:00
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
2019-01-13 21:37:13 +01:00
Erwin de Haan
e566d9a231
Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
2019-01-13 20:54:44 +01:00
Erwin de Haan
8bfb54a41b
Visual Studio Reformat: Emby.Dlna
2019-01-13 20:16:19 +01:00
Erwin de Haan
e2751d42e8
Merge branch 'dev' into code-cleanup
2019-01-11 12:50:36 +01:00
Erwin de Haan
ec1f5dc317
Mayor code cleanup
...
Add Argument*Exceptions now use proper nameof operators.
Added exception messages to quite a few Argument*Exceptions.
Fixed rethorwing to be proper syntax.
Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)
Added some TODOs to log certain exceptions.
Fix sln again.
Fixed all AssemblyInfo's and added proper copyright (where I could find them)
We live in *current year*.
Fixed the use of braces.
Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.
Made more Methods that should be static static.
You can now use static to find bad functions!
Removed unused variable. And added one more proper XML comment.
2019-01-10 20:38:53 +01:00
hawken
bd169e4fd4
remove trailing whitespace
2019-01-07 23:27:46 +00:00
Bond_009
ea4c914123
Fix exception logging
2018-12-30 22:44:39 +01:00
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
2018-12-30 22:44:38 +01:00
Bond_009
6e5d2aadaa
Remove custom ToArray extension
2018-12-28 16:48:26 +01:00
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
2018-09-12 19:26:21 +02:00
Luke Pulverenti
983b51e083
reduce socket activity
2017-10-04 14:51:26 -04:00
Luke Pulverenti
40442f887b
consolidate emby.server.core into emby.server.implementations
2017-08-09 15:56:38 -04:00
Luke Pulverenti
d826b98449
3.2.25.10
2017-07-20 16:37:13 -04:00
Luke Pulverenti
401a6b8f4a
add request logging
2016-12-04 16:30:38 -05:00
Luke Pulverenti
7ed6c67db0
update xml parsing
2016-12-03 18:57:34 -05:00
Luke Pulverenti
83ad945015
update xml readers
2016-12-03 16:46:06 -05:00
Luke Pulverenti
1539836ca1
update didl xml
2016-11-06 12:30:44 -05:00
Luke Pulverenti
25312d7d03
add udp error handling
2016-11-04 19:57:21 -04:00
Luke Pulverenti
6d250c4050
make dlna project portable
2016-11-04 04:31:05 -04:00
Luke Pulverenti
7d58ee9344
rework dlna project
2016-10-29 18:34:54 -04:00
Luke Pulverenti
dca78b1341
rework dlna project
2016-10-29 18:22:20 -04:00