Commit Graph

275 Commits

Author SHA1 Message Date
91c2ae8d97 add refresh home api 2024-05-29 17:24:37 +08:00
a9ebcd33e4 add mark as seen to the bulk action 2024-05-29 17:07:19 +08:00
9280703047 Merge pull request #4003 from omnivore-app/fix/add-score-to-item
fix/add score to item
2024-05-29 15:19:43 +08:00
292d6b8149 Merge pull request #4001 from omnivore-app/feature/get-subscription-api
feat: create an api to get subscription by id
2024-05-29 15:17:31 +08:00
8e8db02633 add score to search item 2024-05-29 15:07:22 +08:00
974c910846 add score to home item 2024-05-29 15:02:10 +08:00
e66a1374be remove argument directive 2024-05-29 11:02:35 +08:00
95539948ff feat: create an api to get subscription by id 2024-05-29 10:14:48 +08:00
3b69f0ce0c make slug optional 2024-05-29 09:15:15 +08:00
d04626a02c add slug 2024-05-28 21:59:37 +08:00
6b835f0872 batch load sources 2024-05-28 15:02:22 +08:00
e131afc183 update API 2024-05-28 14:45:33 +08:00
efb7160373 rename just read feed to home 2024-05-27 21:11:08 +08:00
f603c84b27 store only feed item id and type in redis and fetch the details from DB when pagination API is called 2024-05-27 17:38:36 +08:00
0a8cc13ac5 add mixing algorithm 2024-05-26 14:31:22 +08:00
1ba6221bc4 add pagination 2024-05-25 11:47:45 +08:00
f2d2e852e1 grant db permission 2024-05-24 15:32:14 +08:00
a48a614676 save just read feed in redis sorted set 2024-05-24 14:52:21 +08:00
cb4fc23507 implement justReadFeed API 2024-05-23 22:07:19 +08:00
43ebdc30a1 update just read api 2024-05-23 11:36:01 +08:00
3c24dc2e78 GQL requires this be an input object 2024-05-14 18:01:18 +08:00
c3c6083239 Use DigestConfig type when setting user personalization 2024-05-14 17:03:09 +08:00
2b9851cbdb Make digestconfig a proper type so Swift can interact with it 2024-05-14 16:49:16 +08:00
e85bb9aa6a Only allow eligible users to enable digest 2024-05-10 14:34:52 +08:00
20408277d2 add digestConfig to the userPersonalization API request data 2024-05-03 14:35:55 +08:00
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