aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Authentication
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-0/+9
* chore: Add SPDX headerAndy Scherzinger2024-05-2435-679/+75
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+2
* Improve docblock annotations for tokens and their exceptionsCôme Chilliet2023-10-234-7/+22
* Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-233-0/+21
* Move Exceptions used in OCP to OCPCôme Chilliet2023-10-234-0/+114
* Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-202-0/+135
* fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-11/+0
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-039-4/+302
* added @since tagArtur Neumann2023-03-141-0/+4
* public interface to invalidate tokens of userArtur Neumann2023-03-141-0/+37
* composer run cs:fixCôme Chilliet2023-01-2017-17/+0
* feat: add event for failed loginsRoeland Jago Douma2022-11-241-0/+62
* Fix wrong types in phpdoc for twofactor registryCarl Schwan2022-10-121-1/+1
* Allow SSO authentication to provide a user secretMichaIng2022-07-121-0/+41
* Specify string as nullable for credentials passwordAnna Larch2022-02-281-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0423-51/+23
* Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-222-0/+130
* Deprecate all remaining event constantsChristoph Wurst2021-02-092-0/+12
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-261-1/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-3/+7
|/
* Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-eventMorris Jobke2020-08-131-0/+52
|\
| * Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-161-0/+52
* | Add PHP doc for eventsMorris Jobke2020-08-101-3/+1
* | Allow to register AlternativeLogin on RegistrationContextJoas Schilling2020-07-161-0/+58
|/
* Update license headers for 19Christoph Wurst2020-04-291-1/+2
* Add visibility to all constantsChristoph Wurst2020-04-102-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1014-16/+0
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-0/+58
* Update license headersChristoph Wurst2019-12-0518-32/+57
* Add return type hint to credential store and make it strictChristoph Wurst2019-11-251-4/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Add event dispatcher to OCPChristoph Wurst2019-06-251-1/+2
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-173-0/+118
* Fix activatable/deactivatable 2fa provider interface typosChristoph Wurst2018-12-032-2/+2
* Consolidate personal two-factor provider settingsChristoph Wurst2018-10-022-0/+90
* Let 2FA providers provide their custom icons (dark/light)Christoph Wurst2018-10-011-0/+55
* Emit event on enablign or disabling of 2FA providerRoeland Jago Douma2018-10-012-0/+66
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-0/+15
* Add public interfaces for activable/deactivable 2FA providersChristoph Wurst2018-09-102-0/+102
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+65
* Strict 2FARoeland Jago Douma2018-03-263-8/+12
* Dispatch event on twofactor failure and successRoeland Jago Douma2018-01-251-0/+6
* Update license headersMorris Jobke2017-11-067-12/+12
* Merge pull request #6177 from nextcloud/properly-add-slo-urlMorris Jobke2017-08-261-7/+6
|\