| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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 | |
| 2014-10-25 | connect updates | Luke Pulverenti | |
| 2014-02-11 | implement fetcher priority adjustment | Luke Pulverenti | |
| 2013-10-31 | replace file system calls with IFileSystem when needed | Luke Pulverenti | |
| 2013-10-30 | fixes #567 - Deprecate native shortcut code | Luke Pulverenti | |
| 2013-09-17 | allow request header overrides | Luke Pulverenti | |
| 2013-08-25 | fixes around saving music brainz id's to xml | Luke Pulverenti | |
| 2013-07-12 | added collection type | Luke Pulverenti | |
| 2013-06-20 | use linq on file system ops when possible | Luke Pulverenti | |
| 2013-06-19 | reduce memory usage from file system info | Luke Pulverenti | |
| 2013-06-11 | fixed issue of not seeing network shares | Luke Pulverenti | |
| 2013-06-10 | removed some preemptive file filtering | Luke Pulverenti | |
| 2013-05-31 | created a separate gallery page | Luke Pulverenti | |
| 2013-05-28 | Add warning message to collection resolution when not found | Eric Reed | |
| 2013-05-26 | fixed user collections not getting populated | Luke Pulverenti | |
| 2013-05-26 | fixed issue preventing drive contents from being read | Luke Pulverenti | |
| 2013-05-10 | fixes #255 - Access to the path is denied | Luke Pulverenti | |
| 2013-04-28 | fixes #200 - MB3 Locking Folders for a long time | Luke Pulverenti | |
| 2013-04-19 | tighter control of shortcuts | Luke Pulverenti | |
| 2013-02-23 | moved some network code to the networking assembly | LukePulverenti | |
| 2013-02-21 | Removed System.Windows.Forms dependancy from Common. Almost done removing ↵ | LukePulverenti | |
| NLog dependancy. | |||
| 2013-02-21 | extracted more logging dependancies | LukePulverenti | |
| 2013-02-21 | removed static logger | LukePulverenti | |
