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
/
LiveTv
/
EmbyTV
/
ItemDataProvider.cs
Age
Commit message (
Expand
)
Author
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
2021-10-01
Enable nullable for ItemDataProvider
Bond_009
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-04-17
Remove unused using directives
BaronGreenback
2021-03-13
FxCop -> Net Analyzers (part 2)
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-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 custom Json serializer from Emby.Server.Implementations
David
2020-04-01
Address comments
Bond_009
2020-02-06
Fix some warnings in Emby.Server.Implementations
Bond_009
2019-09-12
Rewrite `ItemDataProvider` to be more robust
Bond_009
2019-03-07
Reduce the amount of exceptions thrown
Bond_009
2019-02-20
Avoid exceptions due to folder and file not found
PloughPuff
2019-02-09
Removed some unused fields
Bond_009
2019-01-28
Unwrapped CreateDirectory and DeleteDirectory
Erwin de Haan
2019-01-28
Unwrapped GetDirectoryName and DirectorySeperatorChar
Erwin de Haan
2019-01-13
Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
Erwin de Haan
2019-01-13
Visual Studio Reformat: Emby.Server.Implementations Part Liv-P
Erwin de Haan
2019-01-10
Mayor code cleanup
Erwin de Haan
2018-12-30
Fix exception logging
Bond_009
2018-12-30
Use Microsoft.Extensions.Logging abstraction
Bond_009
2017-05-26
update GetItems method
Luke Pulverenti
2017-05-04
improve smb support
Luke Pulverenti
2016-11-13
update .net core startup
Luke Pulverenti
2016-11-03
move classes to portable
Luke Pulverenti