0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 20:34:37 +01:00
gitea/routers/web/admin
wxiaoguang e8b990999f
Make "link-action" backend code respond correct JSON content (#26680)
Otherwise the `link-action` JS code couldn't parse the response.

Co-authored-by: Giteabot <teabot@gitea.io>
2023-08-23 17:36:57 +08:00
..
admin.go
admin_test.go
applications.go Pre-register OAuth2 applications for git credential helpers (#26291) 2023-08-09 14:24:07 +02:00
auths.go Move web JSON functions to web context and simplify code (#26132) 2023-07-26 06:04:01 +00:00
config.go Move web JSON functions to web context and simplify code (#26132) 2023-07-26 06:04:01 +00:00
diagnosis.go
emails.go
hooks.go Move web JSON functions to web context and simplify code (#26132) 2023-07-26 06:04:01 +00:00
main_test.go
notice.go
orgs.go
packages.go Allow package cleanup from admin page (#25307) 2023-08-08 00:46:10 +00:00
queue.go Fix admin queue page title (#26409) 2023-08-10 02:05:37 +00:00
queue_tester.go
repos.go Move web JSON functions to web context and simplify code (#26132) 2023-07-26 06:04:01 +00:00
runners.go
stacktrace.go Move web JSON functions to web context and simplify code (#26132) 2023-07-26 06:04:01 +00:00
users.go Make "link-action" backend code respond correct JSON content (#26680) 2023-08-23 17:36:57 +08:00
users_test.go