| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do not reload page after adding comments in Pull Request reviews (#13877) | Jimmy Praet | 2021-01-08 | 1 | -0/+1 |
* | Fix windows build error (#14263) | Lunny Xiao | 2021-01-06 | 7 | -39/+42 |
* | Add option for administrator to reset user 2FA (#14243) | 6543 | 2021-01-05 | 1 | -0/+1 |
* | Fix recovery middleware to render gitea style page. (#13857) | Lunny Xiao | 2021-01-05 | 9 | -84/+98 |
* | Add MirrorInterval to the API (#14163) | Paul Barton | 2021-01-02 | 1 | -10/+11 |
* | Minimal OpenID Connect implementation (#14139) | Johnny Oskarsson | 2021-01-02 | 1 | -0/+4 |
* | Custom icons for OAuth sources (#14161) | Timo Ley | 2020-12-28 | 1 | -0/+1 |
* | Fix creating OAuth2 auth source from CLI (#14116) | Daniil Pankratov | 2020-12-24 | 1 | -0/+5 |
* | API: Make BasicAuth Prefix case insensitive (#14106) | 6543 | 2020-12-23 | 1 | -1/+1 |
* | User Settings: Ignore empty language codes & validate (#13755) | 6543 | 2020-12-04 | 1 | -1/+1 |
* | Direct avatar rendering (#13649) | silverwind | 2020-12-03 | 1 | -1/+1 |
* | Add block on official review requests branch protection (#13705) | a1012112796 | 2020-11-28 | 1 | -19/+20 |
* | Handle and propagate errors when checking if paths are Dirs, Files or Exist (... | zeripath | 2020-11-27 | 1 | -3/+11 |
* | Disallow urlencoded new lines in git protocol paths if there is a port (#13521) | zeripath | 2020-11-11 | 1 | -0/+3 |
* | Remove obsolete change of email on profile page (#13341) | zeripath | 2020-10-28 | 1 | -1/+0 |