aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: Rename config option to skipAuthPickerApplications to match what it doesfeat/allow-oauth-grant-bypassCôme Chilliet2025-01-071-2/+2
* feat(oauth2): Skip page before login as well for authorized applicationsCôme Chilliet2025-01-071-6/+27
* refactor(OpenAPI): Adjust scopes to match previous behaviorprovokateurin2025-01-062-0/+4
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-212-23/+8
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-182-6/+8
|\
| * fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-172-6/+8
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-11/+5
|/
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-2/+1
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-5/+4
* fix(oauth2): fix testsJulien Veyssier2024-09-021-1/+1
* fix(oauth2): store hashed secret instead of encryptedJulien Veyssier2024-09-024-8/+55
* invalidate oauth2 tokens only for seen usersArtur Neumann2024-08-161-1/+1
* refactor(oauth2): Replace security annotations with respective attributesprovokateurin2024-07-292-8/+12
* chore: Add SPDX headerAndy Scherzinger2024-05-3117-343/+34
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-112-3/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-12/+12
* adjust phpdoc types in OauthApiControllerJulien Veyssier2023-10-051-4/+4
* adjust oauth appJulien Veyssier2023-10-052-3/+5
* adjust oauth testsJulien Veyssier2023-10-051-2/+2
* rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-054-11/+11
* add db index on oauth2_access_tokens's (token_count, created_at)Julien Veyssier2023-10-051-3/+6
* delete oauth access token when receiving a code that has expiredJulien Veyssier2023-10-051-0/+3
* refuse oauth authorization code if a token has already been delivered (active...Julien Veyssier2023-10-051-1/+11
* cleanup access tokens that are still in authorization state and that have exp...Julien Veyssier2023-10-055-4/+122
* add tests for oauth2 authorization code expirationJulien Veyssier2023-10-051-1/+1
* make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-053-6/+90
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-2/+2
* oauth2: Add OpenAPI specjld31032023-07-122-12/+24
* add bruteforce protection in OauthApiControllerJulien Veyssier2023-06-191-5/+17
* 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-074-78/+140
* public interface to invalidate tokens of userArtur Neumann2023-03-141-9/+2
* invalidate existing tokens when deleting an oauth clientArtur Neumann2023-03-141-2/+26
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Cleanup oauth2 admin settingsCarl Schwan2022-07-141-11/+14
* Use property name for addTypeDaniel Kesselberg2022-05-121-2/+2
* Add oauth2_clients migration for OwncloudLouis Chemineau2022-03-241-4/+7
* More test fixingJoas Schilling2021-12-011-14/+0
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0413-26/+14
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-1/+1
* Add psalm annotation to the DB handlers of OAuth2Roeland Jago Douma2021-03-112-1/+7
* Update license headers for 19Christoph Wurst2020-04-295-0/+5
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-5/+5
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Fix invalid instantiation of TemplateResponse if client not foundDaniel Kesselberg2020-03-151-4/+3