forgejo/routers/web
wxiaoguang e5d8c4b8d4
Avoid cycle-redirecting user/login page (#28636)
Fix #28231, and remove some unused code. The `db.HasEngine` doesn't seem
useful because the db engine is always initialized before web route.
2023-12-30 08:48:34 +00:00
..
admin Refactor deletion (#28610) 2023-12-25 21:25:29 +01:00
auth Avoid cycle-redirecting user/login page (#28636) 2023-12-30 08:48:34 +00:00
devtest
events
explore Allow to set explore page default sort (#27951) 2023-11-09 10:11:45 +00:00
feed
healthcheck Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
misc Refactor CORS handler (#28587) 2023-12-25 20:13:18 +08:00
org fix wrong link in user and organization profile when using relative url (#28617) 2023-12-27 08:32:27 +00:00
repo Refactor deletion (#28610) 2023-12-25 21:25:29 +01:00
shared fix wrong link in user and organization profile when using relative url (#28617) 2023-12-27 08:32:27 +00:00
user Refactor some legacy code and remove unused code (#28622) 2023-12-28 09:38:59 +00:00
base.go
githttp.go Refactor CORS handler (#28587) 2023-12-25 20:13:18 +08:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Refactor CORS handler (#28587) 2023-12-25 20:13:18 +08:00
webfinger.go