aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints
AgeCommit message (Collapse)Author
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-05Remove custom ThreadingClaus Vium
2019-02-03Merge pull request #736 from Bond-009/startasyncJoshua M. Boniface
Start startup tasks async
2019-02-02Remove MoreLINQBond_009
2019-01-31Revert back to NoAutoRunWebAppPloughPuff
Addressed further review comments. Removed unnecessary .ParsedStartupOptions namespace. Removed DataDir, ConfigDir and LogDir from Interface file as not necessary.
2019-01-31Move Options to Jellyfin.Server and create interface filePloughPuff
Changes following review comments.
2019-01-31Use CommandLineParser package for handling CLI argsPloughPuff
2019-01-27Start startup tasks asyncBond_009
2019-01-25Remove remnants of system eventsBond_009
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part De-HErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
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-07remove trailing whitespacehawken
2019-01-06Remove unused PowerManagementBond_009
It isn't up to the application to prevent the system from going to sleep
2019-01-03Don't send usage to embyBond_009
2019-01-01reenable udpserver for server discovery in apps etc. (#349)Claus Vium
2018-12-30Clean up some catch statementsBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Remove the need for NullLoggerBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-10-22Replaced mb3admin.com phoning home with a stub mb3admin.localVasily
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-03Add setting to auto-run web app when server startsLuke Pulverenti
2017-12-01reduce work done by system info endpointsLuke Pulverenti
2017-11-25update library changed notifierLuke Pulverenti
2017-11-23reduce dlna chatterLuke Pulverenti
2017-11-213.2.40.1Luke Pulverenti
2017-09-29fixes #1427 - [Feature Request]: Require EncryptionLuke Pulverenti
2017-09-25remove unused dataLuke Pulverenti
2017-09-21separate deinterlacing params by video codecLuke Pulverenti
2017-09-21refresh users on startupLuke Pulverenti
2017-09-18update owned itemsLuke Pulverenti
2017-09-10remove unused service propertiesLuke Pulverenti
2017-09-053.2.30.8Luke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-06-28update loggingLuke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-02-23update componentsLuke Pulverenti
2017-01-21update program titlesLuke Pulverenti
2016-12-26update loggingLuke Pulverenti
2016-11-19move sync repository to portable projectLuke Pulverenti
2016-11-14update image & subtitle extractionLuke Pulverenti