Stepan Goremykin
910617bbc3
Remove redundant 'else' keywords
2 years ago
Bond_009
24a7e210c3
Optimize tryparse
...
* Don't check for null before
* Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2 years ago
Cody Robibero
32eccc139c
LiveTV fixes
2 years ago
Bond_009
b366dc2e6e
Use ArgumentException.ThrowIfNullOrEmpty
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
Bond-009
210a4921f2
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ( #8709 )
2 years ago
Bond_009
ba3e7027fe
Add regression test for #8696
2 years ago
Cody Robibero
55c115b7b1
Don't throw exception if program.Title is null
2 years ago
Anthony Lavado
f9221c9a64
Backport pull request #8609 from jellyfin/release-10.8.z
...
Use Token for SchedulesDirect Images and Image Index
Original-merge: a6740bf51e
Merged-by: Anthony Lavado <anthonylavado@me.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
Bond_009
6a6ea7fa13
Switch branches if statement
2 years ago
Bond_009
f6af28cf96
Fix some things that slipped through the cracks
2 years ago
adrez99
3736e360e7
Merge branch 'jellyfin:master' into gzip
2 years ago
Bond-009
2d57e71b44
Don't allow throwing System.Exception ( #8378 )
2 years ago
adrez99
72893da4d8
Use System.IO.Compression instead of SharpCompress for gzips
2 years ago
Cody Robibero
2e3c5ed346
Merge pull request #7625 from crobibero/xml-cache-delete
...
(cherry picked from commit ec6f7bdcff
)
Signed-off-by: crobibero <cody@robibe.ro>
3 years ago
Cody Robibero
8203e933d5
Merge pull request #7592 from 1337joe/live-tv-fixes
...
(cherry picked from commit cd93f49fa8
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
3 years ago
Cody Robibero
435fc7ade9
Merge pull request #7567 from cvium/fix_xmltv_caching
...
(cherry picked from commit 385a0b9437
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
3 years ago
Bond_009
5732e6188c
Fix some warnings
3 years ago
Cody Robibero
7bfc6b5679
Remove more warnings
3 years ago
Bond_009
ea8f40e84a
More cleanup
3 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
Bond_009
beafd6eaab
Use JsonContent where possible
...
Should reduce the # of allocated bytes
3 years ago
cvium
b50c3852ef
Remove unused dependencies
3 years ago
Bond_009
5265b3eee7
Replace PBKDF2-SHA1 with PBKDF2-SHA512
...
This also migrates already created passwords on login
Source for the number of iterations:
https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
3 years ago
Claus Vium
26cfde8765
Merge pull request #6551 from MrChip53/xmltv-improve
3 years ago
Cody Robibero
a81dfabdb6
Fix indentation and build errors
3 years ago
Cody Robibero
3bbd98cc3f
Merge remote-tracking branch 'upstream/master' into schedules-direct
3 years ago
Bond_009
03f933aaa0
Fix the last few warnings
...
Enables TreatWarningsAsErrors for all projects
3 years ago
Bond_009
f31224fa8f
Remove sync FileStream hack
3 years ago
Bond_009
a6d1e542e6
Reduce allocations
3 years ago
Cody Robibero
7a7fe3e681
Fix types and property names
3 years ago
Mr. Chip53
1a8dcae5e4
Fix #6171
3 years ago
Cody Robibero
23e6c918a2
Remove Linq to index search
3 years ago
Claus Vium
74fef6c05b
Merge pull request #6177 from Bond-009/async
...
Use async FileStreams where it makes sense
3 years ago
Cody Robibero
0587b539ec
Suggestions from review
3 years ago
Cody Robibero
47e24a2cf7
Add SchedulesDirect json tests
3 years ago
Cody Robibero
47be1bf69f
Enable nullable for SchedulesDirect
3 years ago
Cody Robibero
bfb37a9ed9
Fix typos
3 years ago
Cody Robibero
8e498b01e7
Fix issues from merge
3 years ago
Bond_009
e3dac4fda2
Use async FileStreams where it makes sense
3 years ago
Cody Robibero
d7459fa2ec
Add missing xmldoc
3 years ago
Cody Robibero
cba07b1ca6
Remove more and more warnings
3 years ago
Bond_009
645825db36
Enable nullable for more files
3 years ago
Bond_009
6f8ccab788
Move non-jellyfin extensions to separate project
3 years ago
Bond_009
7e8428e588
Enable nullable reference types for Emby.Server.Implementations
4 years ago
BaronGreenback
2e98de9062
Code Clean up: Convert to null-coalescing operator ?? ( #5845 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
Bond_009
a8ed753f6c
FxCop -> Net Analyzers (part 2)
4 years ago
Bond_009
eba859e33e
Minor improvements
4 years ago