1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00
gitea/routers/web/user
qwerty287 a813c9d8f3
Allow creation of OAuth2 applications for orgs ()
Adds the settings pages to create OAuth2 apps also to the org settings
and allows to create apps for orgs.

Refactoring: the oauth2 related templates are shared for
instance-wide/org/user, and the backend code uses `OAuth2CommonHandlers`
to share code for instance-wide/org/user.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-09 20:07:41 +08:00
..
setting Allow creation of OAuth2 applications for orgs () 2022-10-09 20:07:41 +08:00
avatar.go Move almost all functions' parameter db.Engine to context.Context () 2022-05-20 22:08:52 +08:00
home_test.go Move some repository related code into sub package () 2022-06-06 16:01:49 +08:00
home.go Move some files into models' sub packages () 2022-08-25 10:31:57 +08:00
main_test.go Use a struct as test options () 2022-04-14 21:58:21 +08:00
notification.go Add pages to view watched repos and subscribed issues/PRs () 2022-09-29 22:09:14 +03:00
package.go Replace ServeStream with ServeContent () 2022-08-25 12:05:21 -04:00
profile.go Move some files into models' sub packages () 2022-08-25 10:31:57 +08:00
search.go Never use /api/v1 from Gitea UI Pages () 2022-04-07 20:59:56 +02:00
stop_watch.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
task.go Move some files into models' sub packages () 2022-08-25 10:31:57 +08:00