aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-03Remove news serviceBond_009
2019-01-03Merge pull request #385 from Bond-009/usageJoshua M. Boniface
Don't send usage to emby
2019-01-03Merge pull request #389 from Strit/danish-translationJoshua M. Boniface
Danish translation
2019-01-03Remove report usage configuration optionBond_009
2019-01-03Don't send usage to embyBond_009
2019-01-03Merge pull request #384 from Bond-009/startupJoshua M. Boniface
Don't send info to Emby servers on install
2019-01-03Don't send info to Emby servers on installBond_009
Not even to a fake one
2019-01-03Merge pull request #286 from Bond-009/cleanupJoshua M. Boniface
Clean up HttpClientManager, LiveTvManager and InstallationManager
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-02Merge pull request #374 from Bond-009/logsAndrew Rabert
DeleteLogFileTask: only delete the .txt log files
2019-01-02DeleteLogFileTask: only delete the .txt log filesBond_009
2019-01-02Merge pull request #360 from anthonylavado/project-updatesAnthony Lavado
Update .csproj files and .sln for build reasons
2019-01-02Merge branch 'dev' into project-updatesAnthony Lavado
2019-01-02Merge pull request #361 from cvium/fix_userid_typeAndrew Rabert
DeviceQuery: change UserId to GUID
2019-01-02added todoClaus Vium
2019-01-02Merge pull request #371 from Bond-009/updateAndrew Rabert
Remove GitHub updater and don't trow exception in release
2019-01-02Merge pull request #364 from Bond-009/fontAndrew Rabert
Remove unused FontConfigLoader
2019-01-02Delete PluginUpdateTask.csBond-009
2019-01-02Delete SystemUpdateTask.csBond-009
2019-01-02Merge pull request #372 from sparky8251/default-admin-themeAndrew Rabert
Admin and first setup pages default to dark theme
2019-01-02restore spaces in CONTRIBUTORS.mdAnthony Lavado
2019-01-02Remove CheckForApplicationUpdate functionBond_009
2019-01-02Add myself to contributors fileSparky
2019-01-02Throw exception when calling unreachable functionBond_009
2019-01-02Disable PluginUpdateTaskBond_009
2019-01-02Admin and first setup pages default to dark themeSparky
Since the user facing sides of the UI (login and library) are all dark theme by default, changes the default look for the admin sides (first time setup, admin panel) as well.
2019-01-02Disable SystemUpdateTaskBond_009
2019-01-02Remove GitHub updater and don't trow exception in releaseBond_009
2019-01-02Remove obsolete functionsBond_009
2019-01-02Remove obsolete GetMBIdBond_009
2019-01-02Remove unused FontConfigLoaderBond_009
2019-01-02Use static regexBond_009
2019-01-02Change regex to multilineBond_009
ex: https://regex101.com/r/bn9IOy/12
2019-01-02Remove extra capture group from regexBond_009
https://regex101.com/r/bn9IOy/11/
2019-01-02Use regex to check if ffmpeg output contains codecBond_009
Demo of the regex: https://regex101.com/r/bn9IOy/10/
2019-01-02Use ValueTuple and LinqBond_009
2019-01-02Reduce log spam and clean up EncoderValidatorBond_009
2019-01-02change userid type to guidClaus Vium
2019-01-02Add JSON assets for VSCode developmentAnthony Lavado
- This adds two configuration files that allow VSCode to open the solution and begin work with the project
2019-01-02Add anthonylavado to CONTRIBUTORS.mdAnthony Lavado
2019-01-02Add TagLib-Sharp Building and new file headerAnthony Lavado
- This enables TagLib-Sharp being built when using Visual Studio, for both Debug and Release modes - Adds a new file header that is respected when using VS for Mac or MonoDevelop
2019-01-02Fix spacing to C#/Visual Studio standardsAnthony Lavado
- This is a fix automatically applied by Visual Studio
2019-01-01minor: copy install.bat for renamePhallacy
2019-01-02Clean up EnvironmentInfoBond_009
2019-01-02Fix warning and improve performanceBond_009
2019-01-02Remove some warningsBond_009
2019-01-02Fix inconsistent code styleBond_009
2019-01-02Log when falling back on NullImageEncoderBond_009