| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-12 | Allow non-admin users to subscribe to their own Sessions (#13767) | KGT1 | |
| 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 | |
| * a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-09-18 | Add SessionInfoDto, DeviceInfoDto and implement ↵ | Shadowghost | |
| JsonDelimitedArrayConverter.Write | |||
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 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 | |
| (#11092) | |||
| 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 | |
| * Further split inbound and outbound messages * Fix datatype for inbound start messages * fixes from review | |||
| 2023-06-10 | Add all websocket messages to generated openapi spec (#9682) | Cody Robibero | |
| * Add all websocket messages to generated openapi spec * Use oneOf * JsonIgnore ServerId * Oops * Add discriminators * Add WebSocketMessage container for Inbound and Outbound messages | |||
| 2023-02-24 | Update MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs | ipitio | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 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 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 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 | |
| Fix to make web sockets close gracefully on server shutdown Authored-by: luke brown <luke92brown@gmail.com> Merged-by: Cody Robibero <cody@robibe.ro> Original-merge: ee22feb89a34632a4cc3a350733dd57c6be863ec | |||
| 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 | |
| # Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs | |||
| 2021-06-11 | Remove useless nullable directives | Bond_009 | |
| 2021-06-06 | Remove warninigs from MediaBrowser.Controller (Part 3) (#6078) | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 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 | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-05-11 | Reduce warnings in MediaBrowser.Controller (#6006) | Cody Robibero | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 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 | |
| SyncPlay for TV series (and Music) | |||
| 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 | |
| Fix ApiKey authentication | |||
| 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 | |
