aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token
Commit message (Expand)AuthorAgeFilesLines
* Fix user agent trimming on installationJoas Schilling2022-05-091-1/+1
* Automatically cut the token name on the first levelJoas Schilling2022-03-232-3/+3
* Limit the length of app password namesJoas Schilling2022-03-232-0/+8
* Also cache non-existing to reuse itJoas Schilling2022-02-161-0/+5
* Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-017-831/+14
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-232-2/+2
* Prevent duplicate auth token activity updatesChristoph Wurst2021-10-222-2/+40
* Type the autentication provider passwords as nullable stringsChristoph Wurst2021-10-133-13/+4
* Tokens without password should not trigger changed password invalidationJulius Härtl2021-10-071-1/+1
* prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann2021-07-161-0/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0413-21/+8
* Always renew apppasswords on loginRoeland Jago Douma2021-02-101-5/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Use PSR logger in authenticationJoas Schilling2020-10-123-10/+10
* Type some of the core mappersChristoph Wurst2020-10-123-1/+7
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* Allow configuring the activity update interval of tokenRoeland Jago Douma2020-10-041-1/+5
* Fix app password updating out of boundsRoeland Jago Douma2020-09-031-0/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-192-7/+7
* Improve traces of invalid token exceptionsChristoph Wurst2020-05-272-17/+17
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-103-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1010-14/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Remove unused importsChristoph Wurst2020-03-251-1/+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
|/
* Update license headersChristoph Wurst2019-12-0513-36/+79
* Throw an invalid token exception is token is marked outdatedRoeland Jago Douma2019-12-021-0/+11
* Handle token insert conflictsChristoph Wurst2019-11-261-9/+24
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-094-7/+14
* Cache the public key tokensRoeland Jago Douma2019-10-081-5/+42
* Add uid to delete temp token queryDaniel Kesselberg2019-09-181-1/+2
* Pass $configargs to openssl_pkey_exportDaniel Kesselberg2019-07-211-1/+4
* Error with exception on SSL errorMorris Jobke2019-07-183-0/+13
* 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
* Decouple remote wipe notifcation channels with eventsChristoph Wurst2019-06-271-47/+12
* Remote wipe supportRoeland Jago Douma2019-05-207-1/+201
* Add interface INamedTokenDaniel Kesselberg2019-02-023-4/+44
* Read openssl error and logDaniel Kesselberg2018-12-061-1/+11
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-304-0/+4
* Catch more occurences where ExpiredTokenException can be thrownRoeland Jago Douma2018-10-211-1/+5
* Expired PK tokens should not fall back to legacy tokensRoeland Jago Douma2018-10-211-0/+2
* Add testsRoeland Jago Douma2018-10-021-1/+4
* Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-025-1/+48