Commit Graph

191 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
76ebfbd305 create separate intercom secret and return the hash based on the client 2024-07-05 17:03:27 +08:00
e9dcdc6dd1 fix: word count in CJK languages 2024-07-04 12:28:01 +08:00
5d07e554e2 return author name only 2024-07-01 10:49:09 +08:00
72a477c25a add delete post graphql api and tests 2024-07-01 10:49:09 +08:00
16f67c854c add update post graphql api and tests 2024-07-01 10:49:09 +08:00
9caad12f09 add create post graphql api and tests 2024-07-01 10:49:09 +08:00
12db8b6a7d add get post graphql api and tests 2024-07-01 10:49:09 +08:00
81b0fc19a2 tidy 2024-07-01 10:49:08 +08:00
3fb146e864 list posts api 2024-07-01 10:11:32 +08:00
9f16e5fede add "canMove" field to the HomeItem type in graphql api which indicates if the item is in following folder 2024-06-25 16:40:12 +08:00
40182421f7 show archived highlights 2024-06-20 16:31:05 +08:00
2e26a04cd0 remove redundant context type 2024-06-20 15:47:52 +08:00
4ab0497034 Get uid from claims 2024-06-19 18:09:00 +08:00
54f608d23c Use context uid 2024-06-19 17:53:08 +08:00
e2e0774e7e Add user field to the ArticleSavingRequest resolver 2024-06-19 17:44:44 +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
aea1650626 do not show move/archived/deleted item in home feed 2024-06-14 12:15:17 +08:00
12fa6ca0b4 add delete folder policy api 2024-06-13 18:29:21 +08:00
6138e078b1 add update folder policy api 2024-06-13 18:29:21 +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
c7b1794591 Implement more of Recently Added section 2024-06-12 21:00:14 +08:00
c826e034ab Merge pull request #4034 from omnivore-app/fix/home-item-thumbnail
fix: home item thumbnail not using proxy url
2024-06-07 13:41:15 +08:00
e05985b2e4 fix typo 2024-06-07 13:40:54 +08:00
76383d8a33 feat: generate preview content if excerpt less than 180 chars 2024-06-06 19:08:41 +08:00
c48013ed4b fix: home item thumbnail not using proxy url 2024-06-06 17:50:18 +08:00
70bc136d15 batch get labels from highlight id 2024-06-06 17:26:01 +08:00
51efff8b8e allow returning library item information in highlight 2024-06-06 15:23:56 +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
8eac9375a2 feat: add a hidden section in home feed and load on demand 2024-05-31 16:34:32 +08:00
a6d27bea8d rename for you to top picks 2024-05-31 12:23:11 +08:00
1af6cfa549 rename long section to for you 2024-05-31 11:51:30 +08:00
d349c1867f add section title 2024-05-30 15:48:57 +08:00
b7e6888395 remove debugging logs 2024-05-29 17:42:30 +08:00
91c2ae8d97 add refresh home api 2024-05-29 17:24:37 +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
974c910846 add score to home item 2024-05-29 15:02:10 +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
5257d95559 fix: home items order is not accurate 2024-05-28 21:29:35 +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
cb4fc23507 implement justReadFeed API 2024-05-23 22:07:19 +08:00