aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-08Merge pull request #486 from Bond-009/pluginsJoshua M. Boniface
Add NuGet package info to plugin projects
2019-01-08Merge pull request #519 from Bond-009/imageJoshua M. Boniface
Fix the DecodeJfif function to get proper image sizes
2019-01-08Merge pull request #491 from sparky8251/fix-user-profileJoshua M. Boniface
Fix userprofile.js crash
2019-01-08Merge pull request #493 from Bond-009/valuesJoshua M. Boniface
Remove unused resource
2019-01-08Merge pull request #498 from bfayers/change-contrib-linkJoshua M. Boniface
Change contributing link in settings to readthedocs.io
2019-01-08Merge pull request #501 from hawken93/fix_divisionJoshua M. Boniface
Fix regression in integer divisions in latest movies category
2019-01-08Fix the DecodeJfif function to get image sizesBond_009
Added support for progressive DCT-based JPEGs. By adding a check for the SOF2 marker (C2)
2019-01-07Merge pull request #512 from LeoVerto/patch-1Joshua M. Boniface
Fix CONTRIBUTORS.md formatting
2019-01-08Fix CONTRIBUTORS.md formattingLeoVerto
2019-01-07Some less obvious ones that I was told were therehawken
2019-01-07Fix regression where it would do integer divisions, giving wrong resulthawken
2019-01-07Remove unused resourceBond_009
2019-01-07Merge pull request #488 from sparky8251/fix-mimetype-formattingJoshua M. Boniface
Fix odd formatting in MimeType.cs
2019-01-07Fixed odd formatting in MimeType.CSSparky
Think there might have been a mismatch between tabs and spaces. All spaces now.
2019-01-07Merge pull request #487 from sparky8251/fix-logsJoshua M. Boniface
Support `*.log` files in browser log viewer
2019-01-07Open log files in browser againSparky
Fixes #485 Looks like we regressed and now only the .txt logs would open in the browser when clicked. Added in MimeType handler for .log files. Problem solved.
2019-01-07Ground work to get plugins functional againBond_009
2019-01-07Merge pull request #419 from jellyfin/devJoshua M. Boniface
Master 10.0.0
2019-01-06Merge pull request #469 from nvllsvm/ffmpeg_layargAndrew Rabert
Download ffmpeg in a separate layer
2019-01-06Download ffmpeg in a separate layerAndrew Rabert
This slightly speeds up rebuilding since the ffmpeg layer cache is used even when Jellyfin source is changed.
2019-01-06Merge pull request #373 from sparky8251/jellyfin-themeAndrew Rabert
Replaced green with Jellyfin themed colors in UI
2019-01-06Change UI accents, update artworkSparky
Replaced "Emby Green" with blue taken from artwork. Replaced artwork. Kept old "Emby Green" themes for future reuse and renamed them "classic". Removed CSS element that was making the Jellyfin banner too small.
2019-01-06Merge pull request #437 from cvium/remove_run_at_startupAndrew Rabert
Remove AutoRunAtStartup
2019-01-06Merge pull request #456 from Bond-009/subencoderAndrew Rabert
SubtitleEncoder: stop using tuples for clarity
2019-01-06Merge pull request #462 from nvllsvm/fix_skiaAndrew Rabert
Fix Skia in Docker
2019-01-06Fix Skia in DockerAndrew Rabert
2019-01-06Merge pull request #461 from nvllsvm/old_newsAndrew Rabert
Remove more news
2019-01-06Remove more newsAndrew Rabert
2019-01-06Merge pull request #460 from nvllsvm/remove_depAndrew Rabert
Remove deprecation warning from Docker
2019-01-06Remove deprecation warning from DockerAndrew Rabert
2019-01-06Merge pull request #435 from Bond-009/ffmpeglogsAnthony Lavado
Reduce log spam from ffmpeg info
2019-01-06Merge pull request #382 from EraYaN/add-editorconfig-codestyleAnthony Lavado
Codestyle EditorConfig file added.
2019-01-06Merge pull request #447 from joshuaboniface/update-readmeAnthony Lavado
Update readme to use readthedocs and clean up
2019-01-06Update readme to use readthedocs and clean upJoshua Boniface
1. Replace all Wiki references to Readthedocs.io references 2. Clean up the layout a bit, remove some redundant bits and make "about" bits consistent between Docs and README
2019-01-06Merge pull request #457 from joshuaboniface/debian-packagingVasily
Hotfix to postinst to correct permissions
2019-01-06Merge pull request #450 from Bond-009/configJoshua M. Boniface
BaseApplicationPaths set up default config and log dir paths
2019-01-06Hotfix to postinst to correct permissionsJoshua Boniface
Without this, if not importing a previous config, the perms are broken on the config directories. Fixes this.
2019-01-06SubtitleEncoder: stop using tuples for clarityBond_009
* Replace Tuples with a ValueTuple or a struct
2019-01-06Merge pull request #440 from joshuaboniface/debian-packagingJoshua M. Boniface
Debian packaging for 10.0.0
2019-01-06Tweakes based on review feedbackJoshua Boniface
2019-01-06Merge pull request #430 from hawken93/devJoshua M. Boniface
Stop including .git in dpkg source tarball
2019-01-06Merge pull request #365 from Bond-009/powerAnthony Lavado
Remove unused PowerManagement
2019-01-06BaseApplicationPaths set up default config and log dir pathsBond_009
2019-01-06Stop including .git in dpkg source tarballhawken
2019-01-06Remove unused PowerManagementBond_009
It isn't up to the application to prevent the system from going to sleep
2019-01-06Merge pull request #307 from drmrbg/fix-chromecastVasily
Fix transcoding of AAC from 5.1 to stereo to support Chromecast
2019-01-06Merge pull request #444 from joshuaboniface/version-bumpAnthony Lavado
Update shared version to 10.0.0
2019-01-05Update logging for async mode from #438Joshua Boniface
2019-01-05Merge pull request #438 from Bond-009/logasyncJoshua M. Boniface
Improve logging performance
2019-01-05Update shared version to 10.0.0Joshua Boniface