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
/
Jellyfin.Api
/
WebSocketListeners
/
ActivityLogWebSocketListener.cs
Age
Commit message (
Expand
)
Author
2024-03-18
refactor: use Channels as queueing mechanism for periodic websocket messages ...
Claus Vium
2023-11-05
Add IDisposableAnalyzers to more projects
Bond_009
2023-07-15
Apply review suggestions
Shadowghost
2023-07-07
Enforce permissions on websocket connections
Shadowghost
2023-03-14
Reduce usage of GetAwaiter().GetResult()
Bond_009
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2020-11-28
Remove circular dependency between websocket listeners and manager
cvium
2020-11-28
Revert "Fixed SessionWebSocketListener.OnServerManagerWebSocketConnected."
cvium
2020-11-28
Revert "Removed Lazy implementation."
cvium
2020-11-28
Removed Lazy implementation.
Greenback
2020-11-27
Fixed SessionWebSocketListener.OnServerManagerWebSocketConnected.
Greenback
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
crobibero
2020-09-27
Use SessionMessageType for WebSocket messages
Niels van Velzen
2020-08-13
Move GenericEventArgs to Jellyfin.Data.Events
Patrick Barron
2020-08-03
move WebSocket listeners to Jellyfin.Api
crobibero