Commit graph

6850 commits

Author SHA1 Message Date
Hongbo Wu
6ed74c5b2f
Merge pull request #2413 from omnivore-app/fix/twitter-author
fix: tweet author not saved
2023-06-22 18:13:56 +08:00
Hongbo Wu
12009d1d06 fix: tweet author not saved 2023-06-22 18:05:53 +08:00
Jackson Harper
dec440b762
Merge pull request #2408 from omnivore-app/fix/web-label-picker-colors
Fix light mode selected colour on the labels picker
2023-06-22 16:51:16 +08:00
Hongbo Wu
0a0d64ca4e
Merge pull request #2409 from omnivore-app/fix/nitter-scraper
using axios to fetch html from nitter.net
2023-06-22 15:01:28 +08:00
Hongbo Wu
3e2e16e915 skip running readability on scraped tweet 2023-06-22 15:00:54 +08:00
Hongbo Wu
0d7adcdecc using axios to fetch html from nitter.net 2023-06-22 14:32:18 +08:00
Jackson Harper
b812941be1
Merge pull request #2407 from omnivore-app/docs/docker-compose
Change docker-compose to docker compose in docs
2023-06-22 11:00:37 +08:00
Jackson Harper
f9d35ee216 Fix light mode selected colour on the labels picker 2023-06-22 10:52:37 +08:00
Jackson Harper
686bc22467 Change docker-compose to docker compose in docs 2023-06-22 10:24:51 +08:00
Jackson Harper
a0556055c5
Merge pull request #2389 from Podginator/feat/atlantic-handler
Add The Atlantic handler to avoid paywall and correctly format
2023-06-22 10:21:13 +08:00
Jackson Harper
de2ca58b37 Linting fix 2023-06-22 09:52:43 +08:00
Hongbo Wu
90444788ba
Merge pull request #2400 from omnivore-app/feat/web-multi-select-labels
Add support for multi select Add Label
2023-06-22 09:42:59 +08:00
Jackson Harper
aed6f75f63 Set labels control escaping 2023-06-21 21:50:33 +08:00
Jackson Harper
ab5ddc80f3 Remove unused prop 2023-06-21 21:30:39 +08:00
Jackson Harper
73ce4f3dce Increase the unstacked labels count 2023-06-21 20:46:09 +08:00
Jackson Harper
431a4b7829 Add the edit label chip stack 2023-06-21 20:45:31 +08:00
Jackson Harper
eda533ed50 Removed the Edit Labels from the set labels modal 2023-06-21 20:45:09 +08:00
Jackson Harper
cceff32e5f Return non-error if setting labels is a noop 2023-06-21 20:24:36 +08:00
Jackson Harper
82e4ecd524 Improve keyboard control messaging in the label selector 2023-06-21 20:22:47 +08:00
Jackson Harper
e540c57da4 Throttle set label calls 2023-06-21 19:59:32 +08:00
Hongbo Wu
dc64965dbf
Merge pull request #2401 from omnivore-app/fix/nitter-scraper
fix/nitter scraper
2023-06-21 17:46:24 +08:00
Hongbo Wu
6aceadc819 fix attachment url 2023-06-21 17:46:05 +08:00
Hongbo Wu
f0e6458e4a filter out replies 2023-06-21 16:01:09 +08:00
Hongbo Wu
a3ad9375bf replace url in tweets 2023-06-21 15:50:55 +08:00
Hongbo Wu
3d92615c8a
Merge pull request #2399 from omnivore-app/fix/subscription-state
fix/subscription state
2023-06-21 15:24:41 +08:00
Hongbo Wu
d2094981ad increase timeout value to 60 seconds 2023-06-21 15:21:40 +08:00
Hongbo Wu
dde104b95e fix video attachment not saved 2023-06-21 15:07:21 +08:00
Jackson Harper
5dd0e2183f Add missing bulk labels modal file 2023-06-21 14:57:33 +08:00
Jackson Harper
edaeef0c7f Remove debug line 2023-06-21 14:39:07 +08:00
Jackson Harper
29b809558b Update labels on cards when setting from library 2023-06-21 14:17:26 +08:00
Jackson Harper
2293cc0256 Add support for multi select labels 2023-06-21 13:55:20 +08:00
Hongbo Wu
01788fe0c9
Merge pull request #2393 from omnivore-app/fix/scrape-twitter
fix/scrape twitter
2023-06-21 12:24:02 +08:00
Hongbo Wu
826565a2c4 temporarily skip unsubscribing by url and mark them as unsubscribed automatically 2023-06-21 12:13:22 +08:00
Hongbo Wu
4f74b32ff6 do not subscribe a newsletter if subscription already exists and is unsubscribed 2023-06-21 12:02:15 +08:00
Hongbo Wu
84788e7551 fix: mark failed to unsubscribe newsletters as unsubscribed state 2023-06-21 11:33:49 +08:00
Hongbo Wu
a109d0383f go to the next thread page to scrape long thread 2023-06-20 19:17:34 +08:00
Jackson Harper
2acdd683df
Merge pull request #2396 from omnivore-app/fix/web-csp 2023-06-20 18:33:49 +08:00
Jackson Harper
be8ce8167c
Merge pull request #2395 from omnivore-app/fix/web-home-notebooks
Allow opening notebooks from the library
2023-06-20 18:25:34 +08:00
Jackson Harper
585932bc72 Add google to connect CSP 2023-06-20 18:23:33 +08:00
Hongbo Wu
89f89875d6 fix date parsing 2023-06-20 17:35:59 +08:00
Jackson Harper
acae049a11
Merge pull request #2394 from omnivore-app/fix/web-labels-modal-escape
Close the labels modal on escape key
2023-06-20 17:27:11 +08:00
Jackson Harper
5f5d3ca164 Remove focus when dropdown closed, fix light theme border colours for label picker 2023-06-20 17:24:52 +08:00
Jackson Harper
a49e4f0378 Grid shadow, label picker colours 2023-06-20 17:06:18 +08:00
Thomas Rogers
7293078068 Remove Audio section for Feature Articles 2023-06-20 10:35:04 +02:00
Thomas Rogers
44dd44dd58 update comments on tests 2023-06-20 10:26:53 +02:00
Thomas Rogers
c0f34270ee Remove Related content links from article (IE: Read article X) 2023-06-20 10:24:41 +02:00
Jackson Harper
b733420d19 Allow opening notebooks from the library 2023-06-20 15:54:04 +08:00
Thomas Rogers
55fd02b67a Fix Tests 2023-06-20 09:20:43 +02:00
Jackson Harper
783dc0b1f1 Close the labels modal on escape key 2023-06-20 15:06:13 +08:00
Hongbo Wu
ff9fcef08d disable twitter-handler 2023-06-20 14:59:14 +08:00