| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-14 | Fix debug builds (#8909) | Bond-009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 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-07 | Merge pull request #7549 from cvium/fix_isinlocalnetwork | Cody Robibero | |
| (cherry picked from commit bdb85aeecf10feae62ec615c8d80f1b517b8a5d6) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 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-02-14 | Fix option to disable server discovery | Bond_009 | |
| 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 | |||
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-11-24 | Create a store key constant for network | cvium | |
| 2021-11-08 | Merge remote-tracking branch 'BaronGreenback/TVFix' into TVFix | cvium | |
| 2021-11-08 | Merge branch 'master' into TVFix | cvium | |
| 2021-10-25 | Merge pull request #6486 from ↵ | Claus Vium | |
| fredriklindberg/support-forwarded-headers-for-api-url | |||
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-14 | Dynamically populate LocalAddress based on HTTP request | Fredrik Lindberg | |
| Support populating the LocalAddress field in the system info endpoint based on the x-forwarded-host and x-forwarded-proto header. The x-forwarded-host header must contain both the host and port for the url to be properly constructed. Behind network configuration option that is disabled by default. | |||
| 2021-09-07 | Update Jellyfin.Networking/Manager/NetworkManager.cs | Claus Vium | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-09-05 | Merge branch 'master' into TVFix | cvium | |
| 2021-07-30 | Invert code and style analysis configuration (#6334) | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-05-03 | Changed selection method | BaronGreenback | |
| 2021-04-29 | Merge pull request #5842 from BaronGreenback/optimization | Bond-009 | |
| Code Clean up: Group Methods | |||
| 2021-04-26 | Fix url for LiveTV | BaronGreenback | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-17 | Group Methods | BaronGreenback | |
| 2021-04-14 | Enables the ability to bind to loopback address. (#5773) | BaronGreenback | |
| 2021-04-11 | Merge pull request #5416 from BaronGreenback/SubnetOverlappFix | Joshua M. Boniface | |
| 2021-03-22 | Merge branch 'master' into RemoteAccessFix | BaronGreenback | |
| 2021-03-14 | Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix | BaronGreenback | |
| 2021-03-14 | Fixed selection of correct interface ip | BaronGreenback | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-12 | Update NetworkManager.cs | BaronGreenback | |
| 2021-03-11 | Update Jellyfin.Networking/Manager/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-11 | Update Jellyfin.Networking/Manager/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-11 | Fix remote access | BaronGreenback | |
| 2021-03-10 | removed parameter preset | BaronGreenback | |
| 2021-03-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-03-09 | Fix for multiple ip's in the same subnet per interface. | BaronGreenback | |
| 2021-03-01 | Kestrel workaround | BaronGreenback | |
| 2021-03-01 | correction of ip6 loopback | BaronGreenback | |
| 2021-02-27 | Update Jellyfin.Networking/Manager/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-02-27 | Update Jellyfin.Networking/Manager/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-02-24 | renamed method | BaronGreenback | |
| 2021-02-23 | Update Jellyfin.Networking/Manager/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-02-23 | Update Jellyfin.Networking/Manager/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-02-23 | renamed method | BaronGreenback | |
| 2021-02-21 | Merge branch 'master' into bindfix | BaronGreenback | |
| 2021-02-21 | optimized | BaronGreenback | |
| 2021-02-21 | Fix testing | BaronGreenback | |
