| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-09-03 | Kill HttpListenerHost | Claus Vium | |
| 2020-09-03 | Move HttpListenerHost middleware up the pipeline | Claus Vium | |
| 2020-09-02 | More fixes | Claus Vium | |
| 2020-09-02 | Remove ServiceStack and related stuff | Claus Vium | |
| 2020-08-24 | Merge branch 'master' into event-rewrite-1 | Patrick Barron | |
| # Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs | |||
| 2020-08-22 | Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release | Bond_009 | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-07-20 | Merge remote-tracking branch 'upstream/master' into api-migration-merge | crobibero | |
| 2020-06-20 | Use authorization code from api-migration to fix startup wizard | David | |
| 2020-06-20 | fix some documentation periods | telans | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | Add GetAuthorizationInfo for netcore HttpRequest | crobibero | |
| 2020-06-15 | Add more authorization handlers, actually authorize requests | crobibero | |
| 2020-06-14 | Merge pull request #3336 from telans/specific-fixes | Anthony Lavado | |
| Fix trivial SA1005, SA1111, SA1508, SA1510 warnings | |||
| 2020-06-14 | Merge remote-tracking branch 'upstream/master' into HEAD | crobibero | |
| 2020-06-15 | Merge pull request #3315 from crobibero/dashboard-update | dkanada | |
| Add MessageId to websocket message, fix ws exception | |||
| 2020-06-15 | fix SA1005 | telans | |
