aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
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
2019-01-05Merge pull request #383 from Bond-009/unusedAnthony Lavado
Remove firebase and empty resource config file
2019-01-05Remove AutoRunAtStartupcvium
2019-01-05Remove RegisterServerWithAdministratorAccesscvium
2019-01-05Make config path configurableBond_009
2019-01-05Merge pull request #393 from Bond-009/removesmbVasily
Remove support for opening files via SMB without mounting the share. This doesn't mean you can't use a SMB share to host your files for Jellyfin. You will just have to mount the share using OS-level mechanisms.
2019-01-05Remove unnecessary using statementsBond_009
2019-01-05Remove FireEventIfNotNullBond_009
It's a pretty useless "helper" class
2019-01-04Merge pull request #283 from Bond-009/gpl-cleanupAndrew Rabert
Post GPL cleanup
2019-01-04Fix nullrefexception in SubtitleEncoderBond_009
2019-01-03Post GPL cleanupBond_009
2019-01-03Remove news serviceBond_009
2019-01-03Remove SMB supportBond_009
This doesn't mean you can't use an SMB share to store your files for Jellyfin. You will just have to connect to it on the OS level.
2019-01-03Remove remaining part old logging codeBond_009
2019-01-03Don't send usage to embyBond_009
2019-01-03Merge pull request #286 from Bond-009/cleanupJoshua M. Boniface
Clean up HttpClientManager, LiveTvManager and InstallationManager
2019-01-03Remove firebase and empty resource config fileBond_009
2019-01-03Don't dispose the object we are returningBond_009
2019-01-03Figure out why it's failingBond_009
2019-01-03Clean up HttpClientManager, LiveTvManager and InstallationManagerBond_009
2019-01-02DeleteLogFileTask: only delete the .txt log filesBond_009
2019-01-02Merge pull request #361 from cvium/fix_userid_typeAndrew Rabert
DeviceQuery: change UserId to GUID
2019-01-02added todoClaus Vium