aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth
Commit message (Expand)AuthorAgeFilesLines
* Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32...Marcell Mars2024-11-222-13/+15
* allow the actions user to login via the jwt token (#32527)Rowan Bohde2024-11-202-0/+78
* Fix basic auth with webauthn (#32531)Lunny Xiao2024-11-161-0/+10
* Disable Oauth check if oauth disabled (#32368)Lunny Xiao2024-11-121-1/+6
* Update go dependencies (#32389)wxiaoguang2024-10-311-2/+2
* Refactor CSRF token (#32216)wxiaoguang2024-10-101-2/+2
* Make oauth2 code clear. Move oauth2 provider code to their own packages/files...Lunny Xiao2024-10-024-511/+3
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-097-7/+7
* Remove SHA1 for support for ssh rsa signing (#31857)Wim2024-09-071-2/+2
* Fix nuget/conan/container packages upload bugs (#31967)Lunny Xiao2024-09-051-1/+26
* 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
* 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