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
/
MediaBrowser.Controller
/
Entities
/
BaseItemExtensions.cs
Age
Commit message (
Expand
)
Author
2025-07-27
fix file modification date comparisons (#14503)
evan314159
2023-10-08
Use null propagation
Stepan Goremykin
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-12-24
Update StyleCop
Bond_009
2021-10-03
Fix warning: Qualifier is redundant (#2149)
KonH
2021-08-13
Fix warnings in MediaBrowser.Controller
Rich Lander
2021-06-11
Remove useless nullable directives
Bond_009
2021-05-07
Enable nullable reference types for MediaBrowser.Controller
Bond_009
2021-04-20
DeepCopy: Throw ArgumentNullException if one of the args is null
Bond_009
2020-10-12
Fix SA 1116 warnings
Jan-Pieter Baert
2020-08-22
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
Bond_009
2019-04-02
Speed up DeepCopy
Bond-009
2019-01-13
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
Erwin de Haan
2019-01-13
Visual Studio Reformat: MediaBrowser.Controller
Erwin de Haan
2019-01-07
remove trailing whitespace
hawken
2018-12-30
Added extra extension method that create a new instance of the destination ob...
Erwin de Haan
2018-12-30
Fixed #320 by adding an extension method to BaseItem to make a deep copy of a...
Erwin de Haan
2018-12-27
Add GPL modules
Andrew Rabert