You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/admin
wxiaoguang 0f4b0cf892
Refactor some frontend problems (#32646)
1. correct the modal usage on "admin email list" page (then
`web_src/js/features/admin/emails.ts` is removed)
2. use `addDelegatedEventListener` instead of `jQuery().on`
3. more jQuery related changes and remove jQuery from
`web_src/js/features/common-button.ts`
4. improve `confirmModal` to make it support header, and remove
incorrect double-escaping
5. fix more typescript related types
6. fine tune devtest pages and add more tests
3 months ago
..
admin.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
admin_test.go Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) 9 months ago
applications.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
auths.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
config.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
diagnosis.go Move context from modules to services (#29440) 1 year ago
emails.go Refactor some frontend problems (#32646) 3 months ago
hooks.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notice.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
orgs.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 months ago
packages.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
queue.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
queue_tester.go Improve queue and logger context (#24924) 2 years ago
repos.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
runners.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
stacktrace.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
users.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
users_test.go Move context from modules to services (#29440) 1 year ago