Erwin de Haan
2c62f8dbd5
Renamed main script to be more correct for what it does.
6 years ago
Erwin de Haan
4b00b0cc87
Fixed fedora rpm build unexpected dependency on liblttng-ust. Fixed the docker builds and added manifest generation.
6 years ago
Erwin de Haan
74507099ad
Added git submodules command. Converted RPM to build from local tree. Added all the execution bits to the build scripts.
6 years ago
Erwin de Haan
0bb08b3f8d
Added debian bin folder.
6 years ago
Erwin de Haan
21098eb861
Moved rpm package and edited the package slightly, to build the project correctly.
6 years ago
Erwin de Haan
94933722c4
Merge branch 'rpm-package' into build-system-consolidation
6 years ago
Thomas Büttner
3f9b005885
Fix typo
6 years ago
Thomas Büttner
559ecb2afc
Fix permissions for the main binary.
...
The /usr/lib64/jellyfin/jellyfin binary has 0744 permission after build by dotnet so set explicit permission to 0755 in .spec
6 years ago
Thomas Büttner
5ffea816a1
Change EnvironmentFile path to /etc/sysconfig
6 years ago
Thomas Büttner
7bda212958
Bump spec version to 10.0.2
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
101f47b6d4
Fix typo
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
b6c0e5d472
Also remove DB mirgration part from README
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
40e509588e
Remove explicit permissions for files who don't need them.
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
fa01c4f02e
Remove DB migration script also from %files.
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
cb328e4b6f
Remove DB migration script.
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
8eb2fe1b58
Remove references to Debian package
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Erwin de Haan
399a079dd4
Build scripts and build system consolidation.
...
Squashed commit.
6 years ago
Andrew Rabert
3d867c2c46
Merge pull request #516 from Bond-009/env
...
Remove useless properties from IEnvironmentInfo
6 years ago
Andrew Rabert
7a832045d6
Merge pull request #424 from dkanada/submodule
...
add jellyfin-web as submodule
6 years ago
Bond-009
f454b753f2
separate path with comma
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
6 years ago
dkanada
9de66e9e87
add jellyfin-web as submodule
6 years ago
Joshua M. Boniface
dbceef97fd
Merge pull request #524 from jellyfin/dev
...
Master 10.0.1
6 years ago
Anthony Lavado
932fcb0a9c
Merge pull request #523 from joshuaboniface/master-10.0.1
...
Bump version for 10.0.1
6 years ago
Joshua Boniface
f822d1c871
Bump version for 10.0.1
6 years ago
Joshua M. Boniface
61aeb0e9a8
Merge pull request #486 from Bond-009/plugins
...
Add NuGet package info to plugin projects
6 years ago
Joshua M. Boniface
803226acef
Merge pull request #519 from Bond-009/image
...
Fix the DecodeJfif function to get proper image sizes
6 years ago
Joshua M. Boniface
cdefc046e6
Merge pull request #491 from sparky8251/fix-user-profile
...
Fix userprofile.js crash
6 years ago
Joshua M. Boniface
9156b21714
Merge pull request #493 from Bond-009/values
...
Remove unused resource
6 years ago
Joshua M. Boniface
b3bd238d29
Merge pull request #498 from bfayers/change-contrib-link
...
Change contributing link in settings to readthedocs.io
6 years ago
Joshua M. Boniface
67300c65dc
Merge pull request #501 from hawken93/fix_division
...
Fix regression in integer divisions in latest movies category
6 years ago
Bond_009
432be01934
Fix the DecodeJfif function to get image sizes
...
Added support for progressive DCT-based JPEGs.
By adding a check for the SOF2 marker (C2)
6 years ago
Thomas Büttner
4e7f475491
Also symlink logs to /var/log, changed changelog to lastest entry of the debian package
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
ad36f9ec89
Add rpm build script for fedora and update README
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
7f4a073b05
Add %post script to move exitsting config to /etc/jellyfin and symlink it.
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Bond_009
f520ddc966
Remove useless properties from IEnvironmentInfo
6 years ago
Joshua M. Boniface
c5c44744fc
Merge pull request #512 from LeoVerto/patch-1
...
Fix CONTRIBUTORS.md formatting
6 years ago
LeoVerto
f9e52fed81
Fix CONTRIBUTORS.md formatting
6 years ago
hawken
82a801c9ae
Some less obvious ones that I was told were there
6 years ago
hawken
880825514a
Fix regression where it would do integer divisions, giving wrong result
6 years ago
Thomas Büttner
0e455b0f62
fixed restart.sh permissions
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
cbff18edb5
Add logging and config directories
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Bond_009
672e635742
Remove unused resource
6 years ago
Joshua M. Boniface
4ab82f7436
Merge pull request #488 from sparky8251/fix-mimetype-formatting
...
Fix odd formatting in MimeType.cs
6 years ago
Sparky
ae4a82570c
Fixed odd formatting in MimeType.CS
...
Think there might have been a mismatch between tabs and spaces. All spaces now.
6 years ago
Joshua M. Boniface
483e74ec8f
Merge pull request #487 from sparky8251/fix-logs
...
Support `*.log` files in browser log viewer
6 years ago
Sparky
1f5b9a04fb
Open log files in browser again
...
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.
6 years ago
Bond_009
e1379610e5
Ground work to get plugins functional again
6 years ago
Joshua M. Boniface
c986340c02
Merge pull request #419 from jellyfin/dev
...
Master 10.0.0
6 years ago
Andrew Rabert
0b804629b8
Merge pull request #469 from nvllsvm/ffmpeg_layarg
...
Download ffmpeg in a separate layer
6 years ago
Andrew Rabert
1c326fe7d4
Download ffmpeg in a separate layer
...
This slightly speeds up rebuilding since the ffmpeg layer cache is used
even when Jellyfin source is changed.
6 years ago