aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-13Moved ARM dockerfiles back to root.Erwin de Haan
2019-01-12Add TODO for netcore version upgrade.Erwin de Haan
2019-01-12Updated docker build script.Erwin de Haan
2019-01-12Moved main docker file.Erwin de Haan
2019-01-12Enabled update-version in anticipation of the versioning PR.Erwin de Haan
2019-01-12Renamed main script to be more correct for what it does.Erwin de Haan
2019-01-12Fixed fedora rpm build unexpected dependency on liblttng-ust. Fixed the ↵Erwin de Haan
docker builds and added manifest generation.
2019-01-12Added git submodules command. Converted RPM to build from local tree. Added ↵Erwin de Haan
all the execution bits to the build scripts.
2019-01-11Added debian bin folder.Erwin de Haan
2019-01-11Moved rpm package and edited the package slightly, to build the project ↵Erwin de Haan
correctly.
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