GoToSocial/internal/web
Adam Harvey ee6a0a1e15
[bugfix] use the landing page user directly (#956)
If set, the landing page user configuration value is used as a Gin
context parameter, which seems incorrect, since a normal request isn't
going to have a parameter named after an arbitrarily configured user.
Instead, the user name should be used directly when building the
redirect URL.
2022-11-05 08:39:36 +01:00
..
assets.go
base.go [bugfix] use the landing page user directly (#956) 2022-11-05 08:39:36 +01:00
confirmemail.go
customcss.go
etag.go
opengraph.go
profile.go [feature] Allow user to show instead of landing page on / (#922) 2022-11-03 13:15:31 +01:00
robots.go
rss.go
settings-panel.go [frontend] change bundler to skulk (#942) 2022-11-02 16:31:43 +01:00
thread.go
web.go