gitea/web_src/js
Navneet 3ffccb8fe5
Redirect to the only OAuth2 provider when no other login methods and fix various problems (#36901)
Fixes: #36846 

1. When there is only on OAuth2 login method, automatically direct to it
2. Fix legacy problems in code, including:
   * Rename template filename and fix TODO comments
   * Fix legacy variable names
   * Add missing SSPI variable for template
   * Fix unnecessary layout, remove garbage styles
* Only do AppUrl(ROOT_URL) check when it is needed (avoid unnecessary
warnings to end users)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-04-01 12:50:57 +00:00
..
components Show workflow link (#37070) 2026-04-01 11:42:41 +00:00
features Redirect to the only OAuth2 provider when no other login methods and fix various problems (#36901) 2026-04-01 12:50:57 +00:00
markup Enable concurrent vitest execution (#36998) 2026-03-30 16:17:16 +00:00
modules Remove leftover `webpackChunkName` comments from codeeditor (#37062) 2026-03-31 21:31:11 -07:00
render Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
standalone Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
utils Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
vendor Show edit page confirmation dialog on tree view file change (#36130) 2025-12-20 02:29:39 +01:00
webcomponents Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
bootstrap.ts Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
globals.d.ts Replace Monaco with CodeMirror (#36764) 2026-03-31 21:50:45 +00:00
globals.ts Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
iife.ts Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
index.ts Redirect to the only OAuth2 provider when no other login methods and fix various problems (#36901) 2026-04-01 12:50:57 +00:00
svg.test.ts
svg.ts Show workflow link (#37070) 2026-04-01 11:42:41 +00:00
types.ts Load `mentionValues` asynchronously (#36739) 2026-03-07 12:37:37 -08:00
utils.test.ts Update JS dependencies (#37001) 2026-03-27 04:39:24 +01:00
utils.ts Replace Monaco with CodeMirror (#36764) 2026-03-31 21:50:45 +00:00
vitest.setup.ts Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00