Commit Graph

132 Commits

Author SHA1 Message Date
599d61016e feat: add category field to Filter object 2023-07-03 19:06:45 +08:00
6116746e80 feat: make newsletters and favorites internal labels 2023-06-09 12:48:46 +08:00
c1bd0895f0 Update to fix db package README 2023-05-21 14:03:11 -07:00
874247661b resolve conflicts 2023-04-12 17:04:59 +08:00
4ce4cd0a62 Add a type for export or import to the integration table 2023-04-12 16:50:10 +08:00
9056318667 Change type field in integration table from enum to text type 2023-04-12 16:50:10 +08:00
71826148fd Add type to the highlight in the elasticsearch and three types are HIGHLIGHTS, REDACTION and NOTE 2023-03-22 10:34:40 +08:00
bf6ae38fe1 Add html to the highlight document in elasticsearch 2023-03-14 15:20:09 +08:00
bba0f69f62 Add top percentage to the reading position in API 2023-03-10 12:38:25 +08:00
b206f8e6b1 Remove unique constraint of user_id and event_types on webhooks table 2023-03-09 14:53:06 +08:00
c4905aaba8 Add default empty value to the text field in received_emails table 2023-02-01 13:43:12 +08:00
8da817e8b1 Fix the clear old received emails trigger to only clear current users emails 2023-01-27 15:38:14 +08:00
1c52339b7a Fix rebase conflict 2023-01-18 15:01:30 +08:00
3f373ab3b6 Save received email 2023-01-18 15:00:34 +08:00
2da4ca5da8 Add saveReceivedEmail service 2023-01-18 15:00:34 +08:00
b7d732df7c Add received_email entity 2023-01-18 15:00:34 +08:00
d87a91de77 Add received_emails db table 2023-01-18 15:00:34 +08:00
d3f3a07f5e Fix typo 2023-01-18 14:44:12 +08:00
b3fafb0c75 Grant delete permission on subscriptions table 2023-01-18 14:35:51 +08:00
9d8f51f866 Update migrations file as there was a conflict with previous 2023-01-11 10:57:21 +08:00
2ad517ba69 Remove migrations to try and fix CI 2023-01-11 10:51:46 +08:00
1a7b6a2c59 Remove constraints on content display reports
We dont want to ever clear the content reports table, even if
a user is deleted the report is still valid, so remove the
constraints.
2023-01-11 10:51:46 +08:00
08e0423939 Add unique constraint on user_id and name to subscriptions table 2023-01-09 15:04:01 +08:00
892a9ef30d Add subscriptionCount and createdAt in NewsletterEmail type 2023-01-09 12:24:45 +08:00
0b515d4605 Add comment 2023-01-06 22:03:56 +08:00
98497f26c0 Add demo user in docker-compose migrate service 2023-01-06 22:00:43 +08:00
54ceeb326a Add canPost and canSeeMembers to type Group 2022-12-12 22:40:19 +08:00
ff3e8aa29e Add delete permission to group and membership tables 2022-12-08 16:29:46 +08:00
1dafdae7cc Revert changes to migrate script 2022-12-07 11:22:36 +08:00
a8df439297 Rename recommendedBy to recommendations 2022-12-06 21:18:21 +08:00
ba8cd22611 Use text instead of keyword for recommendation notes 2022-12-06 17:51:03 +08:00
0892d9e7e6 Add user and note to Recommendation type 2022-12-06 17:44:53 +08:00
f2a0c540a6 iOS basic UI for recommending 2022-12-05 17:45:06 +08:00
714f0f1f63 Add joinGroup API 2022-12-05 12:47:38 +08:00
8d123cf52d Grant update permission on invite, group_membership and group tables 2022-12-05 12:45:54 +08:00
27d9e8464d Add unique constraint on user_id and group_id to group_membership table 2022-12-05 12:45:54 +08:00
b19b04bbe6 Add recommendedBy nested field in page index 2022-12-02 15:24:37 +08:00
7f04a381a1 Add is_admin field to group_membership table 2022-12-01 17:47:12 +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
4d845ef413 Add search_filter table and entity 2022-11-30 20:38:30 +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
8008720712 Con't: store actions as a json in db 2022-11-17 16:22:16 +08:00
23c527c345 Add rule entity 2022-11-17 15:04:44 +08:00
60027dd670 Add rules table migration sql 2022-11-17 14:50:57 +08:00
63de1c3359 Add optInFeature API 2022-11-09 17:35:54 +08:00
98f59c50f0 Remove token in features table 2022-11-09 11:32:08 +08:00
398e242131 Add features table 2022-11-08 17:30:03 +08:00
5e68e30d5b Add highlightPositionPercent and highlightPositionAnchorIndex in highlight api 2022-10-25 10:24:30 +08:00