forgejo/routers/web/org
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
..
home.go Allow access to the Public Organization Member lists with minimal permissions () 2022-07-15 15:21:54 +01:00
members.go Fix public org members displayed too many informations () 2022-07-19 12:22:38 +02:00
org.go Move organization related structs into sub package () 2022-03-29 14:29:02 +08:00
org_labels.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
setting.go Add Docker /v2/_catalog endpoint () 2022-07-28 11:59:39 +08:00
setting_oauth2.go Allow creation of OAuth2 applications for orgs () 2022-10-09 20:07:41 +08:00
teams.go Move some files into models' sub packages () 2022-08-25 10:31:57 +08:00