You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
setting Allow creation of OAuth2 applications for orgs (#18084) 2 years ago
avatar.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
home.go Move some files into models' sub packages (#20262) 2 years ago
home_test.go Move some repository related code into sub package (#19711) 2 years ago
main_test.go Use a struct as test options (#19393) 2 years ago
notification.go Add pages to view watched repos and subscribed issues/PRs (#17156) 2 years ago
package.go Replace `ServeStream` with `ServeContent` (#20903) 2 years ago
profile.go Move some files into models' sub packages (#20262) 2 years ago
search.go Never use /api/v1 from Gitea UI Pages (#19318) 2 years ago
stop_watch.go Move issues related files into models/issues (#19931) 2 years ago
task.go Move some files into models' sub packages (#20262) 2 years ago