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
/
IWebSocketConnection.cs
Age
Commit message (
Expand
)
Author
2025-01-25
chore: fix spelling
Josh Soref
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
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-06-11
Remove useless nullable directives
Bond_009
2021-06-06
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
Cody Robibero
2021-05-11
Reduce warnings in MediaBrowser.Controller (#6006)
Cody Robibero
2021-05-07
Enable nullable reference types for MediaBrowser.Controller
Bond_009
2020-08-22
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
Bond_009
2020-05-15
Merge remote-tracking branch 'upstream/master' into syncplay
gion
2020-05-09
Fix code issues
gion
2020-04-27
Implement KeepAlive for WebSockets
gion
2020-01-31
Fix warnings
Bond_009
2020-01-13
Fix websocket handling
Bond-009
2020-01-13
Fix nullref exception and added logging
Bond_009
2020-01-13
Rewrite WebSocket handling code
Bond_009
2019-02-27
Replace some usage of QueryParamCollection
Claus Vium
2019-01-13
ReSharper conform to 'var' settings
Erwin de Haan
2019-01-13
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
Erwin de Haan
2019-01-13
Visual Studio Reformat: MediaBrowser.Controller
Erwin de Haan
2018-12-27
Add GPL modules
Andrew Rabert
2018-09-12
Update to 3.5.2 and .net core 2.1
stefan
2016-10-25
make controller project portable
Luke Pulverenti
2015-03-08
connect to socket with access token
Luke Pulverenti
2014-12-27
sync updates
Luke Pulverenti
2014-12-27
move web socket classes to server project
Luke Pulverenti