aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/wiki.go
Commit message (Expand)AuthorAgeFilesLines
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+6
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+4
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-4/+4
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-4/+4
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-081-1/+6
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-21/+19
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-3/+3
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+4
* Remove follow from commits by file (#20765)zeripath2022-08-141-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-3/+3
* format with gofumpt (#18184)65432022-01-201-3/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+4
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-0/+2
* Add API to get/edit wiki (#17278)qwerty2872021-10-251-0/+514