Commit Graph

968 Commits (07cc28946bcb8a3d9199f2e887e44f73d39fac86)

Author SHA1 Message Date
Ionut Andrei Oanca cbf70e7a03 Change type of PlaylistItemId to Guid
4 years ago
crobibero 8d8738835e Use DisplayPreferencesId as ItemId
4 years ago
crobibero e765184afa Fix existing DisplayPreferences migration
4 years ago
crobibero 685c966468 Suggestion from review
4 years ago
crobibero b0c79edd2c Add support for custom item display preferences
4 years ago
Ionut Andrei Oanca 7169c0a22d Move SyncPlay request DTOs to proper namespace
4 years ago
Ionut Andrei Oanca 389367fec8 Rename 'track' into 'item' in SyncPlay
4 years ago
crobibero ca5c20c988 Remove IIsoMounter and IsoMounter
4 years ago
cvium 7e0ea296c3 Move request validation to auth policies
4 years ago
Claus Vium 1d3b2e8dd6
Merge pull request #4643 from crobibero/empty-lib-null-ref
4 years ago
Claus Vium e042572588
Merge pull request #4633 from crobibero/guid-params
4 years ago
crobibero 828504e925 The future is now
4 years ago
crobibero 08be7f094a Cleaner type checking
4 years ago
crobibero 41e127d1d2 Fix null reference when getting filters of an empty library
4 years ago
crobibero 09b1e571f4 Apply suggestions from review
4 years ago
Joshua M. Boniface a6199f821b
Merge pull request #4169 from stanionascu/bdiso-playback
4 years ago
crobibero b5a7a74e89 Use GetParentItem where applicable
4 years ago
crobibero cd459c51f3 Return NoResult only when request doesn't have a token.
4 years ago
crobibero f48e47be5f Split nested conditional
4 years ago
crobibero c083b29e29 Use Guid as API parameter type where possible
4 years ago
crobibero 38b3b4f867 Provide NoResult instead of Fail in CustomAuthenticationHandler
4 years ago
nyanmisaka ea592d0256 fix trascodeReasons report
4 years ago
Ionut Andrei Oanca 78ea8ef99e Create common interface for SyncPlay requests
4 years ago
Ionut Andrei Oanca c60714e365 Move query parameters to request body in SyncPlay
4 years ago
cvium 65e6211c03 Remove circular dependency between websocket listeners and manager
4 years ago
cvium 3ae39d44da Revert "Fixed SessionWebSocketListener.OnServerManagerWebSocketConnected."
4 years ago
cvium 1a0d8aef80 Revert "Removed Lazy implementation."
4 years ago
Greenback 5cd5a7d4ce Removed Lazy implementation.
4 years ago
Greenback a59aeb12e0 Fixed SessionWebSocketListener.OnServerManagerWebSocketConnected.
4 years ago
Joshua M. Boniface c98c2ab955
Merge branch 'master' into syncplay-enhanced
4 years ago
Joshua M. Boniface 9169a28df1
Merge pull request #4588 from jellyfin/hex
4 years ago
Bond_009 38932fc7d1 Schedules Direct requires the hex to be lowercase
4 years ago
Bond_009 8c8a71692e Remove Hex class as the BCL has one now
4 years ago
crobibero 1dafd70f51 Don't nest DeviceProfile
4 years ago
crobibero fafddfc45e Add TODO notice
4 years ago
crobibero f336d20b06 Fix sending PlaybackInfo
4 years ago
crobibero 3bff1ff8a2 Fix namespace and add attribute
4 years ago
Joshua M. Boniface 2c9e355e42
Merge branch 'master' into NetworkPR2
4 years ago
Joshua M. Boniface b707d8e09d
Merge pull request #4486 from crobibero/split-api
4 years ago
Joshua M. Boniface f6c842e7b3
Merge pull request #4513 from BaronGreenback/LatestPluginSelected
4 years ago
Joshua M. Boniface 509a4d0900
Merge pull request #4526 from crobibero/mark-played
4 years ago
Claus Vium fab03942f5
Merge pull request #4537 from crobibero/session-caps-full
4 years ago
Joshua M. Boniface 1e6539d0dc
Merge pull request #4539 from crobibero/nullable-enum-model-binder
4 years ago
Greenback 5224200e8c Fixed baseurl in dlna.
4 years ago
crobibero 40531db1ae Add NullableEnumModelBinder and NullableEnumModelBinderProvider
4 years ago
crobibero c8c5feacb6 Convert ClientCapabilities to a Dto with JsonConverters
4 years ago
Greenback e41d1773ba changes
4 years ago
Greenback c4753cec6c Fixed merge.
4 years ago
Greenback 616caca2b7 Added more comments.
4 years ago
Bond_009 f5973d57e8
Remove UTF8 bom from some files
4 years ago
Claus Vium 937e2a84e8
Merge pull request #4533 from Bond-009/nullref3
4 years ago
BaronGreenback 124bd4c2c0
Networking: 1 - Network Manager (#4124)
4 years ago
Bond_009 c01042b355
Fix nullref
4 years ago
BaronGreenback 7a6063ed41
Merge branch 'master' into NetworkPR2
4 years ago
crobibero b3d322f79f Fix build after merge
4 years ago
crobibero 8f58f63b08 Merge remote-tracking branch 'upstream/master' into split-api
4 years ago
Joshua M. Boniface 7457c4a95d
Merge pull request #4499 from crobibero/more-param
4 years ago
Joshua M. Boniface 799eb44005
Merge pull request #4514 from Artiume/patch-9
4 years ago
Joshua M. Boniface c901f1da41
Merge pull request #4518 from crobibero/livetv-hls
4 years ago
crobibero 2f75f84b6f Fix marking item as played
4 years ago
Claus Vium 44ff7a4843
Apply suggestions from code review
4 years ago
nyanmisaka b4598bd71b Merge remote-tracking branch 'upstream/master' into fmp4-hls
4 years ago
nyanmisaka ca33ace3e9 rename
4 years ago
artiume 6a751251e7
Update Jellyfin.Api/Helpers/TranscodingJobHelper.cs
4 years ago
artiume a46b70b169
Truncate GUID to 8 char
4 years ago
crobibero d58e435409 Add response code documentation
4 years ago
crobibero fe8531f74e Fix live tv hls playback
4 years ago
Fernando Fernández e21e00cad5 Merge remote-tracking branch 'upstream/master' into no-scaling
4 years ago
artiume 3423bdf53a
Update Jellyfin.Api/Helpers/TranscodingJobHelper.cs
4 years ago
Greenback a3e47f3e4e Updated to latest Unstable.
4 years ago
Fernando Fernández 2deda0437d Review suggestions
4 years ago
nyanmisaka 20d6999d8c minor changes
4 years ago
Nyanmisaka 5ff08338d5
Apply suggestions from code review
4 years ago
nyanmisaka 51dab0958d changes per suggestions
4 years ago
Greenback 1df58fbaa0 updated
4 years ago
artiume e6e7295320
oops
4 years ago
artiume 4e07d9d561
Update FFmpeg log
4 years ago
Greenback 18855a7884 Initialial upload
4 years ago
BaronGreenback 4c394eec90
Update Jellyfin.Api/Controllers/LiveTvController.cs
4 years ago
Greenback e51ddd326c Fixes spelling.
4 years ago
Fernando Fernández 38c3b6fcd3 Fix build and thread detection logic
4 years ago
dkanada 742966573d
Merge pull request #4503 from jellyfin/cancellation
4 years ago
crobibero f6c6ee2008 Fix Environment authorization policy
4 years ago
Bond_009 4b1c9dc9ea Pass cancellation where possible
4 years ago
crobibero 7bf647bb94 Remove precondition checks
4 years ago
crobibero 3b68ce1183 Fix build
4 years ago
crobibero 2a0578ce1a Add missing manual splits
4 years ago
crobibero 3cc0dd7e12 Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago
Greenback 60a6627140 Removing left over edits left from the acceptance of previous PR's.
4 years ago
BaronGreenback d66f88672c
Merge branch 'master' into NetworkPR2
4 years ago
nyanmisaka 099563cd6b comply with dotnet-5
4 years ago
nyanmisaka 488dbdb31d Merge remote-tracking branch 'upstream/master' into fmp4-hls
4 years ago
crobibero dae4541bad Merge remote-tracking branch 'upstream/master' into dotnet-5
4 years ago
crobibero 3f313206c6 Suggestions from review
4 years ago
crobibero 547ee88561 Remove api client generator errors
4 years ago
nyanmisaka f953dd42be remove unused segment option
4 years ago
Ionut Andrei Oanca c7e53bce2f Patch data-races and minor changes in SyncPlay
4 years ago
Ionut Andrei Oanca 5d77f422f0 Hide some property setters, init null values, update namespaces
4 years ago
Bond_009 ff49a3bb61
Missed some stuff
4 years ago
Bond_009 c4bb32f259
Access last element by index where possible
4 years ago