| Commit message (Expand) | Author | Age | Files | Lines |
* | Move git references checking to gitrepo packages to reduce expose of reposito... | Lunny Xiao | 2025-03-15 | 1 | -1/+2 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 1 | -6/+6 |
* | Fix incorrect TagName/BranchName usages (#33279) | wxiaoguang | 2025-01-15 | 1 | -0/+1 |
* | Simplify context ref name (#33267) | wxiaoguang | 2025-01-15 | 1 | -4/+0 |
* | Validate that the tag doesn't exist when creating a tag via the web (#33241) | Kemal Zebari | 2025-01-14 | 1 | -113/+115 |
* | Refactor context repository (#33202) | wxiaoguang | 2025-01-12 | 1 | -3/+3 |
* | Refactor pagination (#33037) | wxiaoguang | 2024-12-30 | 1 | -2/+2 |
* | Refactor template & test related code (#32938) | wxiaoguang | 2024-12-22 | 1 | -4/+4 |
* | Move some errors to their own sub packages (#32880) | Lunny Xiao | 2024-12-20 | 1 | -15/+14 |
* | GitHub like repo home page (#32213) | yp05327 | 2024-12-06 | 1 | -12/+0 |
* | Quick fix for license file name (#32696) | Lunny Xiao | 2024-12-03 | 1 | -0/+4 |
* | Refactor markup render system (#32612) | wxiaoguang | 2024-11-24 | 1 | -7/+3 |
* | Refactor markup render system (#32589) | wxiaoguang | 2024-11-22 | 1 | -9/+6 |
* | Support repo license (#24872) | yp05327 | 2024-10-01 | 1 | -1/+0 |
* | Included tag search capabilities (#32045) | Bruno Sofiato | 2024-09-18 | 1 | -3/+13 |
* | Add option to filter board cards by labels and assignees (#31999) | Lauris BH | 2024-09-12 | 1 | -2/+3 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 1 | -3/+3 |
* | Use repo as of renderctx's member rather than a repoPath on metas (#29222) | Lunny Xiao | 2024-05-30 | 1 | -0/+1 |
* | Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) | Lunny Xiao | 2024-03-22 | 1 | -1/+1 |
* | Fix a bug returning 404 when display a single tag with no release (#29466) | Lunny Xiao | 2024-03-02 | 1 | -0/+9 |
* | Refactor some Str2html code (#29397) | wxiaoguang | 2024-03-01 | 1 | -1/+1 |
* | Let ctx.FormOptionalBool() return optional.Option[bool] (#29461) | 6543 | 2024-02-28 | 1 | -1/+2 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -2/+2 |
* | Show commit status for releases (#29149) | KN4CK3R | 2024-02-19 | 1 | -87/+87 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 1 | -8/+12 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -2/+4 |
* | Add missing variable in tag list (#28305) | JakobDev | 2023-11-30 | 1 | -0/+1 |
* | Fix comment permissions (#28213) | Lunny Xiao | 2023-11-25 | 1 | -7/+22 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -2/+2 |
* | Improvements of releases list and tags list (#25859) | Zettat123 | 2023-09-28 | 1 | -47/+50 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -8/+8 |
* | Make web context initialize correctly for different cases (#26726) | wxiaoguang | 2023-08-25 | 1 | -2/+2 |
* | Move web JSON functions to web context and simplify code (#26132) | wxiaoguang | 2023-07-26 | 1 | -6/+2 |
* | Use frontend fetch for branch dropdown component (#25719) | HesterG | 2023-07-21 | 1 | -0/+21 |
* | Fix incorrect release count (#25879) | yp05327 | 2023-07-14 | 1 | -1/+0 |
* | Fix tags header and pretty format numbers (#25624) | Lunny Xiao | 2023-07-05 | 1 | -0/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Add actor and status dropdowns to run list (#25118) | HesterG | 2023-06-21 | 1 | -2/+2 |
* | fix: release page for empty or non-existing target (#24470) | oliverpool | 2023-05-10 | 1 | -12/+22 |
* | Add tags list for repos whose release setting is disabled (#23465) | Zettat123 | 2023-04-25 | 1 | -13/+13 |
* | fix calReleaseNumCommitsBehind (#24148) | oliverpool | 2023-04-18 | 1 | -7/+2 |
* | Make Release Download URLs predictable (#23891) | JakobDev | 2023-04-12 | 1 | -0/+6 |
* | Title can be empty when creating tag only (#23917) | Zettat123 | 2023-04-06 | 1 | -0/+6 |
* | Refactor authors dropdown (send get request from frontend to avoid long wait ... | Hester Gong | 2023-04-07 | 1 | -6/+6 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 1 | -4/+0 |
* | Fix tags view (#23243) | Wiktor Kwapisiewicz | 2023-03-27 | 1 | -1/+7 |
* | Fix improper HTMLURL usages in Go code (#22839) | wxiaoguang | 2023-02-11 | 1 | -1/+1 |
* | Enable `@<user>`- completion popup on the release description textarea (#22359) | delvh | 2023-02-01 | 1 | -0/+15 |
* | Add Feed for Releases and Tags (#21696) | Reo | 2022-12-21 | 1 | -0/+25 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -1/+1 |