index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
ScheduledTasks
/
ScheduledTaskWorker.cs
Age
Commit message (
Expand
)
Author
2024-02-06
Remove SimpleProgress
Patrick Barron
2023-03-01
Reduce log spam
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
Use ArgumentNullException.ThrowIfNull helper method
Bond_009
2022-02-15
Fix some warnings
Bond_009
2021-12-27
More cleanup
Bond_009
2021-11-09
Fix some warnings
Bond_009
2021-10-02
Fix warnings in ScheduledTasks
Patrick Barron
2021-08-28
Remove more and more warnings
Cody Robibero
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-05-28
Fix some warnings
Bond_009
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-05
Code Clean up: Convert to null-coalescing operator ?? (#5845)
BaronGreenback
2021-05-05
Code Clean up: Use Pattern Matching (#5838)
BaronGreenback
2021-04-17
Remove unused using directives
BaronGreenback
2021-04-10
Use sync Serialize when writing scheduled tasks to disk
cvium
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
2021-02-05
Merge pull request #5005 from jellyfin/bytes
dkanada
2021-01-12
Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate
Bond_009
2021-01-12
JsonSerializer deserialize from bytes where possible
Bond_009
2020-12-29
Use UTF8 encoding and async correctly
David
2020-12-27
Code revie
David
2020-12-24
Put json serializer options in private field
David
2020-12-24
Use sync string instead of file
David
2020-12-23
Use streams instead of strings
David
2020-12-23
Remove xml docs
David
2020-12-23
Remove custom Json serializer from Emby.Server.Implementations
David
2020-11-14
Replace Task.WaitAll with Task.Wait
Bond_009
2020-10-17
Use nameof where possible
Bond_009
2020-08-24
Merge branch 'master' into event-rewrite-1
Patrick Barron
2020-08-20
Make MediaBrowser.MediaEncoding warnings free
Bond_009
2020-08-13
Move GenericEventArgs to Jellyfin.Data.Events
Patrick Barron
2020-06-16
Merge pull request #3343 from telans/comment-stops
Bond-009
2020-06-16
fix SA1513/SA1516
telans
2020-06-16
Add full stop at end of comments (SA1629)
telans
2020-06-03
Merge pull request #3203 from Bond-009/warn18
Vasily
2020-05-29
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
Bond_009
2020-04-05
Enable nullabe reference types for MediaBrowser.Model
Bond_009
2019-11-22
Fix some warnings
Bond-009
2019-08-09
Use CultureInvariant string conversion for Guids
Bond-009
2019-01-30
Merge branch 'master' into startuptasks
Bond-009
2019-01-28
Unwrapped CreateDirectory and DeleteDirectory
Erwin de Haan
2019-01-28
Unwrapped GetDirectoryName and DirectorySeperatorChar
Erwin de Haan
2019-01-27
Fix crash when trying to deserialize a non-existing scheduled task
Claus Vium
2019-01-27
Check if file exists instead of catching exceptions
Bond_009
2019-01-27
Remove unused function
Bond_009
2019-01-25
Remove remnants of system events
Bond_009
2019-01-13
ReSharper conform to 'var' settings
Erwin de Haan
2019-01-13
Visual Studio Reformat: Emby.Server.Implementations Part S-S
Erwin de Haan
[next]