aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Listeners
Commit message (Expand)AuthorAgeFilesLines
* fix: Make user removal more resilientFerdinand Thiessen2024-09-261-8/+14
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-4/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-249-177/+18
* 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
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-6/+6
* composer run cs:fixCôme Chilliet2023-01-208-8/+0
* feat: add event for failed loginsRoeland Jago Douma2022-11-241-0/+3
* delete files before cleaning cache when cleaning user filesRobin Appelman2022-06-131-1/+1
* remove storage wrappers when deleting the user storageRobin Appelman2022-05-121-0/+8
* prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann2021-07-161-0/+5
* Properly cleanup entries of WebAuthn on user deletionMorris Jobke2021-06-181-0/+50
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-17/+12
* better cleanup of user files on user deletionRobin Appelman2021-04-271-0/+73
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-0/+4
* Type the authentication listenersChristoph Wurst2020-10-157-0/+21
* Use PSR logger in authenticationJoas Schilling2020-10-123-21/+17
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-1/+2
* Fix app password updating out of boundsRoeland Jago Douma2020-09-031-0/+54
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+3
* Clean up auth tokens when user is deletedChristoph Wurst2020-06-151-0/+72
* Update license headers for 19Christoph Wurst2020-04-291-1/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-6/+1
* Use elseif instead of else ifChristoph Wurst2020-04-103-3/+3
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-0/+64
* Remove unused importsChristoph Wurst2020-03-252-2/+0
* Fix license headersChristoph Wurst2020-01-131-2/+3
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-081-0/+50
* Update license headersChristoph Wurst2019-12-053-7/+13
* Update unit testsJoas Schilling2019-07-161-1/+1
* Send emails when remote wipe starts/finishesChristoph Wurst2019-07-021-0/+171
* Decouple remote wipe notifcation channels with eventsChristoph Wurst2019-06-272-0/+151