Commit graph

139 commits

Author SHA1 Message Date
Hongbo Wu
b88cf7a4e8 add rssFeedUrl field in elasticsearch index 2023-07-10 18:55:52 +08:00
Hongbo Wu
0ad434ada5 resolve conflicts 2023-07-06 19:52:31 +08:00
Hongbo Wu
66819f8cb3 fix migration sql 2023-07-06 19:51:30 +08:00
Hongbo Wu
2adf753f8f update graphql schema 2023-07-06 19:51:30 +08:00
Hongbo Wu
a6192ed86b add rss subscription entity class 2023-07-06 19:51:30 +08:00
Hongbo Wu
9f7796e2f0 fix typo in sql 2023-07-06 19:51:30 +08:00
Hongbo Wu
d9130879d8 create rss_subscription db table 2023-07-06 19:51:30 +08:00
Hongbo Wu
599d61016e feat: add category field to Filter object 2023-07-03 19:06:45 +08:00
Hongbo Wu
6116746e80 feat: make newsletters and favorites internal labels 2023-06-09 12:48:46 +08:00
Jared Connor
c1bd0895f0 Update to fix db package README 2023-05-21 14:03:11 -07:00
Hongbo Wu
874247661b resolve conflicts 2023-04-12 17:04:59 +08:00
Hongbo Wu
4ce4cd0a62 Add a type for export or import to the integration table 2023-04-12 16:50:10 +08:00
Hongbo Wu
9056318667 Change type field in integration table from enum to text type 2023-04-12 16:50:10 +08:00
Hongbo Wu
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
Hongbo Wu
bf6ae38fe1 Add html to the highlight document in elasticsearch 2023-03-14 15:20:09 +08:00
Hongbo Wu
bba0f69f62 Add top percentage to the reading position in API 2023-03-10 12:38:25 +08:00
Hongbo Wu
b206f8e6b1 Remove unique constraint of user_id and event_types on webhooks table 2023-03-09 14:53:06 +08:00
Hongbo Wu
c4905aaba8 Add default empty value to the text field in received_emails table 2023-02-01 13:43:12 +08:00
Jackson Harper
8da817e8b1 Fix the clear old received emails trigger to only clear current users emails 2023-01-27 15:38:14 +08:00
Hongbo Wu
1c52339b7a Fix rebase conflict 2023-01-18 15:01:30 +08:00
Hongbo Wu
3f373ab3b6 Save received email 2023-01-18 15:00:34 +08:00
Hongbo Wu
2da4ca5da8 Add saveReceivedEmail service 2023-01-18 15:00:34 +08:00
Hongbo Wu
b7d732df7c Add received_email entity 2023-01-18 15:00:34 +08:00
Hongbo Wu
d87a91de77 Add received_emails db table 2023-01-18 15:00:34 +08:00
Hongbo Wu
d3f3a07f5e Fix typo 2023-01-18 14:44:12 +08:00
Hongbo Wu
b3fafb0c75 Grant delete permission on subscriptions table 2023-01-18 14:35:51 +08:00
Jackson Harper
9d8f51f866 Update migrations file as there was a conflict with previous 2023-01-11 10:57:21 +08:00
Jackson Harper
2ad517ba69 Remove migrations to try and fix CI 2023-01-11 10:51:46 +08:00
Jackson Harper
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
Hongbo Wu
08e0423939 Add unique constraint on user_id and name to subscriptions table 2023-01-09 15:04:01 +08:00
Hongbo Wu
892a9ef30d Add subscriptionCount and createdAt in NewsletterEmail type 2023-01-09 12:24:45 +08:00
Hongbo Wu
0b515d4605 Add comment 2023-01-06 22:03:56 +08:00
Hongbo Wu
98497f26c0 Add demo user in docker-compose migrate service 2023-01-06 22:00:43 +08:00
Hongbo Wu
54ceeb326a Add canPost and canSeeMembers to type Group 2022-12-12 22:40:19 +08:00
Hongbo Wu
ff3e8aa29e Add delete permission to group and membership tables 2022-12-08 16:29:46 +08:00
Jackson Harper
1dafdae7cc Revert changes to migrate script 2022-12-07 11:22:36 +08:00
Jackson Harper
a8df439297 Rename recommendedBy to recommendations 2022-12-06 21:18:21 +08:00
Jackson Harper
ba8cd22611 Use text instead of keyword for recommendation notes 2022-12-06 17:51:03 +08:00
Jackson Harper
0892d9e7e6 Add user and note to Recommendation type 2022-12-06 17:44:53 +08:00
Jackson Harper
f2a0c540a6 iOS basic UI for recommending 2022-12-05 17:45:06 +08:00
Hongbo Wu
714f0f1f63 Add joinGroup API 2022-12-05 12:47:38 +08:00
Hongbo Wu
8d123cf52d Grant update permission on invite, group_membership and group tables 2022-12-05 12:45:54 +08:00
Hongbo Wu
27d9e8464d Add unique constraint on user_id and group_id to group_membership table 2022-12-05 12:45:54 +08:00
Hongbo Wu
b19b04bbe6 Add recommendedBy nested field in page index 2022-12-02 15:24:37 +08:00
Hongbo Wu
7f04a381a1 Add is_admin field to group_membership table 2022-12-01 17:47:12 +08:00
Hongbo Wu
0eebfe923a Add position in filter table and move filter api 2022-12-01 10:26:32 +08:00
Hongbo Wu
0487d8325c Add saved filter api 2022-11-30 21:41:59 +08:00
Hongbo Wu
4d845ef413 Add search_filter table and entity 2022-11-30 20:38:30 +08:00
Hongbo Wu
e53d5036dc Add notification endpoint 2022-11-18 14:33:27 +08:00
Hongbo Wu
fbe4c471cd Add pubsub subscription to trigger rule actions 2022-11-18 14:00:10 +08:00