Patrick Barron
75df6965a0
Don't use database for QuickConnect
4 years ago
Patrick Barron
ed0b5ff017
Fix builds
4 years ago
Patrick Barron
3ebc047434
Convert UpdateUser to solely async
4 years ago
Patrick Barron
8607b52541
Make device/session code async
4 years ago
Patrick Barron
44e71774b1
Rewrite device manager using EF Core
4 years ago
Patrick Barron
f47fe308b1
Add navigation property to device entity
4 years ago
Patrick Barron
98e19c9fd3
Add device indexes
4 years ago
Patrick Barron
e6f1ffdc8d
Add device entities to schema.
4 years ago
Patrick Barron
9cd5352358
Add device options entity
4 years ago
Patrick Barron
271b4cadb7
Add device entity.
4 years ago
Patrick Barron
499785bebb
Use new entities for API key endpoints
4 years ago
Patrick Barron
1c501b17d7
Add ApiKey entity and associated relationships
4 years ago
Patrick Barron
16ca8c7536
Remove unused SessionManager methods
4 years ago
Patrick Barron
7364155579
Clean up user deletion
4 years ago
Patrick Barron
a7b29e2fe0
Clean up user renaming
4 years ago
Patrick Barron
daa21c9e99
Add migration
4 years ago
Patrick Barron
ea0a9c2cca
Properly configure foreign keys
4 years ago
Patrick Barron
a07ad71222
Use NOCASE collation and index on username field
4 years ago
Patrick Barron
3c4187e780
Add indexes for user permissions and preferences
4 years ago
Patrick Barron
f1cadb27d9
Add id properties for preferences and permissions
4 years ago
Patrick Barron
0a579e5bbd
Configure user deletion behavior
4 years ago
Patrick Barron
3ffef5794e
Delete unnecessary indexes
...
Multicolumn indexes can be queried on the first column without needing a separate index
4 years ago
Patrick Barron
36669ff451
Use correct setter access modifiers
4 years ago
Bond-009
6946e58ca4
Merge pull request #5614 from jellyfin/Bond-009-patch-2
4 years ago
Claus Vium
411570e6d4
Merge pull request #5621 from cvium/enable-range-processing-download
...
enable range processing for download endpoints
4 years ago
Claus Vium
a76d997a86
Merge pull request #5620 from MrTimscampi/iso-ignore
4 years ago
cvium
b3d084044e
enable range processing for download endpoints
4 years ago
MrTimscampi
5bb7d99b48
Remove DVDs from files exempt from chapter image extraction
4 years ago
MrTimscampi
ef9eba8bc9
Ignore format for ISO files
4 years ago
Bond-009
6d0b2ed080
Merge pull request #5579 from cocool97/master
4 years ago
Bond-009
55102973d6
Merge pull request #5596 from BaronGreenback/DLNA_Hardening
...
Implemented DLNA exception handling
4 years ago
Bond-009
16011d96a0
Merge pull request #5321 from Ullmie02/nfo-thumb
4 years ago
Claus Vium
e64f9f2f66
Merge pull request #5613 from accek/accek-samsung-dlna-fix
4 years ago
Szymon Acedański
b1e8a8565f
Update Jellyfin.Api/Helpers/FileStreamResponseHelpers.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
cocool97
86852178c2
Update MediaBrowser.Controller/LiveTv/ChannelInfo.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Bond-009
066c19a26b
Fix possible null ref exception
4 years ago
Szymon Acedański
136136dea9
Fix incorrect responses for HEAD /audio/<id>/stream
...
Without this fix my Samsung Soundbar (HW-Q80R) fails to play using DLNA
and returns "Error: Resource not found (716)" instead.
I had a look on tcpdump network logs between Jellyfin and the soundbar
and noticed that the device performs a HEAD request for the media before
responding to the DLNA UPNP control request from Jellyfin (or BubbleUPNP
Android App).
Jellyfin retuns 204 No Content response, which is unusual. Common web
servers generally return 200 OK if the GET would return content, and
this is not-very-clearly suggested [in HTTP
spec](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1 )
The other patch is to ensure, that invalid Content-Length: 0 is not
returned with the HEAD response in the streaming case.
I think in both cases we still don't return the same headers with HEAD
as with GET (e.g. Content-Length or Accept-Ranges), but at least we
don't return anything misleading.
4 years ago
David
a4cac09d5b
Use |=
4 years ago
David
572600b38e
Use conditional operator instead of if/else block
4 years ago
Bond-009
8410a9a266
Merge pull request #5586 from nyanmisaka/disable-autorotate
4 years ago
Kenneth SB
4637bbc723
Translated using Weblate (Danish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
4 years ago
BaronGreenback
4bd345fbab
DLNA Exception catching
4 years ago
Nyanmisaka
0853d1265c
Disable auto rotation for some HWA methods ( #5586 )
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
Bond-009
f6671e05fd
Merge pull request #5580 from Bond-009/integrationtests2
4 years ago
Bond_009
5253483ce4
Improve naming
4 years ago
Nyanmisaka
fab4bf184e
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
Nyanmisaka
a6bc191607
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
nyanmisaka
fcb070abf7
disable auto rotation for some HWA methods
4 years ago
Joshua M. Boniface
fe8cf29cad
Merge pull request from GHSA-wg4c-c9g9-rxhx
...
Fix issues 1 through 5 from GHSL-2021-050
4 years ago
Joshua M. Boniface
890a490776
Merge pull request #5532 from cvium/fix_episode_extras_questionmark
4 years ago