| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-30 | Merge pull request #4803 from ryanpetris/fix-getuser | Claus Vium | |
| Fix Live TV Recording Scheduling (cherry picked from commit 6274cf8fcca63c0ca59b70cecbadc60d5710e83a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-13 | Merge pull request #4756 from crobibero/api-key-inverted-condition | Claus Vium | |
| Fix inverted condition when authenticating with an ApiKey (cherry picked from commit c1bb29532fd4abb0245799df0cc6e9cd6d576568) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-01 | Return NoResult only when request doesn't have a token. | crobibero | |
| 2020-11-14 | Use string.Trim(char) instead of string.Trim(char[]) where possible | Bond_009 | |
| 2020-11-14 | Use string.Split(char) where possible instead of string.Split(char[]) | Bond_009 | |
| 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-26 | Fix setting duplicate keys from auth header | crobibero | |
| 2020-10-15 | Move SecurityException | crobibero | |
| 2020-10-14 | Allow apikey to authenticate as admin | crobibero | |
| 2020-09-10 | Standardize use of IsLocal and RemoteIp | cvium | |
| 2020-09-02 | More fixes | Claus Vium | |
| 2020-09-02 | Remove ServiceStack and related stuff | Claus Vium | |
| 2020-08-03 | Merge remote-tracking branch 'upstream/master' into api-migration | crobibero | |
| 2020-07-23 | Remove unused dependencies. | Patrick Barron | |
| 2020-06-20 | Use authorization code from api-migration to fix startup wizard | David | |
| 2020-06-17 | revert adding Jellyfin to auth header | crobibero | |
| 2020-06-16 | Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs | Cody Robibero | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2020-06-16 | fix SA1513/SA1516 | 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 remote-tracking branch 'upstream/master' into HEAD | crobibero | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-15 | fix SA1510 | telans | |
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-13 | merge master into api-migration | crobibero | |
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-11 | Use the "legacy" AuthenticationException | Claus Vium | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-01 | Remove log spam when using legacy api | crobibero | |
| 2020-05-26 | Make SonarCloud less angry | Patrick Barron | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-20 | Fix more issues | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-13 | Return correct status codes for authentication and authorization errors | Mark Monteiro | |
| - Use AuthenticatonException to return 401 - Use SecurityException to return 403 - Update existing throws to throw the correct exception for the circumstance | |||
| 2020-04-13 | Clean up SecurityException | Mark Monteiro | |
| - Remove unused SecurityExceptionType - Add missing constructor for InnerException - Add missing documentation | |||
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-24 | Fix review comments | Claus Vium | |
| 2019-11-23 | Add authentication and remove versioning | Claus Vium | |
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-08-09 | Replace custom code with Asp.Net Core code | Bond_009 | |
| 2019-03-25 | Simplify/remove/clean code | Bond-009 | |
| * Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;) | |||
| 2019-03-05 | Switch to HeaderNames instead of hardcoded strings (and other header related ↵ | Claus Vium | |
| fixes) | |||
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part De-H | Erwin de Haan | |
