Commit Graph

2865 Commits

Author SHA1 Message Date
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
3b9dd90cce remove comments 2024-08-29 12:42:42 +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
0e523d8c73 upload readable content before exporting to cache the content 2024-08-27 15:33:04 +08:00
48b3f736f0 wait for write stream to finish 2024-08-27 14:57:31 +08:00
444c78f0cb use async job to handle exporter 2024-08-27 14:19:02 +08:00
a75acc5185 add export job and get api 2024-08-26 19:05:09 +08:00
1d50bc9506 improve search 2024-08-26 14:15:20 +08:00
7a4016ed0c Merge pull request #4318 from omnivore-app/feature/cache-rules
feature/cache rules
2024-08-26 14:13:20 +08:00
7add606b55 break save page into different db transactions from one big transaction to reduce lock time 2024-08-23 18:18:06 +08:00
7b1b3bd848 reduce rules trigger and thumbnail job priority to 10 and add delay 2024-08-23 17:07:49 +08:00
29bbba48c5 process rule sequentially 2024-08-23 17:07:05 +08:00
1485230af0 fix tests 2024-08-22 19:06:50 +08:00
69cb7825a0 cache api key and invalidate it once api key is revoked 2024-08-22 18:33:33 +08:00
5c9816b5b8 store verification token in redis with exp and destroy after use 2024-08-22 18:04:18 +08:00
47cea15480 keep up to 1 hour complete tasks and up to 1 day failed tasks 2024-08-22 15:27:59 +08:00
3cd3817569 update the env var name 2024-08-22 12:27:26 +08:00
fe87d23a91 use cloud task for fetching content of rss items if USE_CONTENT_FETCH_QUEUE is not set to true in the environment 2024-08-22 12:24:41 +08:00
aa2caca944 do not cache content from https://jacksonh.org 2024-08-21 18:47:23 +08:00
ae9c6cc8b2 fix tests 2024-08-21 18:25:12 +08:00
0366c426bc process up to 2 jobs concurrently 2024-08-21 17:58:58 +08:00
6de285432d fix importer status not updated if failed to fetch content 2024-08-21 16:53:50 +08:00
5bd272dde0 use one queue with different priority for fetching content of rss feed item or saved url 2024-08-21 12:24:35 +08:00
e41ccf7a8f deduplicate content fetch jobs 2024-08-21 12:24:35 +08:00
08fbb8aebf use different queues for fast,slow and rss content fetch jobs 2024-08-21 12:24:35 +08:00
016775aadb fix tests 2024-08-21 12:24:35 +08:00
87b4ec503e enqueue content-fetch task to the queue 2024-08-21 12:24:35 +08:00
d2c16624c3 Add tests for shortcuts service 2024-08-20 17:05:13 +08:00
deaa0e8856 Use an upsert for the default shortcuts 2024-08-20 16:41:04 +08:00
160d690589 fix: do not select content from database for update since api 2024-08-19 10:21:24 +08:00
19ed5501f6 fix: select readable_content from library_item table if content is requested by search api 2024-08-19 10:09:42 +08:00
626c456364 fix: select readable_content from library_item table if content is requested by update since api 2024-08-19 10:00:38 +08:00
26c7e95a00 update folder 2024-08-16 16:50:46 +08:00
accab510a7 if only rank orders are present, add saved at order 2024-08-16 15:15:11 +08:00
173691048b perf: remove additional order by clause to use the correct order index 2024-08-15 22:10:36 +08:00
32097de62f perf: reduce number of column returned by search query 2024-08-15 21:24:57 +08:00
3a07b21ec7 perf: stop serving content in search and update since api 2024-08-15 21:09:40 +08:00
efb1feb86a perf: compress response body 2024-08-15 20:44:08 +08:00
7c7a55e475 Stop support for old plugin clients 2024-08-14 19:31:23 +08:00
cff44b83a8 fix: total count cache should be fixed for pagination 2024-08-14 16:10:41 +08:00
c9aa90b3ae more debugging logs 2024-08-14 13:04:29 +08:00
8b9ab287d7 add debugging logs 2024-08-14 13:00:53 +08:00
4bf3e4ba0f delete count cache after bulk action or empty trash 2024-08-14 12:59:52 +08:00
4fcf025611 update cache when user is updated 2024-08-14 12:24:35 +08:00