summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Migration
Commit message (Expand)AuthorAgeFilesLines
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-111-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* adjust oauth appJulien Veyssier2023-10-051-2/+4
* rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-051-3/+3
* add db index on oauth2_access_tokens's (token_count, created_at)Julien Veyssier2023-10-051-3/+6
* cleanup access tokens that are still in authorization state and that have exp...Julien Veyssier2023-10-051-0/+24
* make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-051-0/+57
* add extra migration that sets the secret column length in case the previous s...Julien Veyssier2023-06-141-0/+56
* make oauth2 client secret column largerJulien Veyssier2023-06-141-1/+1
* encrypt oauth2 client secretsJulien Veyssier2023-06-071-0/+82
* Add oauth2_clients migration for OwncloudLouis Chemineau2022-03-241-4/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+3
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
* Update license headersChristoph Wurst2019-12-053-3/+9
* Some php-cs fixesRoeland Jago Douma2019-11-222-2/+2
* OAuth2 client identifier must be uniqueRoeland Jago Douma2019-01-071-0/+49
* OAuth2: Move to migrationsRoeland Jago Douma2018-12-101-0/+98
* Strict repair stepRoeland Jago Douma2018-12-071-1/+2
* Set OAuth token expirationRoeland Jago Douma2018-05-221-0/+77