Commit graph

7995 commits

Author SHA1 Message Date
Jackson Harper
c9aea5248e Make the feeds UI a bit more consistent with the rest of settings 2023-10-02 13:07:51 +08:00
Jackson Harper
a99aa059c9 Add the contribute button to the left menu 2023-10-02 12:57:25 +08:00
Jackson Harper
87bb2cc4bc
Merge pull request #2819 from omnivore-app/feat/web-account-limits-ux
Account limits UX test
2023-10-02 12:39:06 +08:00
Hongbo Wu
4b1b7f34b9
Merge pull request #2825 from omnivore-app/fix/subscribe-api-406
fix 406 not acceptable error from subscribing an rss feed: https://feed.infoq.com/
2023-10-02 12:38:43 +08:00
Jackson Harper
5530232adc
Merge pull request #2811 from omnivore-app/dependabot/npm_and_yarn/get-func-name-2.0.2
Bump get-func-name from 2.0.0 to 2.0.2
2023-10-02 12:16:13 +08:00
Jackson Harper
c0b3b83726 Comment out account size UX 2023-10-02 11:59:20 +08:00
Jackson Harper
6d9f8293df Improve settings layout when sections are empty, better display settings for PDFs 2023-10-02 11:58:18 +08:00
Hongbo Wu
082e83b1ad fix 406 not acceptable error from subscribing an rss feed 2023-10-02 10:52:50 +08:00
Jackson Harper
9124464c23
Merge pull request #2818 from omnivore-app/fix/web-accounts-form-input
Fix styling of accounts without altering the default form controls
2023-09-30 14:55:05 +08:00
Jackson Harper
73cfc3a43b Account limits UX test 2023-09-30 14:22:11 +08:00
Jackson Harper
817a894d64 Fix styling of accounts without altering the default form controls 2023-09-30 14:20:03 +08:00
Jackson Harper
66ae24329c
Merge pull request #2814 from omnivore-app/feat/extension-create-labels
Allow creating labels from the extension
2023-09-30 14:07:04 +08:00
Jackson Harper
4bda74db3f
Merge pull request #2812 from omnivore-app/fix/web-service-worker-cache
Dont use the service worker cache as it interferes with the content security policy
2023-09-30 14:06:49 +08:00
Jackson Harper
a10c451010 Linting clean up 2023-09-30 13:14:01 +08:00
Jackson Harper
10e768ace0 Remove debug 2023-09-30 12:54:10 +08:00
Jackson Harper
34e9ed16b5 Add settings menu 2023-09-30 12:51:15 +08:00
Jackson Harper
16c000bad4 Revert change 2023-09-30 12:49:44 +08:00
Jackson Harper
44e85ea295 Merge 2023-09-30 12:48:57 +08:00
Hongbo Wu
5cb94738de
Merge pull request #2815 from omnivore-app/fix/archive-and-unarchive-tooltip
fix: showing unarchive as the tooltip when the item is in library and vice versa
2023-09-29 11:15:06 +08:00
Hongbo Wu
a3beb48237 fix: showing unarchive as the tooltip when the item is in library and vice versa 2023-09-28 21:50:39 +08:00
Hongbo Wu
cd8f47acad
Merge pull request #2813 from omnivore-app/fix/published-date
get published date from url and time elements
2023-09-28 18:07:32 +08:00
Jackson Harper
db4604e21f Sync label changes 2023-09-28 17:49:00 +08:00
sywhb
2b23b0e002 Update generated html 2023-09-28 09:37:48 +00:00
Hongbo Wu
001403c02d fix tests 2023-09-28 17:36:27 +08:00
Hongbo Wu
310ad5de1d get published date from url 2023-09-28 17:35:33 +08:00
Hongbo Wu
45b7c2b619 get published date from time element 2023-09-28 17:14:17 +08:00
Jackson Harper
bc2c46d3d1 Fix request 2023-09-28 16:09:43 +08:00
Jackson Harper
901bdd2564 Sync label changes 2023-09-28 16:08:47 +08:00
Jackson Harper
d120a6aa3d Dont use the service worker cache as it interferes with the content security policy
If we use this, then the CSP can't set security policies as
granularly, as almost everything will go through connect-src,
like every time we get a fallback image it would go through
fetch and connect-src would have to allow all https.
2023-09-28 15:11:21 +08:00
Hongbo Wu
c9b178ca5c
Merge pull request #2808 from omnivore-app/fix/published-date
fix/published date
2023-09-28 15:01:58 +08:00
Jackson Harper
3793d0ff74
Merge pull request #2810 from omnivore-app/fix/web-display-settings-overlay
Dont show an overlay when editing display settings
2023-09-28 14:54:06 +08:00
sywhb
f0abdd654a Update generated html 2023-09-28 02:35:06 +00:00
Hongbo Wu
55e274a32c better match of published date and avoid removing date string which is not a published date 2023-09-28 10:34:05 +08:00
dependabot[bot]
9decdf0fe9
Bump get-func-name from 2.0.0 to 2.0.2
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/chaijs/get-func-name/releases)
- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)

