aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/release.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Fix new release from tags list UI (#19670)Lunny Xiao2022-05-101-1/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-10/+10
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-4/+0
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-4/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Add skip and limit to git.GetTags (#16897)65432021-09-101-12/+13
* Paginate releases page & set default page size to 10 (#16857)Lunny Xiao2021-08-291-2/+8
* In Render tolerate not being passed a context (#16842)zeripath2021-08-281-0/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* Add tag protection (#15629)KN4CK3R2021-06-251-0/+16
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-211-0/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+512