gitea/routers/web
wxiaoguang a85a862804
Fix admin queue page title (#26409)
Fix #26408

```
# locale_en-US.ini
[admin]
monitor.queues = Queues
```

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-08-10 02:05:37 +00:00
..
admin Fix admin queue page title (#26409) 2023-08-10 02:05:37 +00:00
auth Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
devtest
events
explore
feed Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
healthcheck Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) 2023-07-23 23:47:27 -04:00
misc
org Move web JSON functions to web context and simplify code (#26132) 2023-07-26 06:04:01 +00:00
repo Pre-register OAuth2 applications for git credential helpers (#26291) 2023-08-09 14:24:07 +02:00
shared Do not show Profile README when repository is private (#26295) 2023-08-04 14:45:33 +00:00
user Remove unnecessary template helper DisableGravatar (#26386) 2023-08-08 08:29:14 +00:00
auth.go
auth_windows.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
web.go Allow package cleanup from admin page (#25307) 2023-08-08 00:46:10 +00:00
webfinger.go