aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/release.go
Commit message (Expand)AuthorAgeFilesLines
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+1
* Included tag search capabilities (#32045)Bruno Sofiato2024-09-181-0/+6
* Add tag name in the commits list (#31082)Lunny Xiao2024-08-191-1/+15
* Remove unused code from models/repos/release.go (#31756)Kemal Zebari2024-08-021-26/+0
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-1/+2
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-10/+11
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-35/+7
* Refactor deletion (#28610)delvh2023-12-251-7/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-0/+15
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-18/+18
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-0/+28
* add Upload URL to release API (#26663)Earl Warren2023-08-241-0/+5
* Release attachments duplicated check (#26176)Lunny Xiao2023-07-271-15/+14
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* some less naked returns (#25682)65432023-07-041-1/+1
* fix: release page for empty or non-existing target (#24470)oliverpool2023-05-101-0/+1
* Make Release Download URLs predictable (#23891)JakobDev2023-04-121-0/+29
* Disable editing tags (#23883)Zettat1232023-04-031-1/+1
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-0/+22
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-0/+5
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-2/+2
* 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-10/+6
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-10/+10
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-0/+8
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-0/+483