index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Controller
/
Net
Age
Commit message (
Expand
)
Author
2025-04-19
Fix SyncPlay WebSocket OpenAPI schemas (#13946)
Niels van Velzen
2025-03-25
Fixed namespaces
JPVenson
2025-02-04
Enable nullable for AuthorizationInfo (#13485)
Bond-009
2025-01-25
chore: fix spelling
Josh Soref
2024-12-12
move to new System.Threading.Lock type for better performance
Daniyar Alpyspayev
2024-09-18
Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.W...
Shadowghost
2024-08-30
Remove BOM from UTF-8 files
Bond_009
2024-04-30
More efficient array creation (#11468)
Bond-009
2024-03-30
fix: use a reentrant lock when accessing active connections (#11256)
Claus Vium
2024-03-18
refactor: use Channels as queueing mechanism for periodic websocket messages ...
Claus Vium
2023-10-08
Make files readonly
Stepan Goremykin
2023-07-15
Apply review suggestions
Shadowghost
2023-07-07
Enforce permissions on websocket connections
Shadowghost
2023-07-02
Fix sending websocket messages (#9948)
Cody Robibero
2023-06-29
Fix Websocket OpenApi (#9935)
Cody Robibero
2023-06-10
Add all websocket messages to generated openapi spec (#9682)
Cody Robibero
2023-02-24
Update MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs
ipitio
2023-02-15
Catch Exception when disposing connection
ipitio
2022-12-05
Replace != null with is not null
Bond_009
2022-11-27
Investigate some TODO comments
Bond_009
2022-10-07
Merge pull request #8503 from Bond-009/ThrowIfNull
Claus Vium
2022-10-06
Use ArgumentNullException.ThrowIfNull helper method
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-09-28
Remove redundant using directives
Hannes Braun
2022-07-24
Backport pull request #7732 from jellyfin/release-10.8.z
Joshua Boniface
2022-01-01
Use IAuthorizationContext for websocket
Cody Robibero
2021-12-24
Update StyleCop
Bond_009
2021-09-03
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
Cody Robibero
2021-08-13
Fix warnings in MediaBrowser.Controller
Rich Lander
2021-06-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-06-11
Remove useless nullable directives
Bond_009
2021-06-06
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
Cody Robibero
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-05-11
Reduce warnings in MediaBrowser.Controller (#6006)
Cody Robibero
2021-05-07
Enable nullable reference types for MediaBrowser.Controller
Bond_009
2021-04-10
Make device/session code async
Patrick Barron
2020-12-04
Merge pull request #3194 from OancaAndrei/syncplay-enhanced
Joshua M. Boniface
2020-12-01
Return NoResult only when request doesn't have a token.
crobibero
2020-11-28
Add missing inheritdoc
cvium
2020-11-28
Remove circular dependency between websocket listeners and manager
cvium
2020-11-28
Revert "Removed Lazy implementation."
cvium
2020-11-28
Removed Lazy implementation.
Greenback
2020-11-08
Remove OriginalAuthenticationInfo and add IsAuthenticated property
cvium
2020-11-08
Merge pull request #4330 from crobibero/api-key-auth
Claus Vium
2020-10-28
Use proper IsApiKey flag
crobibero
2020-10-06
Fix IWebSocketListener service registration
cvium
2020-09-27
Use SessionMessageType for WebSocket messages
Niels van Velzen
2020-09-03
Kill HttpListenerHost
Claus Vium
[next]