From 7a5ce0fe20d63746b7f5b435ba5eef0a9b7db2d6 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 23 Oct 2024 21:55:52 +0200 Subject: Web export SQLite (#6931) * Web export SQLite https://github.com/FreshRSS/FreshRSS/discussions/6930 * Implement download * Fix operator precedence * Set Last-Modified * Sort by time, newest first * Fix Last-Modified * Use DateTimeInterface::RFC7231 * Add not_applicable message --- app/Models/View.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Models/View.php') diff --git a/app/Models/View.php b/app/Models/View.php index 244379505..3c3b3a2e0 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -82,6 +82,9 @@ class FreshRSS_View extends Minz_View { public string $list_title; public int $queryId; public string $type; + /** @var null|array */ + public ?array $sqliteArchives = null; + public string $sqlitePath; // Form login public int $cookie_days; -- cgit v1.2.3