aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-07Remove tabs and trailing whitespacehawken
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-07fixed restart.sh permissionsThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-07Add logging and config directoriesThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
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-06Cleanup some small thingsBond_009
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
2019-01-05Add updated configurations for log and config dirJoshua Boniface
1. Add log and config flags to init and config 2. Move the existing logs and config dirs to the right places 3. Some cleanups in the control scripts 4. Prune the changelog of pre-Jellyfin entries
2019-01-05Add several more debuild artificats to gitignoreJoshua Boniface
2019-01-05Add VCS entries to control fileJoshua Boniface
2019-01-05Bump version to 10.0.0Joshua Boniface
2019-01-05Merge pull request #441 from joshuaboniface/hotfix-clientcapabilities-errorAndrew Rabert
Readd System import to correct Array failure