AmbulantRex
|
c717425549
|
Remove unnecessary type extension and handle feedback.
|
2023-04-16 18:47:57 -06:00 |
|
AmbulantRex
|
92f50054b2
|
Add explicit mapping instead of reflection to manifest reconciliation.
|
2023-04-16 07:46:12 -06:00 |
|
AmbulantRex
|
4a0b135b7a
|
Merge branch 'jellyfin:master' into whitelist-dlls
|
2023-04-15 07:11:33 -06:00 |
|
Stepan Goremykin
|
890fe183cf
|
Use default instead of zero for TranscodeReason
|
2023-04-10 01:44:56 +02:00 |
|
AmbulantRex
|
7dd4201971
|
Reconcile pre-packaged meta.json against manifest on install
|
2023-04-09 10:53:09 -06:00 |
|
Stepan Goremykin
|
c051736c80
|
Inline out variable declaration
|
2023-04-06 19:21:29 +02:00 |
|
Stepan Goremykin
|
7d7e177265
|
Remove redundant casts
|
2023-04-06 19:17:28 +02:00 |
|
Stepan Goremykin
|
26958162d0
|
Remove unused using directives
|
2023-04-06 19:17:28 +02:00 |
|
AmbulantRex
|
a944352aa8
|
Correct style inconsistencies
|
2023-04-01 04:59:07 -06:00 |
|
AmbulantRex
|
891b9f7a99
|
Add DLL whitelist support for plugins
|
2023-03-30 08:59:21 -06:00 |
|
Bond_009
|
8316bd590e
|
Fix #7610
|
2023-03-27 15:22:21 +02:00 |
|
Cody Robibero
|
89be3aa37f
|
Convert Person.Type to use PersonKind enum (#9487)
|
2023-03-25 11:52:02 -06:00 |
|
Cody Robibero
|
dd491ce8ff
|
Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFO
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2023-03-20 07:16:03 -06:00 |
|
SenorSmartyPants
|
b9f7e3971e
|
Add test for cleaning extra names
|
2023-03-18 21:52:04 -05:00 |
|
Bond-009
|
b2461feffb
|
Merge pull request #9496 from mammo0/fix_file_stacking
|
2023-03-18 14:17:59 +01:00 |
|
mammo0
|
0fd46a100b
|
fixed typo
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
|
2023-03-15 13:01:39 +01:00 |
|
Bond-009
|
0c6e2e27a8
|
Merge pull request #9460 from Shadowghost/rating-overhaul
|
2023-03-15 12:09:59 +01:00 |
|
mammo0
|
90e8aad05d
|
fixed FourSisters test case
The files should be treated as separate movies and should not be stacked, because the parttype is missing.
|
2023-03-15 11:56:11 +01:00 |
|
mammo0
|
1c57c52474
|
fixed stacking test cases
Movies should not be stacked if no parttype is given.
|
2023-03-15 11:54:44 +01:00 |
|
nyanmisaka
|
f21ab50a81
|
Backport pull request #9422 from jellyfin/release-10.8.z
Fix stream map when using filter_complex with unlabeled output
Original-merge: 6821a2ab35
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: crobibero <cody@robibe.ro>
|
2023-03-09 19:38:15 -05:00 |
|
SenorSmartyPants
|
04f23a0e73
|
Change test to allow owned items to run local providers
I need more information about the need for this test, to make sure I am not introducing an issue.
|
2023-03-09 17:44:12 -06:00 |
|
Shadowghost
|
daefdaf8b0
|
Extend language code handling
|
2023-03-09 14:38:20 +01:00 |
|
Joe Rogers
|
361fff3a0c
|
Fix cases where multiple files are resolved as a single book
|
2023-03-06 23:27:21 -05:00 |
|
Joe Rogers
|
18b8efa7e0
|
Add tests for audio book resolving
|
2023-03-06 23:22:37 -05:00 |
|
Joe Rogers
|
1c3a97bf6a
|
Inject IDirectoryService where needed instead of passing it through ItemResolveArgs
|
2023-03-06 23:00:55 -05:00 |
|
Joe Rogers
|
160baa02fd
|
Remove some BaseItem references to make ItemResolveArgs more usable for testing.
|
2023-03-06 22:18:26 -05:00 |
|
Cody Robibero
|
4873d2a54d
|
Fix auth endpoints using api key (#9408)
|
2023-02-27 05:48:37 -07:00 |
|
Cody Robibero
|
ecb5c48538
|
Merge pull request #8526 from Shadowghost/rating-overhaul
|
2023-02-23 07:04:44 -07:00 |
|
Bond-009
|
ccea623c0d
|
Merge pull request #9365 from Bond-009/friendlyname
|
2023-02-21 22:43:06 +01:00 |
|
Bond_009
|
cf29e9a9c5
|
Fix #7516
|
2023-02-20 20:33:00 +01:00 |
|
Bond-009
|
5b493e14ac
|
Improve alternate ordering (#9336)
|
2023-02-20 08:07:51 -07:00 |
|
Shadowghost
|
9d21f078c7
|
Add default rating selections
|
2023-02-20 11:53:20 +01:00 |
|
Shadowghost
|
ed2280a060
|
Overhaul content ratings
|
2023-02-20 11:53:20 +01:00 |
|
Bond-009
|
dd3e74ca0f
|
Merge pull request #9343 from Lenart12/master
|
2023-02-19 11:55:29 +01:00 |
|
Bond-009
|
336e08de1e
|
Merge pull request #9337 from Bond-009/regex
|
2023-02-18 14:02:47 +01:00 |
|
Cody Robibero
|
a527034ebe
|
Validate requested user id (#8812)
|
2023-02-17 23:16:08 +01:00 |
|
Lenart Kos
|
40a1e1924a
|
Add rule and tests to fix #9341
Add an additional EpisodeExpression that matches
`Series title Season 3 Episode 9 - Episode title.avi` correctly.
Fixes #9341
|
2023-02-17 22:40:54 +01:00 |
|
Bond_009
|
48263078b4
|
Reduce string allocations by regex
|
2023-02-17 15:00:06 +01:00 |
|
Bond-009
|
df8346cd63
|
Merge pull request #9061 from Bond-009/ct
|
2023-02-16 18:14:38 +01:00 |
|
Bond_009
|
a38cb3ade8
|
Fix tests
|
2023-02-16 15:08:04 +01:00 |
|
Bond_009
|
60f41b80f6
|
Verify ContentType of uploaded images
|
2023-02-16 15:08:01 +01:00 |
|
Bond_009
|
59920b4052
|
Make exact match primary video
|
2023-02-15 18:05:49 +01:00 |
|
Bond-009
|
36b7157589
|
Fix #9300 (#9312)
|
2023-02-14 12:08:52 -07:00 |
|
cvium
|
52e2776d8e
|
Merge branch 'master' into simplify_authz
# Conflicts:
# Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
|
2023-02-12 22:59:48 +01:00 |
|
Bond-009
|
318f11e793
|
Fix error in XmlTvListingsProviderTests (#9302)
|
2023-02-12 11:25:54 -07:00 |
|
Bond-009
|
6fb2fac6e4
|
Always run code analyzers for tests projects (#9304)
|
2023-02-12 10:54:55 -07:00 |
|
Bond-009
|
5e074ac945
|
Merge pull request #9253 from Bond-009/nullref
|
2023-02-12 16:32:00 +01:00 |
|
Cody Robibero
|
32eccc139c
|
LiveTV fixes
|
2023-02-11 07:46:52 -07:00 |
|
cvium
|
209edd38a4
|
refactor: simplify authz
|
2023-02-09 13:51:37 +01:00 |
|
Bond_009
|
eb7fee9590
|
Add more tests
|
2023-02-04 21:08:30 +01:00 |
|