aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04Merge pull request #399 from cvium/remove_connectJoshua M. Boniface
Remove Connect in ui
2019-01-04Merge pull request #378 from cvium/fix_dlna_user_id_nullJoshua M. Boniface
Fix ArgumentNullException in DLNA streams
2019-01-04Merge pull request #394 from bfayers/remove-premiere-block-xmltvpageAndrew Rabert
Remove premiere nag at bottom of xmltv page
2019-01-03Merge pull request #396 from Bond-009/newsAndrew Rabert
Remove news service
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-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-03Change null check on UserId to a Guid.Empty checkClaus Vium
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