fizzy icon indicating copy to clipboard operation
fizzy copied to clipboard

Kanban as it should be. Not as it has been.

Results 76 fizzy issues
Sort by recently updated
recently updated
newest added

Adds JSON API support for the magic link authentication flow, enabling native mobile clients to authenticate. Instead of setting a cookie as an added security measure, we're sending back a...

I’m trying to use S3 for file storage in production, but Fizzy didn’t let me choose a service. This adds an `ACTIVE_STORAGE_SERVICE` env (defaults to local) and an `s3` config...

This allows us to have different cache controls depending on whether you're viewing your own avatar, or someone else's. The image that's shown is conditional to the current user, via...

Adds a theme toggle button in account settings that allows users to manually switch between light and dark mode, overriding the system preference. Exemple: [](https://github.com/user-attachments/assets/766b7eba-c2dc-4b61-91a4-ac5a2d91033a)

- Adds a user-controlled theme toggle that allows switching between light and dark modes independently of system -preferences. - The selected theme is persisted in localStorage and applied automatically on...

* Validate user-provided push URLs * Prevent DNS rebinding between restricted IP check and use Add missing IP ranges to SsrfProtection: * 100.64.0.0/10 (Carrier-grade NAT, RFC6598) * 198.18.0.0/15 (Benchmark testing,...

This updates pinned cards if the title changes. This was written by Claude, so I'm learning what's going on here. We use similar `broadcast` methods when pinning/unpinning cards, so this...

Fizzy should have a simple API that's just authenticated by bearer tokens.

## Summary Adds Docker Compose setup for development and makes host domain configuration flexible via environment variables, enabling remote containerized development and production deployments. ## Changes ### 1. Docker Compose...

Since Kamal is the recommended deployment tool for Fizzy, this prevents developers from inadvertently exposing sensitive deployment materials while following standard deployment practices.