summaryrefslogtreecommitdiffstats
path: root/templates/user/auth
Commit message (Expand)AuthorAgeFilesLines
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-2521-114/+114
* Increase auth provider icon size on login page (#27122)silverwind2023-09-192-2/+2
* Change green buttons to primary color (#27099)silverwind2023-09-1810-10/+10
* Show OpenID Connect and OAuth on signup page (#20242)Dmitry Sharshakov2023-09-133-0/+23
* Add more descriptive error on forgot password page (#26848)Jack Hay2023-09-011-1/+1
* Remove fomantic loader module (#26670)silverwind2023-08-251-2/+2
* Remove incorrect CSS helper classes (#26712)wxiaoguang2023-08-251-5/+5
* Enable H014 and H023 djlint rules (#25786)silverwind2023-07-091-3/+0
* Clarify "text-align" CSS helpers, fix clone button padding (#25763)wxiaoguang2023-07-081-1/+1
* Replace fomantic divider module with our own (#25539)silverwind2023-06-294-4/+4
* Use inline SVG for built-in OAuth providers (#25171)silverwind2023-06-131-5/+5
* Modify OAuth login ui and fix display name, iconurl related logic (#25030)HesterG2023-06-081-20/+8
* Fix webauthn regression and improve code (#25113)wxiaoguang2023-06-072-27/+28
* Clean up WebAuthn javascript code and remove JQuery code (#22697)zeripath2023-06-062-21/+12
* Fix OAuth loading state (#24788)silverwind2023-05-181-27/+24
* Rework Oauth login buttons, swap github logo to monocolor (#24740)silverwind2023-05-151-69/+80
* Improve "new-menu" (#24465)wxiaoguang2023-05-011-1/+1
* Remove incorrect HTML self close tag (#23748)wxiaoguang2023-03-271-1/+1
* Replace a few fontawesome icons with svg (#23602)silverwind2023-03-201-1/+1
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-142-2/+2
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-9/+9
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-3/+3
* Add new captcha: cloudflare turnstile (#22369)ByLCY2023-02-051-3/+7
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren Gutiérrez2023-02-0116-16/+16
* Fix error on account activation with wrong passwd (#22609)Otto Richter (fnetX)2023-01-281-1/+3
* Optimize html templates (#22080)Jason Song2022-12-092-4/+4
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-224-52/+30
* Support instance-wide OAuth2 applications (#21335)qwerty2872022-10-121-1/+1
* Center-aligning content of WebAuthN page (#21127)neon2022-09-091-1/+1
* Make sure fmt catches all templates (#20979)silverwind2022-08-316-13/+13
* Fix create repository page's help text (#20810)Gusted2022-08-181-1/+1
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-102-0/+13
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-2720-113/+113
* Replace blue button and label classes with primary (#19763)silverwind2022-05-203-3/+3
* Do not send activation email if manual confirm is set (#19119)zeripath2022-03-181-0/+2
* Fix incorrect OAuth message (#18332)wxiaoguang2022-01-191-2/+2
* Webauthn nits (#18284)zeripath2022-01-151-1/+1
* Support webauthn (#17957)Lunny Xiao2022-01-144-56/+44
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-2/+2
* Allow U2F 2FA without TOTP (#11573)Kamil Domański2021-11-081-3/+5
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-2/+4
* Added introspection endpoint. (#16752)KN4CK3R2021-08-201-0/+1
* Add fluid to ui container class to remove margin (#16396)Stanley Hu2021-07-202-2/+2
* Improve 2FA autofill (#16473)Jonathan Herlin2021-07-181-1/+1
* Add better errors for disabled account recovery (#15117)John Olheiser2021-06-251-1/+7
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-0/+7
* Add OpenID claims "profile" and "email". (#16141)KN4CK3R2021-06-141-0/+29
* Remove remaining fontawesome usage in templates (#15952)silverwind2021-05-222-4/+4
* Allow only internal registration (#15795)65432021-05-092-5/+7
* Feature/oauth userinfo (#15721)N. L. H2021-05-061-0/+1