Commit Graph

184 Commits

Author SHA1 Message Date
322f736fe0 stop storing original html in the database 2024-07-31 19:14:38 +08:00
ee5e66d9b3 Merge pull request #4075 from omnivore-app/feature/posts
feat: posts api
2024-07-25 11:42:35 +08:00
225eefd73b fix: readwise export not working for PAGE and LABEL events 2024-07-11 13:13:50 +08:00
5d07e554e2 return author name only 2024-07-01 10:49:09 +08:00
fa3e6fe341 make libraryItemIds not null 2024-07-01 10:49:09 +08:00
16f67c854c add update post graphql api and tests 2024-07-01 10:49:09 +08:00
3fb146e864 list posts api 2024-07-01 10:11:32 +08:00
c02f2d5036 create post table and entity 2024-07-01 10:11:32 +08:00
31f04344fc resolve rebase conflicts 2024-06-13 18:41:35 +08:00
6f496b9336 add folder expiration jobs 2024-06-13 18:30:27 +08:00
2d757a4896 add create folder policy api 2024-06-13 18:29:21 +08:00
7940c3f4ea add list folder policy api 2024-06-13 18:29:21 +08:00
25ca4c7791 create folder_policy table 2024-06-13 18:29:21 +08:00
3f6e7c924a Work on new left menu w/shortcuts 2024-06-10 17:34:59 +08:00
76383d8a33 feat: generate preview content if excerpt less than 180 chars 2024-06-06 19:08:41 +08:00
c620ef38a2 clean up helpers 2024-06-06 12:08:15 +08:00
0013150c26 feat: highlights api 2024-06-05 20:44:18 +08:00
57b28c39bf store topic as a ltree 2024-05-27 21:17:54 +08:00
f6424c3bd2 add score to library_item entity 2024-05-27 11:12:07 +08:00
67dac9ba31 add public item source 2024-05-26 14:41:38 +08:00
0a8cc13ac5 add mixing algorithm 2024-05-26 14:31:22 +08:00
880a907679 add public item stats 2024-05-24 15:48:24 +08:00
6c9f0c81f6 convert language to code 2024-05-24 15:41:20 +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
b058952c2d implement updateJustReadFeed job 2024-05-23 21:10:01 +08:00
06b89a88b3 update candidates selection 2024-05-23 15:48:30 +08:00
20408277d2 add digestConfig to the userPersonalization API request data 2024-05-03 14:35:55 +08:00
7060ae771c send notifications to the channels defined in digest config 2024-05-03 14:17:22 +08:00
3e84c2f1df fix tests 2024-05-03 12:17:07 +08:00
0639a52676 add digestConfig to the userPersonalization entity 2024-05-03 11:13:24 +08:00
8549c16ceb fix import 2024-04-28 21:55:09 +08:00
a78d438e21 fix: findOne with relations will execute query twice 2024-04-28 15:58:55 +08:00
7ef6973a47 load labels when getting item 2024-04-28 14:25:11 +08:00
66d7649620 fix tests 2024-04-26 11:54:55 +08:00
cd6f3e6bbe enforce usage limits for the API 2024-04-11 11:08:22 +08:00
764b05fff4 save reply-to in recent emails 2024-04-11 11:08:22 +08:00
81f21141fe optimize ts-node-dev 2024-04-04 12:17:15 +08:00
ad2e8ee002 trigger export in rules 2024-04-04 12:14:38 +08:00
c551d9fe6b allow send data to webhook with rules 2024-04-04 12:02:29 +08:00
07cee98ff9 allow label and highlight events to trigger rules 2024-04-04 12:02:29 +08:00
9af4235233 skip failed to parse rules and show the timestamp in the UI 2024-03-20 10:35:58 +08:00
ad32aa82ce Export highlight notes as children of highlights block in notion 2024-03-19 11:17:42 +08:00
1edf801b02 add settings jsonb column to the integrations 2024-03-05 16:13:50 +08:00
c20d8e6b4d Add summaries, display accont features 2024-02-28 15:14:32 +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