gotosocial/docs
tobi 00e58c60cd [feature] Add ListenBrainz functionality on the web view (#4184)
This pull request adds a very simple ad-hoc ListenBrainz widget to the frontend web view, with progressive enhancement (in all fail states it just falls back to rendering the field as normal).

This necessitated adding the ListenBrainz API endpoint to the `connect-src` part of our Content-Security-Policy header. We might want to tweak this to only add that endpoint to `connect-src` for profiles, and then only for profiles that include a ListenBrainz field, but this would require significant dicking about with the middleware, and checks inside the app logic, such that it might not be worthwhile (after all, we control all the scripts right now anyway).

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4184
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
2025-05-22 12:34:39 +02:00
..
.cache/plugin/social [chore] Vendor mkdocs fonts; update docs dependencies (#2789) 2024-03-29 10:52:46 +01:00
admin [feature] Allow exposing allows, implement /api/v1/domain_blocks and /api/v1/domain_allows (#4169) 2025-05-20 11:47:40 +02:00
advanced [feature] make nollamas difficulty configurable (#4119) 2025-05-07 11:59:39 +00:00
api [feature] Allow exposing allows, implement /api/v1/domain_blocks and /api/v1/domain_allows (#4169) 2025-05-20 11:47:40 +02:00
configuration [feature] Allow exposing allows, implement /api/v1/domain_blocks and /api/v1/domain_allows (#4169) 2025-05-20 11:47:40 +02:00
federation [chore] Deprecate with_approval, always (client API), approvalRequired, always (fedi API) (#4173) 2025-05-13 14:48:11 +00:00
getting_started [chore] Change default database in example config to sqlite, update docs. (#4174) 2025-05-14 13:25:52 +00:00
locales/zh [docs] Various little docs updates (#4144) 2025-05-06 14:28:40 +00:00
overrides/public [feature] Add ListenBrainz functionality on the web view (#4184) 2025-05-22 12:34:39 +02:00
user_guide [feature] Add ListenBrainz functionality on the web view (#4184) 2025-05-22 12:34:39 +02:00
environment.yml [docs] Rework README a bit, import into docs (#3006) 2024-06-13 23:21:41 +02:00
faq.md [chore] Rewrite all remaining Github links 2025-04-27 13:40:22 +02:00
index.md [docs] Rework README a bit, import into docs (#3006) 2024-06-13 23:21:41 +02:00
swagger.go [feature] Application creation + management via API + settings panel (#3906) 2025-03-17 14:06:17 +00:00