aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/milestone.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-121-2/+2
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-8/+12
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-9/+3
* Fix `link-action` redirect network error (#27734)Nanguan Lin2023-10-231-3/+4
* Improve the list header in milestone page (#27302)yp053272023-10-181-0/+6
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-6/+6
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Fix incorrect milestone count when provide a keyword (#25880)yp053272023-07-161-10/+9
* move issue filters to shared template (#25729)Denys Konovalov2023-07-131-1/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-091-1/+4
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-14/+14
* Only view milestones from current repo (#18414)zeripath2022-01-261-1/+1
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* In Render tolerate not being passed a context (#16842)zeripath2021-08-281-0/+2
* [API] generalize list header (#16551)65432021-08-121-9/+4
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-3/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-5/+5
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-211-0/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+299