| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-02-19 | Reverted Comparison code for name check | JPVenson | |
| 2025-01-29 | Changed UserName to non-deterministic field | JPVenson | |
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2024-08-30 | Remove passwordSha1 param from AuthenticateUser function | Bond_009 | |
| 2024-08-05 | Change arguments AssertCanUpdateUser to take a user | Bond_009 | |
| 2024-03-03 | Move userId in API from route to optional query parameter (#11074) | Cody Robibero | |
| * Move userId in API from route to optional query parameter * Standardize UserViewsController * Move userId to query in ImageController * Move userId to query in ItemsController * Move userId to query in PlaystateController * Move userId to query in SuggestionsController * Move userId from route to query in UserLibraryController * Clean up routes * Move userId to query in UserController * fix bad merge --------- Co-authored-by: Niels van Velzen <git@ndat.nl> | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-11-12 | Move API policies to MediaBrowser.Common | Patrick Barron | |
| 2023-07-31 | Fix the is-local check when resetting the password | Jan Müller | |
| This fixes the check whether a warning should be logged when resetting the password from outside the local network. Fixes: #10059 | |||
| 2023-06-07 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-05-26 | use 403 instead to avoid compat issues with swagger spec | cvium | |
| 2023-05-26 | chore: deprecate EasyPassword as it isn't very secure | cvium | |
| 2023-05-09 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-03-17 | Apply review suggestions | Shadowghost | |
| 2023-03-10 | Fix playlist creation and removal | Shadowghost | |
| 2023-02-17 | Consistently write IP in upercase | Shadowghost | |
| 2023-02-12 | Merge branch 'master' into simplify_authz | cvium | |
| # Conflicts: # Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs | |||
| 2023-02-09 | refactor: simplify authz | cvium | |
| 2023-02-04 | Return NotFound when itemId isn't found | Bond_009 | |
| 2023-02-02 | Migrate to file-scoped namespaces | Shadowghost | |
| 2023-02-02 | fix: require current password when admin changes their own password (#9238) | Claus Vium | |
| Fixes https://github.com/jellyfin/jellyfin/issues/9208 | |||
| 2022-12-19 | Deprecate user id based authentication endpoint | Niels van Velzen | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-06 | fix Release build | cvium | |
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-07-20 | Backport pull request #8013 from jellyfin/release-10.8.z | Joshua Boniface | |
| Fix password change during parental control schedule Authored-by: David Ullmer <davidullmer@outlook.de> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 84a1674f391d344c251c2c949cb227a9318536eb | |||
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2021-06-23 | Fix issues with QuickConnect and AuthenticationDb | crobibero | |
| 2021-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-04-22 | Don't use obsolete Password property | crobibero | |
| 2021-03-23 | Remove conversion from IPAddress to string to IPAddress | David | |
| 2021-02-06 | Update Jellyfin.Api/Controllers/UserController.cs | David Ullmer | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-02-06 | Fix forgot password pin request | David | |
| 2021-01-24 | Mark non-nullable body as null | crobibero | |
| 2020-12-11 | Merge pull request #4766 from barronpm/usermanager-async | Bond-009 | |
| Convert DeleteUser to async | |||
| 2020-12-11 | Convert DeleteUser to async | Patrick Barron | |
| 2020-12-08 | Merge pull request #4722 from crobibero/forbid | Claus Vium | |
| Fix API forbidden response | |||
| 2020-12-08 | Merge pull request #4711 from barronpm/api-fixes | Claus Vium | |
| Add required attributes to parameters | |||
| 2020-12-07 | Fix API forbidden response | crobibero | |
| 2020-12-06 | Add required attributes to parameters | Patrick Barron | |
| 2020-11-21 | Remove UTF8 bom from some files | Bond_009 | |
| 2020-11-05 | Add /Users/Me endpoint | crobibero | |
| 2020-10-29 | Convert some code in UserManager to async | Patrick Barron | |
| 2020-09-25 | Add Dto to ForgotPassword | cvium | |
| 2020-09-11 | Merge pull request #4093 from crobibero/bad-route | Bond-009 | |
| Fix api routes | |||
| 2020-09-10 | Merge pull request #4116 from cvium/add_known_proxies | Bond-009 | |
| Add Known Proxies to system configuration | |||
| 2020-09-10 | Standardize use of IsLocal and RemoteIp | cvium | |
