Commit Graph

91 Commits

Author SHA1 Message Date
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
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
e66d047d51 Add createIntegration API to the GQL schema 2022-08-05 16:08:20 +08:00
b12607887e Add moveLable api in gql Schema 2022-08-04 21:38:05 +08:00
336d06375a Add updatesSince API resolver 2022-07-29 18:11:18 +08:00
07c6214e88 Add DELETED state to the article 2022-07-29 14:08:35 +08:00
b976b6098d Add updatesSince API in GQL schema 2022-07-29 12:11:48 +08:00
abb1a414c1 remove login gql resolver 2022-07-25 15:13:58 -07:00
f7053622a5 remove signup gql resolver 2022-07-25 15:13:30 -07:00
068684d16b add test for failing to send confirmation email when signup 2022-07-25 15:12:56 -07:00
cb1d64cd82 add siteName in api response 2022-07-13 10:57:54 +08:00
970609c3b8 change size to first in query param 2022-07-13 10:46:03 +08:00
b68282fe97 rename typeahead to typeaheadSearch 2022-07-12 09:36:00 -07:00
3a1f38a6f7 add typeahead api implementation 2022-07-12 09:36:00 -07:00
31ac511121 add typeahead gql schema 2022-07-12 09:36:00 -07:00
d595bfb7f1 add delete account mutation to schema.ts 2022-07-06 09:38:24 -07:00
6cae3dc9b5 Add highlights in search item 2022-06-28 09:53:48 +08:00
2bcf97d2e8 Make updatedAt optional 2022-06-17 17:07:13 +08:00
e408143ea9 Add savedAt to searchItem and make readingProgress required 2022-06-17 16:02:46 +08:00
6189e85b2c Add readAt to article 2022-06-15 09:32:10 +08:00
ea4e4d6828 Use the Article type instead of Page in updatePage API
Despite the name we are still using Article in many
places.
2022-06-09 15:29:01 -07:00
fa2b58eac0 When creating a page during an uploadfile request return its ID 2022-06-08 20:17:47 -07:00
309c581cf5 Merge pull request #729 from omnivore-app/labels-in-highlights
Support labels in highlights
2022-06-09 09:28:43 +08:00
427b58eedd Add set labels for highlight gql schema 2022-06-06 19:15:51 +08:00
d00becc269 Add readAt to search API response 2022-06-04 22:12:59 +08:00