Commit Graph

322 Commits

Author SHA1 Message Date
8b1dc1494e Drop multiple-column index for user_id and state columns in library_item table since we create a new index for count covers them 2024-05-20 11:22:08 +08:00
62d4b613f4 add index for archived_at column 2024-05-18 21:29:12 +08:00
6592ac6a86 add digest_config column to the user_personalization table 2024-05-03 11:12:19 +08:00
6ce95194ee alter read_labels policy to check user_id 2024-04-16 11:41:19 +08:00
cd6f3e6bbe enforce usage limits for the API 2024-04-11 11:08:22 +08:00
289d750a05 add columns for reply_to and reply and create tables for tracking service usage and enforce limit according to the subscription plan 2024-04-11 11:08:22 +08:00
a1a3901ef6 update integration names 2024-04-04 12:19:18 +08:00
ffed903bb9 add data migration script 2024-04-04 12:19:18 +08:00
a344e5cd6a drop unique constraint on filter column in rules table 2024-04-04 12:17:15 +08:00
647a8f6e24 update the migration version number to resolve conflicts 2024-03-20 11:00:26 +08:00
9af4235233 skip failed to parse rules and show the timestamp in the UI 2024-03-20 10:35:58 +08:00
e47e169402 Merge branch 'main' into discover-no-ts-changes 2024-03-19 15:50:51 +08:00
3c0356a77f Move migrations 2024-03-14 18:11:46 +08:00
ef4dfcfb3a Remove migrations tsconfig changes 2024-03-12 11:04:00 +08:00
5705198ae5 Revert back to ADa 2024-03-07 17:47:57 +01:00
7d291f084b Merge all changes from main, update theming of Discover 2024-03-07 17:39:57 +01:00
1edf801b02 add settings jsonb column to the integrations 2024-03-05 16:13:50 +08:00
c20d8e6b4d Add summaries, display accont features 2024-02-28 15:14:32 +08:00
6b0cefe190 add representation column to the highlight table and gql schema which is either CONTENT or FEED_CONTENT 2024-02-23 17:14:52 +08:00
f4b6e470f2 replace fetch_content with fetch_content_type as a enum: ALWAYS, NEVER, WHEN_EMPTY 2024-02-23 14:19:22 +08:00
08e4bed146 rename preview_content to feed_content in library_item table and gql schema 2024-02-23 12:53:39 +08:00
8ce7550582 create an index for upload_file_id in library_item table 2024-02-23 11:33:48 +08:00
58e33cc4e0 fix tests 2024-02-23 11:17:37 +08:00
534b28c536 add an index for api key 2024-02-23 11:06:08 +08:00
fe2451cca7 remove unwanted line 2024-02-23 10:21:15 +08:00
aa96ccf50d create a multi-column index on user_id and state columns 2024-02-23 10:11:13 +08:00
23fc68e579 Add user_id to the subscriptions name index 2024-02-06 11:01:39 +08:00
8bf0f4d755 Add an index to the subscriptions name column 2024-02-06 10:54:21 +08:00
471998aed3 fix: drop db triggers which updates labels and highlights in library_item table for locking the table 2024-02-02 09:56:45 +08:00
1563b44197 save the timestamp when feed fails 2024-01-24 14:54:39 +08:00
9e966bb269 add REFRESH_ERROR to the status of subscriptions and add a new column refreshed_at 2024-01-24 11:26:35 +08:00
08e86fe729 Merge branch 'omnivore-app:main' into main 2024-01-11 08:46:01 +01:00
4cf600e7b0 drop old index 2024-01-11 11:45:22 +08:00
1d4d373508 replace the slow postgres trigger function for updating label names 2024-01-11 10:21:36 +08:00
cf6f15e520 add index for sorting by word_count 2024-01-10 17:34:54 +08:00
525b3fbacf add index for sorting by read_at 2024-01-10 17:32:23 +08:00
d54af004d6 add index for sorting by published_at 2024-01-10 17:28:00 +08:00
7fba161d41 add index for sorting by updated_at 2024-01-10 17:25:21 +08:00
d9d800cfc4 add index for sorting by saved_at 2024-01-10 17:09:15 +08:00
701e0fb23e Fix issue with tsconfig in db 2024-01-09 10:42:31 +00:00
c0373646cb Fix Linting... 2024-01-09 11:22:32 +01:00
36c75af23f minor improvements 2024-01-07 14:42:26 +01:00
cba83c1593 Update the default Highlights query
This query is more of what people want, all their created
highlights, not just ones in their current inbox. Since a normal
workflow would be: read + highlight, archive, review highlights.
2024-01-03 18:17:25 +08:00
6f1ef075c6 add content_not_fetched state for items saved without content fetched 2023-12-19 10:41:20 +08:00
97735d0633 make existing newsletters go to inbox folder 2023-12-18 16:08:36 +08:00
d67b974367 add fetch_content and folder column to the subscriptions table and folder column to newsletter_emails table 2023-12-14 15:41:54 +08:00
56a7ae4dc1 add source column to entity_labels table 2023-12-13 14:35:24 +08:00
ab057a3791 remove updating folder sql from migration script which caused locks 2023-12-08 15:02:16 +08:00
750b59cb8d Merge pull request #3139 from omnivore-app/change-folder-to-state-1 2023-11-23 12:31:37 +08:00
c5a97c7a41 change archive and trash from folder to state 2023-11-17 13:51:33 +08:00