| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 7 days | Fix CA2007 warnings in InstallationManager | Michael Jones | |
| Wrap the downloaded stream in an explicit await using block with ConfigureAwait(false), matching the pattern already used in LiveStreamHelper and similar callers. Also add ConfigureAwait(false) to the ZipFile.ExtractToDirectoryAsync call. Part of #2149 | |||
| 2026-01-14 | Fix error CA2016: Forward the 'cancellationToken' parameter to the ↵ | Richard Torhan | |
| 'ExtractToDirectoryAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token | |||
| 2026-01-14 | Fix error CA1849: 'ZipFile.ExtractToDirectory(Stream, string, bool)' ↵ | Richard Torhan | |
| synchronously blocks. Await 'ZipFile.ExtractToDirectoryAsync(Stream, string, bool, CancellationToken)' instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849) | |||
| 2026-01-10 | Backport pull request #15961 from jellyfin/release-10.11.z | theguymadmax | |
| Fix crash when plugin repository has an invalid URL Original-merge: 317a3a47c374fc4cb58f4c7a537b33fabb4c764f Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-10-27 | Backport pull request #15197 from jellyfin/release-10.11.z | crobibero | |
| Filter plugins by id instead of name Original-merge: 5691eee4f16402dfe528787666eef13678faaba0 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-01-25 | chore: fix spelling | Josh Soref | |
| * a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-11-26 | Fix:Plugin Installed Alerts missing from Admin Dashboard #10620 | Çağrı Sakaoğlu | |
| 2023-11-16 | Use new static ZipFile functions | Bond_009 | |
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-10-06 | Reduce string allocations | Bond_009 | |
| Some simple changes to reduce the number of allocated strings | |||
| 2023-04-09 | Reconcile pre-packaged meta.json against manifest on install | AmbulantRex | |
| 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-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 | |||
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-18 | Use System.IO.Compression instead of SharpCompress for zips | Bond_009 | |
| Also removes unused methods from ZipClient | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-10-03 | Fix warnings in InstallationManager | Patrick Barron | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-11 | Remove useless nullable directives | Bond_009 | |
| 2021-06-06 | Minor fixes | Bond_009 | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-04-08 | Update Emby.Server.Implementations/Updates/InstallationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-04-06 | Keep plugin status after update. | BaronGreenback | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-02-23 | add suggested changes | dkanada | |
| 2021-02-12 | handle plugin manifests automatically | dkanada | |
| 2020-12-23 | Update Emby.Server.Implementations/Updates/InstallationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-12-23 | Update Emby.Server.Implementations/Updates/InstallationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-12-18 | Update Emby.Server.Implementations/Updates/InstallationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-12-18 | Renamed guid to id | Greenback | |
| 2020-12-18 | MaxAbi property removed. | Greenback | |
| 2020-12-18 | Renamed Guid property to Id | Greenback | |
| 2020-12-18 | Removed maxAbi | Greenback | |
| 2020-12-16 | Corrections as recommended. | Greenback | |
| 2020-12-15 | Replaced TryGetPlugin with GetPlugin | Greenback | |
| 2020-12-15 | Changes as recommended. | Greenback | |
| 2020-12-15 | Changed as suggested. | Greenback | |
| 2020-12-15 | Fixed gitmerge. | Greenback | |
| 2020-12-15 | Merge branch 'master' into PluginDowngrade | BaronGreenback | |
| 2020-12-15 | Enable local file repositories | Greenback | |
| 2020-12-14 | Initial upload | Greenback | |
| 2020-12-11 | Merge pull request #4737 from crobibero/missing-ensure-success | Claus Vium | |
| 2020-12-08 | Add missing EnsureSuccessStatusCode | crobibero | |
| 2020-12-06 | Don't return plugin versions that target newer Jellyfin version | crobibero | |
| 2020-11-25 | Remove Hex class as the BCL has one now | Bond_009 | |
