bonfire-app icon indicating copy to clipboard operation
bonfire-app copied to clipboard

Bonfire - tend to your digital life in community. Customise and host your own online space and control your experience at the most granular level.

Results 335 bonfire-app issues
Sort by recently updated
recently updated
newest added

Relevant code: https://github.com/bonfire-networks/bonfire_ui_social/blob/main/lib/live_handlers/threads_live_handler.ex#L210

Feature
Good first issue
Improvement

Currently it exports all known/implemented data types, would be good for user to be able to un-toggle ones they don't need. Relevant component: https://github.com/bonfire-networks/bonfire_ui_me/tree/main/lib/components/settings/import_export

UI/UX
Good first issue

Basically just stolen from a Mastodon issue, but I do think it would be a good thing to add here at some point, as well: https://github.com/mastodon/mastodon/issues/9468 > As adult instances...

Feature

currently trying to add a user to a circle triggers an infinite loop and doesn't work

Bug

Here are the docs of how GoToSocial is implementing it, afaik compatible with Pixelfed and Peertube: https://docs.gotosocial.org/en/latest/federation/posts/#interaction-policy

ActivityPub

Currently flavours are [directories in the main repo](https://github.com/bonfire-networks/bonfire-app/tree/main/flavours) containing config which is aliased to `./config` when running commands such as `just flavour classic` (among other operations that make the DX...

Extensiblity / Modularity
Refactor