loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update register application URL for GitLab (#29959)

Fix #26593
The old URL was updated 7 years ago. Maybe no need to hold it any more.

![image](https://github.com/go-gitea/gitea/assets/18380374/95a0b364-832b-4f10-800e-21845d64df1a)

(cherry picked from commit 4bef1fb3e49127316596cef1d3ca103a199c0536)

authored by

yp05327 and committed by
Earl Warren
64fcf0cb e5920b4a

+2 -2
+1 -1
options/locale/locale_en-US.ini
··· 3135 3135 auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps 3136 3136 auths.tip.facebook = Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login" 3137 3137 auths.tip.github = Register a new OAuth application on https://github.com/settings/applications/new 3138 - auths.tip.gitlab = Register a new application on https://gitlab.com/profile/applications 3138 + auths.tip.gitlab_new = Register a new application on https://gitlab.com/-/profile/applications 3139 3139 auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at https://console.developers.google.com/ 3140 3140 auths.tip.openid_connect = Use the OpenID Connect Discovery URL (<server>/.well-known/openid-configuration) to specify the endpoints 3141 3141 auths.tip.twitter = Go to https://dev.twitter.com/apps, create an application and ensure that the “Allow this application to be used to Sign in with Twitter” option is enabled
+1 -1
templates/admin/auth/new.tmpl
··· 99 99 <li>GitHub</li> 100 100 <span>{{ctx.Locale.Tr "admin.auths.tip.github"}}</span> 101 101 <li>GitLab</li> 102 - <span>{{ctx.Locale.Tr "admin.auths.tip.gitlab"}}</span> 102 + <span>{{ctx.Locale.Tr "admin.auths.tip.gitlab_new"}}</span> 103 103 <li>Google</li> 104 104 <span>{{ctx.Locale.Tr "admin.auths.tip.google_plus"}}</span> 105 105 <li>OpenID Connect</li>