| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SSPI auth panic (#25955) (#25969) | Giteabot | 2023-07-18 | 1 | -2/+2 |
* | Fix the error message when the token is incorrect (#25701) (#25836) | Giteabot | 2023-07-12 | 2 | -24/+41 |
* | Replace `interface{}` with `any` (#25686) (#25687) | silverwind | 2023-07-04 | 2 | -16/+16 |
* | Log the real reason when authentication fails (but don't show the user) (#254... | Giteabot | 2023-07-03 | 1 | -2/+37 |
* | Change default email domain for LDAP users (#25425) (#25434) | Giteabot | 2023-06-22 | 2 | -2/+2 |
* | Fix LDAP sync when Username Attribute is empty (#25278) (#25379) | Giteabot | 2023-06-20 | 1 | -30/+32 |
* | Use inline SVG for built-in OAuth providers (#25171) (#25234) | Giteabot | 2023-06-13 | 3 | -16/+37 |
* | Modify OAuth login ui and fix display name, iconurl related logic (#25030) (#... | Giteabot | 2023-06-09 | 6 | -32/+45 |
* | Fix install page context, make the install page tests really test (#24858) | wxiaoguang | 2023-05-23 | 1 | -1/+1 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -18/+34 |
* | Add Alpine package registry (#23714) | KN4CK3R | 2023-05-12 | 1 | -17/+3 |
* | Do not send "registration success email" for external auth sources (#24632) | wxiaoguang | 2023-05-10 | 5 | -15/+0 |
* | Update LDAP filters to include both username and email address (#24547) | Gary Moon | 2023-05-05 | 1 | -5/+5 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 2 | -4/+2 |
* | Move secrets and runners settings to actions settings (#24200) | Hester Gong | 2023-04-27 | 1 | -1/+0 |
* | Require repo scope for PATs for private repos and basic authentication (#24362) | John Olheiser | 2023-04-26 | 1 | -0/+1 |
* | Refactor config provider (#24245) | Lunny Xiao | 2023-04-25 | 1 | -19/+9 |
* | Move code from module to service (#24287) | KN4CK3R | 2023-04-23 | 1 | -0/+182 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 1 | -1/+1 |
* | Add new user types `reserved`, `bot`, and `remote` (#24026) | techknowlogick | 2023-04-17 | 1 | -0/+8 |
* | Refactor cookie (#24107) | wxiaoguang | 2023-04-13 | 2 | -12/+9 |
* | Fix accidental overwriting of LDAP team memberships (#24050) | sillyguodong | 2023-04-11 | 1 | -2/+2 |
* | Drop "unrolled/render" package (#23965) | wxiaoguang | 2023-04-08 | 1 | -2/+1 |
* | Don't apply the group filter when listing LDAP group membership if it is empt... | zeripath | 2023-03-29 | 1 | -1/+1 |
* | Handle OpenID discovery URL errors a little nicer when creating/editing sourc... | zeripath | 2023-03-10 | 1 | -0/+4 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 1 | -1/+1 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 7 | -245/+291 |
* | Fix group filter for ldap source sync (#22506) | Pavel Ezhov | 2023-02-02 | 1 | -66/+71 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 2 | -3/+30 |
* | Support scoped access tokens (#20908) | Chongyi Zheng | 2023-01-17 | 1 | -0/+4 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 2 | -2/+2 |
* | refactor auth interface to return error when verify failure (#22119) | Lunny Xiao | 2022-12-28 | 8 | -58/+57 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 4 | -5/+6 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 49 | -98/+49 |
* | Revert unrelated changes for SMTP auth (#21767) | wxiaoguang | 2022-11-10 | 3 | -5/+5 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 3 | -4/+4 |
* | SessionUser protection against nil pointer dereference (#21358) | Paweł Bogusławski | 2022-10-06 | 1 | -0/+4 |
* | Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) | Clar Fon | 2022-10-02 | 1 | -1/+1 |
* | Add support for authentication based on reverse proxy email (#19949) | Hasnain Lakhani | 2022-09-28 | 1 | -8/+52 |
* | Share HTML template renderers and create a watcher framework (#20218) | zeripath | 2022-08-28 | 3 | -12/+7 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 2 | -11/+10 |
* | auth/reverseproxy: Add support for full name (#20776) | Will Norris | 2022-08-16 | 1 | -2/+8 |
* | Fix typo in source (#20723) | luzpaz | 2022-08-09 | 1 | -2/+2 |
* | Rework mailer settings (#18982) | Clar Fon | 2022-08-02 | 3 | -5/+5 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 1 | -1/+1 |
* | EscapeFilter the group dn membership (#20200) | zeripath | 2022-07-05 | 1 | -1/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 2 | -94/+94 |
* | Implement http signatures support for the API (#17565) | Wim | 2022-06-05 | 1 | -0/+217 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 5 | -7/+6 |