| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pam auth test regression (#33169) | TheFox0x7 | 2025-01-09 | 1 | -1/+1 |
* | Refactor older tests to use testify (#33140) | TheFox0x7 | 2025-01-09 | 1 | -11/+10 |
* | Trivial fixes (#33103) | wxiaoguang | 2025-01-04 | 1 | -11/+22 |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 2 | -2/+2 |
* | Update golangci-lint to v1.62.2, fix issues (#32845) | silverwind | 2024-12-15 | 1 | -2/+2 |
* | Fix: passkey login not working anymore (#32623) | hiifong | 2024-11-26 | 1 | -21/+24 |
* | Add Passkey login support (#31504) | Anbraten | 2024-06-29 | 1 | -2/+2 |
* | Enable `unparam` linter (#31277) | silverwind | 2024-06-11 | 1 | -1/+1 |
* | Remove external API calls in `TestPassword` (#30716) | silverwind | 2024-05-02 | 1 | -76/+23 |
* | Replace deprecated `math/rand` functions (#30733)v1.23.0-dev | Chongyi Zheng | 2024-04-27 | 1 | -11/+5 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -6/+6 |
* | Use `crypto/sha256` (#29386) | KN4CK3R | 2024-02-25 | 1 | -1/+1 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -4/+5 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 4 | -69/+69 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -1/+1 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 1 | -1/+5 |
* | Fix various bugs for "install" page (#23194) | wxiaoguang | 2023-03-04 | 1 | -7/+22 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 1 | -1/+1 |
* | Make CI use a dummy password hasher for all tests (#22983) | zeripath | 2023-02-20 | 8 | -8/+79 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 14 | -0/+1251 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+2 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 1 | -0/+22 |
* | Fix bugs with WebAuthn preventing sign in and registration. (#22651) | zeripath | 2023-02-01 | 2 | -3/+3 |
* | Replace deprecated Webauthn library (#22400) | techknowlogick | 2023-01-11 | 1 | -5/+4 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 8 | -16/+8 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 3 | -3/+0 |
* | RSS/Atom support for Repos (#19055) | 6543 | 2022-03-13 | 1 | -3/+3 |
* | fix pam authorization (#19040) | zeripath | 2022-03-10 | 1 | -0/+4 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 4 | -11/+14 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 2 | -0/+104 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 3 | -4/+7 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 4 | -1286/+0 |
* | Add asymmetric JWT signing (#16010) | KN4CK3R | 2021-06-17 | 1 | -0/+378 |
* | Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1... | Lunny Xiao | 2021-06-09 | 9 | -1051/+0 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -1/+1 |
* | Fix bug in reverse proxy (#16026) | zeripath | 2021-05-31 | 1 | -1/+1 |
* | Allow Token/Basic auth on raw paths (#15987) | zeripath | 2021-05-27 | 4 | -11/+15 |
* | Encrypt LDAP bind password in db with SECRET_KEY (#15547) | zeripath | 2021-05-20 | 1 | -0/+1 |
* | Create a session on ReverseProxy and ensure that ReverseProxy users cannot ch... | zeripath | 2021-05-15 | 1 | -5/+14 |
* | Prevent double-login for Git HTTP and LFS and simplify login (#15303) | zeripath | 2021-05-15 | 3 | -19/+167 |
* | Add trace logging to SSO methods (#15803) | zeripath | 2021-05-09 | 5 | -0/+20 |
* | OAuth2 auto-register (#5123) | Martin Michaelis | 2021-04-14 | 1 | -3/+11 |
* | Add SameSite setting for cookies (#14900) | zeripath | 2021-03-07 | 1 | -3/+2 |
* | Move middlewares to web/middleware (#14480) | Lunny Xiao | 2021-01-30 | 4 | -12/+12 |
* | Add some Unit-Tests (#14500) | 6543 | 2021-01-28 | 1 | -0/+20 |
* | Fix access log (#14475) | Lunny Xiao | 2021-01-27 | 3 | -14/+6 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 12 | -1699/+6 |
* | Use IsProd instead of testing if it's equal. (#14336) | Lunny Xiao | 2021-01-14 | 1 | -1/+1 |
* | Fix typo (#14332) | Lunny Xiao | 2021-01-14 | 1 | -1/+1 |
* | Add option to change username to the admin panel (#14229) | 6543 | 2021-01-10 | 1 | -0/+1 |