Patrick Barron
|
d35a7ba8bd
|
Fix more issues
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
d27b2481a0
|
Fix an issue causing multiple permissions/preferences objects to be created.
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
e7b297c67b
|
Add some missing properties
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
3eeb6576d8
|
Migrate User DB to EF Core
|
2020-05-20 10:04:00 -04:00 |
|
Neil Burrows
|
a646a91e15
|
Update Emby.Server.Implementations/IStartupOptions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2020-05-20 14:29:18 +01:00 |
|
Neil Burrows
|
d7b2c2a176
|
Renaming variable and refactoring IF statement
|
2020-05-20 09:11:26 +01:00 |
|
artiume
|
0efb81b21e
|
Add lost+found to ignore list
https://forum.jellyfin.org/t/library-not-loading/2086
|
2020-05-19 21:45:48 -04:00 |
|
crobibero
|
2689865858
|
Remove unused using
|
2020-05-19 13:02:35 -06:00 |
|
crobibero
|
51d54a8ca4
|
Fix return content type
|
2020-05-19 13:02:02 -06:00 |
|
crobibero
|
b28dd47a0f
|
implement review suggestions
|
2020-05-19 12:58:09 -06:00 |
|
Bruce
|
24543b04c1
|
Applying review suggestion to documentation
|
2020-05-19 18:13:42 +01:00 |
|
crobibero
|
cdb25e355c
|
Fix return value
|
2020-05-19 10:06:25 -06:00 |
|
crobibero
|
cf78edc979
|
Fix Authorize attributes
|
2020-05-19 10:05:23 -06:00 |
|
crobibero
|
a11a193439
|
Remove CameraUpload endpoints
|
2020-05-19 10:04:09 -06:00 |
|
crobibero
|
6dbbfcbfbe
|
update xml docs
|
2020-05-19 09:29:59 -06:00 |
|
crobibero
|
a7a725173d
|
Rename to AttachmentsController -> VideoAttachmentsController
|
2020-05-19 08:55:15 -06:00 |
|
crobibero
|
26a2bea179
|
Update endpoint docs
|
2020-05-19 08:55:15 -06:00 |
|
crobibero
|
177339e8d5
|
Fix Authorize attributes
|
2020-05-19 08:55:15 -06:00 |
|
crobibero
|
15e9fbb923
|
move to ActionResult<T>
|
2020-05-19 08:55:15 -06:00 |
|
crobibero
|
84fcb4926c
|
Remove exception handler
|
2020-05-19 08:55:15 -06:00 |
|
crobibero
|
8eac528815
|
nullable
|
2020-05-19 08:55:15 -06:00 |
|
crobibero
|
45d750f106
|
Move AttachmentsService to AttachmentsController
|
2020-05-19 08:55:15 -06:00 |
|
crobibero
|
c4f8ba55f2
|
Rename to AttachmentsController -> VideoAttachmentsController
|
2020-05-19 08:28:02 -06:00 |
|
Vasily
|
2b1ae7ac58
|
Fix code smells
|
2020-05-19 15:42:50 +03:00 |
|
Vasily
|
186b7f303c
|
More small optimizations
|
2020-05-19 15:08:43 +03:00 |
|
Vasily
|
a226a4ee03
|
Compute hash only when one is not computed in DB, small optimizations here and there
|
2020-05-19 14:50:14 +03:00 |
|
Vasily
|
f18293bf76
|
Switch to BlurHashSharp lib which should be faster
|
2020-05-19 13:46:00 +03:00 |
|
Vasily
|
bfb644d5f5
|
Fix nullref exception
|
2020-05-19 13:45:39 +03:00 |
|
Vasily
|
d9e2f56bd2
|
Merge pull request #3037 from ConfusedPolarBear/access-control
Fix CORS header not being added to exceptions
|
2020-05-19 13:05:45 +03:00 |
|
NaorManna
|
585e9e6220
|
Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
|
2020-05-19 03:15:02 -04:00 |
|
Lukáš Kucharczyk
|
4395644efc
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
2020-05-19 00:09:47 -04:00 |
|
ConfusedPolarBear
|
949e4d3e64
|
Apply suggestions from code review
|
2020-05-18 16:58:14 -05:00 |
|
Vasily
|
02da312f8a
|
Fix compilation after rebase
|
2020-05-19 00:22:52 +03:00 |
|
Jesús Higueras
|
fe480caf54
|
Add endpoint to update all items in library
|
2020-05-18 23:21:38 +03:00 |
|
Jesús Higueras
|
b9fc0d2628
|
Add BlurHash support to backend
|
2020-05-18 23:21:37 +03:00 |
|
ConfusedPolarBear
|
85f04af04c
|
Reuse existing CORS function
|
2020-05-18 14:31:47 -05:00 |
|
ConfusedPolarBear
|
3a61c9a878
|
Merge remote-tracking branch 'upstream/master' into access-control
|
2020-05-18 14:27:51 -05:00 |
|
Vasily
|
2d2c1d9473
|
Merge pull request #3099 from rigtorp/ignore-patterns
Use glob patterns to ignore files
|
2020-05-18 22:23:40 +03:00 |
|
Bond-009
|
e14c85555c
|
Merge pull request #3138 from mark-monteiro/reduce-development-exception-page-logging
Reduce Excessive Logging From DeveloperExceptionPageMiddleware
|
2020-05-18 17:21:45 +02:00 |
|
Mark Monteiro
|
5eec3a1342
|
Remove extra whitespace
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
2020-05-18 10:47:01 -04:00 |
|
dkanada
|
668a7b97c7
|
Merge pull request #3072 from JustAMan/fix-dead-livetv
Re-raise the exception that caused LiveTV stream to not open
|
2020-05-18 23:23:47 +09:00 |
|
Vasily
|
c70e38288c
|
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
2020-05-18 17:01:29 +03:00 |
|
Vasily
|
5d46697481
|
Merge pull request #3020 from rigtorp/patch-1
Fix container image build by installing python
|
2020-05-18 16:52:49 +03:00 |
|
erikasne6152
|
989ddbcafd
|
Translated using Weblate (Lithuanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
|
2020-05-18 09:44:33 -04:00 |
|
dkanada
|
8de7c5ee36
|
Merge pull request #3134 from mark-monteiro/update-dotnet-core
Update to .NET Core 3.1.4
|
2020-05-18 19:33:12 +09:00 |
|
dkanada
|
7b75cc7fea
|
Merge pull request #3133 from kesslern/fix-setup-wizard
Fix 500 error causing first-time setup wizard to hang
|
2020-05-18 19:31:51 +09:00 |
|
crobibero
|
37f55b5c21
|
apply doc suggestions
|
2020-05-17 19:56:02 -06:00 |
|
Mark Monteiro
|
634bc73c9a
|
DO not use developer exception page when exception stack trace should be ignored
|
2020-05-17 18:07:37 -04:00 |
|
Mark Monteiro
|
3ed76d7e08
|
Update to .NET Core 3.1.4
|
2020-05-17 13:33:38 -04:00 |
|
dkanada
|
4b4b50f3ee
|
Merge pull request #3115 from MrTimscampi/ffprobe
Parse color transfer and color primaries from ffprobe, and fix video range
|
2020-05-18 00:06:07 +09:00 |
|