forgejo/routers/web/user/setting
qwerty287 a813c9d8f3
Allow creation of OAuth2 applications for orgs (#18084)
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
..
security Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
account.go Added email notification option to receive all own messages (#20179) 2022-07-28 16:30:12 +08:00
account_test.go Update HTTP status codes to modern codes (#18063) 2022-03-23 12:54:07 +08:00
adopt.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
applications.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
keys.go Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
main_test.go Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00
oauth2.go Allow creation of OAuth2 applications for orgs (#18084) 2022-10-09 20:07:41 +08:00
oauth2_common.go Allow creation of OAuth2 applications for orgs (#18084) 2022-10-09 20:07:41 +08:00
profile.go Add Docker /v2/_catalog endpoint (#20469) 2022-07-28 11:59:39 +08:00