Commit graph

10123 commits

Author SHA1 Message Date
Hongbo Wu
8e9fce7250
Merge pull request #3663 from omnivore-app/feature/notion-integration-web
Web UI for notion integration
2024-03-13 19:42:29 +08:00
Hongbo Wu
9ed23611a1 fix styles 2024-03-13 19:41:39 +08:00
Hongbo Wu
6a7d2b0ec2 fix tests 2024-03-13 19:11:38 +08:00
Hongbo Wu
53cc193bd1 update header 2024-03-13 19:10:11 +08:00
Hongbo Wu
1fb81eaa2b hide notion settings if not connected 2024-03-13 18:54:57 +08:00
Hongbo Wu
16e76538d8 add delete notion button 2024-03-13 18:45:26 +08:00
Hongbo Wu
6310e5f83b update form 2024-03-13 15:55:34 +08:00
Hongbo Wu
bdd89113c5 get value from database 2024-03-13 13:27:00 +08:00
Hongbo Wu
41d70bcfb0 Add beta alert 2024-03-13 11:07:08 +08:00
Hongbo Wu
c5cbe373e7 Web UI for notion integration 2024-03-12 22:38:44 +08:00
Hongbo Wu
ff157bd453
Merge pull request #3620 from omnivore-app/feature/notion-integration
Feature: Notion Integration
2024-03-12 22:37:51 +08:00
Jackson Harper
ee63ae3820
Merge pull request #3658 from omnivore-app/dependabot/npm_and_yarn/google-cloud/storage-7.8.0
Bump @google-cloud/storage from 7.0.1 to 7.8.0
2024-03-12 17:51:20 +08:00
Jackson Harper
cd9d095320
Merge pull request #3650 from omnivore-app/dependabot/npm_and_yarn/jose-2.0.7
Bump jose from 2.0.6 to 2.0.7
2024-03-12 17:50:48 +08:00
Hongbo Wu
b95cb932db
Merge pull request #3660 from omnivore-app/fix/do-not-get-content-in-export-job
do not get content from db when exporting item to integrations
2024-03-12 16:06:29 +08:00
Hongbo Wu
8eaf754538 do not get content from db when exporting item to integrations 2024-03-12 15:37:19 +08:00
Hongbo Wu
bff55e0add
Merge pull request #2693 from omnivore-app/dependabot/npm_and_yarn/pg-8.11.3
Bump pg from 8.7.3 to 8.11.3
2024-03-12 14:18:44 +08:00
dependabot[bot]
ddfbdab3a2
Bump @google-cloud/storage from 7.0.1 to 7.8.0
Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 7.0.1 to 7.8.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v7.0.1...v7.8.0)