---
updated-dependencies:
- dependency-name: get-func-name
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 21:55:28 +00:00
Jackson Harper
12a9973935 Dont show an overlay when editing display settings 2023-09-27 17:40:42 +08:00
sywhb
0ccf332ab0 Update generated html 2023-09-27 07:33:55 +00:00
Hongbo Wu
3399213328 add test cases from economist and caixin 2023-09-27 15:32:42 +08:00
Jackson Harper
c45c457886
Merge pull request #2806 from omnivore-app/dependabot/npm_and_yarn/react-spinners-0.13.8
Bump react-spinners from 0.13.7 to 0.13.8
2023-09-27 13:36:12 +08:00
Hongbo Wu
f420b0d5c8
Merge pull request #2809 from omnivore-app/fix/rss-403
fix getting 403 when parsing some rss url by setting a user agent in the request
2023-09-27 12:40:40 +08:00
Hongbo Wu
010e2841da fix getting 403 when parsing some rss url by setting a user agent in the request 2023-09-27 10:38:49 +08:00
Hongbo Wu
60b7d500a2 fix long published date not parsed correctly 2023-09-26 21:41:27 +08:00
Hongbo Wu
d37cb7fda1 fix published date in chinese not parsed correctly 2023-09-26 20:48:01 +08:00
dependabot[bot]
1c5bb5d358
Bump react-spinners from 0.13.7 to 0.13.8
Bumps [react-spinners](https://github.com/davidhu2000/react-spinners) from 0.13.7 to 0.13.8.
- [Release notes](https://github.com/davidhu2000/react-spinners/releases)
- [Changelog](https://github.com/davidhu2000/react-spinners/blob/main/CHANGELOG.md)
- [Commits](https://github.com/davidhu2000/react-spinners/compare/0.13.7...v0.13.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 02:56:31 +00:00
Hongbo Wu
bebcaaf44b
Merge pull request #2802 from omnivore-app/fix/dev-weekly-newsletter
convert plain text newsletter email content to html using markdown-to-html and save it if html is not available
2023-09-26 10:40:39 +08:00
Jackson Harper
99c578fdf6
Merge pull request #2805 from omnivore-app/dependabot/npm_and_yarn/puppeteer-extra-plugin-stealth-2.11.2
Bump puppeteer-extra-plugin-stealth from 2.11.1 to 2.11.2
2023-09-26 10:37:09 +08:00
Jackson Harper
7a0b3e695e
Merge pull request #2800 from omnivore-app/release/macos-1.32.0
Bump version for macos release
2023-09-26 10:36:17 +08:00
dependabot[bot]
5e3f7a3384
Bump puppeteer-extra-plugin-stealth from 2.11.1 to 2.11.2
Bumps [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra) from 2.11.1 to 2.11.2.
- [Commits](https://github.com/berstend/puppeteer-extra/compare/puppeteer-extra-plugin-stealth@2.11.1...puppeteer-extra-plugin-stealth@2.11.2)

---
updated-dependencies:
- dependency-name: puppeteer-extra-plugin-stealth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 21:37:37 +00:00
Hongbo Wu
9021854be7 convert plain text newsletter email content to html using markdown-to-html and save it if html is not available 2023-09-25 21:16:43 +08:00
Jackson Harper
46060e6290 Bump version for macos release 2023-09-25 17:58:18 +08:00
Jackson Harper
4bd2ac2ac3
Merge pull request #2799 from omnivore-app/fix/macos-login-screen-sizes
Fix login screen sizes, add some spinners during login
2023-09-25 16:40:45 +08:00