| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix nuget/conan/container packages upload bugs (#31967) (#31982) | Giteabot | 2024-09-05 | 1 | -1/+26 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -1/+0 |
* | fix: Fix to delete cookie when AppSubURL is non-empty (#30375) | Jonathan Tran | 2024-04-14 | 1 | -1/+2 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 3 | -4/+4 |
* | Fix the bug that user may logout if he switch pages too fast (#29962) | Lunny Xiao | 2024-03-21 | 1 | -17/+9 |
* | Replace more gt- with tw- (#29678) | silverwind | 2024-03-08 | 1 | -1/+1 |
* | Move some asymkey functions to service layer (#28894) | Lunny Xiao | 2024-03-04 | 2 | -4/+6 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 1 | -2/+2 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 4 | -8/+7 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 2 | -2/+2 |
* | Revert "Support SAML authentication (#25165)" (#29358) | 6543 | 2024-02-24 | 9 | -560/+0 |
* | Fix tarball/zipball download bug (#29342) | Zettat123 | 2024-02-23 | 2 | -1/+6 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 6 | -13/+13 |
* | Support SAML authentication (#25165) | techknowlogick | 2024-02-23 | 9 | -0/+560 |
* | Fix c/p error in inline documentation (#29148) | Johan Van de Wauw | 2024-02-19 | 1 | -1/+1 |
* | Use general token signing secret (#29205) | wxiaoguang | 2024-02-18 | 1 | -8/+1 |
* | Refactor JWT secret generating & decoding code (#29172) | wxiaoguang | 2024-02-16 | 1 | -1/+2 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 3 | -25/+31 |
* | Fix SSPI user creation (#28948) | KN4CK3R | 2024-01-27 | 1 | -7/+3 |
* | Refactor timeutil package (#28623) | wxiaoguang | 2023-12-28 | 1 | -5/+5 |
* | Deprecate query string auth tokens (#28390) | Jack Hay | 2023-12-12 | 1 | -7/+13 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 6 | -6/+12 |
* | Unify two factor check (#27915) | KN4CK3R | 2023-11-06 | 1 | -2/+22 |
* | Refactor Find Sources and fix bug when view a user who belongs to an unactive... | Lunny Xiao | 2023-11-03 | 5 | -24/+44 |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 1 | -4/+4 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 3 | -12/+16 |
* | Enhanced auth token / remember me (#27606) | KN4CK3R | 2023-10-14 | 3 | -0/+244 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 6 | -14/+14 |
* | Fix attachment download bug (#27486) | Lunny Xiao | 2023-10-10 | 5 | -12/+20 |
* | Fix ldap admin privileges update bug (#27051) | CaiCandong | 2023-10-01 | 1 | -10/+7 |
* | Allow get release download files and lfs files with oauth2 token format (#26430) | Lunny Xiao | 2023-10-01 | 1 | -1/+3 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 3 | -6/+5 |
* | Increase auth provider icon size on login page (#27122) | silverwind | 2023-09-19 | 3 | -9/+11 |
* | Make SSPI auth mockable (#27036) | wxiaoguang | 2023-09-17 | 3 | -16/+63 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 2 | -12/+12 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 13 | -33/+41 |
* | Extract auth middleware from service (#27028) | KN4CK3R | 2023-09-12 | 1 | -255/+0 |
* | Improve LDAP group config documentation, fixes #21159 (#21227) | Sven Seeberg | 2023-09-05 | 1 | -4/+5 |
* | Remove `Named` interface (#26913) | KN4CK3R | 2023-09-05 | 8 | -21/+4 |
* | Update team invitation email link (#26550) | Jack Hay | 2023-08-31 | 1 | -2/+2 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -3/+4 |
* | Use `object-fit: contain` for oauth2 custom icons (#26493) | wxiaoguang | 2023-08-14 | 1 | -1/+1 |
* | Handle base64 decoding correctly to avoid panic (#26483) | wxiaoguang | 2023-08-14 | 1 | -10/+1 |
* | Bump github.com/golang-jwt/jwt to v5 (#25975) | harryzcy | 2023-07-19 | 2 | -2/+5 |
* | Fix SSPI auth panic (#25955) | wxiaoguang | 2023-07-18 | 1 | -2/+2 |
* | Fix the error message when the token is incorrect (#25701) | caicandong | 2023-07-11 | 2 | -24/+41 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 2 | -16/+16 |
* | Log the real reason when authentication fails (but don't show the user) (#25414) | Lunny Xiao | 2023-07-03 | 1 | -2/+37 |
* | Change default email domain for LDAP users (#25425) | Zettat123 | 2023-06-22 | 2 | -2/+2 |
* | Fix LDAP sync when Username Attribute is empty (#25278) | Zettat123 | 2023-06-20 | 1 | -30/+32 |