aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-27Add tv home.Patrick Barron
2020-07-27Add Dashboard theme.Patrick Barron
2020-07-27Serialize/deserialize new entities properly.Patrick Barron
2020-07-27Make adjustments to display preference entities.Patrick Barron
2020-07-27Bump master version to 10.7.0 for next releaseJoshua M. Boniface
2020-07-27Fix bump_version so it works properlyJoshua M. Boniface
2020-07-27Cleanup interfacesMatt Montgomery
2020-07-27Merge pull request #3679 from barronpm/json-1Anthony Lavado
Use System.Text.Json in DefaultPasswordResetProvider
2020-07-27Add missing functionscrobibero
2020-07-27Merge pull request #3718 from Ullmie02/api-hlsegmentPatrick Barron
Move HlsSegmentService to Jellyfin.Api
2020-07-27Move HlsSegmentService to Jellyfin.ApiDavid Ullmer
2020-07-27fix buildNyanmisaka
2020-07-27Merge branch 'master' into tonemapNyanmisaka
2020-07-27Merge pull request #3684 from Bond-009/warn22Joshua M. Boniface
Fix warnings
2020-07-26Code cleanupMatt Montgomery
2020-07-26Translated using Weblate (Chinese (Traditional))gnehs
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-07-26Apply suggestions from code reviewMatt Montgomery
2020-07-26Merge pull request #3711 from yrjyrj123/fix_hw_decoder_for_macosAnthony Lavado
Fix the problem that hardware decoding cannot be used on macOS.
2020-07-26Merge pull request #3699 from oddstr13/pr-embedded-subs-1Anthony Lavado
Fix embedded subtitles
2020-07-26Merge pull request #3660 from crobibero/plugin-config-locationAnthony Lavado
Force plugin config location
2020-07-26Merge pull request #3704 from oddstr13/pr-dotdir-sample-1Anthony Lavado
Don't ignore dot directories or movies/episodes with sample in their name.
2020-07-26Merge pull request #3597 from barronpm/jellyfin-drawing-skia-cleanupAnthony Lavado
Jellyfin.Drawing.Skia Cleanup
2020-07-26.Odd Stråbø
2020-07-26Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-07-26Add more tests, update commentOdd Stråbø
2020-07-27remove spacesNyanmisaka
2020-07-27Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs不帅你报警
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
2020-07-26Merge pull request #3693 from crobibero/api-libraryPatrick Barron
Fix LibraryStructure API parameters
2020-07-26Update EncodingHelper.cs不帅你报警
Fix the problem that hardware decoding cannot be used on macOS.
2020-07-27Merge pull request #3703 from oddstr13/pr-username-space-1dkanada
Allow space in username
2020-07-26CommentOdd Stråbø
2020-07-26Update comment to include spaceOdd Stråbø
2020-07-26remove unused lineNyanmisaka
2020-07-25use proper HttpClient DIcrobibero
2020-07-26Yep. I failed at copy-pasting.Odd Stråbø
2020-07-25Don't ignore dot directories.Odd Stråbø
Use `.ignore` file to hide directory from library scan. Also, please tell me we handle sample matching somewhere else? This is a mess.
2020-07-25Allow space in usernameOdd Stråbø
2020-07-25Use async json serialization.Patrick Barron
2020-07-25Fix formatingOdd Stråbø
2020-07-25Fix embedded subtitlesOdd Stråbø
2020-07-24Fix request parameterscrobibero
2020-07-24Fix request parameterscrobibero
2020-07-24Fix request parameterscrobibero
2020-07-24move VideoService.cs to Jellyfin.Apicrobibero
2020-07-24Merge pull request #3592 from Ullmie02/api-audioPatrick Barron
Migrate AudioService to Jellyfin.Api
2020-07-24Fix left /usr/bin/jellyfin symlink on removal and typoMichaIng
After removal of the symlink target file "/usr/lib/jellyfin/bin/jellyfin", file existence check on the symlink "[[ -f /usr/bin/jellyfin ]]" returns false. As a result the symlink is left in place on package purge. The correct check would be "[[ -L /usr/bin/jellyfin ]]", but since it could be a file in cases, e.g. manual fix on file systems with no symlink support or for any other reason, it is easiest to use "rm -f" to assure that it is removed in both cases and not return false even if it does not exist at all. Additionally this fixes a typo on upstart script check. Signed-off-by: MichaIng <micha@dietpi.com>
2020-07-24Read EnableNextVideoInfoOverlay from database.Patrick Barron
2020-07-24Migrate EnableNextVideoInfoOverlayPatrick Barron
2020-07-24Read skip lengths from server.Patrick Barron
2020-07-24Migrate skip lengths.Patrick Barron