Commit Graph

167 Commits

Author SHA1 Message Date
d433d48365 Add Filters, and editing filters. 2023-08-30 19:37:24 +02:00
ce480806c0 add color to create/update/merge highlight api and highlight schema 2023-08-18 13:30:54 +08:00
5f6be169bd add savedAt and publishedAt to saveUrl api 2023-08-14 17:10:34 +08:00
b403dea247 add a button to pause rss feed 2023-08-01 22:07:53 +08:00
0a227decdd Merge pull request #2515 from omnivore-app/fix/push-notification
fix/push notification
2023-07-26 12:36:13 +08:00
e0a6a2e0a4 limit number of rss subscriptions to 20 2023-07-21 15:28:20 +08:00
9a224d2324 add event_types and fix the validation of form on rules page 2023-07-20 18:33:30 +08:00
6ef74a2601 disable import button while importer is running 2023-07-20 09:52:23 +08:00
153662ce6a set savedAt and publishedAt timestamp for rss item 2023-07-14 12:21:34 +08:00
435fa0c541 Merge pull request #2478 from omnivore-app/fix/puppeteer-timezone
add optional locale and timezone to saveUrl request for puppeteer to use
2023-07-11 17:32:10 +08:00
1f283e6122 add optional locale and timezone to saveUrl request for puppeteer to use 2023-07-11 16:15:32 +08:00
b1b4a2e3fd save rss feed url in the index 2023-07-11 13:14:43 +08:00
56a27878dc add updateSubscription api 2023-07-10 15:24:33 +08:00
574636451d update api to accommodate rss feed subscriptions 2023-07-06 19:51:30 +08:00
2adf753f8f update graphql schema 2023-07-06 19:51:30 +08:00
599d61016e feat: add category field to Filter object 2023-07-03 19:06:45 +08:00
a413521e3b Merge pull request #2445 from omnivore-app/feature/create-labels
feat: create labels if not exist when setting labels
2023-07-03 16:54:15 +08:00
88dc514d27 feat: allow recovering a soft deleted item through updatePage api 2023-06-30 18:39:43 +08:00
13afb7febd feat: create labels if not exist when setting labels in the highlight 2023-06-30 11:40:39 +08:00
8d3cac989b feat: create labels if not exist when setting labels in the page 2023-06-30 11:08:03 +08:00
8904247620 add test 2023-06-09 18:58:41 +08:00
5db4354f3f make internal optional in label response 2023-06-09 17:33:14 +08:00
55904ccf04 feat: add set favorite article api which adds the favorites internal label to it 2023-06-09 13:09:47 +08:00
6116746e80 feat: make newsletters and favorites internal labels 2023-06-09 12:48:46 +08:00
039f00e3b2 perf: add max doc and throttling to bulk api 2023-06-08 18:36:09 +08:00
de3623d3f2 allow mark as read and add labels bulk actions 2023-06-08 13:05:30 +08:00
1af845e4e5 feat: add bulk action api schema 2023-06-07 21:50:43 +08:00
a439aac7e7 feat: update api to include preview image 2023-06-05 12:38:30 +08:00
565c932a2d Add archivedAt to the search item in the search api response 2023-05-12 12:22:11 +08:00
130677b50c Add contentReader to the typeAheadSearchResult 2023-04-20 10:00:56 +08:00
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