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
0869cfd477
replace category with folder in the GQL type
2023-11-16 17:50:30 +08:00
3327334bf6
update category in filters table from Search to inbox
2023-11-16 17:25:00 +08:00
3d84108202
remove feeds table
2023-11-14 15:27:58 +08:00
05b386ad79
migrate existing data
2023-11-11 11:28:16 +08:00
adf13131db
add folder to library_item table
2023-11-10 17:34:46 +08:00
69dc1ba47a
fix tests
2023-11-09 22:39:51 +08:00
9dfc5f856d
rename variables
2023-11-09 19:00:57 +08:00
b7496db56c
add following handler to save following item
2023-11-09 15:53:44 +08:00