aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/release.go
Commit message (Expand)AuthorAgeFilesLines
* 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