aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/auth/signin_inner.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Removing unwanted ui container (#33833)Vinoth Kumar11 days1-0/+2
* Support disable passkey auth (#33348)yp053272025-01-221-3/+4
* Clean up legacy form CSS styles (#33081)wxiaoguang2025-01-031-3/+3
* Fix various trivial problems (#32861)wxiaoguang2024-12-171-0/+1
* Fix SSPI button visibility when SSPI is the only enabled method (#32841)mevius42024-12-151-1/+1
* Fix oauth2 login methods (#32698)wxiaoguang2024-12-031-2/+3
* Allow to disable the password-based login (sign-in) form (#32687)wxiaoguang2024-12-021-2/+8
* Set manual `tabindex`es on login page (#31689)silverwind2024-09-201-5/+7
* Refactor login page (#31530)Anbraten2024-07-051-64/+53
* Add Passkey login support (#31504)Anbraten2024-06-291-0/+6
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-2/+2
* Migrate `gap` helpers to tailwind (#30034)silverwind2024-03-241-1/+1
* Fix incorrect tailwind migration (#30007)silverwind2024-03-221-2/+2
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-221-3/+3
* Move all login and account creation page labels to be above inputs (#29432)Rafael Heard2024-03-061-9/+6
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-241-17/+0
* Support SAML authentication (#25165)techknowlogick2024-02-231-0/+17
* Remove unnecessary "Str2html" modifier from templates (#29319)wxiaoguang2024-02-221-1/+1
* Revert #28753 because UI broken. (#29293)Lunny Xiao2024-02-211-4/+7
* move sign in labels to be above inputs (#28753)Rafael Heard2024-02-151-7/+4
* Fix the wrong oauth2 name (#27993)Lunny Xiao2023-11-111-1/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-4/+3
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-251-11/+11
* Increase auth provider icon size on login page (#27122)silverwind2023-09-191-1/+1
* Change green buttons to primary color (#27099)silverwind2023-09-181-1/+1
* Replace fomantic divider module with our own (#25539)silverwind2023-06-291-1/+1
* 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 OAuth loading state (#24788)silverwind2023-05-181-27/+24
* Rework Oauth login buttons, swap github logo to monocolor (#24740)silverwind2023-05-151-69/+80
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-221-0/+2
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-10/+10
* Remove usage of JS globals (#15378)silverwind2021-04-091-3/+2
* Set appropriate `autocomplete` attributes on password fields (#13078)silverwind2020-10-091-1/+1
* fix: add type=text for user_name (password manager) (#12250)Tchoupinax2020-07-151-1/+1
* update #9066 Always show Password field on link account sign in page (#9147)Benno2019-11-241-1/+1
* Move index.js to web_src and use webpack to pack them (#8598)Lunny Xiao2019-11-131-1/+1
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-061-0/+2
* fix: avoid multi-clicks when perform oauth2 login (#6467)BetaCat2019-03-311-4/+15
* UX of link account (Step 1) (#5006)AJ ONeal2018-10-281-2/+12
* Center-aligned login topbar (#1880)Ethan Koenig2017-06-061-1/+1
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-2/+5
* Reduce conditionals in signin/signup inner formsSandro Santilli2017-03-201-1/+1
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-49/+43
* Rename /forget_password url to /forgot_passwordSandro Santilli2017-03-141-2/+2
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-0/+57