Joshua M. Boniface
ab8de37080
Add .tar.gz-based builds
5 years ago
Joshua M. Boniface
8e0a33c1aa
Handle single- or triple-part platform names
5 years ago
Joshua M. Boniface
cf6dc609b7
Fix up single-segment platform names
5 years ago
Joshua M. Boniface
6028bc0f79
Port Fedora and CentOS builds and remove web build
...
Simplifies a number of aspects of the RPM build, including moving
.copr/Makefile into the "fedora/" folder (and leaving a symlink),
removing the jellyfin-web build components, and renaming it
jellyfin-server like Debian did.
5 years ago
Joshua M. Boniface
eb632e4a0d
Back up and restore control file
5 years ago
Joshua M. Boniface
8b1a76a32e
Mount the source volume rather than copy it
...
Now that the build script cleans up both before and after building, this
is a viable option and will significant reduce build times by promoting
container reuse (with `-k`).
5 years ago
Joshua M. Boniface
3e7a106a95
Add Ubuntu configurations
5 years ago
Joshua M. Boniface
9ce2af2a6c
Don't limit to files (allow symlinks)
5 years ago
Joshua M. Boniface
f72c5b7a1d
Fix version output
5 years ago
Joshua M. Boniface
c4a29e537c
Remove NPM install from Dockerfiles
5 years ago
Joshua M. Boniface
0365adb823
Fix deps for armhf
5 years ago
Joshua M. Boniface
9c378866e4
Add arm64 and armhf builds
5 years ago
Joshua M. Boniface
163cf223aa
Only support cross-building with Docker
5 years ago
Joshua M. Boniface
c61e95d117
Only support Docker builds on amd64
5 years ago
Joshua M. Boniface
93d1256a4c
Remove web building, rename, bump version
5 years ago
Luke Foust
128b18750f
Prevent FormatException when mapping TV series
5 years ago
Ian Walton
4836d1674b
Don't return closed stream for subtitles. ( jellyfin/jellyfin#2650 )
5 years ago
Luke Foust
a7e7098da6
Merge pull request #3 from jellyfin/master
...
merge with upstream master
5 years ago
Dennis M. Pöpperl
da4855ce4f
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
5 years ago
dkanada
84311fdb76
Merge pull request #2645 from sparky8251/rss-feed-add
...
Add RSS feed badges to README
5 years ago
dkanada
86f614b26b
Merge pull request #2638 from mark-monteiro/update-asp
...
Update .NET Core to 3.1.2
5 years ago
sparky8251
83f4494b9e
Clean up minor formatting issue
5 years ago
sparky8251
975fef9ebc
Add RSS feed badges to README
5 years ago
Joshua M. Boniface
ba55ee4986
Add first proof-of-concept deployment setup
5 years ago
Joshua M. Boniface
3571afece1
Ignore web artifacts
5 years ago
Joshua M. Boniface
f9cecfc0fb
Add new build.sh script and symlink
5 years ago
Joshua M. Boniface
8b620ed26a
Move Debian folder to root of repo
5 years ago
Joshua M. Boniface
28f7df6520
Move all old deployment stuff to a new folder
5 years ago
Joshua M. Boniface
2afbbba3f8
Remove old build script
5 years ago
Frode F
a4ff27fbdc
Translated using Weblate (Norwegian Nynorsk)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
5 years ago
Luke Foust
f3213d3bef
Merge pull request #2 from jellyfin/master
...
merge with upstream master
5 years ago
Joshua M. Boniface
425bd2b01b
Merge pull request #2642 from mark-monteiro/fix-extras
...
Add missing null check when retrieving extras
5 years ago
dkanada
0d9787dfb4
Merge pull request #2478 from JustAMan/fix-search-order
...
Fix ordering of search results
5 years ago
dkanada
7270997e76
add code suggestions
...
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
5 years ago
Mark Monteiro
6897a19051
Add missing null check when retrieving extras
5 years ago
Mark Monteiro
6183b83b18
Update benches project to correct target framework
5 years ago
Mark Monteiro
debab44870
Update all packages to .NET Core 3.1.2
5 years ago
Mark Monteiro
b8580e58aa
Check for implementation of IService correctly
5 years ago
Mark Monteiro
6f8c81ff7e
Register ServiceController with the DI framework
5 years ago
Mark Monteiro
dc2b8c4646
Log a warning if an attempt is made to register an invalid service type
5 years ago
Mark Monteiro
72c822513f
Create ServiceController via DI instead of manual construction
5 years ago
Mark Monteiro
dc140429fe
Do not create unnecessary instances of IService at server startup
5 years ago
Mark Monteiro
3fd245ba87
Add instructions for serving content over HTTPS
5 years ago
Mark Monteiro
c36e4ecc6c
Log all 'DOTNET_' and 'ASPNETCORE_' environment variables at application startup
5 years ago
Mark Monteiro
0e3d319a3a
Log 'ASPNETCORE_ENVIRONMENT' value at application startup
5 years ago
Mark Monteiro
54cbf9c4dc
Bind HTTPS ports when running with development environment flag
5 years ago
Mark Monteiro
edc974e4c0
Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studio
5 years ago
Mark Monteiro
41de0bd245
Run in development mode by default from Visual Studio
5 years ago
Mark Monteiro
842ec04828
Do not handle exceptions manually when in development mode
5 years ago
Mark Monteiro
92628c4033
Clean up HTTP listener exception handling
5 years ago