| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate `gt-hidden` to `tw-hidden` (#30046) | silverwind | 2024-03-24 | 6 | -17/+17 |
* | Update register application URL for GitLab (#29959) | yp05327 | 2024-03-21 | 1 | -1/+1 |
* | Revert "Support SAML authentication (#25165)" (#29358) | 6543 | 2024-02-24 | 3 | -134/+0 |
* | Support SAML authentication (#25165) | techknowlogick | 2024-02-23 | 3 | -0/+134 |
* | Fix more "locale" usages (#27259) | wxiaoguang | 2023-09-25 | 1 | -1/+1 |
* | Always use `ctx.Locale.Tr` inside templates (#27231) | delvh | 2023-09-25 | 7 | -207/+207 |
* | Change green buttons to primary color (#27099) | silverwind | 2023-09-18 | 2 | -2/+2 |
* | Enable H014 and H023 djlint rules (#25786) | silverwind | 2023-07-09 | 1 | -1/+0 |
* | Show OAuth2 errors to end users (#25261) | wxiaoguang | 2023-06-15 | 2 | -6/+17 |
* | Add template linting via djlint (#25212) | silverwind | 2023-06-14 | 3 | -30/+30 |
* | Minor UI improvements: logo alignment, auth map editor, auth name display (#2... | wxiaoguang | 2023-06-02 | 3 | -4/+4 |
* | Update LDAP filters to include both username and email address (#24547) | Gary Moon | 2023-05-05 | 2 | -2/+2 |
* | Improve template helper (#24417) | wxiaoguang | 2023-04-29 | 1 | -1/+1 |
* | Fix template function DateTime (#24317) | wxiaoguang | 2023-04-25 | 1 | -2/+2 |
* | Improve some modal action buttons (#24289) | wxiaoguang | 2023-04-24 | 1 | -1/+1 |
* | Allow using localized absolute date times within phrases with place holders a... | Yarden Shoham | 2023-04-23 | 1 | -2/+2 |
* | Change to vertical navbar layout for secondary navbar for repo/user/admin set... | Hester Gong | 2023-04-23 | 3 | -21/+10 |
* | Refactor delete_modal_actions template and use it for project column related ... | Hester Gong | 2023-04-23 | 1 | -3/+3 |
* | Use auto-updating, natively hoverable, localized time elements (#23988) | Yarden Shoham | 2023-04-11 | 1 | -2/+2 |
* | Convert .Source.SkipVerify to $cfg.SkipVerify (#23839) | yp05327 | 2023-04-03 | 1 | -1/+1 |
* | Prefill input values in oauth settings as intended (#23829) | yp05327 | 2023-04-02 | 1 | -7/+7 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 3 | -11/+11 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 1 | -2/+2 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 1 | -1/+1 |
* | Handle OpenID discovery URL errors a little nicer when creating/editing sourc... | zeripath | 2023-03-10 | 1 | -1/+1 |
* | Fix some more hidden problems (#23074) | wxiaoguang | 2023-02-22 | 1 | -1/+1 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 6 | -16/+16 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 3 | -1/+17 |
* | Add main landmark to templates and adjust titles (#22670) | Felipe Leopoldo Sologuren GutiƩrrez | 2023-02-01 | 3 | -3/+3 |
* | Localize all timestamps (#21440) | Yarden Shoham | 2022-10-17 | 1 | -2/+2 |
* | Make sure fmt catches all templates (#20979) | silverwind | 2022-08-31 | 2 | -10/+10 |
* | Fix input.value attr for RequiredClaimName/Value (#20946) | soumyadey | 2022-08-25 | 1 | -2/+2 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 7 | -200/+200 |
* | Replace blue button and label classes with primary (#19763) | silverwind | 2022-05-20 | 1 | -1/+1 |
* | Improve UI on mobile (#19546) | Gusted | 2022-05-01 | 1 | -1/+1 |
* | Prevent 500 when there is an error during new auth source post (#19041) | zeripath | 2022-03-10 | 2 | -3/+3 |
* | Fix ldap edit bug (#18856) | Lunny Xiao | 2022-02-22 | 1 | -1/+1 |
* | Add LDAP group sync to Teams, fixes #1395 (#16299) | Sven Seeberg | 2022-02-11 | 2 | -24/+47 |
* | Fix broken oauth2 authentication source edit page (#18412) | zeripath | 2022-01-26 | 1 | -0/+4 |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 2 | -5/+54 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 1 | -2/+2 |
* | Disable form autofill (#17291) | wxiaoguang | 2021-10-19 | 3 | -2/+2 |
* | Allow LDAP Sources to provide Avatars (#16851) | zeripath | 2021-09-26 | 2 | -0/+8 |
* | Add SkipLocal2FA option to pam and smtp sources (#17078) | zeripath | 2021-09-26 | 3 | -0/+28 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 2 | -0/+20 |
* | Add setting to OAuth handlers to skip local 2FA authentication (#16594) | zeripath | 2021-09-10 | 2 | -0/+14 |
* | Improve SMTP authentication and Fix user creation bugs (#16612) | zeripath | 2021-08-11 | 4 | -30/+65 |
* | Add microsoft oauth2 providers (#16544) | zeripath | 2021-08-05 | 2 | -19/+31 |
* | Fix add authentication page (#16543) | zeripath | 2021-07-25 | 3 | -5/+5 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 2 | -7/+7 |