| Commit message (Expand) | Author | Age | Files | Lines |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 24 | -3988/+0 |
* | Fix htmx rendering the login page in frame on session logout (#29405) | Yarden Shoham | 2024-02-26 | 1 | -0/+8 |
* | Customizable "Open with" applications for repository clone (#29320) | wxiaoguang | 2024-02-24 | 1 | -0/+1 |
* | Use the database object format name but not read from git repoisitory everyti... | Lunny Xiao | 2024-02-24 | 2 | -19/+10 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 1 | -1/+2 |
* | Unify organizations header (#29248) | Tim-Nicas Oelschläger | 2024-02-23 | 1 | -0/+15 |
* | Remove DataRaceCheck (#29258) | wxiaoguang | 2024-02-19 | 1 | -14/+0 |
* | Use general token signing secret (#29205) | wxiaoguang | 2024-02-18 | 1 | -1/+2 |
* | Refactor more code in templates (#29236) | wxiaoguang | 2024-02-18 | 1 | -0/+14 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 5 | -20/+18 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 3 | -12/+11 |
* | Prevent anonymous container access if `RequireSignInView` is enabled (#28877) | KN4CK3R | 2024-01-21 | 1 | -1/+1 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -2/+4 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 2 | -6/+21 |
* | Second part of refactor `db.Find` (#28194) | Lunny Xiao | 2023-12-11 | 1 | -4/+2 |
* | Add guide page to actions when there's no workflows (#28145) | yp05327 | 2023-11-21 | 1 | -0/+1 |
* | Fix format error (#27963) | Lunny Xiao | 2023-11-08 | 1 | -1/+1 |
* | Unify two factor check (#27915) | KN4CK3R | 2023-11-06 | 1 | -27/+0 |
* | Clean up template locale usage (#27856) | wxiaoguang | 2023-10-31 | 1 | -1/+0 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -6/+6 |
* | Enhanced auth token / remember me (#27606) | KN4CK3R | 2023-10-14 | 1 | -44/+0 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -3/+3 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 2 | -9/+9 |
* | Add support for HEAD ref in /src/branch and /src/commit routes (#27384) | Kirill Sorokin | 2023-10-03 | 1 | -0/+20 |
* | Improvements of releases list and tags list (#25859) | Zettat123 | 2023-09-28 | 1 | -1/+4 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 2 | -2/+2 |
* | Updates to the API for archived repos (#27149) | JakobDev | 2023-09-21 | 1 | -0/+6 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -1/+1 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 2 | -2/+2 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -2/+2 |
* | Fix the display of org level badges (#26504) | yp05327 | 2023-09-06 | 2 | -0/+2 |
* | Avoid double-unescaping of form value (#26853) | wxiaoguang | 2023-09-01 | 1 | -21/+4 |
* | Make web context initialize correctly for different cases (#26726) | wxiaoguang | 2023-08-25 | 2 | -20/+27 |
* | Fix display problems of members and teams unit (#26363) | yp05327 | 2023-08-15 | 1 | -0/+14 |
* | Set commit id when ref used explicitly (#26447) | Jack Hay | 2023-08-12 | 1 | -0/+1 |
* | Use template context function for avatar rendering (#26385) | wxiaoguang | 2023-08-10 | 1 | -0/+1 |
* | Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) | wxiaoguang | 2023-08-09 | 1 | -0/+4 |
* | Start using template context function (#26254) | wxiaoguang | 2023-08-08 | 3 | -5/+63 |
* | Show branches and tags that contain a commit (#25180) | delvh | 2023-07-27 | 1 | -0/+1 |
* | Move web JSON functions to web context and simplify code (#26132) | wxiaoguang | 2023-07-26 | 2 | -12/+12 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 2 | -7/+7 |
* | Use frontend fetch for branch dropdown component (#25719) | HesterG | 2023-07-21 | 1 | -21/+9 |
* | Revert package access change from #23879 (#25707) | KN4CK3R | 2023-07-09 | 1 | -7/+17 |
* | Update tool dependencies, lock govulncheck and actionlint (#25655) | silverwind | 2023-07-09 | 1 | -2/+2 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -37/+37 |
* | Fix inconsistent user profile layout across tabs (#25625) | puni9869 | 2023-07-06 | 1 | -1/+0 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 10 | -16/+16 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 1 | -5/+30 |
* | Refactor indexer (#25174) | Jason Song | 2023-06-23 | 1 | -1/+1 |
* | Batch delete issue and improve tippy opts (#25253) | wxiaoguang | 2023-06-19 | 1 | -0/+4 |