summaryrefslogtreecommitdiffstats
path: root/modules/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Git migration UX (#12619)John Olheiser2020-08-281-0/+2
* Skip SSPI authentication attempts for /api/internal (#12556)zeripath2020-08-223-1/+8
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+31
* Fix incorrect error logging in Stats indexer and OAuth2 (#12387)zeripath2020-08-011-1/+1
* Multiple small admin dashboard fixes (#12153)zeripath2020-07-051-1/+2
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-183-7/+7
* Add hide activity option (#11353)l-jonas2020-06-051-8/+9
* Fix typo (#11773)successgo2020-06-052-14/+14
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-1/+1
* Add option to increase provided OAuth2 token maximum size (#11180)zeripath2020-04-231-3/+2
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+1
* Remove check on username if AccessToken authentication (#11015)zeripath2020-04-141-15/+5
* Add Matrix webhook (#10831)S7evinK2020-03-281-0/+14
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+1
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-9/+10
* Granular webhook events (#9626)John Olheiser2020-03-061-12/+21
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-052-14/+51