Bond_009
b366dc2e6e
Use ArgumentException.ThrowIfNullOrEmpty
2 years ago
Bond_009
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
...
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
```
2 years ago
Bond_009
5726535a26
Fix some warnings
...
609 left
3 years ago
Cody Robibero
d461e3912a
Remove warninigs from MediaBrowser.Controller (Part 3) ( #6078 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
Matt Montgomery
53d5f64e03
Fix SA1513, SA1514, SA1507, and SA1508
4 years ago
Bond_009
404bb4f835
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
4 years ago
telans
247f9c61e6
fix SA1513/SA1516
4 years ago
telans
3d9049ef08
fix SA1508
4 years ago
telans
acd4389653
fix SA1005
4 years ago
crobibero
44957c5a9a
Use typed logger where possible
4 years ago
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
ba610b5094
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
6 years ago
Erwin de Haan
26ca4b607b
Visual Studio Reformat: MediaBrowser.Controller
6 years ago
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.
6 years ago
Bond_009
ea4c914123
Fix exception logging
6 years ago
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
0d28929e17
update download progress reporting
7 years ago
Luke Pulverenti
539fecd08b
rework live stream creation
7 years ago
Luke Pulverenti
e441e2f53d
update active recordings
7 years ago
Luke Pulverenti
f4765a87cc
update m3u tuner
7 years ago
Luke Pulverenti
40442f887b
consolidate emby.server.core into emby.server.implementations
7 years ago
Luke Pulverenti
386ed8d34a
update live stream buffers
8 years ago
Luke Pulverenti
2ca2a21737
update live stream buffer
8 years ago
Luke Pulverenti
33014f77aa
update GetItems method
8 years ago
Luke Pulverenti
ef6b90b8e6
make controller project portable
8 years ago
Sven Van den brande
168587b2a0
Remove unused code...
9 years ago
Luke Pulverenti
1a1fbec334
add error handling when resolving shortcuts
9 years ago
Luke Pulverenti
c6ce834216
update use of FileAttributes
9 years ago
Luke Pulverenti
078277ebc2
continue file system rework
9 years ago
Luke Pulverenti
8ad702060e
begin file system rework
9 years ago
Luke Pulverenti
30104bd8de
probe live streams after opening
10 years ago
Luke Pulverenti
d74e3b2dea
connect updates
10 years ago
Luke Pulverenti
16bc3a6d77
implement fetcher priority adjustment
11 years ago
Luke Pulverenti
7c5b222463
Created ILibraryMonitor to replace IDirectoryWatchers
11 years ago
Luke Pulverenti
6c8d919298
replace file system calls with IFileSystem when needed
11 years ago
Luke Pulverenti
579b507f7f
use IFileSystem interface to get creation time
11 years ago
Luke Pulverenti
be7918e5f6
fixes #567 - Deprecate native shortcut code
11 years ago
Luke Pulverenti
7c9c0c999d
safer shortcut migration
11 years ago
Luke Pulverenti
2da4ef2a01
limit knowledge of lnk files
11 years ago
Luke Pulverenti
8f002964fb
parse shortcuts without native code
11 years ago
Luke Pulverenti
3d40c5ba36
fixed xml providers running over and over
11 years ago
Luke Pulverenti
60780399c5
allow request header overrides
11 years ago
Luke Pulverenti
1496991096
use StringBuilder in GetValidFilename
11 years ago
Luke Pulverenti
7b6bf545da
removed network option from directory picker due to unreliability
11 years ago
Luke Pulverenti
8d5c0cbe04
fixes around saving music brainz id's to xml
11 years ago
Luke Pulverenti
dab5003d6b
added collection type
11 years ago
Luke Pulverenti
30e135e576
use linq on file system ops when possible
12 years ago
Luke Pulverenti
830e5c01f1
reduce memory usage from file system info
12 years ago