summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-2912-8/+22
* Do not create remember me cookieJulius Härtl2020-04-231-2/+6
* Add visibility to all constantsChristoph Wurst2020-04-106-13/+13
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1054-69/+3
* Use elseif instead of else ifChristoph Wurst2020-04-104-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Use a blank line after the opening tagChristoph Wurst2020-04-097-0/+7
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Fix multiline commentsChristoph Wurst2020-04-083-4/+0
* Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-011-0/+1
|\
| * Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* | Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma2020-03-318-13/+711
|\ \
| * | Start with webauthnRoeland Jago Douma2020-03-317-11/+709
| * | Make password nullable in LoginDataRoeland Jago Douma2020-03-311-2/+2
| |/
* / [POC] Event for failed login attemptsRoeland Jago Douma2020-03-313-3/+122
|/
* Remove unused importsChristoph Wurst2020-03-256-7/+0
* Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma2020-03-241-7/+3
|\
| * Check the user on remote wipeJoas Schilling2020-03-161-7/+3
* | Fix recursive calls in logging via server methodsJoas Schilling2020-03-181-9/+2
|/
* Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-typeChristoph Wurst2020-03-091-1/+1
|\
| * Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+1
* | Fix mismatching doc block parameter typesChristoph Wurst2020-03-061-1/+1
|/
* Fix license headersChristoph Wurst2020-01-131-2/+3
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-083-0/+66
* Update license headersChristoph Wurst2019-12-0556-137/+209
* Throw an invalid token exception is token is marked outdatedRoeland Jago Douma2019-12-022-0/+40
* Handle token insert conflictsChristoph Wurst2019-11-261-9/+24
* Add return type hint to credential store and make it strictChristoph Wurst2019-11-251-3/+4
* Some php-cs fixesRoeland Jago Douma2019-11-224-2/+4
* Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-094-7/+14
* Cache the public key tokensRoeland Jago Douma2019-10-081-5/+42
* Use the actual password to update the tokensRoeland Jago Douma2019-09-181-1/+1
* Add uid to delete temp token queryDaniel Kesselberg2019-09-181-1/+2
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-121-4/+3
* Pass $configargs to openssl_pkey_exportDaniel Kesselberg2019-07-211-1/+4
* Error with exception on SSL errorMorris Jobke2019-07-183-0/+13
* Update unit testsJoas Schilling2019-07-161-1/+1
* Fix new core notifierJoas Schilling2019-07-151-1/+20
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-091-6/+36
* Refactor: move remote wipe token logic to RW serviceChristoph Wurst2019-07-092-1/+20
* Send emails when remote wipe starts/finishesChristoph Wurst2019-07-021-0/+171
* Decouple remote wipe notifcation channels with eventsChristoph Wurst2019-06-276-47/+269
* Remote wipe supportRoeland Jago Douma2019-05-209-1/+319
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-172-3/+32
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-0716-0/+1051
* Add interface INamedTokenDaniel Kesselberg2019-02-023-4/+44
* Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-0/+9
* Read openssl error and logDaniel Kesselberg2018-12-061-1/+11