Commit Graph

137 Commits

Author SHA1 Message Date
69df32d428 Implement a reader for epubs 2023-04-18 09:00:48 +08:00
9857af27e2 Add labels and state to createArticle API 2023-04-12 17:04:59 +08:00
abd42f7064 Add labels and state to saveUrl API 2023-04-12 16:50:11 +08:00
87d3f5b3d8 Add labels and state to savePage API 2023-04-12 16:50:11 +08:00
fcf08fc364 Add state and labels to savePageInput 2023-04-12 16:50:11 +08:00
1c5991aded import from integration api return a boolean value 2023-04-12 16:50:10 +08:00
02247bc0a6 Add import from integration api implementation 2023-04-12 16:50:10 +08:00
4ce4cd0a62 Add a type for export or import to the integration table 2023-04-12 16:50:10 +08:00
4969391d4c Replace picture with image 2023-04-12 12:15:53 +08:00
c5eb223c07 Add tweet, video, picture pageType 2023-04-12 11:53:23 +08:00
83cd0ac880 Return error if query exceeds 255 char 2023-04-06 12:03:26 +08:00
3d599ad7ab Remove sanitize directive on query argument because we will change the argument type if doing so 2023-04-06 11:56:19 +08:00
c596e88f46 Set search query max size to 255 char 2023-04-05 12:20:52 +08:00
b0e91cbbbb Change GraphQL APIs 2023-03-22 10:36:38 +08:00
f93148fcdd Add BAD_DATA to the saving request error code 2023-03-21 13:02:38 +08:00
f348ec7100 Add id to saving request and make both id and url optional 2023-03-17 17:56:38 +08:00
f9396450a5 Get saving request by url 2023-03-17 11:37:59 +08:00
a8682b8cf6 Save html along with highlight and return 2023-03-14 15:55:32 +08:00
45a857152b Add minLength = 1 for quote in highlight 2023-03-10 15:40:31 +08:00
bba0f69f62 Add top percentage to the reading position in API 2023-03-10 12:38:25 +08:00
a1e3ac8a07 Add quote to the updateHighlightInput of the updateHighlight API 2023-03-08 15:37:24 +08:00
bd12ecd7ec Add publishedAt to the updatePageInput 2023-03-02 13:40:59 +08:00
bb5c104a42 Change archiveAll to bulkAction which allows deletion too 2023-02-02 21:26:37 +08:00
03ab96b7f8 Add archiveAll API 2023-02-01 18:05:16 +08:00
96f727a165 Add mark a recent email as library item api 2023-01-18 15:00:34 +08:00
62a3b48e00 Add list recent emails api 2023-01-18 15:00:34 +08:00
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
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