Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 1 | -7/+7 |
* | feat(auth): Clean-up unused auth tokens and wipe tokens | Christoph Wurst | 2024-08-13 | 1 | -7/+10 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -21/+2 |
* | feat(perf): add cache for authtoken lookup | Benjamin Gaussorgues | 2024-02-28 | 1 | -5/+5 |
* | Fix typo | Lucas Azevedo | 2023-08-25 | 1 | -1/+1 |
* | Fixes from static analysis | Lucas Azevedo | 2023-08-25 | 1 | -3/+3 |
* | Add last-used-before option | Lucas Azevedo | 2023-08-25 | 1 | -0/+9 |
* | fix(authtoken): Store only one hash for authtokens with the current password ... | Julius Härtl | 2023-02-09 | 1 | -0/+27 |
* | Remove default token which is deprecated since Nextcloud 13 | Joas Schilling | 2021-12-01 | 1 | -9/+9 |
* | Prevent duplicate auth token activity updates | Christoph Wurst | 2021-10-22 | 1 | -0/+39 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Type some of the core mappers | Christoph Wurst | 2020-10-12 | 1 | -0/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+4 |
* | Add uid to delete temp token query | Daniel Kesselberg | 2019-09-18 | 1 | -1/+2 |
* | Update all the publickey tokens if needed on web login | Roeland Jago Douma | 2018-10-02 | 1 | -0/+15 |
* | Comments | Roeland Jago Douma | 2018-06-19 | 1 | -1/+1 |
* | Use constant for token version | Roeland Jago Douma | 2018-06-18 | 1 | -8/+8 |
* | Add more tests | Roeland Jago Douma | 2018-06-18 | 1 | -0/+2 |
* | Actually convert the token | Roeland Jago Douma | 2018-06-18 | 1 | -0/+8 |
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 1 | -10/+5 |
* | Initial PKT implementation | Roeland Jago Douma | 2018-06-18 | 1 | -0/+167 |