summaryrefslogtreecommitdiffstats
path: root/services/auth/source
Commit message (Expand)AuthorAgeFilesLines
* Don't init singing keys if oauth2 provider disabled (#32177)Lunny Xiao2024-10-031-2/+6
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* 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
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-042-4/+6
* Add user blocking (#29028)KN4CK3R2024-03-041-2/+2
* remove util.OptionalBool and related functions (#29513)65432024-03-022-4/+4
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-249-560/+0
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-234-9/+8
* Support SAML authentication (#25165)techknowlogick2024-02-239-0/+560
* Fix c/p error in inline documentation (#29148)Johan Van de Wauw2024-02-191-1/+1
* Use general token signing secret (#29205)wxiaoguang2024-02-181-8/+1
* Refactor JWT secret generating & decoding code (#29172)wxiaoguang2024-02-161-1/+2
* Unify user update methods (#28733)KN4CK3R2024-02-042-23/+25
* 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
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-7/+7
* Fix ldap admin privileges update bug (#27051)CaiCandong2023-10-011-10/+7
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-4/+4
* Increase auth provider icon size on login page (#27122)silverwind2023-09-193-9/+11
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-148-22/+28
* Improve LDAP group config documentation, fixes #21159 (#21227)Sven Seeberg2023-09-051-4/+5
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-3/+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
* Log the real reason when authentication fails (but don't show the user) (#25414)Lunny Xiao2023-07-031-2/+37
* Change default email domain for LDAP users (#25425)Zettat1232023-06-222-2/+2
* Fix LDAP sync when Username Attribute is empty (#25278)Zettat1232023-06-201-30/+32
* 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
* Do not send "registration success email" for external auth sources (#24632)wxiaoguang2023-05-103-9/+0
* Update LDAP filters to include both username and email address (#24547)Gary Moon2023-05-051-5/+5
* Refactor config provider (#24245)Lunny Xiao2023-04-251-19/+9
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-1/+1
* Add new user types `reserved`, `bot`, and `remote` (#24026)techknowlogick2023-04-171-0/+8
* Fix accidental overwriting of LDAP team memberships (#24050)sillyguodong2023-04-111-2/+2
* Don't apply the group filter when listing LDAP group membership if it is empt...zeripath2023-03-291-1/+1
* 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-086-245/+231
* Fix group filter for ldap source sync (#22506)Pavel Ezhov2023-02-021-66/+71
* Improve utils of slices (#22379)Jason Song2023-01-112-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2736-72/+36
* 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