aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
* fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-9/+7
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-029-11/+11
* feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-282-63/+78
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-302-0/+2
* Import OCP IToken as OCPIToken to avoid a name clash in lib/privateCôme Chilliet2024-01-113-65/+65
* Use OCP version of IToken in AppPasswordCreatedEventCôme Chilliet2024-01-111-6/+4
* Use IToken from OCP instead of OCCôme Chilliet2024-01-113-0/+3
* Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-112-4/+6
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-114-10/+11
* AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-281-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2322-92/+92
* fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-0/+5
* Allow passing null to PublicKeyToken::setScope, fixes testsCôme Chilliet2023-10-231-2/+2
* Improve docblock annotations for tokens and their exceptionsCôme Chilliet2023-10-233-2/+5
* Use more precise typing for setScope method parameterCôme Chilliet2023-10-231-2/+2
* Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-232-0/+26
* Move Exceptions used in OCP to OCPCôme Chilliet2023-10-233-33/+12
* Align PublicKeyToken with interface changesCôme Chilliet2023-10-231-10/+6
* Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-201-104/+2
* fix(twofactor): avoid error in pgsql for duplicate entryBenjamin Gaussorgues2023-10-061-20/+17
* Fix typoLucas Azevedo2023-08-251-1/+1
* Fixes from static analysisLucas Azevedo2023-08-251-3/+3
* Add last-used-before optionLucas Azevedo2023-08-254-0/+24
* docs: remove superfluous phpdocsDaniel Kesselberg2023-08-101-9/+1
* fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-14/+1
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-2/+2
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-033-3/+13
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-51/+55
|\
| * fix(auth): Run token statements in atomic transactionChristoph Wurst2023-04-121-51/+55
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-052-6/+6
|/
* Fix types for reading and writing config valuesjld31032023-04-051-2/+2
* Merge pull request #36033 from nextcloud/invalidateTokensWhenDeletingOAuthCli...Côme Chilliet2023-03-151-1/+11
|\
| * public interface to invalidate tokens of userArtur Neumann2023-03-141-1/+11
* | Don't try to hash a nonexisting passwordEmber 'n0emis' Keske2023-03-131-1/+1
|/
* fix(authentication): Handle null or empty string password hashJoas Schilling2023-02-101-1/+1
* Merge pull request #36621 from nextcloud/perf/noid/only-check-for-token-when-...Joas Schilling2023-02-101-1/+30
|\
| * fix(authentication): Check minimum length when creating app tokensJoas Schilling2023-02-091-2/+10
| * fix(performance): Only search for auth tokens when the provided login is long...Joas Schilling2023-02-081-1/+22
* | fix(authtoken): Store only one hash for authtokens with the current password ...Julius Härtl2023-02-092-1/+50
|/
* composer run cs:fixCôme Chilliet2023-01-2042-44/+0
* Merge pull request #36001 from nextcloud/validate-user-tzVincent Petry2023-01-111-1/+5
|\
| * Validate user timezone given from login data before saving itThomas Citharel2023-01-041-1/+5
* | fix(authentication): Update the token when the hash is null or can not be ver...Joas Schilling2023-01-091-4/+21
* | fix(authentication): Only hash the new password when neededJoas Schilling2023-01-091-2/+6
* | fix(authentication): Invert the logic to the original intentionJoas Schilling2023-01-091-2/+3
* | fix(authentication): Only verify each hash onceJoas Schilling2023-01-091-2/+4
* | Merge pull request #33898 from nextcloud/fix/authtoken-password-updateJulius Härtl2023-01-052-4/+22
|\ \
| * | PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-042-4/+22
| |/
* / Add a const for the max user password lengthJoas Schilling2023-01-041-1/+2
|/