Bond_009
b0a25c4237
Use Mono.Nat Nuget package
2019-11-01 21:22:35 +01:00
Joshua M. Boniface
33ddca12ed
Merge pull request #1969 from jellyfin/stale-bread
...
Add an exemption for the confirmed label
2019-11-01 16:11:17 -04:00
Anthony Lavado
3a741936c5
Add an exemption for the confirmed label
...
Adds an exemption we can use to keep issues open when they are confirmed/real
2019-11-01 16:06:00 -04:00
dkanada
3bfb36a67d
Merge pull request #1915 from Bond-009/hex
...
Rewrite hex encoder/decoder
2019-11-02 04:03:36 +09:00
Bond_009
28df726c33
Disable CA1720: Identifiers should not contain type names
2019-11-01 18:45:16 +01:00
dkanada
48a99366b6
Merge pull request #1789 from Bond-009/deps
...
Update deps and add MultiThreading analyzer
2019-11-02 02:07:20 +09:00
Bond_009
81c135c5bb
Fix PR issues
2019-11-01 17:57:19 +01:00
Bond_009
d529f81cd9
Improve IInstallationManager interface
2019-11-01 17:57:19 +01:00
Bond_009
5e0858d13f
Fix xml docs
2019-11-01 17:55:44 +01:00
Bond_009
3f7836d9eb
Update deps and add MultiThreading analyzer
2019-11-01 17:55:44 +01:00
Bond_009
60cb256835
Fix benches
2019-11-01 17:52:29 +01:00
Bond_009
593107e190
Multiplication is faster than bit shifting
2019-11-01 17:52:29 +01:00
Bond_009
b6627af65f
Make decode even faster
2019-11-01 17:52:29 +01:00
Bond_009
a245f5a0d4
Rewrite hex encoder/decoder
2019-11-01 17:52:29 +01:00
dkanada
89a21c96c0
Merge pull request #1852 from Bond-009/warn9
...
Fix some more warnings
2019-11-02 01:24:44 +09:00
Bond_009
846857b60e
Deserialize with the correct type (and warning fixes)
2019-11-01 17:07:42 +01:00
Bond-009
92abc202a4
Style fix
2019-11-01 16:42:47 +01:00
Bond-009
443422ddb4
Merge pull request #1931 from grafixeyehero/PersonServies
...
update persons service
2019-11-01 16:38:54 +01:00
Bond-009
43f51b2d90
Fix build
2019-11-01 16:35:44 +01:00
Anthony Lavado
57cf3e24f8
Use the correct file copy operation for the icon
2019-11-01 01:55:09 -04:00
Anthony Lavado
0c003feac6
Fix an incorrect argument type in build script
2019-11-01 01:25:45 -04:00
Anthony Lavado
bde1af5def
Add the tray app download to the build script, use it in the installer shortcuts
...
Adds the tray app download to build-jellyfin, adjusts the shortcuts in the installer, and adds the switch to the pipeline configuration.
2019-10-30 18:16:31 -04:00
Thomas Büttner
e6e9cd8ce2
Remove the SPEC edit hack, replace with proper repos ( #7 )
...
* Remove the SPEC edit hack, replace with proper repos
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
* Fix bad rpmbuild flag
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-10-29 18:16:08 -04:00
Anthony Lavado
aca4f83333
Remove extra EndIf
2019-10-29 16:24:45 -04:00
Bond_009
d868530d1e
Fix comments
2019-10-29 18:37:10 +01:00
Bond_009
10ae815bb4
Address comments
2019-10-29 17:56:06 +01:00
Bond_009
016be02cd6
More warning fixes
2019-10-29 17:56:05 +01:00
Bond_009
d9a03c9bb1
Fix more warnings
2019-10-29 17:55:16 +01:00
Bond-009
2b1e766c17
Update MediaBrowser.Controller/Library/IUserManager.cs
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-29 17:50:09 +01:00
Bond-009
24c076eff3
Update Emby.Server.Implementations/Library/UserViewManager.cs
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-29 17:50:01 +01:00
Bond-009
1258a3766f
Update Jellyfin.Server/Program.cs
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-29 17:49:41 +01:00
dkanada
ef623f5129
Merge pull request #1954 from LogicalPhallacy/LogicalPhallacy-patch-NSSM
...
Use mirror for NSSM
2019-10-29 16:22:58 +09:00
dkanada
0449d7c5e1
Merge pull request #1949 from stevehayles/master
...
Update to Dockerfile
2019-10-29 16:19:46 +09:00
LogicalPhallacy
9c65853ddd
updates win32 build script with nssm mirror
2019-10-28 22:10:36 -07:00
LogicalPhallacy
8c0580aa24
Updating win-x64 build NSSM address
2019-10-28 22:09:46 -07:00
LogicalPhallacy
fd8d4894ca
Updated build-jellyfin.ps1 to pull from my mirror
...
Updated it to pull from my mirror on Azure.
2019-10-28 22:07:01 -07:00
LogicalPhallacy
8edb1c49d8
Merge pull request #6 from jellyfin/master
...
Bringing my branch up to sync
2019-10-28 21:54:40 -07:00
Steve Hayles
b1e65c6cd4
Adding OpenSSL library
...
Depending on configuration the docker container may need OpenSSL to support https access
2019-10-28 08:22:59 +00:00
Steve Hayles
26ce62d318
Update Dockerfile
...
debian-stretch packages were missing for libva-drm2 so would not build
the base image mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION} is incorrectly referencing .NET Core 3-preview6 which will cause issues at runtime with library references being mismatched
2019-10-27 20:22:17 +00:00
Steve Hayles
5eb9d10287
Merge remote-tracking branch 'jellyfin/master'
2019-10-27 20:17:41 +00:00
Justin Fenn
435c30aed9
use exec form for Dockerfile entrypoint
...
This causes the jellyfin process to be pid 1 in the container. It can
receive signals like SIGTERM (from "docker stop", for example) and shut
down properly.
2019-10-27 12:28:56 -07:00
Joshua M. Boniface
53ee78170a
Merge branch 'master' into copr-fix
2019-10-27 13:52:08 -04:00
Joshua Boniface
2cdf5c203a
Correct CentOS build for new Fedora spec
2019-10-27 13:51:32 -04:00
Vasily
8cf8c36708
Move throwing if cancelled after logging that fact
2019-10-27 16:48:42 +03:00
Vasily
dd7ae7747e
Apply suggestions from code review
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-10-27 16:47:00 +03:00
Bond-009
c9f4a74af0
Merge pull request #1930 from grafixeyehero/vsc-workspace
...
update vsc workspace launch for net core 3
2019-10-27 11:44:16 +01:00
Bond_009
2702dca8b6
Enable nullable reference types for Jellyfin.Server
2019-10-26 23:58:23 +02:00
Joshua M. Boniface
588b554ef0
Merge pull request #6 from Wuerfelbecher/copr-fix
...
Fix build script
2019-10-26 16:48:38 -04:00
Joshua M. Boniface
67be3f8c9e
Merge branch 'copr-fix' into copr-fix
2019-10-26 16:41:16 -04:00
Joshua M. Boniface
ee488dcb83
Merge pull request #5 from brianjmurrell/fix-copr
...
Fix jellyfin-web URL
2019-10-26 16:40:12 -04:00