Commit Graph

250 Commits

Author SHA1 Message Date
fbe816d2d2 convert content if requested 2024-04-26 11:07:41 +08:00
be57f81bf1 Temp re-add features attribute to User 2024-04-16 13:59:04 +08:00
4346746e0a save empty url for email attachment in upload_file table as it is required 2024-04-15 17:36:42 +08:00
f2f18eb12b reply only allowed text 2024-04-11 11:08:22 +08:00
5cc5c559ac add reply to email API which replies Okay to the sender 2024-04-11 11:08:22 +08:00
81f21141fe optimize ts-node-dev 2024-04-04 12:17:15 +08:00
f35ac036eb add UI for export in rules 2024-04-04 12:15:28 +08:00
c551d9fe6b allow send data to webhook with rules 2024-04-04 12:02:29 +08:00
f677f1167f get feature list on web 2024-03-28 15:27:37 +08:00
cc2fe04568 add featureList to the User type which contains a list of feature type 2024-03-28 14:42:08 +08:00
282ed75a5f Merge pull request #3698 from omnivore-app/fix/notion
Fix: notion
2024-03-21 14:08:16 +08:00
390d12eea1 add export to integration and get task api 2024-03-21 11:14:23 +08:00
9af4235233 skip failed to parse rules and show the timestamp in the UI 2024-03-20 10:35:58 +08:00
76f3321680 revalidate integration once updated 2024-03-20 10:32:32 +08:00
bf59fbf26e add integration api 2024-03-20 10:32:31 +08:00
e47e169402 Merge branch 'main' into discover-no-ts-changes 2024-03-19 15:50:51 +08:00
ff157bd453 Merge pull request #3620 from omnivore-app/feature/notion-integration
Feature: Notion Integration
2024-03-12 22:37:51 +08:00
7d291f084b Merge all changes from main, update theming of Discover 2024-03-07 17:39:57 +01:00
1edf801b02 add settings jsonb column to the integrations 2024-03-05 16:13:50 +08:00
4a70291898 add directionality to the SearchItem and Article Grahql type in the schema 2024-03-04 13:23:52 +08:00
c13896aeb2 Merge pull request #3567 from omnivore-app/feature/feed-summary
feature/feed summary
2024-02-26 12:19:57 +08:00
6b0cefe190 add representation column to the highlight table and gql schema which is either CONTENT or FEED_CONTENT 2024-02-23 17:14:52 +08:00
90c049506d Add a rule to delete items 2024-02-23 14:42:10 +08:00
f4b6e470f2 replace fetch_content with fetch_content_type as a enum: ALWAYS, NEVER, WHEN_EMPTY 2024-02-23 14:19:22 +08:00
08e4bed146 rename preview_content to feed_content in library_item table and gql schema 2024-02-23 12:53:39 +08:00
ac5acf7f21 fix: add rss label and feed url to the pdf in rss feed item 2024-01-26 22:34:55 +08:00
1563b44197 save the timestamp when feed fails 2024-01-24 14:54:39 +08:00
3cb7c38e7f update refreshed_at when feed is processed 2024-01-24 12:12:26 +08:00
68a4fb298d add refreshedAt to the gql schema 2024-01-24 12:03:26 +08:00
c0373646cb Fix Linting... 2024-01-09 11:22:32 +01:00
d31c520a90 add empty trash api to prune soft deleted items in trash 2024-01-03 18:26:06 +08:00
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
0a4758105a feat: update newsletter email api 2023-12-20 11:29:10 +08:00
92aa11b98e add fetchContent api 2023-12-19 18:05:02 +08:00
6f1ef075c6 add content_not_fetched state for items saved without content fetched 2023-12-19 10:41:20 +08:00
f2c468f906 allow setting fetchContent and folder when subscribe to a feed 2023-12-14 16:32:48 +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
9f59d09c20 validate and return rss feed if the url is an rss feed url 2023-12-11 13:46:35 +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
3759e10615 fix feed url in pdf file not saved 2023-12-08 11:29:02 +08:00
a116833659 feat: allow moving items to a folder in a bulk 2023-12-04 18:10:14 +08:00
767629b8c7 replace articleSavingRequest with success (boolean value) as a response 2023-12-04 15:54:14 +08:00
bd3945fc7e Merge pull request #3164 from omnivore-app/feature/fetch-content-for-following
feat: fetch content for rss feed items in following folder
2023-11-28 12:07:17 +08:00
989f4f04e0 add scan feeds api to scan feeds from opml or html 2023-11-24 12:11:33 +08:00
fd781644f1 feat: fetch content for rss feed items in following folder 2023-11-23 18:03:25 +08:00
750b59cb8d Merge pull request #3139 from omnivore-app/change-folder-to-state-1 2023-11-23 12:31:37 +08:00
fca406bb3d allow updating taskName 2023-11-17 11:27:30 +08:00