Commit Graph

3828 Commits

Author SHA1 Message Date
eea32cbdf2 Merge pull request #2353 from omnivore-app/fix/web-update-csp
Update CSP move it into next config
2023-06-16 16:48:11 +08:00
c8e3f79655 Merge pull request #2368 from omnivore-app/fix/api-robots-txt
Add robots.txt to the list of reserved names
2023-06-16 16:38:06 +08:00
cf7c50468e Use normalized URLs when querying article saving requests
When we save pages we save the normalized URL, so if a user saves
a URL like https://foo.com/ in elastic it will be saved as
https://foo.com but the browser will redirect to this url:

https://omnivore.app/article?url=https://foo.com/ and the URL
lookup will fail.
2023-06-16 15:15:24 +08:00
174f865a47 Add youtube-nocookie to CSP 2023-06-16 14:05:10 +08:00
8e171539b1 Add segment 2023-06-16 14:05:10 +08:00
4d8c15ebd0 Update CSP 2023-06-16 14:05:10 +08:00
19493e969f Add a few more CSP directives 2023-06-16 14:05:10 +08:00
e7fab85194 Update CSP move it into next config 2023-06-16 14:05:10 +08:00
1ea0291e75 Merge pull request #2335 from omnivore-app/fix/defer-twitter-sdk-loading
Dont load the twitter SDK unless we have to
2023-06-16 14:04:32 +08:00
9904ccda64 Merge pull request #2341 from omnivore-app/fix/multi-select-filter
Add missing packages
2023-06-16 14:04:00 +08:00
5dd28de9e8 Add security.txt file too 2023-06-16 12:54:30 +08:00
52af2d8cb4 Add robots.txt to the list of reserved names 2023-06-16 12:54:30 +08:00
9a3673e315 Merge pull request #2367 from omnivore-app/fix/refresh-index
refresh index after altering the page state or adding/removing/updating labels/highlights
2023-06-15 12:18:53 +08:00
ceaa7b0356 refresh index after altering the page state or adding/removing/updating labels/highlights 2023-06-15 11:37:09 +08:00
a621ca24bf fix test 2023-06-14 20:07:17 +08:00
5d2ab3f554 create another rate limiter for auth api with 4 rpm 2023-06-14 19:31:18 +08:00
fc08a434e1 Merge pull request #2359 from omnivore-app/fix/pocket-import
fix/pocket import
2023-06-14 15:32:10 +08:00
9053910d94 Merge pull request #2357 from omnivore-app/fix/web-left-menu-colors
fix/web left menu colors
2023-06-14 14:10:39 +08:00
8ad937ed84 allow more labels format in the csv 2023-06-14 13:33:20 +08:00
aaf6bb617f Remove backend events that we dont need to watch 2023-06-14 13:19:39 +08:00
42305ee0b4 use a separate queue for sending emails 2023-06-14 13:17:59 +08:00
6d8645dc12 Fix styling of the labels left menu area 2023-06-14 13:05:17 +08:00
960436377a Show Add Link button on mobile menu 2023-06-14 13:04:57 +08:00
7f81771e4a Remove some debugging 2023-06-14 12:58:21 +08:00
d2e476a3ea add debug logs 2023-06-14 12:53:43 +08:00
11cf9f7c28 stringify csv before uploading 2023-06-14 12:50:06 +08:00
dddd763ba2 fix graphql error by setting clientRequestId empty 2023-06-13 21:15:34 +08:00
a062997bc4 Merge pull request #2348 from omnivore-app/feat/highlight-styling
Use the underline style for all highlights
2023-06-13 20:40:22 +08:00
b64c078c2e Use the underline style for all highlights 2023-06-13 19:17:56 +08:00
27ff2856e2 remove client request id in import task which caused the pdf upload failure 2023-06-13 18:21:36 +08:00
9fbe32b219 mark import failed on the last failed retry 2023-06-13 17:30:26 +08:00
5d17a4560f add "please try again" in the error message toast 2023-06-13 16:57:35 +08:00
dbafc9a40b Enable the pocket importer on the web 2023-06-13 16:28:21 +08:00
99af02b5ad Fix padding on list 2023-06-13 16:08:38 +08:00
850397886d Import UpdateTitleEvent 2023-06-13 16:06:50 +08:00
ae4af84f5f Fix issue with enter not properly submitting the edit info modal 2023-06-13 15:41:28 +08:00
8d9440bee8 Move bulk toast message to bottom right 2023-06-13 13:38:56 +08:00
d851a705a6 refresh index after archiving page 2023-06-13 12:44:32 +08:00
771114b30d refresh index if update is not async 2023-06-13 12:43:18 +08:00
c55db9c018 Increase toast interval, add missing package 2023-06-13 12:37:01 +08:00
e95f3972be Fix padding on library list 2023-06-13 12:12:59 +08:00
2b6603b08d Merge pull request #2336 from omnivore-app/fix/thumbnailer-task-queue
fix/thumbnailer task queue
2023-06-13 12:02:07 +08:00
4a438f45f5 add timeout and content length to the axios requests 2023-06-12 21:31:35 +08:00
a4449e6f93 better handling error in puppeteer 2023-06-12 21:05:54 +08:00
523e399e9d Dont load the twitter SDK unless we have to 2023-06-12 18:02:29 +08:00
daf822e398 Merge pull request #2327 from omnivore-app/feat/web-left-menu
Some menu and bulk selection UI
2023-06-12 15:27:37 +08:00
4420772138 Dont show select multiple in the highlights view 2023-06-12 15:09:30 +08:00
4cf8744ced Dont display focus on the dropdown 2023-06-12 14:53:47 +08:00
05b8a96f33 Always show the header in library mode 2023-06-12 14:00:04 +08:00
623820f6e3 In highlight mode we are going to always show the header 2023-06-12 13:59:09 +08:00