aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-01-16Merge branch 'dev' into cleanupBond-009
2019-01-15Extra formatting on the merged code.Erwin de Haan
2019-01-15Merge branch 'dev' into reformatErwin 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-15more descriptive TODOcvium
2019-01-15More cleaningcvium
2019-01-15Some code style clean upcvium
2019-01-15removed more dead codeClaus Vium
2019-01-15Remove MBLicenseFilehawken
2019-01-15removed a bunch of validation, security, registration, premiere, whatever bsClaus Vium
2019-01-13Merge branch 'dev' into reformatErwin de Haan
2019-01-13Merge pull request #562 from hawken93/misc_fixJoshua M. Boniface
Fix error with uppercase photo extension and fix typo in a log line
2019-01-13ReSharper format: 'out' parameter inliningErwin de Haan
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txtErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13EditorConfig reformat: Non-CS files.Erwin de Haan
2019-01-13EditorConfig reformat: Emby.IsoMounting, Emby.Server.ImplementationsErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part U-U & RootErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part T-TErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part S-SErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part Liv-PErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part I-LibErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part De-HErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part A-DaErwin de Haan
2019-01-13Merge pull request #458 from EraYaN/code-cleanupJoshua M. Boniface
Clean up several minor issues and add TODOs
2019-01-13Fix small logging typo with the "name (path) will be refreshed" messagehawken
2019-01-12Fixed removed start tag of XMLComment.Erwin de Haan
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-12Merge pull request #556 from grafixeyehero/devJoshua M. Boniface
Fix "Password Reset by PIN" page
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Merge pull request #506 from hawken93/lintingJoshua M. Boniface
Removing tabs and trailing whitespace
2019-01-11fix the forgotpasswordpingrafixeyehero
fix passwordreset.txt print
2019-01-10Mayor code cleanupErwin 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-09Merge pull request #516 from Bond-009/envAndrew Rabert
Remove useless properties from IEnvironmentInfo
2019-01-08Merge pull request #493 from Bond-009/valuesJoshua M. Boniface
Remove unused resource
2019-01-08Remove useless properties from IEnvironmentInfoBond_009
2019-01-07remove trailing whitespacehawken
2019-01-07Remove tabs and trailing whitespacehawken
2019-01-07Some less obvious ones that I was told were therehawken
2019-01-07Remove unused resourceBond_009
2019-01-06Merge pull request #437 from cvium/remove_run_at_startupAndrew Rabert
Remove AutoRunAtStartup
2019-01-06Remove more newsAndrew Rabert
2019-01-06Cleanup some small thingsBond_009
2019-01-06Remove unused PowerManagementBond_009
It isn't up to the application to prevent the system from going to sleep
2019-01-05Merge pull request #428 from Bond-009/configJoshua M. Boniface
Make config path configurable
2019-01-05Change "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-06Merge pull request #409 from Bond-009/fix254Vasily
[Fix #254] Fix nullrefexception in SubtitleEncoder
2019-01-06Merge pull request #390 from Bond-009/loggingVasily
Remove remaining part of old logging code