aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Authentication
AgeCommit message (Collapse)Author
9 daysMerge pull request #14950 from nielsvanvelzen/security-remove-has-passwordNiels van Velzen
Deprecate HasPassword property on UserDto
2025-11-02Backport pull request #15254 from jellyfin/release-10.11.zthornbill
Update password reset to always return the same response structure Original-merge: 4ad31418753840ca76c52fc2aa56fa1a4235ca87 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2025-10-05Deprecate HasPassword property on UserDtoNiels van Velzen
2025-03-25Fixed namespacesJPVenson
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement ↵Shadowghost
JsonDelimitedArrayConverter.Write
2023-08-21Reduce log spam on failed loginsBond_009
Failed logins already get logged higher up the call chain
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2020-08-22Remove extra newlineBond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-22Merge remote-tracking branch 'upstream/master' into easypasswordcrobibero
2020-06-16fix SA1513/SA1516telans
2020-06-07Remove EasyPassword from Authentication providerscrobibero
2020-05-12Initial migration codePatrick Barron
2020-04-15Add missing punctuation in xml commentMark Monteiro
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-13Document AuthenticationException correctlyMark Monteiro
2020-02-23Fix some warningsBond_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-11More warnings (removed)Bond_009
2019-08-16Improvements to UserManagerBond_009
2019-07-06Streamline authentication proccessBond_009
2019-05-25Format correctly the PIN when updating itDrPandemic
2019-03-22made password resets an interface and per userPhallacy
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-03Post GPL cleanupBond_009
2018-12-27Add GPL modulesAndrew Rabert