aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-312-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-142-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-132-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-054-0/+48
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-242-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-072-0/+12
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-042-0/+8
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-022-0/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-314-0/+20
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-086-12/+20
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-142-0/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-212-2/+2
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-112-3/+3
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-102-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-042-0/+44
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-222-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-202-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-194-0/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-1812-2/+14
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-176-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-1688-88/+88
* enh(oauth2): allowed toggling of aria labelEduardo Morales2023-12-151-3/+8
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-152-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-122-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-072-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-012-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-282-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-252-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-242-0/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-235-14/+13
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-112-2/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-042-2/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-012-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-316-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-302-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2914-0/+14
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-28134-536/+664
* Create semantically right table for the "OAuth 2.0 clients"julia.kirschenheuter2023-10-272-29/+43
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-242-2/+2
* adjust phpdoc types in OauthApiControllerJulien Veyssier2023-10-051-4/+4
* update OpenAPI specsJulien Veyssier2023-10-051-8/+18
* update autoload filesJulien Veyssier2023-10-052-0/+2
* adjust oauth appJulien Veyssier2023-10-052-3/+5
* adjust oauth testsJulien Veyssier2023-10-052-4/+5
* rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-055-20/+20
* add db index on oauth2_access_tokens's (token_count, created_at)Julien Veyssier2023-10-051-3/+6
* add test for refusing to get an oauth token from a code when we're not in aut...Julien Veyssier2023-10-051-0/+27
* 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-056-5/+127