You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard cd5f5434b2 feat: add rss_url and rss_discovered_at columns to sources
Add nullable rss_url (TEXT) and rss_discovered_at (TIMESTAMPTZ) columns
to the sources table for RSS feed URL caching. Update the Source struct,
all query_as SELECT/RETURNING queries, and add update_source_rss db function.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 months ago
..
api_key.rs fix: allow brave_search as valid API key provider 6 months ago
audit.rs Phase 3: Admin module with provider/model curation, rate limits, user management 6 months ago
magic_link.rs Finished phase 1 6 months ago
mod.rs feat: add theme schedules — model, DB, CRUD handler, routes 6 months ago
provider.rs fix: allow brave_search as valid API key provider 6 months ago
rate_limit.rs Simplify code: deduplicate patterns, fix captcha field name bug 6 months ago
schedule.rs feat: add theme schedules — model, DB, CRUD handler, routes 6 months ago
session.rs Finished phase 1 6 months ago
settings.rs feat: multi-theme Phase 1 — settings split, sources/syntheses theme_id, pipeline theme-aware 6 months ago
source.rs feat: add rss_url and rss_discovered_at columns to sources 5 months ago
synthesis.rs feat: multi-theme Phase 1 — settings split, sources/syntheses theme_id, pipeline theme-aware 6 months ago
theme.rs fix: P1 audit items — CSV export theme filter, theme validation, ownership checks, history enums, i18n 6 months ago
user.rs Finished phase 1 6 months ago