1c3bc51fd0
Move pinned items into the grid
2023-11-06 17:43:23 +08:00
f00556f8a6
WIP: add pinned items to the library header
2023-11-06 16:31:51 +08:00
e0646e5557
Merge pull request #3075 from omnivore-app/feat/web-label-filter-improvements
...
Toggle labels if button is directly clicked
2023-11-06 16:22:26 +08:00
41a601f199
Use the pointer cursor for labels, invert query logic
2023-11-06 15:31:30 +08:00
2924d542be
Toggle labels if button is directly clicked
2023-11-06 15:22:26 +08:00
6c5afeb0e4
Send title text with share original option
2023-11-06 15:12:30 +08:00
fdad3a28af
Merge pull request #3024 from omnivore-app/integratoin
...
improvement on integrations
2023-11-03 17:20:17 +08:00
8d592c52fb
Merge pull request #3040 from lily-mara/dev-env-fixes
...
Improve developer environment onboarding
2023-11-03 16:05:11 +08:00
556fa60fc9
Add an environment variable to conditionally use legacy rewrites
...
These rewrites are not needed in dev, but in demo/production
we should keep them for some older clients still.
2023-11-03 15:41:47 +08:00
67766eefbb
Add an environment variable for the legacy rewrite rules that arent needed for local dev
2023-11-03 15:24:38 +08:00
356a32727a
Merge pull request #3037 from omnivore-app/feat/ios-extension-cleanup
...
iOS Extension and notes cleanup
2023-11-03 15:08:23 +08:00
3761b396f4
remove unused code
2023-11-03 10:17:36 +08:00
9ef608b4b6
fix: highlights not added to the content if searching for highlighted content
2023-11-03 10:11:14 +08:00
4fbe14a77b
Fix refresh loop on web
2023-11-02 11:11:05 +08:00
ffad064d3a
Merge pull request #3051 from naveennamani/patch-1
...
Fixes #3050 - URLs sensitive to trailing slash
2023-11-01 15:48:04 +08:00
a28f618b08
Consistent casing for titles
2023-11-01 15:16:05 +08:00
e98d029250
remove unused fields in library_item entity so we exclude them from the webhook event
2023-11-01 14:56:36 +08:00
c93fc14de8
remove user from highlight webhook event
2023-11-01 13:26:36 +08:00
30cc952f02
do not publish events if the highlights are recommended by club users
2023-11-01 13:24:06 +08:00
ef1adfee98
Fixes #3050 - URLs sensitive to trailing slash
...
By passing false to `removeTrailingSlash` for normalize-url call, the URLs sensitive to trailing slash will be parsed correctly
2023-10-30 14:31:46 +05:30
8df6fb3ae2
import unarchived items by default
2023-10-30 16:22:09 +08:00
f6c0b2ba34
add import_item_state to set integration api payload
2023-10-30 16:09:10 +08:00
a528692125
add import_item_state to integration entity
2023-10-30 15:12:18 +08:00
9be25fa418
add import_item_state column to integrations table
2023-10-30 15:07:52 +08:00
761d0574a9
add state to the integration handler request payload
2023-10-30 14:41:53 +08:00
8b6dbf0604
filter out archived items by default when importing from pocket
2023-10-30 14:41:53 +08:00
d84aae1d8e
update Dockerfile
2023-10-30 14:41:53 +08:00
dd1cb188e4
fix tests
2023-10-30 14:41:53 +08:00
1b8a9282b6
fix tests
2023-10-30 14:41:53 +08:00
c7953642c8
update Dockerfile
2023-10-30 14:41:53 +08:00
07eb97e7cc
remove unused code
2023-10-30 14:41:53 +08:00
5cc9474b73
create an integration handler for importing from pocket
2023-10-30 14:41:52 +08:00
58d5eb6bc0
create an API to create a cloud task for each active integration when the cronjob triggers
2023-10-30 14:41:52 +08:00
b8b20905e4
update eslint
2023-10-30 14:41:52 +08:00
5edba30e23
create an integration handler for syncing with readwise
2023-10-30 14:41:52 +08:00
47f67c237d
change source to pocket if item is imported from pocket
2023-10-30 14:41:52 +08:00
6bdc7f01e1
Merge pull request #3027 from omnivore-app/fix/site-search
...
fix: site scoped search not working for domain and hostname
2023-10-30 11:08:26 +08:00
4f0b7df33d
Merge pull request #3038 from omnivore-app/fix/rss
...
fix: failed to fetch rss items from https://tldr.tech/api/rss/ai
2023-10-30 10:39:27 +08:00
52825af0af
New Obsidian logo
...
Downloaded from https://obsidian.md/blog/new-obsidian-icon/
2023-10-29 18:47:41 +01:00
48efd301bd
Delete packages/web/public/static/icons/obsidian.png
2023-10-29 18:47:07 +01:00
f8a6fc9e0d
Improve developer environment onboarding
...
I encountered a number of issues while trying to get my own local dev
environment set up. This change adds missing information to the readme, updates
the Postgres image to one that includes required module dependencies, and
removes next.js rewrite rules (IS THIS SAFE?) which were no longer used and
causing issues.
2023-10-27 08:44:26 -07:00
d50726f3b4
fix: check lastBuildDate instead of pubDate in rss feed
2023-10-27 21:42:20 +08:00
7e0051b432
Merge pull request #3032 from lily-mara/fix-library-list-hover
...
Fix hover behavior of library list hover actions
2023-10-27 18:00:17 +08:00
e980e1c05a
Merge pull request #3036 from omnivore-app/fix/web-intercom-hash
...
Add intercom identity verification
2023-10-27 16:50:47 +08:00
6db23ba05c
Add intercom identity verification
2023-10-27 16:13:03 +08:00
b8eb376226
fix: wrong node version in docker-file in rss-handler
2023-10-27 16:01:27 +08:00
01856c3099
Fix hover behavior of library list hover actions
...
In the library list view, there is a toolbar of actions that appears over each
entry when you hover over it. This change fixes the hover behavior of this
toolbar so that you do not need to move the mouse cursor out and back into the
library list item after archiving/deleting a previous item in order to
re-activate the toolbar.
2023-10-26 23:59:36 -07:00
91acbb6212
validate if date is unix timestamp in milliseconds in csv file when importing
2023-10-27 13:22:45 +08:00
bb40ad5afe
vercel sets WASM content-type correctly so this isnt needed
2023-10-27 11:29:14 +08:00
65d96cfc8d
Cleanup debug code
2023-10-27 11:10:54 +08:00