Commit Graph

114 Commits

Author SHA1 Message Date
892a9ef30d Add subscriptionCount and createdAt in NewsletterEmail type 2023-01-09 12:24:45 +08:00
e28c9b10bb Fetch markdown content if specified in search API 2023-01-05 17:17:09 +08:00
7b749f974d Convert HTML to markdown if specified 2023-01-05 12:12:48 +08:00
0edd91057e Update user interface for file import tool 2023-01-03 17:49:07 +08:00
9314c3d8f1 Add uploadImportFile API method
Add uploadImportFile API method

Fix prefix, counting max files uploaded

Add resolver types

Basic web ui for the uploader interface

Allow selecting type when uploading import files
2023-01-03 10:01:59 +08:00
2c39916441 Add wordsCount to article schema 2023-01-02 16:49:11 +08:00
7c39db207b Replace createArticle with savePage in puppeteer-parse service 2022-12-28 10:15:05 +08:00
e22d209721 Fix test 2022-12-28 09:16:44 +08:00
e9b31e375f Update savePage API to accept parsed content in the param 2022-12-27 21:59:31 +08:00
54ceeb326a Add canPost and canSeeMembers to type Group 2022-12-12 22:40:19 +08:00
f4fa9cb15b do the same for merge highlight 2022-12-09 15:29:15 +08:00
5fc18770ad Upsize max highlight char length to 6000 2022-12-09 15:24:10 +08:00
6830da995f Add leaveGroup API 2022-12-08 15:36:28 +08:00
62a3f6d1d8 Add recommendHighlights API 2022-12-08 11:37:35 +08:00
a8df439297 Rename recommendedBy to recommendations 2022-12-06 21:18:21 +08:00
0892d9e7e6 Add user and note to Recommendation type 2022-12-06 17:44:53 +08:00
bf18c3d3c7 Add recommendedBy in search result 2022-12-05 14:27:46 +08:00
714f0f1f63 Add joinGroup API 2022-12-05 12:47:38 +08:00
7707f100f2 Add recommend gql api 2022-12-02 19:45:26 +08:00
da3d9cf76b Add groups api 2022-12-02 12:32:26 +08:00
7285ebb940 Add createGroup API 2022-12-01 18:41:00 +08:00
0693a6c2ff Merge pull request #1487 from omnivore-app/saved-filters-api
saved filters api
2022-12-01 11:25:50 +08:00
0eebfe923a Add position in filter table and move filter api 2022-12-01 10:26:32 +08:00
0487d8325c Add saved filter api 2022-11-30 21:41:59 +08:00
86dccc0d44 Update savedAt in update page api 2022-11-30 13:17:50 +08:00
28025db959 Add labels in highlight type in api response 2022-11-25 17:12:47 +08:00
e4e21ddc3a Merge pull request #1462 from omnivore-app/add-order-in-updatesince-api
Add sort in updatesince api and default sorting by updatedAt in descending order
2022-11-25 13:18:05 +08:00
64fd0cfdc6 Add sort in updatesince api and default sorting by updatedAt in descending order 2022-11-25 11:44:55 +08:00
319c0c4bcd Allow changing byline in update api 2022-11-24 16:25:27 +08:00
9741f6b12d Add highlights to newly saved pages if they contain highlight markers 2022-11-21 22:39:10 +08:00
f358094bbf Add get device tokens api 2022-11-21 17:03:12 +08:00
88416bc178 Add get rules api 2022-11-21 15:03:15 +08:00
e53d5036dc Add notification endpoint 2022-11-18 14:33:27 +08:00
fbe4c471cd Add pubsub subscription to trigger rule actions 2022-11-18 14:00:10 +08:00
50fe92ac85 Add setRule resolver 2022-11-17 18:53:05 +08:00
845e932d93 Store actions as a json in db 2022-11-17 16:21:43 +08:00
60027dd670 Add rules table migration sql 2022-11-17 14:50:57 +08:00
71348ab492 Remove trigger type in gql schema 2022-11-17 14:50:57 +08:00
775180d785 Add rules api gql schema 2022-11-17 14:50:57 +08:00
917396c976 Upsert user personalization in db 2022-11-11 16:11:09 +08:00
67b26be547 Allow apollo sandbox access 2022-11-11 15:24:54 +08:00
ac21e4e6c8 Set voice and secondary voice in user personalization 2022-11-11 14:08:28 +08:00
63de1c3359 Add optInFeature API 2022-11-09 17:35:54 +08:00
5e68e30d5b Add highlightPositionPercent and highlightPositionAnchorIndex in highlight api 2022-10-25 10:24:30 +08:00
a5c0ef19ec Add recentSearches API GQL schema 2022-10-11 14:53:48 +08:00
a6795b380a Fetch favicon from url 2022-09-28 19:02:29 +08:00
6220d5d4af Return subscription icon proxy url in the list subscriptions api response 2022-09-27 15:35:06 +08:00
4aa62d6031 Add list integrations API and integration tests 2022-08-08 18:12:44 +08:00
0cf3f58258 Add integration tests for setIntegration API 2022-08-08 17:09:23 +08:00
dd2db71876 Add createIntegration API implementation 2022-08-05 16:08:20 +08:00