Commit Graph

120 Commits

Author SHA1 Message Date
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
bccb949fce Save advanced search terms in search history too 2022-10-12 13:35:01 +08:00
ff12675713 Make user_id and term unique 2022-10-12 10:37:29 +08:00
4e14518189 Replace keyword with term 2022-10-11 11:26:18 +08:00
cd13e5874a Create search_history table and entity class 2022-10-10 17:44:55 +08:00
0cd73053c3 Add icon field to subscriptions table 2022-09-27 11:58:55 +08:00
795ca47414 Save wordsCount when page is created 2022-09-06 10:19:58 +08:00
d00391b593 Add wordCount to Page doc in elastic 2022-09-06 10:03:36 +08:00
5201f5d360 Add RLS to speech table 2022-08-26 16:56:33 +08:00
f243ececec Add listenedAt to Page in elastic 2022-08-25 16:09:35 +08:00
401633eda6 Return signed url 2022-08-18 19:24:38 +08:00
249a5cda4a Add bucket, audioFileName, speechMarksFileName, state to speech table 2022-08-18 19:24:38 +08:00
02ba753375 Upload speech marks file to gcs too 2022-08-18 19:24:38 +08:00