Commit Graph

190 Commits

Author SHA1 Message Date
b7496db56c add following handler to save following item 2023-11-09 15:53:44 +08:00
cbb5a0a921 revert searchItem changes 2023-11-08 18:16:48 +08:00
cc53992b9a add addFollowingToLibrary API 2023-11-08 18:16:48 +08:00
99616501cf add saveFollowing API 2023-11-08 18:16:48 +08:00
9b0b378c39 check is_fetching_content and only fetch content if required for rss feed items 2023-11-08 18:16:48 +08:00
1da8dc6545 update library_item table 2023-11-08 18:16:48 +08:00
da0d1705b5 add following graphql api to fetch user following 2023-11-08 18:16:48 +08:00
fc783f01ec add feeds graphql api for searching feed by title or url 2023-11-08 18:16:48 +08:00
e282eea99f add feeds graphql api to the schema 2023-11-08 18:16:48 +08:00
3e9a049306 add fields to the response of user personalization api 2023-11-07 15:39:56 +08:00
f6c0b2ba34 add import_item_state to set integration api payload 2023-10-30 16:09:10 +08:00
5edba30e23 create an integration handler for syncing with readwise 2023-10-30 14:41:52 +08:00
6db23ba05c Add intercom identity verification 2023-10-27 16:13:03 +08:00
f18ea7a7ce ignore position check if force = true in reading progress api payload 2023-10-23 20:57:20 +08:00
4e36a5809e fix failure of re-subscribing rss feed 2023-10-20 11:05:58 +08:00
1880f2ace4 Update rss handler to fetch a group of rss feeds in one task 2023-10-19 17:27:55 +08:00
78a642db6d Update type signature 2023-10-18 19:53:26 +08:00
cf101c6d18 Cache and check feed checksums to reduce fetching 2023-10-18 16:26:03 +08:00
2e5529fd81 allow readingProgressAnchorIndex to be null 2023-10-05 14:31:07 +08:00
68e381deb2 revert note changes 2023-10-05 14:31:06 +08:00
fdd771bc06 add migration script 2023-10-05 14:31:06 +08:00
5ed7e819e8 fix label constraint 2023-10-05 14:28:52 +08:00
65bb4aa85f remove knex 2023-10-05 14:27:18 +08:00
ee50529f95 add update email form on account page 2023-10-02 22:21:50 +08:00
c40e64773a convert to email api 2023-10-02 17:01:13 +08:00
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