Commit Graph

5024 Commits

Author SHA1 Message Date
8731262e51 update docker-compose-test 2023-11-08 18:02:40 +08:00
538ca4212e Revert "Revert "revert sentry upgrade""
This reverts commit 42614d2a37.
2023-11-08 17:52:57 +08:00
42614d2a37 Revert "revert sentry upgrade"
This reverts commit 1cba04d0f3.
2023-11-08 17:49:47 +08:00
d3852ce655 Revert "upgrade sentry/nextjs to 7.77.0"
This reverts commit b65fc43012.
2023-11-08 17:49:22 +08:00
b65fc43012 upgrade sentry/nextjs to 7.77.0 2023-11-08 17:25:43 +08:00
1cba04d0f3 revert sentry upgrade 2023-11-08 17:08:35 +08:00
98dd809337 Merge pull request #3078 from omnivore-app/feat/ios-header-pins
Header pins on the web
2023-11-08 13:25:32 +08:00
127951ee6d Merge pull request #3082 from omnivore-app/dependabot/npm_and_yarn/sentry/serverless-7.77.0
Bump @sentry/serverless from 6.19.3 to 7.77.0
2023-11-08 12:47:17 +08:00
32ae38fcba upgrade sentry to 7.77.0 in packages/api 2023-11-08 12:23:36 +08:00
656ac8e676 Fix dropdown 2023-11-08 12:21:57 +08:00
2e650c4ad1 Simplify change actions 2023-11-08 12:10:45 +08:00
09c30fe645 Add pinned searches 2023-11-08 11:27:21 +08:00
3e9a049306 add fields to the response of user personalization api 2023-11-07 15:39:56 +08:00
39586cfb91 add fields column of type:json to the user_personalization table 2023-11-07 13:50:00 +08:00
41805d13db Bump @sentry/serverless from 6.19.3 to 7.77.0
Bumps [@sentry/serverless](https://github.com/getsentry/sentry-javascript) from 6.19.3 to 7.77.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.19.3...7.77.0)

---
updated-dependencies:
- dependency-name: "@sentry/serverless"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 03:35:00 +00:00
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