| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-02 | Merge pull request #6027 from fredriklindberg/improve-series-matching | Claus Vium | |
| 2021-10-06 | Fix the last few warnings | Bond_009 | |
| Enables TreatWarningsAsErrors for all projects | |||
| 2021-10-03 | Fix warnings in Library | Patrick Barron | |
| 2021-09-19 | Fix extra folder type resolving. | Dixin | |
| 2021-09-13 | Improve series name matching | Fredrik Lindberg | |
| Add a series path resolver that attempts to extract only the series name from a path that contains more information that just the name. | |||
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into warn-259810 | Cody Robibero | |
| 2021-08-30 | Merge pull request #6183 from stanionascu/bdiso-playback | Claus Vium | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-13 | Better detection of the ISO DVD/BD types | Stanislav Ionascu | |
| The ISO image will be opened and checked for disc-type specific folders. Can be overridden using NAME.dvd.iso / NAME.bluray.iso | |||
| 2021-05-24 | Remove some unnecessary allocations | cvium | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-16 | Reduce some allocations | cvium | |
| 2021-05-05 | More improvements | 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-04-17 | Fix ArgumentOutOfRangeException scanning AudioBooks | Stephen Moore | |
| AudioResolver.ResolveMultipleAudio method can attempt to access the first item in a List without checking if the list is empty which throws an ArgumentOutOfRangeException and stops the 'Scan Library' process. | |||
| 2021-04-10 | Set mediatype to Audio for playlists in a music library | cvium | |
| 2021-04-01 | Update Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs | Bond-009 | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-04-01 | Remove useless code | Bond_009 | |
| 2021-03-15 | add unit tests | cvium | |
| 2021-03-14 | do not resolve episode-like files if they are in extras folders | cvium | |
| 2021-02-12 | remove deprecated settings from server config | dkanada | |
| 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-11 | remove opf extension for book types | artiume | |
| 2020-11-14 | Missed some stuff | Bond_009 | |
| 2020-10-12 | Fix SA 1116 warnings | Jan-Pieter Baert | |
| 2020-09-27 | better audio file check | Gary Wilber | |
| 2020-09-27 | interlocked increment | Gary Wilber | |
| 2020-09-26 | Increase scan speed for music libraries | Gary Wilber | |
| 2020-07-23 | Remove unused dependencies. | Patrick Barron | |
| 2020-06-20 | brace multiline if statements | telans | |
| 2020-06-20 | fix some documentation periods | telans | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-05-14 | Update Books Resolver File Types | artiume | |
| 2020-05-12 | Remove support for injecting ILogger directly | Patrick Barron | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
