Commit graph

6762 commits

Author SHA1 Message Date
Jackson Harper
d2567e5c09
Merge pull request #2382 from omnivore-app/fix/web-well-known-location
Move the security.txt file into static files
2023-06-19 12:04:39 +08:00
Jackson Harper
317454f71f Move the security.txt file into static files 2023-06-19 11:26:04 +08:00
Hongbo Wu
ea6d06f464
Merge pull request #2375 from omnivore-app/fix/pocket-importer
fix pocket paginated api
2023-06-19 11:19:31 +08:00
Jackson Harper
fc42800a9e
Merge pull request #2377 from omnivore-app/fix/recent-emails-frame
Put recent emails in an iframe
2023-06-16 20:53:56 +08:00
Jackson Harper
aa94331664 Set iframe height 2023-06-16 20:32:43 +08:00
Jackson Harper
3eb15b0a98 Add youtube to CSP 2023-06-16 20:08:56 +08:00
Jackson Harper
ce364004ac Use an iframe for recent emails to avoid them breaking CSS of the app 2023-06-16 20:08:44 +08:00
Hongbo Wu
43b2789e47 fix test 2023-06-16 18:54:42 +08:00
Hongbo Wu
0d8a3f7346 fix pocket paginated api 2023-06-16 18:11:31 +08:00
Jackson Harper
8d5cf50110
Merge pull request #2374 from omnivore-app/feat/security-policy
Create SECURITY.md
2023-06-16 18:08:56 +08:00
Jackson Harper
ffe4c2c51d Add link to security policy in footer 2023-06-16 17:49:54 +08:00
Jackson Harper
3d680766d5 Add security.txt 2023-06-16 17:48:49 +08:00
Jackson Harper
48b56abd53
Create SECURITY.md
Create SECURITY.md file with disclosure information
2023-06-16 17:43:40 +08:00
Jackson Harper
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
Hongbo Wu
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
Hongbo Wu
3b42a2b715
Merge pull request #2371 from omnivore-app/fix/api-saving-request-query
Use normalized URLs when querying article saving requests
2023-06-16 15:39:58 +08:00
Jackson Harper
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
Jackson Harper
174f865a47 Add youtube-nocookie to CSP 2023-06-16 14:05:10 +08:00
Jackson Harper
8e171539b1 Add segment 2023-06-16 14:05:10 +08:00
Jackson Harper
4d8c15ebd0 Update CSP 2023-06-16 14:05:10 +08:00
Jackson Harper
19493e969f Add a few more CSP directives 2023-06-16 14:05:10 +08:00
Jackson Harper
e7fab85194 Update CSP move it into next config 2023-06-16 14:05:10 +08:00
Jackson Harper
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
Jackson Harper
9904ccda64
Merge pull request #2341 from omnivore-app/fix/multi-select-filter
Add missing packages
2023-06-16 14:04:00 +08:00
Jackson Harper
5dd28de9e8 Add security.txt file too 2023-06-16 12:54:30 +08:00
Jackson Harper
52af2d8cb4 Add robots.txt to the list of reserved names 2023-06-16 12:54:30 +08:00
Jackson Harper
fab9064696
Merge pull request #2364 from omnivore-app/fix/ios-note-editor-scrolling
Fix the texteditor on the notebook view
2023-06-15 14:23:43 +08:00
Hongbo Wu
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
Hongbo Wu
9e6a8490f1
Merge pull request #2363 from omnivore-app/fix/rate-limit
create another rate limiter for auth api with 5 rpm
2023-06-15 12:16:47 +08:00
Hongbo Wu
ceaa7b0356 refresh index after altering the page state or adding/removing/updating labels/highlights 2023-06-15 11:37:09 +08:00
Jackson Harper
7fd75a02ea
Merge pull request #2361 from omnivore-app/fix/android-labels-field
Focus labels textfield when opening on Android
2023-06-14 21:50:28 +08:00
Jackson Harper
2f35d20562 Fix the texteditor on the notebook view 2023-06-14 21:41:01 +08:00
Hongbo Wu
a621ca24bf fix test 2023-06-14 20:07:17 +08:00
Hongbo Wu
5d2ab3f554 create another rate limiter for auth api with 4 rpm 2023-06-14 19:31:18 +08:00
Jackson Harper
40a38b7748 Focus labels textfield when opening on Android 2023-06-14 16:35:41 +08:00
Hongbo Wu
fc08a434e1
Merge pull request #2359 from omnivore-app/fix/pocket-import
fix/pocket import
2023-06-14 15:32:10 +08:00
Jackson Harper
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
Hongbo Wu
42465828ed
Merge pull request #2358 from omnivore-app/feat/api-reduce-events
feat/api reduce events
2023-06-14 13:36:39 +08:00
Hongbo Wu
8ad937ed84 allow more labels format in the csv 2023-06-14 13:33:20 +08:00
Jackson Harper
aaf6bb617f Remove backend events that we dont need to watch 2023-06-14 13:19:39 +08:00
Hongbo Wu
42305ee0b4 use a separate queue for sending emails 2023-06-14 13:17:59 +08:00
Jackson Harper
6d8645dc12 Fix styling of the labels left menu area 2023-06-14 13:05:17 +08:00
Jackson Harper
960436377a Show Add Link button on mobile menu 2023-06-14 13:04:57 +08:00
Jackson Harper
7f81771e4a Remove some debugging 2023-06-14 12:58:21 +08:00
Hongbo Wu
d2e476a3ea add debug logs 2023-06-14 12:53:43 +08:00
Hongbo Wu
11cf9f7c28 stringify csv before uploading 2023-06-14 12:50:06 +08:00
Jackson Harper
fcf9766efc
Merge pull request #2349 from omnivore-app/fix/ios-pinned-items
Remember feature filter, dont display features during search
2023-06-13 21:30:19 +08:00
Hongbo Wu
74dedc0970
Merge pull request #2352 from omnivore-app/fix/importer
fix graphql error by setting clientRequestId empty
2023-06-13 21:25:48 +08:00
Hongbo Wu
dddd763ba2 fix graphql error by setting clientRequestId empty 2023-06-13 21:15:34 +08:00
Jackson Harper
b446aef28f Dont show feature cards when searching by labels 2023-06-13 21:06:25 +08:00