Commit Graph

1511 Commits

Author SHA1 Message Date
08e14c7577 Fix parsing of video IDs out of shared YouTube URLs 2022-05-04 10:45:16 -07:00
400a62b9f4 Merge pull request #396 from omnivore-app/feature/search-highlights-web
Feature/search highlights web
2022-05-04 09:11:38 -07:00
ba09b4c803 Merge pull request #540 from omnivore-app/fix/default-state
Show unable to parse if page is failed to save within 30 seconds
2022-05-04 22:15:12 +08:00
8f60a9f905 Add default state to migration script 2022-05-04 21:54:28 +08:00
21ff9a5ae7 Add test for state=failed or processing 2022-05-04 21:42:59 +08:00
93ab6bc87a Add includePending=true in search API 2022-05-04 21:28:06 +08:00
bc1ed3f054 Check state in articleSavingRequest 2022-05-04 19:33:13 +08:00
9e3db0e053 Fix a bug to have multiple pages with the same url in lib 2022-05-04 19:12:22 +08:00
afe8b6e948 make savedAt a required field in page 2022-05-04 17:54:59 +08:00
0bff046733 Revert "Replace getArticleSavingRequest with getArticle"
This reverts commit cf65a63532.
2022-05-04 17:43:37 +08:00
cf65a63532 Replace getArticleSavingRequest with getArticle 2022-05-04 14:30:54 +08:00
cab784b68b Remove debug 2022-05-03 22:09:43 -07:00
a42bb7ab38 Replace createdAt with savedAt 2022-05-04 12:59:07 +08:00
98ea1016d5 Remove <p> tag in description 2022-05-04 12:50:22 +08:00
9048ccbab3 Show failed pages in library 2022-05-04 12:46:57 +08:00
0b0100f0e5 Revert web change 2022-05-04 12:25:10 +08:00
ca0f58ee22 Update page content and state if failed to parse 2022-05-04 12:21:41 +08:00
2aa0618d28 Use id instead of slug 2022-05-04 12:16:21 +08:00
329efacbe5 Redirect to slug page 2022-05-04 12:12:20 +08:00
80d0146f72 Show unable to parse if page is failed to save within 30 seconds 2022-05-04 11:55:16 +08:00
fb96265a00 Merge pull request #539 from omnivore-app/feature/ios-list-card-labels
Show labels on list cards
2022-05-03 15:19:29 -07:00
8a7389712b Pull scroll to highlight changes into this branch 2022-05-03 15:00:49 -07:00
c5549d72a6 Pull in link to highlight changes 2022-05-03 14:04:40 -07:00
7c0eac53cc show labels on list cards 2022-05-03 13:59:06 -07:00
5d42b65611 Remove unused import 2022-05-03 12:15:57 -07:00
5ea67a0bea Pull in new highlight cards 2022-05-03 12:09:32 -07:00
52d795562c Merge pull request #538 from omnivore-app/fix/content-status-missing
Fix: Missing content status bug [iOS]
2022-05-03 11:55:46 -07:00
7d3ad10aa0 treat unknown link content status as succeeded (since older items don't return a status) 2022-05-03 11:47:30 -07:00
cef2db0970 Merge pull request #534 from omnivore-app/fix/ios-save-url-params
Fix params to saveUrl on iOS
2022-05-03 11:24:19 -07:00
bbb812f196 Rebase 2022-05-03 11:08:02 -07:00
f68507c069 add sort by updated and recently read 2022-05-03 11:04:01 -07:00
b36e8a78d7 remove luxon dependency in web 2022-05-03 11:03:59 -07:00
5eff1c05bf add savedAt and publishedAt date range in search query 2022-05-03 11:03:39 -07:00
6061f2927b update web to call new search endpoint for pages 2022-05-03 11:02:41 -07:00
eb31288e41 Fix params to saveUrl on iOS 2022-05-03 10:26:43 -07:00
c8c4377346 Merge pull request #531 from omnivore-app/fix/saving-analytics
Add more detailed analytics for saving. Remove intercom events
2022-05-02 21:14:18 -07:00
51c25af9ef Merge pull request #476 from omnivore-app/dependabot/npm_and_yarn/winston-3.7.2
Bump winston from 3.6.0 to 3.7.2
2022-05-02 21:13:49 -07:00
f6f523fe1e Merge pull request #509 from omnivore-app/dependabot/npm_and_yarn/cross-fetch-3.1.5
Bump cross-fetch from 3.1.4 to 3.1.5
2022-05-02 21:13:25 -07:00
90f204830f Merge pull request #532 from omnivore-app/feature/ios-pending-item-support
Pending item support - iOS/macOS
2022-05-02 21:02:29 -07:00
daa60d55ed Merge pull request #529 from omnivore-app/feature/lookup-article-by-id
Allow looking up articles by ID
2022-05-02 20:59:09 -07:00
95b163a437 Prettier clean up 2022-05-02 20:58:05 -07:00
d9a27f89c4 bump app version to 1.6.0 2022-05-02 20:44:14 -07:00
ab96bb09ab Add more detailed analytics for saving. Remove intercom events 2022-05-02 20:41:10 -07:00
67a1ad6953 add text placeholder in web reader to reflect processing and error states 2022-05-02 20:41:03 -07:00
c39ab2d5f7 retry article content fetches when server returns a .processing state 2022-05-02 20:30:57 -07:00
2c8a72d863 Merge pull request #528 from omnivore-app/dependabot/npm_and_yarn/nanoid-3.3.3
Bump nanoid from 3.3.1 to 3.3.3
2022-05-02 19:47:34 -07:00
b649d583b7 Linting changes 2022-05-02 15:58:40 -07:00
453b301e74 Allow looking up articles by ID
iOS needs to be able to lookup an article by its ID not its
slug, because the slug can change once saved.
2022-05-02 15:48:21 -07:00
fedd92488b Merge pull request #491 from omnivore-app/OMN-423
[OMN-423] Updated share highlight modal
2022-05-02 15:28:02 -07:00
98f028ac35 Bump nanoid from 3.3.1 to 3.3.3
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.1...3.3.3)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 21:15:25 +00:00