| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-12 | Various cleanups (#14785) | Bond-009 | |
| 2025-05-18 | Add Full system backup feature (#13945) | JPVenson | |
| 2025-05-04 | Cleanup file related code (#14023) | Bond-009 | |
| 2025-04-26 | Check for path overlaps (#12832) | JPVenson | |
| 2025-01-26 | Extract trickplay files into own subdirectory | Shadowghost | |
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-07-15 | Use real temp dir instead of cache dir for temp files (#12226) | Bond-009 | |
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 2023-10-08 | Make files readonly | Stepan Goremykin | |
| 2023-10-03 | Use DI for IFileSystem | Patrick Barron | |
| 2023-02-14 | Enable nullable for more files (#9310) | 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-18 | Minor cleanup | Bond_009 | |
| 2022-04-17 | Merge pull request #7561 from DMouse10462/named-config-api-fix | Cody Robibero | |
| Fix NamedConfiguration API Generation (cherry picked from commit d7c548f3dbb74c03903cd9bb86ab3af33e295d15) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-19 | Use static lambdas | cvium | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-06-12 | Merge pull request #6096 from cvium/saving_private_ram | Bond-009 | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-24 | Remove some unnecessary allocations | cvium | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-03-07 | Use FileShare.None when creating files | David | |
| 2020-11-15 | Merge remote-tracking branch 'upstream/master' into dotnet-5 | crobibero | |
| 2020-11-15 | Merge pull request #4253 from BaronGreenback/fordiscussion | Bond-009 | |
| DI in plugins | |||
| 2020-11-13 | Updated based on review feedback | crobibero | |
| 2020-11-13 | Update Emby.Server.Implementations/AppBase/ConfigurationHelper.cs | Cody Robibero | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-11-13 | Use null coalescing when possible | crobibero | |
| 2020-11-13 | Convert NullReferenceException to ResourceNotFoundException | crobibero | |
| 2020-11-13 | Fix nullability errors in Emby.Server.Implementations | crobibero | |
| 2020-11-11 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-11-09 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-17 | Minor improvements | Bond_009 | |
| 2020-10-14 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-14 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-14 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-11 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-11 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-11 | Added extra functionality to support registrar. | Greenback | |
| 2020-08-31 | Fix some warnings | Bond_009 | |
| 2020-08-09 | MemoryStream optimizations | Bond_009 | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-04-14 | Switch to using declaration | Patrick Barron | |
| 2020-04-14 | Documented BaseApplicationPath constructor parameters | Patrick Barron | |
| 2020-03-15 | Do not call UseContentRoot() on the web host builder | Mark Monteiro | |
| This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed. Finally, move validation of the static content path to the DashboardService where it is actually used. | |||
| 2020-03-15 | Update XML documentation for WebPath | Mark Monteiro | |
| 2020-02-25 | Do not set a static content root if the jellyfin-web directory does not ↵ | Mark Monteiro | |
| exist or is empty | |||
