Commit Graph

236 Commits (master)

Author SHA1 Message Date
Joshua M. Boniface 5a7dda337f Add active session tracking
4 years ago
Niels van Velzen 72534f9d66 Use SessionMessageType for WebSocket messages
4 years ago
Niels van Velzen 3459655bb4 Use GeneralCommandType enum in GeneralCommand name
4 years ago
Claus Vium 571d0570f5 Kill HttpListenerHost
4 years ago
Matt Montgomery 2974a0248a Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
Matt Montgomery 5f1a863241 Apply suggestions from code review
4 years ago
Patrick Barron adabb4b842 Use IEventManager in SessionManager
4 years ago
Patrick Barron ca1f15af19 Move GenericEventArgs to Jellyfin.Data.Events
4 years ago
Matt Montgomery 4fa3d3f4f3 Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
Matt Montgomery a40fe86776 Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
Bond_009 01e781035f Fix warnings
4 years ago
Patrick Barron 3cca8db905 Fix log spam from EF Core
4 years ago
crobibero ef8bec23c4 revert missing session fields
4 years ago
ConfusedPolarBear e2f16fc255 Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
Bond-009 9af6eda0b4
Merge pull request #3343 from telans/comment-stops
4 years ago
telans 247f9c61e6
fix SA1513/SA1516
4 years ago
telans 9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
Patrick Barron 42b4f0aa2e Merge branch 'master' into userdb-efcore
4 years ago
Patrick Barron d0e2027b05 (Hopefully) fix concurrency exceptions.
4 years ago
ConfusedPolarBear 7d9b552403
Apply suggestions from code review
4 years ago
ConfusedPolarBear 35ff2be9d7 Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
crobibero 44957c5a9a Use typed logger where possible
4 years ago
Patrick Barron 06f9cde22f Merge branch 'master' into userdb-efcore
4 years ago
ConfusedPolarBear 5d281adedd Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
Bond_009 4748105dce Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
4 years ago
Patrick Barron 8ca78f33e9 Fix bug when migrating user db with users that have never logged in.
4 years ago
Patrick Barron 01ce56016a Merge branch 'master' into userdb-efcore
4 years ago
gion e42bfc92f3 Fix code issues
4 years ago
Patrick Barron 3eeb6576d8 Migrate User DB to EF Core
4 years ago
Patrick Barron aca7e221d8 Merge branch 'master' into userdb-efcore
4 years ago
gion 8c04049a59 Fix some code smells
4 years ago
gion 029bb80910 Merge remote-tracking branch 'upstream/master' into syncplay
4 years ago
Patrick Barron 9ad839c776 Initial migration code
4 years ago
gion 5c8cbd4087 Fix code issues
4 years ago
gion 8a6ec2fb71 Rename Syncplay to SyncPlay
4 years ago
gion 6e22e9222b Fix code issues
4 years ago
Bond_009 3623aafcb6 Make SonarCloud happy
4 years ago
Bond_009 15634a1913 Merge branch 'master' into websocket
4 years ago
gion 0b974d09ca Synchronize access to data
4 years ago
gion 083d3272d0 Refactor and other minor changes
4 years ago
gion aad5058d25 Implement KeepAlive for WebSockets
4 years ago
gion 84d92ba9ce Check that client is playing the right item
4 years ago
gion 10c2c62f07 Implement syncplay backend
4 years ago
ConfusedPolarBear 36f3e933a2 Add quick connect
4 years ago
Mark Monteiro 53380689ad Return correct status codes for authentication and authorization errors
4 years ago
Joshua M. Boniface c356266419 Revert #2146 ordering change
4 years ago
Bond-009 0f173e1778
Merge branch 'master' into sessionmanager
4 years ago
Anthony Lavado 00073c162a
Merge pull request #2363 from dkanada/view
4 years ago
Bond-009 cefac4f886
Update Emby.Server.Implementations/Session/SessionManager.cs
4 years ago
Bond-009 0a43814596
Merge branch 'master' into sessionmanager
4 years ago
Bond-009 3fe84c3213
Apply suggestions from code review
4 years ago
dkanada f93edb7ade add code suggestions
4 years ago
dkanada 1bc8ca2542 add session view endpoint
4 years ago
dkanada 26dd67a441 change authentication flow
4 years ago
dkanada 6341d986a9 fix a few warnings
4 years ago
dkanada 7df6f8d54e
update error message
4 years ago
dkanada afe9ed977b improve scan progress and fix a few bugs
4 years ago
Bond-009 70bc03c795
Apply suggestions from code review
4 years ago
Bond_009 c601def484 Fix warnings in SessionManager
4 years ago
Bond_009 407f54e776 Style fixes
4 years ago
Bond-009 4d311870d2 Fix websocket handling
4 years ago
Bond_009 5ca68f9623 Fix nullref exception and added logging
4 years ago
Bond_009 976459d3e8 Rewrite WebSocket handling code
4 years ago
Bond-009 b8c61a5c40
Merge pull request #2146 from cromefire/patch-1
5 years ago
dkanada 02928128b9 track progress for any item that supports the feature
5 years ago
Cromefire_ 7e987b9642
Remove whitespace
5 years ago
Cromefire_ 6231fc18ea
Fixed invalid username handling
5 years ago
Bond-009 a2c35e6dba Merge remote-tracking branch 'upstream/master' into random
5 years ago
Vasily 5263aaa026
Merge pull request #1503 from cvium/webapi_v2
5 years ago
Claus Vium 27e3cf1558 Move appbuilder and service collection to Jellyfin.Server
5 years ago
dkanada 51cdc6ea16
Merge pull request #1926 from Bond-009/auth
5 years ago
Bond-009 b477b3874e Fix some warnings
5 years ago
Bond_009 fef35d0505 Add clearer exceptions, warnings and docs
5 years ago
Bond_009 bbc0875387 Don't shuffle some types by default
5 years ago
Bond_009 8d3b5c851d Improvements to UserManager
5 years ago
Bond_009 52c1b45feb Fix build
5 years ago
Bond-009 6032f31aa6 Use CultureInvariant string conversion for Guids
5 years ago
Anthony Lavado b25c08e79a
Merge pull request #1156 from Bond-009/sep
5 years ago
Bond_009 b69b19ddce Move messageId out of outer loop
5 years ago
Bond_009 6c0e2e249d Even more duplicate code removed
5 years ago
Bond_009 8ed5d154b7 Remove duplicate code
5 years ago
Bond_009 2696ac5eac Lower the amount of running tasks
5 years ago
Bond-009 6566c91360 Seperate changes from #1023
5 years ago
Bond-009 bf43dc00bb More warning fixes
5 years ago
Claus Vium 0abe57e930 Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc
5 years ago
Claus Vium 27e7e792b3 Replace some usage of QueryParamCollection
5 years ago
Bond-009 1731bf7372 Remove ordering items
5 years ago
Claus Vium 0ef2b46106 Remove custom Threading
5 years ago
William Taylor 65cd3ed597 Replaced injections of ILogger with ILoggerFactory
5 years ago
Erwin de Haan e867446437 ReSharper format: conform inline 'out' parameters.
5 years ago
Erwin de Haan 65bd052f3e ReSharper conform to 'var' settings
5 years ago
Erwin de Haan e566d9a231 Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
5 years ago
Erwin de Haan 0efc699e3d Visual Studio Reformat: Emby.Server.Implementations Part S-S
5 years ago
Erwin de Haan ec1f5dc317 Mayor code cleanup
5 years ago
Anthony Lavado f2fedb9f34 Merge pull request #383 from Bond-009/unused
5 years ago
Bond_009 a997bb609f Remove unnecessary using statements
5 years ago
Bond_009 391b48614d Remove FireEventIfNotNull
5 years ago
Bond_009 db62648510 Remove firebase and empty resource config file
5 years ago
Bond_009 0f8b3c6347 Use Microsoft.Extensions.Logging abstraction
6 years ago
Bond_009 6e5d2aadaa Remove custom ToArray extension
6 years ago
Bond_009 7792a9a9af Fix resource load crash
6 years ago
stefan 48facb797e Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti d7a1a87009 reduce work done by system info endpoints
7 years ago
Luke Pulverenti 4f09c1e06d reduce dlna chatter
7 years ago
Luke Pulverenti 77695f8abe 3.2.40.1
7 years ago
Luke Pulverenti 901d7b509c update play media source feature
7 years ago
Luke Pulverenti 060215143f improve httpclient resource disposal
7 years ago
Luke Pulverenti 9fdaa039c4 rework device repository
7 years ago
Luke Pulverenti 8d4373af5e fixes #2903 - MediaBrowser.Controller.Net.SecurityException: This user account is not allowed access at this time
7 years ago
Luke Pulverenti b01489c40f fix signature
7 years ago
Luke Pulverenti 49b799adbe 3.2.30.8
7 years ago
Luke Pulverenti e287e3a50d remove async when there's nothing to await
7 years ago
Luke Pulverenti 1ad990ad72 update live tv data transfer
7 years ago
Luke Pulverenti d2b86edf05 update hdhr channel ids
7 years ago
Luke Pulverenti 900714c866 consolidate fields
7 years ago
Luke Pulverenti 40442f887b consolidate emby.server.core into emby.server.implementations
7 years ago
Luke Pulverenti 4e52c027bc improve nextup queries
7 years ago
Luke Pulverenti dc7a59c73a ensure custom css is loaded last
7 years ago
Luke Pulverenti dcaf8356e6 update inherited images
7 years ago
Luke Pulverenti 905f02e6d9 3.2.20.7
7 years ago
Luke Pulverenti 9f0e6d17c8 add hevc cuvid
7 years ago
Luke Pulverenti 282dce7f10 normalize session object
7 years ago
Luke Pulverenti ffb68b0318 update realtime monitor
7 years ago
Luke Pulverenti 33014f77aa update GetItems method
7 years ago
Luke Pulverenti f07af448fa update main projects
7 years ago
Luke Pulverenti da77b05817 update data queries
7 years ago
Luke Pulverenti 3a8b567f14 update file responses
7 years ago
Luke Pulverenti 491886632d update remote control responses
7 years ago
Luke Pulverenti eb9b63c7a7 update playback progress reporting
7 years ago
Luke Pulverenti 561028c907 update automated checkins
7 years ago
Luke Pulverenti 0b5019ed1b support automatic progress reporting
7 years ago
Luke Pulverenti ccb694a89a update home sections
7 years ago
Luke Pulverenti 149d16a314 preserve manual recording overrides
7 years ago
Luke Pulverenti b92c31ce82 update translations
8 years ago
Luke Pulverenti bbaa0977fd cache now playing item
8 years ago
Luke Pulverenti d5ea8ca3ad move classes to portable
8 years ago