forgejo/web_src/js
Giteabot a50dfca667
Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled () ()
Backport  by @wolfogre

Since OAuth2 will callback the root URL, if the user starts signing in
from a wrong host, Gitea will return 500 because it cannot find the
session.

<details>
<summary>How to reproduce</summary>

<img width="901" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/2c2e255c-e13e-4a11-9be7-b226bee54920">

<img width="1014" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/b31cfcf6-a320-483d-9ce5-ba8562f065e1">

</details>

So show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is
enabled.

<img width="1015" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/99e80b17-c790-49a3-bbf2-2bd9396a7daa">

Co-authored-by: Jason Song <i@wolfogre.com>
(cherry picked from commit 037a3f0d8c)
2023-07-24 07:58:56 +02:00
..
components Always pass 6-digit hex color to monaco () () 2023-07-09 13:06:13 +02:00
features Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled () () 2023-07-24 07:58:56 +02:00
markup Fix task list checkbox toggle to work with YAML front matter () () 2023-06-13 08:23:21 +00:00
modules Make "cancel" buttons have proper type in modal forms () () 2023-07-03 17:09:38 +08:00
render Add PDF rendering via PDFObject () 2023-05-29 12:10:00 +00:00
standalone [API] Forgejo API /api/forgejo/v1 2023-07-16 23:44:22 +02:00
test Improve emoji and mention matching () 2023-04-22 11:32:34 -04:00
utils Always pass 6-digit hex color to monaco () () 2023-07-09 13:06:13 +02:00
webcomponents Refactor locale number () 2023-04-17 11:37:23 +08:00
bootstrap.js Improve template system and panic recovery () 2023-05-04 14:36:34 +08:00
index.js Redesign Scoped Access Tokens () 2023-06-04 20:57:16 +02:00
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations () 2020-04-18 18:46:29 -04:00
svg.js Add show timestamp/seconds and fullscreen options to action page () 2023-05-30 20:38:55 +00:00
svg.test.js Improve <SvgIcon> to make it output svg node and optimize performance () 2023-03-23 11:24:16 +08:00
utils.js Remove hacky patch for "safari emoji glitch fix" () () 2023-06-12 18:16:04 +02:00
utils.test.js Fix webauthn regression and improve code () 2023-06-07 19:20:18 +08:00