0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-09 22:08:49 +01:00

13 Commits

Author SHA1 Message Date
Tim Riedl
13b7591717
Add Swagger model annotations and new API routes for OAuth2 authentication management 2025-07-29 12:12:58 +02:00
Tim Riedl
098de090af
Refactor OAuth authentication structures and endpoints to unify AuthSourceOption usage 2025-04-21 18:03:48 +02:00
Tim Riedl
cb7b35945f
Update copyright year to 2025 in OAuth2 related files 2025-04-21 17:58:29 +02:00
Tim Riedl
2de3030fb7
Remove generateScopes function and set Scopes to an empty array in OAuth authentication 2025-04-21 05:25:32 +02:00
Tim Riedl
6a27fbedda
Add Swagger documentation for OAuth2 authentication endpoints 2025-04-20 17:05:12 +02:00
Tim Riedl
c31df2562f
Implement update patch method for api 2025-04-20 04:12:11 +02:00
Tim Riedl
cb0e0cef86
Refactor OAuth authentication methods for improved error handling and code clarity 2025-04-19 02:35:20 +02:00
Tim Riedl
4787ea4bbf
Refactor SearchOauthAuth to use auth_model for source retrieval 2025-04-19 02:18:22 +02:00
Tim Riedl
62dc4c2da3
Add PUT endpoint for creating new OAuth2 authentication and clean up routing 2025-04-19 01:47:57 +02:00
Tim Riedl
25425adf29
Implement DeleteOauthAuth API and refactor source deletion logic 2025-04-19 00:36:54 +02:00
Tim Riedl
c830bc13e4
Refactor AuthOauth2Option structure and improve error handling in CreateOauthAuth 2025-04-19 00:01:37 +02:00
Tim Riedl
c2f5544d73
Add OAuth2 provider listing and conversion functions 2025-04-18 11:25:12 +02:00
Tim Riedl
17bd1e0909
Add api support support for OAuth2 authentication 2025-04-18 02:21:29 +02:00