aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-11Merge branch 'rpm-package' into build-system-consolidationErwin de Haan
2019-01-11Fix typoThomas Büttner
2019-01-11Fix permissions for the main binary.Thomas Büttner
The /usr/lib64/jellyfin/jellyfin binary has 0744 permission after build by dotnet so set explicit permission to 0755 in .spec
2019-01-11Change EnvironmentFile path to /etc/sysconfigThomas Büttner
2019-01-11Bump spec version to 10.0.2Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Fix typoThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Also remove DB mirgration part from READMEThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Remove explicit permissions for files who don't need them.Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Remove DB migration script also from %files.Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Remove DB migration script.Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Remove references to Debian packageThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-10Build scripts and build system consolidation.Erwin de Haan
Squashed commit.
2019-01-09Merge pull request #516 from Bond-009/envAndrew Rabert
Remove useless properties from IEnvironmentInfo
2019-01-09Merge pull request #424 from dkanada/submoduleAndrew Rabert
add jellyfin-web as submodule
2019-01-10separate path with commaBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-01-09add jellyfin-web as submoduledkanada
2019-01-09Merge pull request #524 from jellyfin/devJoshua M. Boniface
Master 10.0.1
2019-01-08Merge pull request #523 from joshuaboniface/master-10.0.1Anthony Lavado
Bump version for 10.0.1
2019-01-08Bump version for 10.0.1Joshua Boniface
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-08Also symlink logs to /var/log, changed changelog to lastest entry of the ↵Thomas Büttner
debian package Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-08Add rpm build script for fedora and update READMEThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-08Add %post script to move exitsting config to /etc/jellyfin and symlink it.Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-08Remove useless properties from IEnvironmentInfoBond_009
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-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