summaryrefslogtreecommitdiffstats
path: root/services/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix ldap user sync missed email in email_address table (#18786)Lunny Xiao2022-02-241-1/+2
* Fix login with email for ldap users (#18800)Lunny Xiao2022-02-201-1/+1
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-182-6/+11
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-116-27/+244
* Use `ImagedProvider` for gplus oauth2 provider (#18504)Gusted2022-02-011-2/+2
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-202-7/+5
* format with gofumpt (#18184)65432022-01-2013-25/+15
* Support webauthn (#17957)Lunny Xiao2022-01-143-3/+8
* Increase Salt randomness (#18179)Gusted2022-01-041-1/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-0225-129/+129
* Reset Session ID on login (#18018)zeripath2021-12-202-1/+16
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-144-16/+37
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-102-10/+10
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-105-10/+5
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-2/+1
* Fix code formating (#17830)mscherer2021-11-271-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2419-96/+108
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-224-8/+13
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-202-2/+8
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-173-2/+3
* Minor readability patch. (#17627)Michael Grigoryan2021-11-121-1/+1
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-112-3/+5
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-2/+19
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-102-5/+6
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-032-18/+98
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-0/+3
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-1/+2
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-264-6/+41
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-266-4/+16
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-2422-78/+135
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-194-4/+8
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-177-15/+34
* Improve LDAP synchronization efficiency (#16994)zeripath2021-09-152-18/+28
* Report the associated filter if there is an error in LDAP (#17014)zeripath2021-09-111-2/+2
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-101-0/+1
* Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916)zeripath2021-09-024-10/+14
* Decoupled code from DefaultSigningKey (#16743)KN4CK3R2021-08-272-9/+9
* Add EdDSA JWT signing algorithm (#16786)Aliaksandr Mianzhynski2021-08-251-6/+73
* Add bundle download for repository (#14538)John Olheiser2021-08-241-0/+1
* Fix openidConnect source regression from #16544 (#16759)zeripath2021-08-221-1/+1
* Added introspection endpoint. (#16752)KN4CK3R2021-08-201-1/+11
* Use github token URL when fetching oauth token (#16709)techknowlogick2021-08-171-1/+1
* Send registration email on user autoregistration (#16523)zeripath2021-08-125-3/+32
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-114-37/+73
* Add microsoft oauth2 providers (#16544)zeripath2021-08-058-192/+474
* Lock goth/gothic and Re-attempt OAuth2 registration on login if registration ...zeripath2021-07-293-6/+26
* Fix add authentication page (#16543)zeripath2021-07-251-0/+5
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-245-14/+5