Commit graph

7995 commits

Author SHA1 Message Date
Jackson Harper
dacb4ee354 Label formatting across devices match better 2023-07-12 12:35:09 +08:00
Jackson Harper
120fc6ea12 Improve the continue reading section dark mode 2023-07-12 11:53:07 +08:00
Hongbo Wu
3444480b95 change the rss-feed cronjob api endpoint 2023-07-12 10:53:32 +08:00
Jackson Harper
26382ebb1d Disable filters popover 2023-07-12 10:40:43 +08:00
Jackson Harper
5d312232ec Add filter headers to grid view 2023-07-12 10:38:14 +08:00
Jackson Harper
34f63920dd Grid card fixes for iPad layout 2023-07-12 09:55:47 +08:00
Hongbo Wu
435fa0c541
Merge pull request #2478 from omnivore-app/fix/puppeteer-timezone
add optional locale and timezone to saveUrl request for puppeteer to use
2023-07-11 17:32:10 +08:00
Hongbo Wu
ebbb97f594
Merge pull request #2465 from omnivore-app/feature/rss
feat: rss
2023-07-11 17:27:17 +08:00
Hongbo Wu
fd67baea09 remove the code to get create_time from wechat article in browser runtime 2023-07-11 16:20:08 +08:00
Hongbo Wu
1f283e6122 add optional locale and timezone to saveUrl request for puppeteer to use 2023-07-11 16:15:32 +08:00
Hongbo Wu
b1b4a2e3fd save rss feed url in the index 2023-07-11 13:14:43 +08:00
Hongbo Wu
c500997693 add lastFetchedAt to the cloud task payload 2023-07-11 13:05:27 +08:00
Hongbo Wu
eb9a3eddd0 skip old item 2023-07-11 12:59:55 +08:00
Hongbo Wu
44473ba089 upload feed subscriptions in cloud storage in cronjob 2023-07-11 12:22:49 +08:00
dependabot[bot]
a78d7667cd
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 00:32:28 +00:00
Hongbo Wu
b88cf7a4e8 add rssFeedUrl field in elasticsearch index 2023-07-10 18:55:52 +08:00
Hongbo Wu
08182adbe1 remove cloud task 2023-07-10 16:46:13 +08:00
Hongbo Wu
c39799fb67 update subscription lastFetchedAt after fetching all items 2023-07-10 15:54:21 +08:00
Hongbo Wu
56a27878dc add updateSubscription api 2023-07-10 15:24:33 +08:00
Jackson Harper
e7861b0747 Fix new splitview layout on iPad 2023-07-10 10:37:42 +08:00
Jackson Harper
b099d22115 Improve the Pinned label creation during swipe, add Unpin 2023-07-07 15:07:13 -07:00
Hongbo Wu
abd59f0527 save each item in a feed 2023-07-07 21:48:16 +08:00
Hongbo Wu
68667053c8 create an endpoint to fetch all rss feeds 2023-07-07 21:15:42 +08:00
Jackson Harper
e2d4de1f41 Rotate the pin image on the swipe action 2023-07-06 16:41:55 -07:00
Jackson Harper
982349cef2 Update GQL 2023-07-06 16:30:35 -07:00
Jackson Harper
35e6e3d7ae Confirm delete 2023-07-06 16:22:57 -07:00
Jackson Harper
9e32966e1b Improve label item layout, remove label outline in dark mode 2023-07-06 16:22:57 -07:00
Jackson Harper
e4b86ecf34 Improvements to the Continue Reading section, add long press actions 2023-07-06 16:22:57 -07:00
Jackson Harper
f3bc4ba054 Show only one tab 2023-07-06 16:22:57 -07:00
Jackson Harper
cf82f05a93 Improve layout of the feature card block 2023-07-06 16:22:57 -07:00
Jackson Harper
2d021c2683 Work on multi tab iOS client 2023-07-06 16:22:57 -07:00
Jackson Harper
7cf0c37c88 Clean up colouring on tabs 2023-07-06 16:22:57 -07:00
Jackson Harper
41443c70b5 Structure tabviews in iOS 2023-07-06 16:22:57 -07:00
Jackson Harper
32d583e05c Start adding tab view, improved Pinned header 2023-07-06 16:22:57 -07:00
Jackson Harper
4cb05acfe0
Merge pull request #2459 from 340rahul/fix_1993_signup_form
#1993, #1968 - Make sign up form fields required
2023-07-06 15:22:24 -07:00
Hongbo Wu
0ad434ada5 resolve conflicts 2023-07-06 19:52:31 +08:00
Hongbo Wu
66819f8cb3 fix migration sql 2023-07-06 19:51:30 +08:00
Hongbo Wu
574636451d update api to accommodate rss feed subscriptions 2023-07-06 19:51:30 +08:00
Hongbo Wu
7075375e2b fix test 2023-07-06 19:51:30 +08:00
Hongbo Wu
2adf753f8f update graphql schema 2023-07-06 19:51:30 +08:00
Hongbo Wu
a6192ed86b add rss subscription entity class 2023-07-06 19:51:30 +08:00
Hongbo Wu
9f7796e2f0 fix typo in sql 2023-07-06 19:51:30 +08:00
Hongbo Wu
d9130879d8 create rss_subscription db table 2023-07-06 19:51:30 +08:00
Hongbo Wu
a7773bf00b test rss-parse 2023-07-06 19:51:30 +08:00
Jackson Harper
0c96172053
Merge pull request #2458 from omnivore-app/feature/search-filter-cat
feat: add category field to Filter object
2023-07-05 10:41:43 -07:00
Jackson Harper
5394cc5a43
Merge pull request #2457 from omnivore-app/feature/search-by-note
feat: improve basic search
2023-07-05 09:58:14 -07:00
Hongbo Wu
473cf2daa0
Merge pull request #2464 from omnivore-app/fix/wechat-published-date
use asia/shanghai timezone to format published date in wechat articles
2023-07-04 20:48:03 +08:00
Hongbo Wu
a3fa695957 add comment 2023-07-04 20:47:51 +08:00
Hongbo Wu
a818fa721c use asia/shanghai timezone to format published date in wechat articles 2023-07-04 20:46:39 +08:00
Hongbo Wu
ccc69d01d5
Merge pull request #2462 from omnivore-app/fix/wechat-published-date
fix/wechat published date
2023-07-04 19:06:31 +08:00