aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth
Commit message (Expand)AuthorAgeFilesLines
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-251-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-4/+5
* Unify user update methods (#28733)KN4CK3R2024-02-044-69/+69
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-1/+5
* Fix various bugs for "install" page (#23194)wxiaoguang2023-03-041-7/+22
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Make CI use a dummy password hasher for all tests (#22983)zeripath2023-02-208-8/+79
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-1914-0/+1251
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+2
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-0/+22
* Fix bugs with WebAuthn preventing sign in and registration. (#22651)zeripath2023-02-012-3/+3
* Replace deprecated Webauthn library (#22400)techknowlogick2023-01-111-5/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-278-16/+8
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-023-3/+0
* RSS/Atom support for Repos (#19055)65432022-03-131-3/+3
* fix pam authorization (#19040)zeripath2022-03-101-0/+4
* format with gofumpt (#18184)65432022-01-204-11/+14
* Support webauthn (#17957)Lunny Xiao2022-01-142-0/+104
* Add bundle download for repository (#14538)John Olheiser2021-08-243-4/+7
* Refactor: Move login out of models (#16199)zeripath2021-07-244-1286/+0
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-0/+378
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-099-1051/+0
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* Fix bug in reverse proxy (#16026)zeripath2021-05-311-1/+1
* Allow Token/Basic auth on raw paths (#15987)zeripath2021-05-274-11/+15
* Encrypt LDAP bind password in db with SECRET_KEY (#15547)zeripath2021-05-201-0/+1
* Create a session on ReverseProxy and ensure that ReverseProxy users cannot ch...zeripath2021-05-151-5/+14
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-153-19/+167
* Add trace logging to SSO methods (#15803)zeripath2021-05-095-0/+20
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-141-3/+11
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-3/+2
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-304-12/+12
* Add some Unit-Tests (#14500)65432021-01-281-0/+20
* Fix access log (#14475)Lunny Xiao2021-01-273-14/+6
* Move macaron to chi (#14293)Lunny Xiao2021-01-2612-1699/+6
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-1/+1
* Fix typo (#14332)Lunny Xiao2021-01-141-1/+1
* Add option to change username to the admin panel (#14229)65432021-01-101-0/+1
* Do not reload page after adding comments in Pull Request reviews (#13877)Jimmy Praet2021-01-081-0/+1
* Fix windows build error (#14263)Lunny Xiao2021-01-067-39/+42
* Add option for administrator to reset user 2FA (#14243)65432021-01-051-0/+1
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-059-84/+98
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-021-10/+11
* Minimal OpenID Connect implementation (#14139)Johnny Oskarsson2021-01-021-0/+4
* Custom icons for OAuth sources (#14161)Timo Ley2020-12-281-0/+1
* Fix creating OAuth2 auth source from CLI (#14116)Daniil Pankratov2020-12-241-0/+5
* API: Make BasicAuth Prefix case insensitive (#14106)65432020-12-231-1/+1
* User Settings: Ignore empty language codes & validate (#13755)65432020-12-041-1/+1
* Direct avatar rendering (#13649)silverwind2020-12-031-1/+1