Commit Graph

7214 Commits

Author SHA1 Message Date
a8d4f7acd5 Prepare to give exporter its own queue 2024-11-01 23:33:46 +08:00
ee2b901fb6 Remove test 2024-11-01 23:19:56 +08:00
219e811c47 Fix async integration handler 2024-11-01 23:01:44 +08:00
21449b1eaa Disable the importer to give more resources to exports 2024-11-01 22:30:52 +08:00
97b392aff6 Add missing file 2024-11-01 00:40:00 +08:00
90ec769f05 Add a shutdown banner 2024-11-01 00:28:34 +08:00
a89234e356 Add exponential backoff for the export task 2024-10-31 15:26:13 +08:00
e53a3ad9a3 Remove deinit analytics 2024-10-31 12:09:55 +08:00
d24059dc0f Disable web posthog 2024-10-31 12:02:17 +08:00
09fad9764a Disable posthog 2024-10-31 11:56:27 +08:00
400e69465b Disable non-essential jobs to give more resources to the exporter 2024-10-30 20:57:11 +08:00
cf03179d87 Disable YT transcript, add more export logging 2024-10-30 20:55:33 +08:00
468eedb10e Only allow 1 export per minute to debounce button being pressed multple times 2024-10-29 20:15:21 +08:00
e48d3c0cf5 Web UX for the exporter 2024-10-28 11:15:12 +08:00
88fe867916 Merge pull request #4353 from omnivore-app/fix/web-restore-articles
Allow deleted articles to be read and restored from the article page
2024-08-30 15:15:26 +08:00
f3e3d5746e Merge pull request #4350 from omnivore-app/feature/archive-account
feature/archive account
2024-08-30 14:58:06 +08:00
f89e44d5b9 redirect archived user to /account-archived page when login 2024-08-30 14:56:13 +08:00
49f9fb4d4e Merge pull request #4337 from omnivore-app/fix/remove-tts-cache
remove tts cache
2024-08-30 14:06:39 +08:00
73753e7896 Merge pull request #4333 from omnivore-app/fix/readability-clean-event-handlers
Remove javascript event handlers from elements
2024-08-30 14:03:07 +08:00
cbdd40fe74 Allow deleted articles to be read and restored from the article page 2024-08-30 13:01:12 +08:00
70d6e9dcae reduce logs 2024-08-29 18:18:17 +08:00
2ff987de6f fix github action 2024-08-29 18:00:42 +08:00
43fb698bdc send page_update event if mark as unread 2024-08-29 14:23:32 +08:00
5b7d1bba93 remove set lock_timeout 2024-08-29 14:23:32 +08:00
f1c4f3be3b remove debugging logs 2024-08-29 14:23:32 +08:00
18a58ac99b redirect archived user to /export page when login 2024-08-29 14:23:32 +08:00
b22af65f93 add archived status to user account 2024-08-29 14:23:32 +08:00
e1b809f7d7 allow omnivore_admin to delete filters 2024-08-29 14:23:32 +08:00
32f4b684cc Merge pull request #4327 from omnivore-app/feature/exporter
feat: update exporter
2024-08-29 14:19:12 +08:00
3b9dd90cce remove comments 2024-08-29 12:42:42 +08:00
ad19903f83 Remove JS event handler from expected output of test, these are stripped now 2024-08-29 11:01:25 +08:00
6b57ab7a84 Update readability test for new _cleanElement name 2024-08-29 10:59:53 +08:00
8ecf2c13ba Use identified_only with posthog 2024-08-29 09:54:23 +08:00
1f9d76732a Disable maint. banner 2024-08-28 13:27:58 +08:00
1218a4262a Fix time for maint mode 2024-08-28 12:44:51 +08:00
c1f46e70b2 Add a maintenance mode banner 2024-08-28 12:08:29 +08:00
5e2323ab23 remove tts cache 2024-08-28 09:46:50 +08:00
82943921b1 fix table permission 2024-08-27 18:05:06 +08:00
f77ded31e1 save export tasks in db and check db before starting export 2024-08-27 17:48:05 +08:00
6129606e54 Remove typo 2024-08-27 16:07:12 +08:00
137052ec82 Fix error messages for empty results 2024-08-27 16:05:00 +08:00
0e523d8c73 upload readable content before exporting to cache the content 2024-08-27 15:33:04 +08:00
578cf130fc Add missing this 2024-08-27 15:04:32 +08:00
97657c5a79 Prevent fetching article before router params have been read
This prevents us from making an initial fetch with an undefined
slug and username that then returns a 400. This happens because
router isn't setup when we first make the call.
2024-08-27 15:00:45 +08:00
48b3f736f0 wait for write stream to finish 2024-08-27 14:57:31 +08:00
b2d36330c9 Remove javascript event handlers from elements 2024-08-27 14:35:38 +08:00
444c78f0cb use async job to handle exporter 2024-08-27 14:19:02 +08:00
3dc34b2e41 Add page for handling verification token errors 2024-08-27 14:14:30 +08:00
d0f3c2eb91 Layout improvements for auth pages 2024-08-27 14:13:30 +08:00
1a2dbf6034 Merge pull request #4312 from omnivore-app/fix/search-by-rss-feed-url
fix: failed to search items by rss feed url which has query parameters
2024-08-27 09:23:34 +08:00