---
updated-dependencies:
- dependency-name: "@google-cloud/storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 22:22:23 +00:00
Hongbo Wu
e5a8f31158
Merge pull request #3656 from keeratS/typofix-api-options 2024-03-10 14:01:17 +08:00
Keerat
07d40a57fb textboix to textbox 2024-03-09 18:41:38 -08:00
Jackson Harper
f603e4e522
Merge pull request #3655 from omnivore-app/fix/ios-push-item-id
Use folders when handling push notifications
2024-03-08 21:21:57 +08:00
Jackson Harper
e15ae29961 Use folders when handling push notifications 2024-03-08 21:11:16 +08:00
Jackson Harper
c3b461865f
Merge pull request #3654 from omnivore-app/fix/ios-push-item-id
Parse libraryItemId from notifications
2024-03-08 20:59:17 +08:00
Jackson Harper
9e99b5d7f8 Parse libraryItemId from notifications 2024-03-08 20:41:18 +08:00
Jackson Harper
b618957d97
Merge pull request #3653 from omnivore-app/fix/ios-reading-position
iOS read position and view hierarchy fixes
2024-03-08 17:55:42 +08:00
Jackson Harper
50a7315185 Fix confirmation modal 2024-03-08 17:41:49 +08:00
Jackson Harper
e093738dcc Send libraryItemId with push notifications 2024-03-08 17:24:02 +08:00
Jackson Harper
28aa9a468d Reduce toast display time 2024-03-08 17:23:38 +08:00
Jackson Harper
7d77291f11 Push configuration on iOS 2024-03-08 17:15:59 +08:00
Jackson Harper
6bc100942f Send libraryItemId and thumbnail with push notifications 2024-03-08 16:40:49 +08:00
Jackson Harper
bd4e405984 Dont show results indicator while loading on iPad 2024-03-08 13:26:49 +08:00
Jackson Harper
2ce4fa3f48 Fix issues with search view hierarchy 2024-03-08 13:20:22 +08:00
Jackson Harper
5383e8133b Dont show footer during loading 2024-03-08 12:49:41 +08:00
Jackson Harper
cd8347d0e0 Properly observe model items so library position can be updated 2024-03-08 12:43:54 +08:00
Jackson Harper
45b81a2983
Merge pull request #3651 from jeffbowen/jeffbowen-fix-workflow-badge
Fix Github Workflow Status badge in README.md
2024-03-08 11:03:35 +08:00
Jeff Bowen
b4faee4bb7
Fix Github Workflow Status badge in README.md
Noticed the workflow status badge in the README was broken and pointing to [this issue](badges/shields#8671). Fixed per the instructions in that issue.
2024-03-08 10:43:45 +10:00
dependabot[bot]
e8e93c1e7d
Bump jose from 2.0.6 to 2.0.7
Bumps [jose](https://github.com/panva/jose) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/panva/jose/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 18:11:34 +00:00
Jackson Harper
cd250d112d
Merge pull request #3645 from omnivore-app/fix/firefox-get-started-typo
Fix typo
2024-03-07 16:35:43 +08:00
Jackson Harper
fa48e607ab Fix typo 2024-03-07 16:24:16 +08:00
Jackson Harper
1f101e328e
Merge pull request #3643 from omnivore-app/feat/firefox-get-started
Add a get started page for firefox extension users
2024-03-07 15:12:27 +08:00
Jackson Harper
fda30a024e Revert about change 2024-03-07 14:03:44 +08:00
Jackson Harper
b8d8de1373 Add a get started page for firefox extension users
Should help with some onboarding issues, also helps with the
weird grant consent process.
2024-03-07 13:41:39 +08:00
Hongbo Wu
44178c1c1e Add author 2024-03-07 13:24:02 +08:00
Jackson Harper
efcc9647a1
Merge pull request #3641 from omnivore-app/fix/web-system-default-font
Fix issue where System Default font overrides the browser agent font settings
2024-03-07 11:54:27 +08:00
Jackson Harper
1a358585b6 Fix issue where System Default font overrides the browser agent font settings 2024-03-07 11:37:25 +08:00
Hongbo Wu
39778feb88 export highlights and labels 2024-03-06 20:23:42 +08:00
Jackson Harper
ee5000393f
Merge pull request #3637 from jeffbowen/jeffbowen-plus-macos
Refer to "Omnivore for iOS" as "Omnivore for iOS and macOS"
2024-03-06 13:48:21 +08:00
Jeff Bowen
25ec04c578
Capitalize "Share" in "Share extension"
Apple capitalizes "Share" in "Share extension" when referring to Share extensions. https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Share.html
2024-03-06 14:38:59 +10:00
Jeff Bowen
c250717320
Add "macOS" to "Omnivore for iOS" app name
Currently on the Install page Omnivore refers to the "Omnivore for iOS" app but as that app seems to be a universal app for iOS *and* macOS, it should probably be referred to as "Omnivore for iOS and macOS".
2024-03-06 14:36:30 +10:00
Hongbo Wu
3d8458992c
Merge pull request #3636 from omnivore-app/fix/send-push-notification
fix/send push notification
2024-03-06 12:18:42 +08:00
Hongbo Wu
d41459a5cd log unhandled error 2024-03-06 12:04:16 +08:00