aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the bug that user may logout if he switch pages too fast (#29962)Lunny Xiao2024-03-211-17/+9
* 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-024-8/+7
* Move context from modules to services (#29440)Lunny Xiao2024-02-272-2/+2
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-249-560/+0
* Fix tarball/zipball download bug (#29342)Zettat1232024-02-232-1/+6
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-236-13/+13
* 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-043-25/+31
* Fix SSPI user creation (#28948)KN4CK3R2024-01-271-7/+3
* Refactor timeutil package (#28623)wxiaoguang2023-12-281-5/+5
* Deprecate query string auth tokens (#28390)Jack Hay2023-12-121-7/+13
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-246-6/+12
* Unify two factor check (#27915)KN4CK3R2023-11-061-2/+22
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-035-24/+44
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-4/+4
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-143-12/+16
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-143-0/+244
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-116-14/+14
* Fix attachment download bug (#27486)Lunny Xiao2023-10-105-12/+20
* Fix ldap admin privileges update bug (#27051)CaiCandong2023-10-011-10/+7
* Allow get release download files and lfs files with oauth2 token format (#26430)Lunny Xiao2023-10-011-1/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-253-6/+5
* Increase auth provider icon size on login page (#27122)silverwind2023-09-193-9/+11
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-173-16/+63
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-152-12/+12
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-1413-33/+41
* Extract auth middleware from service (#27028)KN4CK3R2023-09-121-255/+0
* Improve LDAP group config documentation, fixes #21159 (#21227)Sven Seeberg2023-09-051-4/+5
* Remove `Named` interface (#26913)KN4CK3R2023-09-058-21/+4
* Update team invitation email link (#26550)Jack Hay2023-08-311-2/+2
* 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
* Fix SSPI auth panic (#25955)wxiaoguang2023-07-181-2/+2
* Fix the error message when the token is incorrect (#25701)caicandong2023-07-112-24/+41
* 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