aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/release.go
Commit message (Expand)AuthorAgeFilesLines
* GitHub like repo home page (#32213)yp053272024-12-061-12/+0
* Quick fix for license file name (#32696)Lunny Xiao2024-12-031-0/+4
* Refactor markup render system (#32612)wxiaoguang2024-11-241-7/+3
* Refactor markup render system (#32589)wxiaoguang2024-11-221-9/+6
* Support repo license (#24872)yp053272024-10-011-1/+0
* Included tag search capabilities (#32045)Bruno Sofiato2024-09-181-3/+13
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-121-2/+3
* Refactor names (#31405)wxiaoguang2024-06-191-3/+3
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-0/+1
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-1/+1
* Fix a bug returning 404 when display a single tag with no release (#29466)Lunny Xiao2024-03-021-0/+9
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-1/+1
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-1/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-2/+2
* Show commit status for releases (#29149)KN4CK3R2024-02-191-87/+87
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-8/+12
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+4
* Add missing variable in tag list (#28305)JakobDev2023-11-301-0/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-7/+22
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Improvements of releases list and tags list (#25859)Zettat1232023-09-281-47/+50
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-8/+8
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-2/+2
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-6/+2
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-0/+21
* Fix incorrect release count (#25879)yp053272023-07-141-1/+0
* Fix tags header and pretty format numbers (#25624)Lunny Xiao2023-07-051-0/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-211-2/+2
* fix: release page for empty or non-existing target (#24470)oliverpool2023-05-101-12/+22
* Add tags list for repos whose release setting is disabled (#23465)Zettat1232023-04-251-13/+13
* fix calReleaseNumCommitsBehind (#24148)oliverpool2023-04-181-7/+2
* Make Release Download URLs predictable (#23891)JakobDev2023-04-121-0/+6
* Title can be empty when creating tag only (#23917)Zettat1232023-04-061-0/+6
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-6/+6
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-4/+0
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-1/+7
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Enable `@<user>`- completion popup on the release description textarea (#22359)delvh2023-02-011-0/+15
* Add Feed for Releases and Tags (#21696)Reo2022-12-211-0/+25
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-3/+11
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-21/+22
* Fix various typos (#20338)luzpaz2022-07-121-4/+4
* Release page show all tags in compare dropdown (#20070)65432022-06-211-1/+8
* fix permission check for delete tag (#19985)a10121127962022-06-161-1/+5