| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-06 | simplify | cvium | |
| 2021-03-05 | make sure network path substitution matches correctly | cvium | |
| 2021-02-24 | CollectionType can be null | Bond_009 | |
| 2021-02-24 | Fix build | Bond_009 | |
| 2021-02-24 | Fix unchecked input | Bond_009 | |
| 2021-02-12 | remove deprecated settings from server config | dkanada | |
| 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 | ``` | |||
| 2021-01-08 | Merge pull request #4906 from Spacetech/library_scan_ignore_inaccessible | Bond-009 | |
| Ignore inaccessible files & folders during library scans | |||
| 2021-01-06 | Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver | Ian | |
| 2020-12-31 | Ignore inaccessible files during library scans | Gary Wilber | |
| 2020-12-30 | Merge pull request #4890 from nielsvanvelzen/4888-fix-search-hints | Joshua M. Boniface | |
| Fix search hint endpoint error | |||
| 2020-12-30 | Update Emby.Server.Implementations/Library/UserDataManager.cs | artiume | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-12-30 | Update Emby.Server.Implementations/Library/UserDataManager.cs | artiume | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-12-30 | Update Emby.Server.Implementations/Library/UserDataManager.cs | artiume | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-12-30 | Split resume function for Audiobooks | artiume | |
| 2020-12-30 | Fix limit parameter error for search hints endpoint | Niels van Velzen | |
| 2020-12-24 | Put json serializer options in private field | David | |
| 2020-12-23 | Add missing FileStreams | David | |
| 2020-12-23 | Use streams instead of strings | David | |
| 2020-12-23 | Remove custom Json serializer from Emby.Server.Implementations | David | |
| 2020-12-16 | Merge pull request #4771 from crobibero/typed-get-preference | Claus Vium | |
| Use typed UserManager GetPreference | |||
| 2020-12-13 | Use a more descriptive function name | crobibero | |
| 2020-12-11 | remove opf extension for book types | artiume | |
| 2020-12-11 | Use typed UserManager GetPreference | crobibero | |
| 2020-12-10 | Simplify | cvium | |
| 2020-12-10 | Remove ImageFetcherPostScanTask | cvium | |
| 2020-12-08 | fix custom library order | nyanmisaka | |
| 2020-12-01 | Use GetParentItem where applicable | crobibero | |
| 2020-12-01 | fix inverted condition | crobibero | |
| 2020-12-01 | Use Guid as API parameter type where possible | crobibero | |
| 2020-11-21 | Update ImageFetcherPostScanTask.cs | 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 | |
| Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids | |||
| 2020-11-18 | Fixes spelling. | Greenback | |
| 2020-11-16 | Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. | crobibero | |
| 2020-11-16 | Merge branch 'master' into emby-namig-nullable | BaronGreenback | |
| 2020-11-15 | Merge remote-tracking branch 'upstream/master' into http-exception | crobibero | |
| 2020-11-14 | remove custom HttpException | crobibero | |
| 2020-11-14 | Missed some stuff | Bond_009 | |
| 2020-11-14 | Use string.Split(char) where possible instead of string.Split(char[]) | Bond_009 | |
| 2020-11-10 | Merge remote-tracking branch 'jellyfin/master' into emby-namig-nullable | Stepan | |
| 2020-11-05 | Fix Persons, Genres and Studios endpoints | cvium | |
| 2020-11-02 | Merge pull request #4341 from Bond-009/minor6 | Anthony Lavado | |
| Minor improvements | |||
| 2020-11-01 | Re-Sharper inspection issues | Stepan | |
| 2020-11-01 | Enable nullable in Emby.Naming | Stepan | |
| 2020-10-17 | Use nameof where possible | Bond_009 | |
| 2020-10-14 | Merge pull request #4315 from Jan-PieterBaert/fix-warnings | Bond-009 | |
| Fix some warnings | |||
| 2020-10-13 | Merge pull request #4199 from ryanpetris/livetv-locking | Anthony Lavado | |
| Fix stream performance when opening/closing new streams. | |||
| 2020-10-12 | Fix SA 1116 warnings | Jan-Pieter Baert | |
| 2020-10-06 | Add try-catch to avoid crashing the whole thing | cvium | |
