Commit Graph

144 Commits

Author SHA1 Message Date
f757368ab1 Dont fail if app_user is already created 2023-07-31 10:18: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
fa1ff9ba17 Upgrade node to 18.16 2023-07-24 15:55:11 +08:00
8473b1f0a5 add event_types to rules table and existing data 2023-07-20 17:38:40 +08:00
461f44aa0e change existing labels with name = library to internal 2023-07-18 15:39:54 +08:00
b88cf7a4e8 add rssFeedUrl field in elasticsearch index 2023-07-10 18:55:52 +08:00
0ad434ada5 resolve conflicts 2023-07-06 19:52:31 +08:00
66819f8cb3 fix migration sql 2023-07-06 19:51:30 +08:00
2adf753f8f update graphql schema 2023-07-06 19:51:30 +08:00
a6192ed86b add rss subscription entity class 2023-07-06 19:51:30 +08:00
9f7796e2f0 fix typo in sql 2023-07-06 19:51:30 +08:00
d9130879d8 create rss_subscription db table 2023-07-06 19:51:30 +08:00
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