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
/
Channels
/
ChannelManager.cs
Age
Commit message (
Expand
)
Author
2024-01-09
Move channels to LiveTv project
Patrick Barron
2024-01-06
Fix More Live TV Warnings (#10818)
Patrick Barron
2023-10-14
Merge branch 'master' into fix-resharper-warnings
Stepan Goremykin
2023-10-11
Multiple Stream changes
Bond_009
2023-10-07
Pass cancellation token
Stepan Goremykin
2023-03-14
Reduce usage of GetAwaiter().GetResult()
Bond_009
2023-03-01
Allocate less Lists
Bond_009
2023-01-27
Use dependency injection for IChannel
Patrick Barron
2022-12-07
Use ArgumentException.ThrowIfNullOrEmpty
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-21
Optimize Guid comparisons
Bond_009
2022-02-15
Fix some warnings
Bond_009
2022-01-22
Ban the usage of Task.Result
Bond_009
2022-01-20
Properly populate QueryResult
Cody Robibero
2021-12-27
Remove more warnings
Cody Robibero
2021-12-20
Use our own Contains extension
cvium
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-11-16
Fix some warnings
Bond_009
2021-10-26
Enable nullable for more files
Bond_009
2021-10-03
Fix warnings in ChannelManager
Patrick Barron
2021-09-06
Merge pull request #6177 from Bond-009/async
Claus Vium
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-08-28
Remove more and more warnings
Cody Robibero
2021-08-15
Minor improvements
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
Add missing FileStreams
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-12-01
fix spacing
crobibero
2020-12-01
Use Guid as API parameter type where possible
crobibero
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-11-06
Minor perf improvements
Bond_009
2020-10-17
Use nameof where possible
Bond_009
2020-08-31
Fix some warnings
Bond_009
2020-08-21
Make some methods async
Bond_009
2020-08-07
Fix MemoryCache Usage.
Patrick Barron
2020-08-01
Merge pull request #3578 from barronpm/displaypreferences-efcore
Bond-009
2020-07-29
Use MemoryCache in ChannelManager
Patrick Barron
2020-07-17
Migrate Display Preferences to EF Core
Patrick Barron
2020-06-15
fix SA1005
telans
[next]