aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* fix(Token): take over scope in token refresh with login by cookieArthur Schiwon2024-07-191-2/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+2
* Import OCP IToken as OCPIToken to avoid a name clash in lib/privateCôme Chilliet2024-01-111-24/+24
* Use IToken from OCP instead of OCCôme Chilliet2024-01-111-0/+1
* Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-111-1/+3
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-111-6/+7
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
* Add last-used-before optionLucas Azevedo2023-08-251-0/+4
* public interface to invalidate tokens of userArtur Neumann2023-03-141-1/+11
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Automatically cut the token name on the first levelJoas Schilling2022-03-231-2/+2
* Limit the length of app password namesJoas Schilling2022-03-231-0/+4
* Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-011-40/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+1
* Update license headersChristoph Wurst2019-12-051-7/+12
* Handle token insert conflictsChristoph Wurst2019-11-261-9/+24
* Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-091-3/+4
* Error with exception on SSL errorMorris Jobke2019-07-181-0/+2
* Remote wipe supportRoeland Jago Douma2019-05-201-0/+5
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-301-0/+1
* 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
* Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+7
* Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-021-0/+5
* CommentsRoeland Jago Douma2018-06-191-1/+16
* Add getProvider helper functionRoeland Jago Douma2018-06-181-35/+17
* Add more testsRoeland Jago Douma2018-06-181-2/+10
* Generate the new publicKey tokens by default!Roeland Jago Douma2018-06-181-2/+1
* Actually convert the tokenRoeland Jago Douma2018-06-181-8/+19
* Add publickey provider to managerRoeland Jago Douma2018-06-181-47/+52
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-181-4/+4
* Initial PKT implementationRoeland Jago Douma2018-06-181-4/+4
* Abstract the Provider via a managerRoeland Jago Douma2018-06-181-0/+210