| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix oauth2 auth and UI (#33961) | wxiaoguang | 2025-03-21 | 2 | -42/+37 |
* | Defer captcha script loading (#33919) | wxiaoguang | 2025-03-17 | 1 | -3/+3 |
* | Replace text-align classes with tailwind (#33905) | silverwind | 2025-03-16 | 3 | -3/+3 |
* | Removing unwanted ui container (#33833) | Vinoth Kumar | 2025-03-10 | 1 | -0/+2 |
* | Support disable passkey auth (#33348) | yp05327 | 2025-01-22 | 1 | -3/+4 |
* | Fix Account linking page (#33325) | CrimsonEdgeHope | 2025-01-19 | 3 | -3/+9 |
* | Fix form width (#33151) | wxiaoguang | 2025-01-08 | 1 | -29/+29 |
* | Clean up legacy form CSS styles (#33081) | wxiaoguang | 2025-01-03 | 5 | -85/+38 |
* | Fix various trivial problems (#32861) | wxiaoguang | 2024-12-17 | 2 | -0/+3 |
* | Fix SSPI button visibility when SSPI is the only enabled method (#32841) | mevius4 | 2024-12-15 | 2 | -2/+2 |
* | Fix oauth2 login methods (#32698) | wxiaoguang | 2024-12-03 | 2 | -4/+5 |
* | Allow to disable the password-based login (sign-in) form (#32687) | wxiaoguang | 2024-12-02 | 3 | -8/+12 |
* | Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32... | Marcell Mars | 2024-11-22 | 1 | -1/+4 |
* | Set manual `tabindex`es on login page (#31689) | silverwind | 2024-09-20 | 1 | -5/+7 |
* | Refactor login page (#31530) | Anbraten | 2024-07-05 | 8 | -150/+147 |
* | Add Passkey login support (#31504) | Anbraten | 2024-06-29 | 1 | -0/+6 |
* | Return `access_denied` error when an OAuth2 request is denied (#30974) | Zettat123 | 2024-05-20 | 1 | -2/+2 |
* | Improve oauth2 client "preferred username field" logic and the error handling... | wxiaoguang | 2024-04-25 | 1 | -7/+4 |
* | Migrate `gt-hidden` to `tw-hidden` (#30046) | silverwind | 2024-03-24 | 1 | -2/+2 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 4 | -6/+6 |
* | Migrate `gap` helpers to tailwind (#30034) | silverwind | 2024-03-24 | 3 | -3/+3 |
* | Replace all simple inline styles with tailwind (#30032) | silverwind | 2024-03-23 | 1 | -1/+1 |
* | Introduce `.secondary-nav` and handle `.page-content` spacing universally (#2... | silverwind | 2024-03-22 | 3 | -3/+3 |
* | Fix incorrect tailwind migration (#30007) | silverwind | 2024-03-22 | 3 | -5/+5 |
* | Replace 10 more gt- classes with tw- (#29945) | silverwind | 2024-03-22 | 3 | -7/+7 |
* | Remove unnecessary ".Link" usages (#29929) | wxiaoguang | 2024-03-20 | 1 | -1/+1 |
* | Add `<overflow-menu>`, rename webcomponents (#29400) | silverwind | 2024-03-15 | 3 | -9/+9 |
* | Move all login and account creation page labels to be above inputs (#29432) | Rafael Heard | 2024-03-06 | 12 | -49/+33 |
* | Replace some `gt-` classes with `tw-` (#29570) | silverwind | 2024-03-04 | 1 | -1/+1 |
* | Allow to change primary email before account activation (#29412) | wxiaoguang | 2024-02-27 | 1 | -0/+7 |
* | Refactor "user/active" related logic (#29390) | wxiaoguang | 2024-02-25 | 2 | -33/+30 |
* | Remove incorrect and unnecessary Escape from templates (#29394) | wxiaoguang | 2024-02-25 | 2 | -4/+4 |
* | Revert "Support SAML authentication (#25165)" (#29358) | 6543 | 2024-02-24 | 1 | -17/+0 |
* | Support SAML authentication (#25165) | techknowlogick | 2024-02-23 | 1 | -0/+17 |
* | Remove unnecessary "Str2html" modifier from templates (#29319) | wxiaoguang | 2024-02-22 | 7 | -12/+12 |
* | Revert #28753 because UI broken. (#29293) | Lunny Xiao | 2024-02-21 | 3 | -12/+19 |
* | Refactor more code in templates (#29236) | wxiaoguang | 2024-02-18 | 1 | -7/+7 |
* | move sign in labels to be above inputs (#28753) | Rafael Heard | 2024-02-15 | 3 | -19/+12 |
* | Move the captcha script loader to the template which really needs it (#28718) | wxiaoguang | 2024-01-07 | 1 | -0/+3 |
* | Fix the wrong oauth2 name (#27993) | Lunny Xiao | 2023-11-11 | 2 | -2/+2 |
* | Refactor Find Sources and fix bug when view a user who belongs to an unactive... | Lunny Xiao | 2023-11-03 | 2 | -8/+6 |
* | Don't show Link to TOTP if not set up (#27585) | JakobDev | 2023-10-11 | 1 | -3/+5 |
* | Fix more "locale" usages (#27259) | wxiaoguang | 2023-09-25 | 1 | -1/+1 |
* | Always use `ctx.Locale.Tr` inside templates (#27231) | delvh | 2023-09-25 | 21 | -114/+114 |
* | Increase auth provider icon size on login page (#27122) | silverwind | 2023-09-19 | 2 | -2/+2 |
* | Change green buttons to primary color (#27099) | silverwind | 2023-09-18 | 10 | -10/+10 |
* | Show OpenID Connect and OAuth on signup page (#20242) | Dmitry Sharshakov | 2023-09-13 | 3 | -0/+23 |
* | Add more descriptive error on forgot password page (#26848) | Jack Hay | 2023-09-01 | 1 | -1/+1 |
* | Remove fomantic loader module (#26670) | silverwind | 2023-08-25 | 1 | -2/+2 |
* | Remove incorrect CSS helper classes (#26712) | wxiaoguang | 2023-08-25 | 1 | -5/+5 |