aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source/oauth2
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x714 days1-4/+4
* Make oauth2 code clear. Move oauth2 provider code to their own packages/files...Lunny Xiao2024-10-023-508/+0
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-091-1/+1
* allow synchronizing user status from OAuth2 login providers (#31572)Rowan Bohde2024-07-165-1/+291
* Fix tautological conditions (#30735)silverwind2024-04-301-1/+1
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375)Jonathan Tran2024-04-141-1/+2
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-243-4/+4
* Replace more gt- with tw- (#29678)silverwind2024-03-081-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-022-4/+4
* Use general token signing secret (#29205)wxiaoguang2024-02-181-8/+1
* Refactor JWT secret generating & decoding code (#29172)wxiaoguang2024-02-161-1/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-2/+4
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-032-21/+35
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-142-8/+10
* Increase auth provider icon size on login page (#27122)silverwind2023-09-193-9/+11
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+4
* Use `object-fit: contain` for oauth2 custom icons (#26493)wxiaoguang2023-08-141-1/+1
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-141-10/+1
* Bump github.com/golang-jwt/jwt to v5 (#25975)harryzcy2023-07-192-2/+5
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-16/+16
* Use inline SVG for built-in OAuth providers (#25171)silverwind2023-06-133-16/+37
* Modify OAuth login ui and fix display name, iconurl related logic (#25030)HesterG2023-06-085-31/+44
* Add Alpine package registry (#23714)KN4CK3R2023-05-121-17/+3
* Refactor config provider (#24245)Lunny Xiao2023-04-251-19/+9
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...zeripath2023-03-101-0/+4
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-14/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2716-32/+16
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1
* Fix typo in source (#20723)luzpaz2022-08-091-2/+2
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Use `ImagedProvider` for gplus oauth2 provider (#18504)Gusted2022-02-011-2/+2
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-201-6/+4
* format with gofumpt (#18184)65432022-01-205-9/+5
* Support webauthn (#17957)Lunny Xiao2022-01-142-2/+4
* Refactor auth package (#17962)Lunny Xiao2022-01-026-30/+30
* Reset Session ID on login (#18018)zeripath2021-12-201-0/+6
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-144-16/+37
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-4/+9
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-0/+2
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-2/+19
* 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
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-261-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-244-10/+12
* 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-191-1/+2
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-0/+3