0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-27 23:08:35 +02:00
gitea/routers/api/v1/misc
Lunny Xiao 3c3d49899f
Remove dependent on session auth for api/v1 routers (#19321)
* Remove dependent on session auth for api/v1 routers

* Remove unnecessary session on API context

* remove missed header

* fix test

* fix missed api/v1
2022-04-08 06:22:10 +02:00
..
markdown.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
markdown_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 2021-09-28 01:38:06 +02:00
signing.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
version.go