| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-29 | Merge pull request #7984 from crobibero/dotnet-6.0.6 | Joshua M. Boniface | |
| Upgrade to dotnet 6.0.6, update remaining dependencies (cherry picked from commit 56e7b323de3e993ba79ed86ef7e9a10f79693156) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-05-20 | Merge pull request #7774 from crobibero/api-authinfo | Cody Robibero | |
| (cherry picked from commit 825e6460c9df04d8023634d71a0c82c93ca6ee2b) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-05-20 | Merge pull request #7766 from crobibero/dotnet-6.0.5 | Joshua M. Boniface | |
| (cherry picked from commit 71bf56704535d0afa7d4955f03d287d40c9a98a3) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-05-09 | Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726) | dependabot[bot] | |
| Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2022-04-17 | Merge pull request #7590 from crobibero/dotnet-6.0.4 | Joshua M. Boniface | |
| (cherry picked from commit 5778541d2fa9a6a2732b715e8c60421e44e035da) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-03-21 | Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406 | dependabot[bot] | |
| Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
| 2022-03-08 | Update to dotnet 6.0.3 | Cody Robibero | |
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-08 | Update to dotnet 6.0.2 | Cody Robibero | |
| Signed-off-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-02-07 | Bump System.Linq.Async from 5.1.0 to 6.0.1 | dependabot[bot] | |
| Bumps [System.Linq.Async](https://github.com/dotnet/reactive) from 5.1.0 to 6.0.1. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/compare/ixnet-v5.1.0...ixnet-v6.0.1) --- updated-dependencies: - dependency-name: System.Linq.Async dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2021-12-30 | Merge pull request #7049 from crobibero/warn40219 | Bond-009 | |
| 2021-12-27 | Fix device ordering | Cody Robibero | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-14 | Update to dotnet 6.0.1 | Cody Robibero | |
| 2021-12-13 | Bump System.Linq.Async from 5.0.0 to 5.1.0 | dependabot[bot] | |
| Bumps [System.Linq.Async](https://github.com/dotnet/reactive) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/compare/ixnet-v5.0.0...ixnet-v5.1.0) --- updated-dependencies: - dependency-name: System.Linq.Async dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-11-13 | Merge pull request #6818 from Bond-009/password | Cody Robibero | |
| 2021-11-12 | Fix Ombi auth through Jellyfin | Nicholas Sica | |
| 2021-11-11 | Fix Ombi auth through Jellyfin | Nicholas Sica | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-11-11 | Fixes Ombi auth through Jellyfin | NickSica | |
| 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 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-08 | Update to full dotnet 6 | Cody Robibero | |
| 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 #6676 from Bond-009/rng | Claus Vium | |
| Use static crypto rng | |||
| 2021-10-08 | Merge pull request #6663 from crobibero/dotnet-6-rc1 | Claus Vium | |
| Reference dotnet6-rc1 packages | |||
| 2021-10-08 | Use static crypto rng | Bond_009 | |
| 2021-10-07 | Return the path to the pinfile in forgot password | cvium | |
| 2021-10-04 | Reference dotnet6-rc1 packages | Cody Robibero | |
| 2021-10-03 | Fix warning: The nullable warning suppression expression is redundant (#2149) | KonH | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-19 | Upgrade to dotnet 5.0.10 | Cody Robibero | |
| 2021-09-07 | Fix typo in comment and remove useless ones | Fernando Fernández | |
| 2021-09-06 | Move model configuration to its own classes | Fernando Fernández | |
| 2021-09-06 | Log EFCore migrations | 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-03 | remove leading and trailing whitespace from the key | cvium | |
| 2021-09-03 | fix the build | cvium | |
| 2021-09-03 | Merge branch 'master' into bug/authorization-header-issue | cvium | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore | Cody Robibero | |
| 2021-09-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-08-31 | Update Jellyfin.Server.Implementations/Devices/DeviceManager.cs | Patrick Barron | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-08-15 | Update to dotnet 5.0.9 | Cody Robibero | |
| 2021-08-13 | Fix devices migration | Patrick Barron | |
| 2021-08-13 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs | |||
