aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source
Commit message (Expand)AuthorAgeFilesLines
* Enable addtional linters (#34085)TheFox0x72025-04-012-4/+2
* Enable testifylint rules (#34075)TheFox0x72025-03-311-2/+2
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-201-9/+8
* Fix various trivial problems (#32861)wxiaoguang2024-12-171-0/+6
* Refactor some LDAP code (#32849)wxiaoguang2024-12-155-34/+42
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-4/+4
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-271-3/+3
* Update go dependencies (#32389)wxiaoguang2024-10-311-2/+2
* 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-095-5/+5
* allow synchronizing user status from OAuth2 login providers (#31572)Rowan Bohde2024-07-165-1/+291
* Fix tautological conditions (#30735)silverwind2024-04-301-1/+1
* 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