Commit Graph

813 Commits

Author SHA1 Message Date
14a375db83 use real scoring service 2024-06-21 12:01:34 +08:00
8c84fc58b8 add more subscription features to the score api payload 2024-06-20 17:36:57 +08:00
40182421f7 show archived highlights 2024-06-20 16:31:05 +08:00
2ed63af9a4 stub score client 2024-06-18 12:10:03 +08:00
a26e8a3972 Merge pull request #4041 from omnivore-app/feature/folder-policy-api
feat: folder expiration policy api
2024-06-14 14:44:21 +08:00
c0947ddd48 fix batch delete query does not use index 2024-06-14 12:21:20 +08:00
aea1650626 do not show move/archived/deleted item in home feed 2024-06-14 12:15:17 +08:00
88e3d648c8 add a REST API to trigger the expire folder job 2024-06-13 18:36:33 +08:00
6138e078b1 add update 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
e3d70fc27d Merge pull request #4052 from omnivore-app/feature/prune-trash-items
feature/prune trash items
2024-06-13 17:58:18 +08:00
9ef91ff1ca add an REST API to trigger the prune trash job 2024-06-13 14:48:14 +08:00
71d07caf94 run prune trash job at 3am UTC daily 2024-06-12 19:27:42 +08:00
755f483ba9 create a function to batch delete items in trash 2024-06-12 18:38:14 +08:00
5f817bc336 Null handler as we know URL must be set for RSS subscriptions 2024-06-12 14:00:45 +08:00
3f6e7c924a Work on new left menu w/shortcuts 2024-06-10 17:34:59 +08:00
470413b704 add basic highlights web UI 2024-06-08 10:50:44 +08:00
0db1108675 replace continuous spaces and new lines with space in preview content 2024-06-07 13:29:38 +08:00
76383d8a33 feat: generate preview content if excerpt less than 180 chars 2024-06-06 19:08:41 +08:00
70bc136d15 batch get labels from highlight id 2024-06-06 17:26:01 +08:00
24457d9036 search highlights by labels 2024-06-06 16:12:07 +08:00
51efff8b8e allow returning library item information in highlight 2024-06-06 15:23:56 +08:00
9259a9cfe3 fix tests 2024-06-06 14:53:14 +08:00
166b324d63 add tests 2024-06-06 13:26:13 +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
e1236dbe29 always sync Last Updated 2024-06-02 09:56:17 +08:00
d1d7f93fc3 time each steps in the update home job 2024-05-29 17:58:28 +08:00
69dbbd7635 add score api url to env var 2024-05-29 17:45:51 +08:00
69c555b8c3 Merge pull request #4005 from omnivore-app/feature/refresh-home-api
feature/refresh home api
2024-05-29 17:37:41 +08:00
a9ebcd33e4 add mark as seen to the bulk action 2024-05-29 17:07:19 +08:00
7466501c95 Parse the single score from the digest-score service 2024-05-29 16:40:44 +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
7a34a03bdd fix subscription and public item orders too 2024-05-29 11:30:19 +08:00
95539948ff feat: create an api to get subscription by id 2024-05-29 10:14:48 +08:00
d04626a02c add slug 2024-05-28 21:59:37 +08:00
9dff961bba fix null checking 2024-05-28 21:44:55 +08:00
5257d95559 fix: home items order is not accurate 2024-05-28 21:29:35 +08:00
3d262a4d1f remove fake code 2024-05-28 15:44:53 +08:00
a3d20c0395 add subscription to the feature 2024-05-28 15:05:44 +08:00
e131afc183 update API 2024-05-28 14:45:33 +08:00
88dcdbfb2d update score api client 2024-05-27 21:29:15 +08:00
efb7160373 rename just read feed to home 2024-05-27 21:11:08 +08:00
5b9e34739d skip auth token for score api for now 2024-05-27 17:59:04 +08:00
b24d8ca413 show long read items before quick links 2024-05-27 17:55:19 +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
87ad71fbe9 add published_at to the score api request 2024-05-27 12:56:38 +08:00
fff3b4b523 add authorization to the score api client 2024-05-27 11:58:51 +08:00
3cb93283b0 add score library item job 2024-05-27 11:37:59 +08:00
67dac9ba31 add public item source 2024-05-26 14:41:38 +08:00