summaryrefslogtreecommitdiffstats
path: root/services/auth
Commit message (Expand)AuthorAgeFilesLines
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-103-5/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-4/+4
* SessionUser protection against nil pointer dereference (#21358)Paweł Bogusławski2022-10-061-0/+4
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1
* Add support for authentication based on reverse proxy email (#19949)Hasnain Lakhani2022-09-281-8/+52
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-283-12/+7
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-11/+10
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-2/+8
* Fix typo in source (#20723)luzpaz2022-08-091-2/+2
* Rework mailer settings (#18982)Clar Fon2022-08-023-5/+5
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* EscapeFilter the group dn membership (#20200)zeripath2022-07-051-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-202-94/+94
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+217
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-205-7/+6
* Move user password verification after checking his groups on ldap auth (#19587)Gwilherm Folliot2022-05-031-8/+8
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-296-41/+61
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-10/+0
* Restore user autoregistration with email addresses (#19261)zeripath2022-03-311-29/+39
* Add Package Registry (#16510)KN4CK3R2022-03-302-1/+6
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-293-24/+19
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-284-78/+24
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Fix login with email panic when email is not exist (#18941)Lunny Xiao2022-02-281-1/+1
* 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