dkanada
|
8de7c5ee36
|
Merge pull request #3134 from mark-monteiro/update-dotnet-core
Update to .NET Core 3.1.4
|
5 years ago |
dkanada
|
7b75cc7fea
|
Merge pull request #3133 from kesslern/fix-setup-wizard
Fix 500 error causing first-time setup wizard to hang
|
5 years ago |
crobibero
|
37f55b5c21
|
apply doc suggestions
|
5 years ago |
Mark Monteiro
|
634bc73c9a
|
DO not use developer exception page when exception stack trace should be ignored
|
5 years ago |
Mark Monteiro
|
3ed76d7e08
|
Update to .NET Core 3.1.4
|
5 years ago |
dkanada
|
4b4b50f3ee
|
Merge pull request #3115 from MrTimscampi/ffprobe
Parse color transfer and color primaries from ffprobe, and fix video range
|
5 years ago |
Nathan Kessler
|
3bc07e7c56
|
Fix 500 error causing first-time setup wizard to hang
|
5 years ago |
Samuel Gagnon
|
e75b2cd335
|
Translated using Weblate (French (Canada))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
|
5 years ago |
Franco Castillo
|
a33a589dba
|
Translated using Weblate (Spanish (Argentina))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
|
5 years ago |
MrTimscampi
|
9314434bbf
|
Fix suggestions
|
5 years ago |
dkanada
|
ebc24470e3
|
Merge pull request #3075 from crobibero/api-operationid
Add OperationId to SwaggerGen
|
5 years ago |
dkanada
|
8921c7a5bf
|
Merge pull request #3113 from Artiume/patch-1
Fix Progressive and Interlaced Stream capitalization
|
5 years ago |
dkanada
|
7f39d898b8
|
Merge pull request #3105 from aled/2149-fix-warnings-in-jellyfin.naming.tests
Fix compile warnings in Jellyfin.Naming.Tests
|
5 years ago |
dkanada
|
ddebc9301e
|
Merge pull request #3116 from Artiume/patch-2
Update Books Resolver File Types and add .opf Mime Type
|
5 years ago |
Erik Rigtorp
|
f144acdc96
|
Use glob patterns to ignore files
|
5 years ago |
Erik Rigtorp
|
9cad598059
|
Fix container image build by installing python
|
5 years ago |
Patrick Barron
|
aca7e221d8
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
# Emby.Server.Implementations/ApplicationHost.cs
# Emby.Server.Implementations/Devices/DeviceManager.cs
# Jellyfin.Server/Jellyfin.Server.csproj
# Jellyfin.Server/Migrations/MigrationRunner.cs
# MediaBrowser.Controller/Devices/IDeviceManager.cs
|
5 years ago |
Vasily
|
652e9702fc
|
Merge pull request #3117 from JustAMan/no-more-doppelgangers
Fixes collections (and probably some extras support, too)
|
5 years ago |
Mark Monteiro
|
757643e326
|
Merge remote-tracking branch 'upstream/master' into no-more-doppelgangers
|
5 years ago |
Mark Monteiro
|
6e68702799
|
Do not run DELETE command if no extras are detected
Also log a message if no extras were detected
Also log the path used for the database backup
Also add some comments to explain the migration
|
5 years ago |
Vasily
|
d21feb2b18
|
Merge pull request #2970 from barronpm/activitydb-efcore
Migrate Activity Database to Entity Framework Core
|
5 years ago |
Vasily
|
43dc604e87
|
Fixed compilation, added backing db before removing extras
|
5 years ago |
Patrick Barron
|
79dee27299
|
Fixed indentation
|
5 years ago |
Vasily
|
034fe97eeb
|
Apply suggestions from code review
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
|
5 years ago |
Patrick Barron
|
a7c2e524a9
|
Apply more review suggestions
|
5 years ago |
gion
|
8c04049a59
|
Fix some code smells
|
5 years ago |
gion
|
029bb80910
|
Merge remote-tracking branch 'upstream/master' into syncplay
|
5 years ago |
Patrick Barron
|
a5dee36808
|
Apply more review suggestions
|
5 years ago |
gion
|
e8f45248aa
|
Fix code issues
|
5 years ago |
artiume
|
a765272c17
|
Update MimeTypes.cs
|
5 years ago |
artiume
|
527029af92
|
Update MediaStream.cs
|
5 years ago |
artiume
|
d41cdb3b7a
|
Update Interlace
|
5 years ago |
artiume
|
eb3ce3fb87
|
Fix Progressive Stream 'P' capitalization
|
5 years ago |
artiume
|
9ed8c6cb11
|
Add opf mimetype
|
5 years ago |
dkanada
|
18953d95e6
|
Merge pull request #3085 from MrTimscampi/vtt-position
Add positionning cues to WebVTT writer
|
5 years ago |
dkanada
|
cb249cc171
|
Merge pull request #3118 from barronpm/fix-regressions
Fix regressions introduced by #3098
|
5 years ago |
Odd Stråbø
|
ef533015ae
|
Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
|
5 years ago |
Vasily
|
ed751aa054
|
Merge pull request #3084 from fhriley/fix_allow_origin
Fix #3083: Set the Access-Control-Allow-Origin header to the request …
|
5 years ago |
Patrick Barron
|
dcaffd3812
|
Fix regressions introduced by #3098
|
5 years ago |
Erik Rigtorp
|
e02e041b23
|
If second cleaning results in same name skip lookup
|
5 years ago |
Vasily
|
7c57134535
|
Implement a cleanup migration
|
5 years ago |
Frank Riley
|
9ee10d22c8
|
Rename function
|
5 years ago |
Frank Riley
|
6990af811a
|
Use simpler dictionary iterator.
|
5 years ago |
Frank Riley
|
c70c589236
|
Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from review
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
5 years ago |
Frank Riley
|
3cb6fd8a27
|
Fix #3083: Set the Access-Control-Allow-Origin header to the request origin/host header if possible
|
5 years ago |
Vasily
|
ce16651dbd
|
Fix a check broken by https://github.com/jellyfin/jellyfin/pull/2105
|
5 years ago |
Patrick Barron
|
953777f1ba
|
Removed unnecessary usings
|
5 years ago |
Patrick Barron
|
87c63e668c
|
Merge branch 'master' into activitydb-efcore
|
5 years ago |
Patrick Barron
|
b94afc597c
|
Address review comments
|
5 years ago |
artiume
|
4eb4ad3be7
|
Update Books Resolver File Types
|
5 years ago |