Commit Graph

1507 Commits

Author SHA1 Message Date
c939735678 remove invalid-url error from subscribing feed 2023-12-22 09:51:27 +08:00
f6e04daf60 return invalid url if feed url is different from user provided url 2023-12-22 09:05:43 +08:00
696de8ea50 check both user provided url and parsed feed url when looking for existing subscription 2023-12-22 08:08:15 +08:00
db28bbd0f9 fix invalid unknown item type 2023-12-20 11:51:19 +08:00
0a4758105a feat: update newsletter email api 2023-12-20 11:29:10 +08:00
e4b6cba2ff Merge pull request #3261 from omnivore-app/feature/add-state-for-non-fetch-content
feature/add state for non fetch content
2023-12-19 18:30:13 +08:00
92aa11b98e add fetchContent api 2023-12-19 18:05:02 +08:00
07b96c46d5 fix tests 2023-12-19 17:45:12 +08:00
b5f82d448e return folder when newsletter email api is called 2023-12-19 14:52:30 +08:00
22778af285 run readability on the preview content 2023-12-19 10:41:20 +08:00
b1aca117f4 if fetch_content is false, set the state to content_not_fetched and use preview content 2023-12-19 10:41:20 +08:00
6f1ef075c6 add content_not_fetched state for items saved without content fetched 2023-12-19 10:41:20 +08:00
15dc05ca1a fix sending rss feed to inbox folder 2023-12-18 19:52:44 +08:00
55ed5a0a80 fix typo 2023-12-18 16:20:40 +08:00
97735d0633 make existing newsletters go to inbox folder 2023-12-18 16:08:36 +08:00
7a2cf6c6fe fix sort by word count not working 2023-12-18 10:40:10 +08:00
58f16ec62c Merge pull request #3247 from omnivore-app/feature/feeds
feat: fetch content and folder settings for newsletters and subscriptions
2023-12-15 16:46:02 +08:00
d579a8f907 not throw error if sort keyword not found 2023-12-15 13:31:22 +08:00
f915c18dfa allow plural and singular form for has/no filter 2023-12-15 13:18:25 +08:00
42749c5a32 throw error if sort column not exists 2023-12-15 11:47:00 +08:00
b86ee139e0 move to folder api will create a task to fetch content if content not exists 2023-12-14 19:20:03 +08:00
83e0982457 save newsletters to the right folder get from subscription and email settings 2023-12-14 18:53:32 +08:00
f7ec0220a8 allow setting folder when creating a new email 2023-12-14 17:48:02 +08:00
32f99d7b07 allow updating folder and fetch content settings for subscriptions 2023-12-14 17:27:38 +08:00
a257147fc5 fetch following item content only when required 2023-12-14 17:25:55 +08:00
f2c468f906 allow setting fetchContent and folder when subscribe to a feed 2023-12-14 16:32:48 +08:00
d67b974367 add fetch_content and folder column to the subscriptions table and folder column to newsletter_emails table 2023-12-14 15:41:54 +08:00
06e17e2eb8 return source of the labels tagged to an item 2023-12-14 10:40:18 +08:00
dcd6e8bb60 allow adding source of label when adding labels 2023-12-13 16:25:25 +08:00
56a7ae4dc1 add source column to entity_labels table 2023-12-13 14:35:24 +08:00
79baee56c6 Merge pull request #3242 from omnivore-app/fix/subscribe-api
fix/subscribe api
2023-12-12 20:01:40 +08:00
528163905d Merge pull request #3244 from omnivore-app/improve-advanced-search
improve advanced search
2023-12-12 19:53:29 +08:00
9b8e4a6876 fix lint 2023-12-12 19:48:08 +08:00
2155be4704 fix tests 2023-12-12 19:42:09 +08:00
07868c729d update comments 2023-12-12 18:13:38 +08:00
a7f9214cda ignore empty text field 2023-12-12 17:56:10 +08:00
609c46cdc3 ignore empty field value 2023-12-12 16:35:50 +08:00
7622d8a139 ignore field case 2023-12-12 16:17:31 +08:00
55cc5f5769 treat unknown fields as text search 2023-12-12 16:14:51 +08:00
a41ec3d2f6 lint 2023-12-12 15:38:39 +08:00
e730abb9aa fix subscribe api returns error due to createdAt being null 2023-12-12 15:17:00 +08:00
1056971e89 copy published date to the recommended item 2023-12-12 11:17:12 +08:00
a7c74cef6f Merge pull request #3236 from omnivore-app/scan-feed-api
update scan feed api for the client
2023-12-11 15:35:51 +08:00
b3d0bb9ed7 return absolute feed url 2023-12-11 14:14:54 +08:00
9f59d09c20 validate and return rss feed if the url is an rss feed url 2023-12-11 13:46:35 +08:00
36896a8770 max rss feed defaults to 256 2023-12-11 13:18:43 +08:00
b135dfbc46 get max feed limit from env 2023-12-11 13:01:56 +08:00
4d41117d8b ignore sort:score since we always order by score when doing fulltext search 2023-12-11 11:54:56 +08:00
0d60ece6d6 make folder optional 2023-12-08 20:03:36 +08:00
da3fede3a4 fix saved search bug: undefined category in input 2023-12-08 19:58:41 +08:00