| Commit message (Expand) | Author | Age | Files | Lines |
* | fix calReleaseNumCommitsBehind (#24148) (#24197) | oliverpool | 2023-04-22 | 1 | -7/+2 |
* | Title can be empty when creating tag only (#23917) (#23961) | Giteabot | 2023-04-07 | 1 | -0/+6 |
* | 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 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -4/+4 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Tag list should include draft releases with existing tags (#21263) | Jason Song | 2022-10-03 | 1 | -3/+11 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -21/+22 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 1 | -4/+4 |
* | Release page show all tags in compare dropdown (#20070) | 6543 | 2022-06-21 | 1 | -1/+8 |
* | fix permission check for delete tag (#19985) | a1012112796 | 2022-06-16 | 1 | -1/+5 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -2/+2 |
* | Fix new release from tags list UI (#19670) | Lunny Xiao | 2022-05-10 | 1 | -1/+3 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -10/+10 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -2/+2 |
* | Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) | wxiaoguang | 2022-01-05 | 1 | -4/+0 |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 1 | -4/+4 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -7/+8 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -1/+2 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -2/+3 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -1/+2 |
* | Add skip and limit to git.GetTags (#16897) | 6543 | 2021-09-10 | 1 | -12/+13 |
* | Paginate releases page & set default page size to 10 (#16857) | Lunny Xiao | 2021-08-29 | 1 | -2/+8 |
* | In Render tolerate not being passed a context (#16842) | zeripath | 2021-08-28 | 1 | -0/+2 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -1/+1 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -4/+4 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 1 | -0/+16 |
* | More efficiently parse shas for shaPostProcessor (#16101) | zeripath | 2021-06-21 | 1 | -0/+2 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -0/+512 |