| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't show Link to TOTP if not set up (#27585) (#27588) | Giteabot | 2023-10-11 | 1 | -3/+5 |
* | Backport ctx locale refactoring manually (#27231) (#27259) (#27260) | wxiaoguang | 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 |
* | Enable H014 and H023 djlint rules (#25786) | silverwind | 2023-07-09 | 1 | -3/+0 |
* | Clarify "text-align" CSS helpers, fix clone button padding (#25763) | wxiaoguang | 2023-07-08 | 1 | -1/+1 |
* | Replace fomantic divider module with our own (#25539) | silverwind | 2023-06-29 | 4 | -4/+4 |
* | Use inline SVG for built-in OAuth providers (#25171) | silverwind | 2023-06-13 | 1 | -5/+5 |
* | Modify OAuth login ui and fix display name, iconurl related logic (#25030) | HesterG | 2023-06-08 | 1 | -20/+8 |
* | Fix webauthn regression and improve code (#25113) | wxiaoguang | 2023-06-07 | 2 | -27/+28 |
* | Clean up WebAuthn javascript code and remove JQuery code (#22697) | zeripath | 2023-06-06 | 2 | -21/+12 |
* | Fix OAuth loading state (#24788) | silverwind | 2023-05-18 | 1 | -27/+24 |
* | Rework Oauth login buttons, swap github logo to monocolor (#24740) | silverwind | 2023-05-15 | 1 | -69/+80 |
* | Improve "new-menu" (#24465) | wxiaoguang | 2023-05-01 | 1 | -1/+1 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 1 | -1/+1 |
* | Replace a few fontawesome icons with svg (#23602) | silverwind | 2023-03-20 | 1 | -1/+1 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 2 | -2/+2 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 1 | -9/+9 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 1 | -3/+3 |
* | Add new captcha: cloudflare turnstile (#22369) | ByLCY | 2023-02-05 | 1 | -3/+7 |
* | Add main landmark to templates and adjust titles (#22670) | Felipe Leopoldo Sologuren Gutiérrez | 2023-02-01 | 16 | -16/+16 |
* | Fix error on account activation with wrong passwd (#22609) | Otto Richter (fnetX) | 2023-01-28 | 1 | -1/+3 |
* | Optimize html templates (#22080) | Jason Song | 2022-12-09 | 2 | -4/+4 |
* | Add option to enable CAPTCHA validation for login (#21638) | Xinyu Zhou | 2022-11-22 | 4 | -52/+30 |
* | Support instance-wide OAuth2 applications (#21335) | qwerty287 | 2022-10-12 | 1 | -1/+1 |
* | Center-aligning content of WebAuthN page (#21127) | neon | 2022-09-09 | 1 | -1/+1 |
* | Make sure fmt catches all templates (#20979) | silverwind | 2022-08-31 | 6 | -13/+13 |
* | Fix create repository page's help text (#20810) | Gusted | 2022-08-18 | 1 | -1/+1 |
* | Add support mCaptcha as captcha provider (#20458) | Gusted | 2022-08-10 | 2 | -0/+13 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 20 | -113/+113 |
* | Replace blue button and label classes with primary (#19763) | silverwind | 2022-05-20 | 3 | -3/+3 |
* | Do not send activation email if manual confirm is set (#19119) | zeripath | 2022-03-18 | 1 | -0/+2 |
* | Fix incorrect OAuth message (#18332) | wxiaoguang | 2022-01-19 | 1 | -2/+2 |
* | Webauthn nits (#18284) | zeripath | 2022-01-15 | 1 | -1/+1 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 4 | -56/+44 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -2/+2 |
* | Allow U2F 2FA without TOTP (#11573) | Kamil Domański | 2021-11-08 | 1 | -3/+5 |
* | Add groups scope/claim to OIDC/OAuth2 Provider (#17367) | Nico Schieder | 2021-10-22 | 1 | -2/+4 |
* | Added introspection endpoint. (#16752) | KN4CK3R | 2021-08-20 | 1 | -0/+1 |
* | Add fluid to ui container class to remove margin (#16396) | Stanley Hu | 2021-07-20 | 2 | -2/+2 |
* | Improve 2FA autofill (#16473) | Jonathan Herlin | 2021-07-18 | 1 | -1/+1 |
* | Add better errors for disabled account recovery (#15117) | John Olheiser | 2021-06-25 | 1 | -1/+7 |
* | Add asymmetric JWT signing (#16010) | KN4CK3R | 2021-06-17 | 1 | -0/+7 |
* | Add OpenID claims "profile" and "email". (#16141) | KN4CK3R | 2021-06-14 | 1 | -0/+29 |
* | Remove remaining fontawesome usage in templates (#15952) | silverwind | 2021-05-22 | 2 | -4/+4 |
* | Allow only internal registration (#15795) | 6543 | 2021-05-09 | 2 | -5/+7 |