Commit Graph

184 Commits (3f658515206a7ccea468de3fe9916e171de89b0d)

Author SHA1 Message Date
Bond-009 9ccfe3121f
Merge pull request #9103 from DarrenRuane/darrenruane_fix_chapter_images_deletion
2 years ago
Bond_009 d280dc6554 Reduce log spam
2 years ago
Bond_009 cb85fc688f Enable nullable for more files
2 years ago
Patrick Barron 8479f0f90c Rename JellyfinDb to JellyfinDbContext
2 years ago
DarrenRuane 776294b5f8 Fix pre-existing chapter images not being deleted after the chapter image generation setting is disabled
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 fb3e97d7ac Use typed logger
2 years ago
Bond_009 556cc8062d Investigate some TODO comments
2 years ago
cvium b836fe9685 remove JellyfinDbProvider and add second level caching
2 years ago
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
2 years ago
Cody Robibero cc608c17bd Merge pull request #7512 from crobibero/update-plugin
3 years ago
Bond_009 5732e6188c Fix some warnings
3 years ago
Cody Robibero ecb73168b3 Suggestions from review
3 years ago
Cody Robibero 360fd70fc7 Clean up
3 years ago
David Ullmer 045ef4b726 Generate Splashscreen during RefreshMediaLibrary scheduled task
3 years ago
Bond_009 ea8f40e84a More cleanup
3 years ago
cvium b880dc8a4a Use our own Contains extension
3 years ago
Bond_009 1d19a5be61 Fix some warnings
3 years ago
Bond_009 5726535a26 Fix some warnings
3 years ago
Patrick Barron 4ba9b6c305 Fix warnings in ScheduledTasks
3 years ago
Bond_009 637e86478f Fix some warnings
3 years ago
Cody Robibero ec13412155 Merge remote-tracking branch 'upstream/master' into warn-259810
3 years ago
qsniyg 2cf08dcd34 Allow zero activity log retention days
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
Bond-009 e5a29824e5
Merge branch 'master' into minor15
3 years ago
Bond_009 915141f196 Fix some warnings
3 years ago
Bond_009 1f99c9b90c Minor fixes
3 years ago
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project
3 years ago
Bond_009 0bc0601442 Fix some warnings
3 years ago
Fernando Fernández 3b822116ed
Create scheduled task for database optimization
3 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations
3 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? (#5845)
3 years ago
BaronGreenback f2c10471bf
Code Clean up: Use Pattern Matching (#5838)
3 years ago
BaronGreenback bc1cc2d04a Remove unused using directives
3 years ago
cvium 42bcf171d9 Use sync Serialize when writing scheduled tasks to disk
4 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2)
4 years ago
Bond_009 65bab55ca0 Minor improvements
4 years ago
dkanada 54a3ab15a3
Merge pull request #5005 from jellyfin/bytes
4 years ago
crobibero 6abee2dd22 fix delete log task
4 years ago
Bond_009 1752423e52 Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate
4 years ago
Bond_009 1ea2b200c0 JsonSerializer deserialize from bytes where possible
4 years ago
obradovichv 0282a1ed09 Fix string culture specificity
4 years ago
Cody Robibero 5c57569692
Merge branch 'master' into PluginDowngrade
4 years ago
David 3dec1fd6b2 Use UTF8 encoding and async correctly
4 years ago
David 21fd124bca Code revie
4 years ago
David 043d045448 Put json serializer options in private field
4 years ago
David e835dfb27d Use sync string instead of file
4 years ago
David 2a574914ea Use streams instead of strings
4 years ago
David f38970cbd3 Remove xml docs
4 years ago