mirror of
1
Fork 0
forgejo/routers/web
wxiaoguang e5d8c4b8d4
Avoid cycle-redirecting user/login page ()
Fix , 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 () 2023-12-25 21:25:29 +01:00
auth Avoid cycle-redirecting user/login page () 2023-12-30 08:48:34 +00:00
devtest
events
explore Allow to set explore page default sort () 2023-11-09 10:11:45 +00:00
feed Penultimate round of `db.DefaultContext` refactor () 2023-10-11 04:24:07 +00:00
healthcheck Always enable caches () 2023-12-19 09:29:05 +00:00
misc Refactor CORS handler () 2023-12-25 20:13:18 +08:00
org fix wrong link in user and organization profile when using relative url () 2023-12-27 08:32:27 +00:00
repo Refactor deletion () 2023-12-25 21:25:29 +01:00
shared fix wrong link in user and organization profile when using relative url () 2023-12-27 08:32:27 +00:00
user Refactor some legacy code and remove unused code () 2023-12-28 09:38:59 +00:00
base.go
githttp.go Refactor CORS handler () 2023-12-25 20:13:18 +08:00
goget.go
home.go Enhanced auth token / remember me () 2023-10-14 00:56:41 +00:00
metrics.go
nodeinfo.go
swagger_json.go
web.go Refactor CORS handler () 2023-12-25 20:13:18 +08:00
webfinger.go