aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/misc
Commit message (Expand)AuthorAgeFilesLines
* Fix markup render regression and fix some tests (#32640)wxiaoguang2024-11-261-17/+31
* Refactor markup render system (#32612)wxiaoguang2024-11-241-3/+5
* Refactor markup render system (#32589)wxiaoguang2024-11-221-3/+1
* Refactor render system (#32492)wxiaoguang2024-11-142-13/+12
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-071-2/+4
* Refactor names (#31405)wxiaoguang2024-06-193-3/+3
* Fix missing images in editor preview due to wrong links (#31299)Brecht Van Lommel2024-06-171-39/+61
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-131-4/+2
* Fix wrong test usage of `AppSubURL` (#29459)KN4CK3R2024-02-291-9/+9
* Move context from modules to services (#29440)Lunny Xiao2024-02-278-8/+8
* Always enable caches (#28527)Lunny Xiao2023-12-191-9/+7
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-3/+3
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-5/+5
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-51/+7
* Add API for Label templates (#24602)JakobDev2023-05-231-0/+60
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-212-26/+11
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-1/+2
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-301-1/+1
* Add API for gitignore templates (#22783)JakobDev2023-04-271-0/+56
* Add API for License templates (#23009)JakobDev2023-04-261-0/+76
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-242-80/+115
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-231-0/+7
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-3/+3
* Fix nodeinfo caching and prevent NPE if cache non-existent (#19721)zeripath2022-05-161-7/+11
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-051-0/+2
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-4/+38
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-21/+0
* format with gofumpt (#18184)65432022-01-201-4/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-2/+6
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+2
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-281-0/+45
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Refactor renders (#15175)Lunny Xiao2021-04-191-24/+14
* Move macaron to chi (#14293)Lunny Xiao2021-01-262-20/+22
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-5/+3
* API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s...65432020-06-221-42/+0
* API expose usefull General Repo settings settings (#11758)65432020-06-101-0/+17
* Fix bug with globally disabling mirror (#11760)65432020-06-041-1/+3
* [API] Expose allowed Reactions (#11735)65432020-06-041-0/+23
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-242-3/+13
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-1/+1
* Add gitea-vet (#10948)John Olheiser2020-04-052-0/+8
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-5/+0
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-231-2/+2
* Swagger info corrections (#9441)65432019-12-203-8/+14