forgejo/templates
Denys Konovalov 63ab92d797
Pre-register OAuth2 applications for git credential helpers ()
This PR is an extended implementation of  and builds upon the
proposal by @hickford in , utilizing some ideas proposed
internally by @wxiaoguang.

Mainly, this PR consists of a mechanism to pre-register OAuth2
applications on startup, which can be enabled or disabled by modifying
the `[oauth2].DEFAULT_APPLICATIONS` parameter in app.ini. The OAuth2
applications registered this way are being marked as "locked" and
neither be deleted nor edited over UI to prevent confusing/unexpected
behavior. Instead, they're being removed if no longer enabled in config.


![grafik](https://github.com/go-gitea/gitea/assets/47871822/81a78b1c-4b68-40a7-9e99-c272ebb8f62e)

The implemented mechanism can also be used to pre-register other OAuth2
applications in the future, if wanted.

Co-authored-by: hickford <mirth.hickford@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>

---------

Co-authored-by: M Hickford <mirth.hickford@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-08-09 14:24:07 +02:00
..
admin Remove unnecessary template helper DisableGravatar () 2023-08-08 08:29:14 +00:00
api/packages/pypi Remove incorrect HTML self close tag () 2023-03-27 18:05:51 +02:00
base Start using template context function () 2023-08-08 01:22:47 +00:00
code Fix inconsistent user profile layout across tabs () 2023-07-06 18:59:24 +00:00
custom Add footer extra links template () 2020-01-03 20:41:56 +02:00
devtest Introduce flex-list & flex-item elements for Gitea UI () 2023-08-01 00:13:42 +02:00
explore Remove unnecessary template helper repoAvatar () 2023-08-08 15:29:35 +08:00
mail Add template linting via djlint () 2023-06-14 18:17:58 +00:00
org Use flex classes in package settings () 2023-08-08 18:28:24 +02:00
package Use flex classes in package settings () 2023-08-08 18:28:24 +02:00
projects Merge templates/projects/list.tmpl and templates/repo/projects/list.tmpl together () 2023-08-01 16:54:54 +00:00
repo Improve multiple strings in en-US locale () 2023-08-08 15:25:05 +00:00
shared Introduce flex-list & flex-item elements for Gitea UI () 2023-08-01 00:13:42 +02:00
status Replace fomantic divider module with our own () 2023-06-29 20:24:22 +08:00
swagger Doc update swagger doc for POST /orgs/{org}/teams () 2023-07-26 10:22:56 +00:00
user Pre-register OAuth2 applications for git credential helpers () 2023-08-09 14:24:07 +02:00
home.tmpl Improve home page template, fix Sort dropdown menu flash () 2023-04-01 13:47:54 +08:00
install.tmpl Show correct SSL Mode on "install page" () 2023-07-11 18:09:23 -04:00
post-install.tmpl Remove incorrect element ID on "post-install" page () 2023-06-08 12:23:39 +08:00