| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-16 | Merge branch 'dev' into cleanup | Bond-009 | |
| 2019-01-15 | Extra formatting on the merged code. | Erwin de Haan | |
| 2019-01-15 | Merge branch 'dev' into reformat | Erwin de Haan | |
| # Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs # Emby.Server.Implementations/LiveTv/LiveTvManager.cs # Emby.Server.Implementations/Security/MBLicenseFile.cs # Emby.Server.Implementations/Security/PluginSecurityManager.cs # Emby.Server.Implementations/Security/RegRecord.cs # MediaBrowser.Api/PluginService.cs # MediaBrowser.Api/System/SystemService.cs # MediaBrowser.Common/Security/IRequiresRegistration.cs # MediaBrowser.Common/Security/ISecurityManager.cs # MediaBrowser.Common/Security/PaymentRequiredException.cs # MediaBrowser.Model/Entities/MBRegistrationRecord.cs # MediaBrowser.Model/Entities/PluginSecurityInfo.cs # deployment/win-generic/build-jellyfin.ps1 | |||
| 2019-01-15 | more descriptive TODO | cvium | |
| 2019-01-15 | More cleaning | cvium | |
| 2019-01-15 | Some code style clean up | cvium | |
| 2019-01-15 | removed more dead code | Claus Vium | |
| 2019-01-15 | Remove MBLicenseFile | hawken | |
| 2019-01-15 | removed a bunch of validation, security, registration, premiere, whatever bs | Claus Vium | |
| 2019-01-13 | Merge branch 'dev' into reformat | Erwin de Haan | |
| 2019-01-13 | Merge pull request #562 from hawken93/misc_fix | Joshua M. Boniface | |
| Fix error with uppercase photo extension and fix typo in a log line | |||
| 2019-01-13 | ReSharper format: 'out' parameter inlining | Erwin de Haan | |
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | ReSharper Reformat: Properties to expression bodied form. | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: Non-CS files. | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: Emby.IsoMounting, Emby.Server.Implementations | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part U-U & Root | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part T-T | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part S-S | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part Liv-P | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part I-Lib | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part De-H | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part A-Da | Erwin de Haan | |
| 2019-01-13 | Merge pull request #458 from EraYaN/code-cleanup | Joshua M. Boniface | |
| Clean up several minor issues and add TODOs | |||
| 2019-01-13 | Fix small logging typo with the "name (path) will be refreshed" message | hawken | |
| 2019-01-12 | Fixed removed start tag of XMLComment. | Erwin de Haan | |
| 2019-01-12 | Reformatted the files with notes. | Erwin de Haan | |
| 2019-01-12 | Merge pull request #556 from grafixeyehero/dev | Joshua M. Boniface | |
| Fix "Password Reset by PIN" page | |||
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Merge pull request #506 from hawken93/linting | Joshua M. Boniface | |
| Removing tabs and trailing whitespace | |||
| 2019-01-11 | fix the forgotpasswordpin | grafixeyehero | |
| fix passwordreset.txt print | |||
| 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. | |||
| 2019-01-09 | Merge pull request #516 from Bond-009/env | Andrew Rabert | |
| Remove useless properties from IEnvironmentInfo | |||
| 2019-01-08 | Merge pull request #493 from Bond-009/values | Joshua M. Boniface | |
| Remove unused resource | |||
| 2019-01-08 | Remove useless properties from IEnvironmentInfo | Bond_009 | |
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2019-01-07 | Remove tabs and trailing whitespace | hawken | |
| 2019-01-07 | Some less obvious ones that I was told were there | hawken | |
| 2019-01-07 | Remove unused resource | Bond_009 | |
| 2019-01-06 | Merge pull request #437 from cvium/remove_run_at_startup | Andrew Rabert | |
| Remove AutoRunAtStartup | |||
| 2019-01-06 | Remove more news | Andrew Rabert | |
| 2019-01-06 | Cleanup some small things | Bond_009 | |
| 2019-01-06 | Remove unused PowerManagement | Bond_009 | |
| It isn't up to the application to prevent the system from going to sleep | |||
| 2019-01-05 | Merge pull request #428 from Bond-009/config | Joshua M. Boniface | |
| Make config path configurable | |||
| 2019-01-05 | Change "who is EmbyServer?" and other udp responders to jellyfin ↵ | Ben Fayers | |
| alternatives. (#400) * replace emby server udp responders with Jellyfin responders * remove unnecessary second udp responder * readdemby listener * use false instead of true dunni why but it was like that sooo | |||
| 2019-01-06 | Merge pull request #409 from Bond-009/fix254 | Vasily | |
| [Fix #254] Fix nullrefexception in SubtitleEncoder | |||
| 2019-01-06 | Merge pull request #390 from Bond-009/logging | Vasily | |
| Remove remaining part of old logging code | |||
