tane/apps/app_seeds/lib/state
vjrj a461106dbf feat(chat): disallow links in messages
Local-first chat between people whose web of trust is still forming is a
natural phishing/scam vector, so messages may not contain URLs. A
conservative `containsUrl` rule (explicit scheme, www., or a common-TLD
domain — but not "3.5kg" or "12.30") gates it: the composer warns and
keeps the text for editing, and MessagesCubit.send drops any URL as a
backstop. Incoming text was already non-tappable (plain selectable text).
2026-07-11 07:14:58 +02:00
..
inventory_cubit.dart feat(calendar): "what's due this month" — dedicated screen + inventory filter 2026-07-11 06:27:57 +02:00
messages_cubit.dart feat(chat): disallow links in messages 2026-07-11 07:14:58 +02:00
offers_cubit.dart refactor(social): one shared relay connection per identity 2026-07-10 21:50:34 +02:00
quick_add_cubit.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
trust_cubit.dart refactor(social): one shared relay connection per identity 2026-07-10 21:50:34 +02:00
variety_detail_cubit.dart feat(inventory): local sharing — per-lot share terms, filter and printable catalog 2026-07-09 22:19:55 +02:00