Greenback
|
494ace7984
|
Mark plugin failure on DI Loop.
|
4 years ago |
Greenback
|
a246a77ada
|
Delete plugin working.
|
4 years ago |
Greenback
|
7986465cf7
|
Initial upload
|
4 years ago |
Joshua M. Boniface
|
bba01bf7b9
|
Merge pull request #3194 from OancaAndrei/syncplay-enhanced
SyncPlay for TV series (and Music)
|
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 |
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 |
cvium
|
7e0ea296c3
|
Move request validation to auth policies
|
4 years ago |
Claus Vium
|
1d3b2e8dd6
|
Merge pull request #4643 from crobibero/empty-lib-null-ref
Fix null reference when getting filters of an empty library
|
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 |
crobibero
|
b5a7a74e89
|
Use GetParentItem where applicable
|
4 years ago |
crobibero
|
f48e47be5f
|
Split nested conditional
|
4 years ago |
crobibero
|
c083b29e29
|
Use Guid as API parameter type where possible
|
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 |
Joshua M. Boniface
|
c98c2ab955
|
Merge branch 'master' into syncplay-enhanced
|
4 years ago |
Joshua M. Boniface
|
9169a28df1
|
Merge pull request #4588 from jellyfin/hex
Remove Hex class as the BCL has one now
|
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 |
Joshua M. Boniface
|
2c9e355e42
|
Merge branch 'master' into NetworkPR2
|
4 years ago |
Joshua M. Boniface
|
b707d8e09d
|
Merge pull request #4486 from crobibero/split-api
Remove api client generator errors
|
4 years ago |
Joshua M. Boniface
|
f6c842e7b3
|
Merge pull request #4513 from BaronGreenback/LatestPluginSelected
Multi-repository plugins
|
4 years ago |
Joshua M. Boniface
|
509a4d0900
|
Merge pull request #4526 from crobibero/mark-played
Fix marking item as played
|
4 years ago |
Claus Vium
|
fab03942f5
|
Merge pull request #4537 from crobibero/session-caps-full
Convert ClientCapabilities to a Dto with JsonConverters
|
4 years ago |
Greenback
|
5224200e8c
|
Fixed baseurl in dlna.
|
4 years ago |
crobibero
|
c8c5feacb6
|
Convert ClientCapabilities to a Dto with JsonConverters
|
4 years ago |
Greenback
|
c4753cec6c
|
Fixed merge.
|
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
Fix nullref
|
4 years ago |
BaronGreenback
|
124bd4c2c0
|
Networking: 1 - Network Manager (#4124)
* NetworkManager
* Config file with additional options.
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Split function.
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* fixed iterations
* Update Jellyfin.Networking.csproj
* Update NetworkManager.cs
* Updated to NetCollection 1.03.
* Update ServerConfiguration.cs
* Update StartupController.cs
* Update INetworkManager.cs
Removed public
* Update INetworkManager.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Updated comment
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Remove mono code.
Removed forced chromecast option
* Inverted if
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Moved config into a separate container
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Changed sortedList to dictionary.
* Update INetworkManager.cs
Changed UpdateSettings param type
* Update NetworkManager.cs
* Update NetworkManager.cs
* Update NetworkManager.cs
* Update NetworkConfiguration.cs
* Update INetworkManager.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Updated changes github didn't update.
* Fixed compilation.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Removed read locking.
* Update NetworkManager.cs
Changed configuration event to NamedConfigurationUpdated
* updated comment
* removed whitespace
* Updated NetCollection to 1.0.6
Updated DXCopAnalyser to 3.3.1
* removed NetCollection
* Update NetworkManager.cs
* Update NetworkExtensions.cs
* Update NetworkExtensions.cs
Removed function.
* Update NetworkExtensions.cs
* Update NetworkManager.cs
Changed ToString() to AsString() as native collection formats incorrectly.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update NetworkExtensions.cs
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* updated
* Replaced NetCollection with Collection<IPObject>
* Update MediaBrowser.Common/Net/NetworkExtensions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/PathSubstitution.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/NetworkExtensions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* updated comments.
* Updated comments / changes as suggested by @crobibero.
* Split function as suggested
* Fixed null ref.
* Updated comment.
* Updated cs to .net5
* Fixed issue with PublishedServerUrl
* Fixes
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Restored locking
* optimisation
* Added comment
* updates.
* updated.
* updates
* updated.
* Update IPHost.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update NetworkManager.cs
* Removed whitespace.
* Added debug logging
* Added debug.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
* Replaced GetAddressBytes
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
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
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
|
4 years ago |
Joshua M. Boniface
|
c901f1da41
|
Merge pull request #4518 from crobibero/livetv-hls
Fix live tv hls playback
|
4 years ago |
crobibero
|
2f75f84b6f
|
Fix marking item as played
|
4 years ago |