Commit Graph

4 Commits

Author SHA1 Message Date
Julien Calixte
2b54c8dd00 feat: add language support for better filtering 2026-03-01 17:37:59 +01:00
Julien Calixte
29e8a63cb3 refactor: rename listed → discoverable on note
Pure rename — no behavioral change. "discoverable" more clearly
communicates that the field controls whether a note can be found
by others in public listings.
2026-02-25 23:20:37 +01:00
Julien Calixte
f39f62f1c7 feat: add listed field to note for public listing visibility
Notes with listed=false are filtered out from all GET /notes queries.
The field defaults to true so existing and new notes without it remain visible.
Migration handles existing databases with ALTER TABLE ADD COLUMN.
2026-02-25 23:03:00 +01:00
Julien Calixte
1534b1be4f rebranding to Remanso 2026-02-14 12:08:22 +01:00