| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-20 | Merge pull request #6281 from crobibero/controller-warn-04 | Bond-009 | |
| 2021-07-11 | Fix some warnings | Bond_009 | |
| 2021-07-10 | [CA1801] Parameter is never used. Remove the parameter or use it in the ↵ | Cody Robibero | |
| method body. | |||
| 2021-06-22 | Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-12 | Merge pull request #6172 from Bond-009/nullable6 | Claus Vium | |
| Remove useless nullable directives | |||
| 2021-06-12 | Merge pull request #6096 from cvium/saving_private_ram | Bond-009 | |
| 2021-06-11 | Remove useless nullable directives | Bond_009 | |
| 2021-06-07 | Merge pull request #6156 from Bond-009/minor14 | Claus Vium | |
| Minor fixes | |||
| 2021-06-07 | Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1 | Claus Vium | |
| Make DLNA folders to work as expected. | |||
| 2021-06-07 | Merge pull request #6117 from LinFor/pr_originaltitle_in_lookupinfo | Claus Vium | |
| Add OriginalTitle to ItemLookupInfo | |||
| 2021-06-06 | Minor fixes | Bond_009 | |
| 2021-06-06 | Remove warninigs from MediaBrowser.Controller (Part 3) (#6078) | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-05-27 | Add OriginalTitle to ItemLookupInfo | PingWin | |
| 2021-05-24 | Remove some unnecessary allocations | cvium | |
| 2021-05-18 | Merge pull request #6042 from crobibero/mbc-warn-2 | Bond-009 | |
| 2021-05-18 | Enable nullable for InternalItemsQuery | Bond_009 | |
| 2021-05-17 | Enable child items to be returned if a musicAlbum | BaronGreenback | |
| 2021-05-13 | Reduce warnings in MediaBrowser.Controller | crobibero | |
| 2021-05-11 | Reduce warnings in MediaBrowser.Controller (#6006) | Cody Robibero | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-07 | Enable nullable reference types for MediaBrowser.Controller | Bond_009 | |
| 2021-05-05 | More improvements | Bond_009 | |
| 2021-05-05 | Remove dead code | Bond_009 | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-05 | Code Clean up: Use Pattern Matching (#5838) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-03 | Merge branch 'master' into allocationz | Claus Vium | |
| 2021-04-30 | Merge pull request #5890 from Bond-009/filesystem | Bond-009 | |
| Reduce string allocations/fs lookups in resolve code | |||
| 2021-04-30 | Reduce some allocations with the magic of spans etc. | cvium | |
| 2021-04-29 | Merge pull request #5842 from BaronGreenback/optimization | Bond-009 | |
| Code Clean up: Group Methods | |||
| 2021-04-22 | Reduce string allocations/fs lookups in resolve code | Bond_009 | |
| 2021-04-21 | Improve perf of db save and query | Bond_009 | |
| 2021-04-21 | Merge pull request #5876 from Bond-009/nullref5 | Bond-009 | |
| DeepCopy: Throw ArgumentNullException if one of the args is null | |||
| 2021-04-21 | Merge pull request #5808 from cvium/semi-fix-collection-perf | Bond-009 | |
| 2021-04-20 | DeepCopy: Throw ArgumentNullException if one of the args is null | Bond_009 | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-17 | Group Methods | BaronGreenback | |
| 2021-04-13 | fixes | cvium | |
| 2021-04-13 | Optimize the way items are grouped into collections | cvium | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-10 | Use distinct for artists to avoid double refreshing | cvium | |
| 2021-02-13 | Minor improvements | Bond_009 | |
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2021-01-12 | Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip | Bond_009 | |
| This test uses a very small object (CountryInfo), using a bigger object would increase the difference in allocated memory. ``` BenchmarkDotNet=v0.12.1, OS=fedora 32 Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores .NET Core SDK=5.0.100 [Host] : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT | Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated | |---------------- |-----------:|---------:|---------:|-------:|------:|------:|----------:| | RoundTripBytes | 932.0 ns | 5.09 ns | 4.25 ns | 0.1173 | - | - | 368 B | | RoundTripString | 1,114.8 ns | 22.19 ns | 23.74 ns | 0.1469 | - | - | 464 B | ``` | |||
| 2020-12-24 | Put json serializer options in private field | David | |
| 2020-12-23 | Remove custom Json serializer from MediaBrowser.Controller | David | |
| 2020-12-13 | Use a more descriptive function name | crobibero | |
| 2020-12-11 | Use typed UserManager GetPreference | 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 | |
| Increase library scan and metadata refresh speed | |||
