Commit Graph

1001 Commits (90d72d662826d0d99f03a7c1de58c184e712fe50)

Author SHA1 Message Date
BaronGreenback 67c480ad53
Merge branch 'master' into PluginDowngrade
4 years ago
Greenback 356d92cd71 Fixed repository listing
4 years ago
Greenback 494ace7984 Mark plugin failure on DI Loop.
4 years ago
Greenback d2d45295fc Rollback change.
4 years ago
Greenback a246a77ada Delete plugin working.
4 years ago
Greenback 7986465cf7 Initial upload
4 years ago
Joshua M. Boniface 4f6a585424
Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policies
4 years ago
crobibero c6b381db10 Use request body for mapping xml channels
4 years ago
crobibero ee23d06154 Use a more descriptive function name
4 years ago
Claus Vium 13bb5e1ead
Merge pull request #4761 from crobibero/playlist
4 years ago
Claus Vium f8ef38c0ea
Merge pull request #4758 from nyanmisaka/fix-landingScreen-options
4 years ago
crobibero b670937c3d Use typed UserManager GetPreference
4 years ago
Bond-009 04ba59ab40
Merge pull request #4766 from barronpm/usermanager-async
4 years ago
Patrick Barron 76f61eb0d6 Convert DeleteUser to async
4 years ago
Nyanmisaka a79c210c76
fix typo
4 years ago
crobibero 297b7ea6fa Fix empty body for PlaybackInfo
4 years ago
crobibero 0d2106a272 Allow playlist to be created by query string
4 years ago
nyanmisaka 0332b72502 fix landing screen options
4 years ago
crobibero aa5fa7cb8f Update to dotnet 5.0.1
4 years ago
Claus Vium 80ff564143
Merge pull request #4722 from crobibero/forbid
4 years ago
Claus Vium 4c199ac9a5
Merge pull request #4711 from barronpm/api-fixes
4 years ago
crobibero 5150598c6d Fix API forbidden response
4 years ago
Ionut Andrei Oanca fbeb0228a2 Minor code style related change
4 years ago
Ionut Andrei Oanca 499f3ee950 Update authorization policies for SyncPlay
4 years ago
Patrick Barron 391870ebae Add required attributes to parameters
4 years ago
Bond-009 26919eed26
Merge pull request #4672 from cvium/fix_mergeversions_which_was_unrelated_to_my_bughunt
4 years ago
cvium ba7a1c8b7b Fix MergeVersions endpoint
4 years ago
Joshua M. Boniface bba01bf7b9
Merge pull request #3194 from OancaAndrei/syncplay-enhanced
4 years ago
Joshua M. Boniface 4e6584c345
Merge pull request #4652 from crobibero/display-preferences
4 years ago
crobibero 76250a8895 Use md5 Guid for legacy compat
4 years ago
crobibero 3db6ae91f6 Add ItemId to all display preferences
4 years ago
Ionut Andrei Oanca 23473ef8fb Fix access policies to SyncPlay
4 years ago
Joshua M. Boniface 670f7cacc3
Merge pull request #4651 from crobibero/iso_manager
4 years ago
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