Commit Graph

1883 Commits

Author SHA1 Message Date
f7225b298a Rebase 2024-03-14 12:48:56 +08:00
81e489021e add popular reads to the continue reading section of new user library 2024-03-14 11:14:37 +08:00
6310e5f83b update form 2024-03-13 15:55:34 +08:00
ff157bd453 Merge pull request #3620 from omnivore-app/feature/notion-integration
Feature: Notion Integration
2024-03-12 22:37:51 +08:00
8eaf754538 do not get content from db when exporting item to integrations 2024-03-12 15:37:19 +08:00
e15ae29961 Use folders when handling push notifications 2024-03-08 21:11:16 +08:00
e093738dcc Send libraryItemId with push notifications 2024-03-08 17:24:02 +08:00
7d77291f11 Push configuration on iOS 2024-03-08 17:15:59 +08:00
6bc100942f Send libraryItemId and thumbnail with push notifications 2024-03-08 16:40:49 +08:00
44178c1c1e Add author 2024-03-07 13:24:02 +08:00
39778feb88 export highlights and labels 2024-03-06 20:23:42 +08:00
d41459a5cd log unhandled error 2024-03-06 12:04:16 +08:00
289f1cf5e2 better error message 2024-03-06 11:54:41 +08:00
c346ba8703 do not throw error if failed to find tokens 2024-03-06 11:47:17 +08:00
ec32945ba2 update block 2024-03-05 21:00:39 +08:00
dfa5512512 get parentPageId from settings 2024-03-05 16:18:15 +08:00
1edf801b02 add settings jsonb column to the integrations 2024-03-05 16:13:50 +08:00
f1b1f2c4c1 send created event only 2024-03-05 15:39:09 +08:00
741f3213d9 integrate with notion api client 2024-03-05 12:43:18 +08:00
e20908a0c2 add export to notion method 2024-03-04 18:44:25 +08:00
d36c937765 fix redirect_uri error 2024-03-04 17:49:59 +08:00
94db3e0de7 Add authorization with notion 2024-03-04 17:30:05 +08:00
4a70291898 add directionality to the SearchItem and Article Grahql type in the schema 2024-03-04 13:23:52 +08:00
0e46dc2302 save dir in the database 2024-03-04 12:28:51 +08:00
08e5caddc2 retry export-item job if fails 2024-03-01 15:03:01 +08:00
e33cf465fe throw error if export-item job fails 2024-03-01 15:00:28 +08:00
a337e0e39d reduce export-item job priority to 50 2024-03-01 14:52:49 +08:00
a74377556b Merge pull request #3596 from omnivore-app/fix/web-layout-fixes
Small layout fixes for mobile
2024-02-29 18:20:33 +08:00
2636524642 fix typo 2024-02-29 16:35:52 +08:00
c3e8173e5e fix search results for archived items which state is not archived 2024-02-29 16:34:55 +08:00
34ee75c555 Dont re-run summarize job 2024-02-29 15:50:25 +08:00
531f23fc4c Merge pull request #3591 from omnivore-app/feat/summaries
Summaries
2024-02-29 14:35:12 +08:00
3af62d5d89 fix typo 2024-02-28 17:13:11 +08:00
7567e3d0f6 * return only count if size is 0 because limit 0 is not allowed in typeorm 2024-02-28 16:57:15 +08:00
6861d271bd Clean up assertions in summary job 2024-02-28 15:49:24 +08:00
0382fb4913 Fix comparison of library item state 2024-02-28 15:34:36 +08:00
692a992e77 Remove some debug, clean up summaries 2024-02-28 15:18:23 +08:00
c20d8e6b4d Add summaries, display accont features 2024-02-28 15:14:32 +08:00
bbe6204b91 summaries 2024-02-28 15:12:09 +08:00
0369a39f08 replace $set with $set_once 2024-02-26 18:14:10 +08:00
41aa976625 flush remaining events when server exits 2024-02-26 17:28:28 +08:00
d26a2f403d replace segment with posthog 2024-02-26 16:47:04 +08:00
c13896aeb2 Merge pull request #3567 from omnivore-app/feature/feed-summary
feature/feed summary
2024-02-26 12:19:57 +08:00
33fa36710f Merge pull request #3568 from omnivore-app/feat/rules-delete-item-rule
Add a rule to delete items
2024-02-26 12:13:40 +08:00
7db7099822 fix tests 2024-02-23 19:43:43 +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
67f54a1372 add fetchContent resolver to the function list 2024-02-23 15:44:53 +08:00
49d1ae5037 fix bug 2024-02-23 15:32:41 +08:00
510cd18b17 use json_agg to aggregate enum in db 2024-02-23 14:54:37 +08:00
90c049506d Add a rule to delete items 2024-02-23 14:42:10 +08:00