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
/
Folder.cs
Age
Commit message (
Expand
)
Author
2023-05-26
Fix TotalRecordCount calculation
Shadowghost
2023-01-07
Fix recursive children lookup of folders (#8678)
Egor Bakanov
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-09-23
Backport pull request #8189 from jellyfin/release-10.8.z
Luke F
2022-08-14
Check for empty guid
Niels van Velzen
2022-08-14
Use Guid for adjacentTo API parameter
Niels van Velzen
2022-03-11
BaseItem: remove unused function
Bond_009
2022-03-11
Merge pull request #7346 from Bond-009/guid
Claus Vium
2022-02-27
Add post filtering for theme song and video
Joe Rogers
2022-02-21
Optimize Guid comparisons
Bond_009
2022-01-28
Remove some allocations (#7246)
Claus Vium
2022-01-22
Ban the usage of Task.Result
Bond_009
2022-01-20
Properly populate QueryResult
Cody Robibero
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-11-09
Fix some warnings
Bond_009
2021-11-09
Fix some warnings
Bond_009
2021-11-08
Fix and disable new dotnet6 warnings
Cody Robibero
2021-09-09
Fix some warnings
Bond_009
2021-08-28
Remove more and more warnings
Cody Robibero
2021-08-13
Fix warnings in MediaBrowser.Controller
Rich Lander
2021-08-11
Update MediaBrowser.Controller/Entities/Folder.cs
Rich Lander
2021-07-23
Fix more warnings
Rich Lander
2021-07-23
Fix partial set of MediaBrowser.Controller/Entities warnings
Rich Lander
2021-07-10
[CA1801] Parameter is never used. Remove the parameter or use it in the metho...
Cody Robibero
2021-06-07
Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1
Claus Vium
2021-06-06
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
Cody Robibero
2021-05-17
Enable child items to be returned if a musicAlbum
BaronGreenback
2021-05-13
Reduce warnings in MediaBrowser.Controller
crobibero
2021-05-07
Enable nullable reference types for MediaBrowser.Controller
Bond_009
2021-04-30
Reduce some allocations with the magic of spans etc.
cvium
2021-04-21
Merge pull request #5808 from cvium/semi-fix-collection-perf
Bond-009
2021-04-17
Remove unused using directives
BaronGreenback
2021-04-13
fixes
cvium
2021-04-13
Optimize the way items are grouped into collections
cvium
2020-12-13
Use a more descriptive function name
crobibero
2020-12-11
Use typed UserManager GetPreference
crobibero
2020-12-10
Forgot to revert some other changes, dunno if needed
cvium
2020-12-04
Merge pull request #4242 from Spacetech/library_scan_speed
Claus Vium
2020-12-02
Move MetadataRefreshThrottler to BaseItemManager
Gary Wilber
2020-11-21
Merge branch 'master' into library_scan_speed
BaronGreenback
2020-11-21
Merge branch 'master' into defer_image_fetching
Joshua M. Boniface
2020-11-20
Merge pull request #4499 from crobibero/more-param
Joshua M. Boniface
2020-11-19
Merge remote-tracking branch 'upstream/master' into library_scan_speed
Gary Wilber
2020-11-18
More spelling corrections.
Greenback
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-11-08
Merge remote-tracking branch 'upstream/master' into library_scan_speed
Gary Wilber
2020-11-02
Merge pull request #4341 from Bond-009/minor6
Anthony Lavado
2020-10-17
Use nameof where possible
Bond_009
[prev]
[next]