| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | Backport pull request #15568 from jellyfin/release-10.11.z | theguymadmax | |
| Fix ResolveLinkTarget crashing on exFAT drives Original-merge: fbb9a0b2c7c5afbc56be76a4eb11a1045f0ab0f0 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-11-17 | Backport pull request #15468 from jellyfin/release-10.11.z | Bond-009 | |
| Check if target exists before trying to follow it Original-merge: 5878b1ffc569bc7e7204a07e77e0bb57d3984e56 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-11-17 | Backport pull request #15263 from jellyfin/release-10.11.z | revam | |
| Resolve symlinks for static media source infos Original-merge: 3b2d64995aab63ebaa6832c059a3cc0bdebe90dc Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-05-09 | Cleanup external item data cleanup (#14072) | Tim Eisele | |
| 2025-05-04 | Recognize file changes and remove data on change (#13839) | Tim Eisele | |
| 2025-04-26 | Merge pull request #13847 from Shadowghost/rework-chapter-management | Tim Eisele | |
| Rework chapter management | |||
| 2025-04-03 | Cleanup extracted files (#13760) | Tim Eisele | |
| * Cleanup extracted files * Pagination and fixes * Add migration for attachments to MigrateLibraryDb * Unify attachment handling * Don't extract again if files were already extracted * Fix MKS attachment extraction * Always run full extraction on mks * Don't try to extract mjpeg streams as attachments * Fallback to check if attachments were extracted to cache folder * Fixup | |||
| 2025-03-23 | Remove all DB data on item removal, delete internal trickplay files (#13753) | Tim Eisele | |
| 2024-06-24 | Backport pull request #12025 from jellyfin/release-10.9.z | Shadowghost | |
| Fix empty image folder removal for legacy locations Original-merge: 476dc01f4d5bf0fdf391935ef0759b0583bf7026 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | 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); ``` | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-06-06 | Remove warninigs from MediaBrowser.Controller (Part 3) (#6078) | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-08-22 | Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release | Bond_009 | |
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
| 2018-12-30 | Fix exception logging | Bond_009 | |
| 2018-12-30 | Use Microsoft.Extensions.Logging abstraction | Bond_009 | |
| 2018-12-27 | Add GPL modules | Andrew Rabert | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2017-11-03 | update download progress reporting | Luke Pulverenti | |
| 2017-09-28 | rework live stream creation | Luke Pulverenti | |
| 2017-08-24 | update active recordings | Luke Pulverenti | |
| 2017-08-20 | update m3u tuner | Luke Pulverenti | |
| 2017-08-09 | consolidate emby.server.core into emby.server.implementations | Luke Pulverenti | |
| 2017-06-01 | update live stream buffers | Luke Pulverenti | |
| 2017-06-01 | update live stream buffer | Luke Pulverenti | |
| 2017-05-26 | update GetItems method | Luke Pulverenti | |
| 2016-10-25 | make controller project portable | Luke Pulverenti | |
| 2016-03-27 | Remove unused code... | Sven Van den brande | |
| 2015-11-30 | add error handling when resolving shortcuts | Luke Pulverenti | |
| 2015-11-12 | update use of FileAttributes | Luke Pulverenti | |
| 2015-10-04 | continue file system rework | Luke Pulverenti | |
| 2015-10-03 | begin file system rework | Luke Pulverenti | |
| 2015-04-05 | probe live streams after opening | Luke Pulverenti | |
| 2014-10-25 | connect updates | Luke Pulverenti | |
| 2014-02-11 | implement fetcher priority adjustment | Luke Pulverenti | |
| 2014-01-28 | Created ILibraryMonitor to replace IDirectoryWatchers | Luke Pulverenti | |
| 2013-10-31 | replace file system calls with IFileSystem when needed | Luke Pulverenti | |
| 2013-10-30 | use IFileSystem interface to get creation time | Luke Pulverenti | |
| 2013-10-30 | fixes #567 - Deprecate native shortcut code | Luke Pulverenti | |
| 2013-10-01 | safer shortcut migration | Luke Pulverenti | |
| 2013-10-01 | limit knowledge of lnk files | Luke Pulverenti | |
