| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-20 | Merge pull request #6870 from cvium/fix_omdb_image_provider | Cody Robibero | |
| 2021-11-19 | Merge pull request #6850 from PetrusZ/collection-validator | Cody Robibero | |
| 2021-11-19 | Refactor omdb providers | cvium | |
| 2021-11-18 | Replace library option to AutomaticallyAddToCollection | Petrus.Z | |
| Signed-off-by: Petrus.Z <silencly07@gmail.com> | |||
| 2021-11-17 | Add AutoCollection option | Petrus.Z | |
| it can determine whether auto create/add movies to collection Signed-off-by: Petrus.Z <silencly07@gmail.com> | |||
| 2021-11-16 | Fix some warnings | Bond_009 | |
| 2021-11-15 | Add setter for CustomPrefs | Joe Rogers | |
| 2021-11-15 | Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1 | dependabot[bot] | |
| Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-11-13 | Merge pull request #6818 from Bond-009/password | Cody Robibero | |
| 2021-11-12 | Remove Obsolete attribute on enum | Cody Robibero | |
| 2021-11-11 | Fix nullability on DisplayPreferencesDto | Cody Robibero | |
| Remove duplicate, fix namespace | |||
| 2021-11-10 | Replace PBKDF2-SHA1 with PBKDF2-SHA512 | Bond_009 | |
| This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2 | |||
| 2021-11-09 | Merge pull request #6808 from cvium/dlnope_never_again | Cody Robibero | |
| 2021-11-09 | Merge pull request #6794 from Bond-009/dead | Claus Vium | |
| Remove some dead code | |||
| 2021-11-09 | Fix SortCriteria and refactor SetSorting | cvium | |
| 2021-11-09 | Remove some dead code | Bond_009 | |
| 2021-11-09 | Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0 | dependabot[bot] | |
| Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-11-08 | Fix and disable new dotnet6 warnings | Cody Robibero | |
| 2021-11-08 | Update to full dotnet 6 | Cody Robibero | |
| 2021-11-08 | Merge pull request #5918 from crobibero/client-logger | Claus Vium | |
| Add endpoint to log client events | |||
| 2021-11-06 | Remove ImageType.Screenshot and ItemFields.Screenshot | Joe Rogers | |
| 2021-11-03 | Merge branch 'master' into client-logger | Cody Robibero | |
| 2021-11-02 | Merge remote-tracking branch 'upstream/master' into client-logger | Cody Robibero | |
| 2021-11-02 | Update StreamBuilder.cs | zehner | |
| LogLevel INFO => DEBUG | |||
| 2021-10-29 | Default log upload to enabled | Cody Robibero | |
| 2021-10-27 | Suggestions from review | Cody Robibero | |
| 2021-10-27 | Merge pull request #6737 from Bond-009/nullable9 | Claus Vium | |
| Enable nullable for MediaBrowser.Providers | |||
| 2021-10-26 | Merge remote-tracking branch 'upstream/master' into client-logger | Cody Robibero | |
| 2021-10-26 | Enable nullable for MediaBrowser.Providers | Bond_009 | |
| 2021-10-26 | Enable nullable for more files | Bond_009 | |
| 2021-10-12 | Update to dotnet6.rc2 | Cody Robibero | |
| 2021-10-09 | Merge pull request #6657 from Bond-009/dotnetbug | Claus Vium | |
| 2021-10-08 | Merge pull request #6663 from crobibero/dotnet-6-rc1 | Claus Vium | |
| Reference dotnet6-rc1 packages | |||
| 2021-10-06 | Fix the last few warnings | Bond_009 | |
| Enables TreatWarningsAsErrors for all projects | |||
| 2021-10-04 | Reference dotnet6-rc1 packages | Cody Robibero | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-10-03 | Fix warning: Type cast is redundant (#2149) | KonH | |
| 2021-10-03 | Fix warning: Redundant control flow jump statement (#2149) | KonH | |
| 2021-10-03 | Fix warning: Using directive is not required by the code and can be safely ↵ | KonH | |
| removed (#2149) | |||
| 2021-09-26 | Remove all instances of en-US culture | Cody Robibero | |
| 2021-09-25 | Remove sync FileStream hack | Bond_009 | |
| 2021-09-24 | Address comments | Bond_009 | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-19 | Reduce allocations | Bond_009 | |
| 2021-09-10 | Merge pull request #5648 from OancaAndrei/syncplay-sessions-fix | Claus Vium | |
| Fix session references in SyncPlay | |||
| 2021-09-09 | Fix images "not loading" after manual identification | Chris Tam | |
| 2021-09-09 | Fix some warnings | Bond_009 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-06 | Merge pull request #6177 from Bond-009/async | Claus Vium | |
| Use async FileStreams where it makes sense | |||
| 2021-09-06 | merge branch 'master' into syncplay-sessions-fix | dkanada | |
