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 [feature] Add opt-in RSS feed for account's latest Public posts (#897) 2022-10-08 14:00:39 +02:00
base.go [bugfix] use the landing page user directly (#956) 2022-11-05 08:39:36 +01:00
confirmemail.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
customcss.go [feature] Add opt-in RSS feed for account's latest Public posts (#897) 2022-10-08 14:00:39 +02:00
etag.go [feature] Add opt-in RSS feed for account's latest Public posts (#897) 2022-10-08 14:00:39 +02:00
opengraph.go [feature] opengraph meta tags (#806) 2022-09-07 16:53:12 +02:00
profile.go [feature] Allow user to show instead of landing page on / (#922) 2022-11-03 13:15:31 +01:00
robots.go [feature] Add meta robots tag; allow robots to index profile card if user is Discoverable (#842) 2022-09-29 12:03:17 +02:00
rss.go [feature] Add opt-in RSS feed for account's latest Public posts (#897) 2022-10-08 14:00:39 +02:00
settings-panel.go [frontend] change bundler to skulk (#942) 2022-11-02 16:31:43 +01:00
thread.go [frontend] Unified panels (#812) 2022-09-29 12:02:41 +02:00
web.go [feature] Add opt-in RSS feed for account's latest Public posts (#897) 2022-10-08 14:00:39 +02:00