| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 19 hours | Run tree-wide dotnet format | jakobkukla | |
| 2026-03-26 | Add CACHEDIR.tag support | Shadowghost | |
| 2025-11-17 | Backport pull request #15466 from jellyfin/release-10.11.z | Bond-009 | |
| Don't error out when searching for marker files fails Original-merge: f4a846aa4dcffb3be7b701f806b24cb8dd6b7c5d Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 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 | |
