summaryrefslogtreecommitdiffstats
path: root/modules/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-19/+20
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-3/+11
* Disallow urlencoded new lines in git protocol paths if there is a port (#13521)zeripath2020-11-111-0/+3
* Remove obsolete change of email on profile page (#13341)zeripath2020-10-281-1/+0
* #12897 - add mastodon provider (#13293)Divyam Bhasin2020-10-251-0/+9
* Remove PAM from auth dropdown when unavailable (#13276)John Olheiser2020-10-232-0/+6
* [Vendor] Update go-ldap to v3.2.4 (#13163)65432020-10-151-1/+1
* hCaptcha Support (#12594)John Olheiser2020-10-022-0/+2
* Add IsTemplate option in create repo ui and api (#12942)赵智超2020-09-251-0/+1
* Fix handling of migration errors (#12928)zeripath2020-09-231-5/+6
* Add configurable Trust Models (#11712)zeripath2020-09-201-0/+4
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-5/+5
* Add check for LDAP group membership (#10869)John Olheiser2020-09-103-2/+101
* Escape provider name in oauth2 provider redirect (#12648)zeripath2020-08-301-1/+2