| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable addtional linters (#34085) | TheFox0x7 | 8 days | 5 | -12/+10 |
* | Enable testifylint rules (#34075) | TheFox0x7 | 9 days | 1 | -2/+2 |
* | Fix some migration and repo name problems (#33986) | wxiaoguang | 2025-03-24 | 1 | -1/+1 |
* | Use test context in tests and new loop system in benchmarks (#33648) | TheFox0x7 | 2025-02-20 | 2 | -12/+10 |
* | Fix context usage (#33554) | wxiaoguang | 2025-02-11 | 2 | -2/+2 |
* | Add basic auth support to rss/atom feeds (#33371) | Wesley van Tilburg | 2025-01-27 | 3 | -19/+57 |
* | Refactor context flash msg and global variables (#33375) | wxiaoguang | 2025-01-25 | 6 | -43/+65 |
* | Refactor older tests to use testify (#33140) | TheFox0x7 | 2025-01-09 | 1 | -12/+10 |
* | Refactor request context (#32956) | wxiaoguang | 2024-12-24 | 2 | -5/+4 |
* | Refactor template & test related code (#32938) | wxiaoguang | 2024-12-22 | 1 | -2/+2 |
* | Fix various trivial problems (#32861) | wxiaoguang | 2024-12-17 | 1 | -0/+6 |
* | Refactor some LDAP code (#32849) | wxiaoguang | 2024-12-15 | 5 | -34/+42 |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 2 | -5/+5 |
* | Move team related functions to service layer (#32537) | Lunny Xiao | 2024-11-27 | 1 | -3/+3 |
* | Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32... | Marcell Mars | 2024-11-22 | 2 | -13/+15 |
* | allow the actions user to login via the jwt token (#32527) | Rowan Bohde | 2024-11-20 | 2 | -0/+78 |
* | Fix basic auth with webauthn (#32531) | Lunny Xiao | 2024-11-16 | 1 | -0/+10 |
* | Disable Oauth check if oauth disabled (#32368) | Lunny Xiao | 2024-11-12 | 1 | -1/+6 |
* | Update go dependencies (#32389) | wxiaoguang | 2024-10-31 | 1 | -2/+2 |
* | Refactor CSRF token (#32216) | wxiaoguang | 2024-10-10 | 1 | -2/+2 |
* | Make oauth2 code clear. Move oauth2 provider code to their own packages/files... | Lunny Xiao | 2024-10-02 | 4 | -511/+3 |
* | Save initial signup information for users to aid in spam prevention (#31852) | techknowlogick | 2024-09-09 | 7 | -7/+7 |
* | Remove SHA1 for support for ssh rsa signing (#31857) | Wim | 2024-09-07 | 1 | -2/+2 |
* | Fix nuget/conan/container packages upload bugs (#31967) | Lunny Xiao | 2024-09-05 | 1 | -1/+26 |
* | allow synchronizing user status from OAuth2 login providers (#31572) | Rowan Bohde | 2024-07-16 | 5 | -1/+291 |
* | Fix tautological conditions (#30735) | silverwind | 2024-04-30 | 1 | -1/+1 |
* | 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 |