summaryrefslogtreecommitdiffstats
path: root/routers/admin/auths.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-410/+0
* Restore PAM user autocreation functionality (#15825)zeripath2021-05-131-0/+2
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-7/+7
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-10/+11
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+6
* Custom icons for OAuth sources (#14161)Timo Ley2020-12-281-0/+1
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+1
* Remove PAM from auth dropdown when unavailable (#13276)John Olheiser2020-10-231-8/+15
* Add check for LDAP group membership (#10869)John Olheiser2020-09-101-0/+5
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-3/+3
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-051-0/+1
* Add option to prevent LDAP from deactivating everything on empty search (#9879)zeripath2020-01-201-0/+1
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-0/+64
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-18/+19
* Add option to use paged LDAP search when synchronizing users (#3895)Lauris BH2018-05-051-0/+5
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-6/+6
* LDAP user synchronization (#1478)Lauris BH2017-05-101-4/+7
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-7/+30
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-1/+28
* Fix string format verbs (#3637)Alexander Lunegov2016-12-221-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-4/+4
* go lint fixed for routers/adminLunny Xiao2016-11-211-9/+15
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-7/+7
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-14/+14
* Security protocolsSandro Santilli2016-11-071-5/+5
* More mixageSandro Santilli2016-11-071-9/+9
* More...Sandro Santilli2016-11-071-5/+5
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-7/+7
* models/login_source: code improvementUnknwon2016-08-311-3/+2
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-311-2/+7
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-081-16/+35
* Rename module: middleware -> contextUnknwon2016-03-111-7/+7
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-051-3/+7
* LDAP: Fetch attributes in Bind DN context optionAdam Strzelecki2016-02-201-0/+1
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-12/+12
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-021-15/+16
* #1637 able to skip verify for LDAPUnknwon2015-09-141-1/+2
* #697 disable captcha and new admin create user UIUnknwon2015-09-131-2/+2
* #1625 remove auto_register and makes it defaultUnknwon2015-09-121-6/+4
* #1620 add allowed domains for SMTP authUnknwon2015-09-111-5/+6
* finish new edit auth UIUnknwon2015-09-111-95/+72
* finish new add auth UIUnknwon2015-09-101-9/+26
* more minor fix on 1581Unknwon2015-09-101-2/+4
* Added LDAP simple auth support.Sergio Benitez2015-09-041-2/+8
* #1542 A way to skip TLS verify for SMTP authenticationUnknwon2015-08-291-37/+39
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-0/+2
* Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-121-9/+9
* Add PAM authenticationPaolo Borelli2015-04-241-0/+8