| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-05 | Merge pull request #393 from Bond-009/removesmb | Vasily | |
| 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-05 | Remove unnecessary using statements | Bond_009 | |
| 2019-01-05 | Remove FireEventIfNotNull | Bond_009 | |
| It's a pretty useless "helper" class | |||
| 2019-01-04 | Merge pull request #283 from Bond-009/gpl-cleanup | Andrew Rabert | |
| Post GPL cleanup | |||
| 2019-01-04 | Merge pull request #399 from cvium/remove_connect | Joshua M. Boniface | |
| Remove Connect in ui | |||
| 2019-01-04 | Merge pull request #378 from cvium/fix_dlna_user_id_null | Joshua M. Boniface | |
| Fix ArgumentNullException in DLNA streams | |||
| 2019-01-04 | Merge pull request #394 from bfayers/remove-premiere-block-xmltvpage | Andrew Rabert | |
| Remove premiere nag at bottom of xmltv page | |||
| 2019-01-03 | Merge pull request #396 from Bond-009/news | Andrew Rabert | |
| Remove news service | |||
| 2019-01-03 | Post GPL cleanup | Bond_009 | |
| 2019-01-03 | Remove news service | Bond_009 | |
| 2019-01-03 | Remove SMB support | Bond_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-03 | Merge pull request #385 from Bond-009/usage | Joshua M. Boniface | |
| Don't send usage to emby | |||
| 2019-01-03 | Merge pull request #389 from Strit/danish-translation | Joshua M. Boniface | |
| Danish translation | |||
| 2019-01-03 | Remove report usage configuration option | Bond_009 | |
| 2019-01-03 | Don't send usage to emby | Bond_009 | |
| 2019-01-03 | Merge pull request #384 from Bond-009/startup | Joshua M. Boniface | |
| Don't send info to Emby servers on install | |||
| 2019-01-03 | Don't send info to Emby servers on install | Bond_009 | |
| Not even to a fake one | |||
| 2019-01-03 | Merge pull request #286 from Bond-009/cleanup | Joshua M. Boniface | |
| Clean up HttpClientManager, LiveTvManager and InstallationManager | |||
| 2019-01-03 | Don't dispose the object we are returning | Bond_009 | |
| 2019-01-03 | Figure out why it's failing | Bond_009 | |
| 2019-01-03 | Clean up HttpClientManager, LiveTvManager and InstallationManager | Bond_009 | |
| 2019-01-03 | Change null check on UserId to a Guid.Empty check | Claus Vium | |
| 2019-01-02 | Merge pull request #374 from Bond-009/logs | Andrew Rabert | |
| DeleteLogFileTask: only delete the .txt log files | |||
| 2019-01-02 | DeleteLogFileTask: only delete the .txt log files | Bond_009 | |
| 2019-01-02 | Merge pull request #360 from anthonylavado/project-updates | Anthony Lavado | |
| Update .csproj files and .sln for build reasons | |||
| 2019-01-02 | Merge branch 'dev' into project-updates | Anthony Lavado | |
| 2019-01-02 | Merge pull request #361 from cvium/fix_userid_type | Andrew Rabert | |
| DeviceQuery: change UserId to GUID | |||
| 2019-01-02 | added todo | Claus Vium | |
| 2019-01-02 | Merge pull request #371 from Bond-009/update | Andrew Rabert | |
| Remove GitHub updater and don't trow exception in release | |||
| 2019-01-02 | Merge pull request #364 from Bond-009/font | Andrew Rabert | |
| Remove unused FontConfigLoader | |||
| 2019-01-02 | Delete PluginUpdateTask.cs | Bond-009 | |
| 2019-01-02 | Delete SystemUpdateTask.cs | Bond-009 | |
| 2019-01-02 | Merge pull request #372 from sparky8251/default-admin-theme | Andrew Rabert | |
| Admin and first setup pages default to dark theme | |||
| 2019-01-02 | restore spaces in CONTRIBUTORS.md | Anthony Lavado | |
| 2019-01-02 | Remove CheckForApplicationUpdate function | Bond_009 | |
| 2019-01-02 | Add myself to contributors file | Sparky | |
| 2019-01-02 | Throw exception when calling unreachable function | Bond_009 | |
| 2019-01-02 | Disable PluginUpdateTask | Bond_009 | |
| 2019-01-02 | Admin and first setup pages default to dark theme | Sparky | |
| 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-02 | Disable SystemUpdateTask | Bond_009 | |
| 2019-01-02 | Remove GitHub updater and don't trow exception in release | Bond_009 | |
| 2019-01-02 | Remove obsolete functions | Bond_009 | |
| 2019-01-02 | Remove obsolete GetMBId | Bond_009 | |
| 2019-01-02 | Remove unused FontConfigLoader | Bond_009 | |
| 2019-01-02 | Use static regex | Bond_009 | |
| 2019-01-02 | Change regex to multiline | Bond_009 | |
| ex: https://regex101.com/r/bn9IOy/12 | |||
| 2019-01-02 | Remove extra capture group from regex | Bond_009 | |
| https://regex101.com/r/bn9IOy/11/ | |||
| 2019-01-02 | Use regex to check if ffmpeg output contains codec | Bond_009 | |
| Demo of the regex: https://regex101.com/r/bn9IOy/10/ | |||
| 2019-01-02 | Use ValueTuple and Linq | Bond_009 | |
| 2019-01-02 | Reduce log spam and clean up EncoderValidator | Bond_009 | |
