Commit Graph

6743 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
ceaa7b0356 refresh index after altering the page state or adding/removing/updating labels/highlights 2023-06-15 11:37:09 +08:00
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
2f35d20562 Fix the texteditor on the notebook view 2023-06-14 21:41:01 +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
40a38b7748 Focus labels textfield when opening on Android 2023-06-14 16:35:41 +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
42465828ed Merge pull request #2358 from omnivore-app/feat/api-reduce-events
feat/api reduce events
2023-06-14 13:36: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
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
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
dddd763ba2 fix graphql error by setting clientRequestId empty 2023-06-13 21:15:34 +08:00
b446aef28f Dont show feature cards when searching by labels 2023-06-13 21:06:25 +08:00
bac61e71ed Update bundles, feature card size 2023-06-13 20:57:59 +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
1505d11e85 Make the continue reading cards a little smaller 2023-06-13 20:13:14 +08:00
4cb14475d0 Remember feature filter, dont display features during search 2023-06-13 20:05:51 +08:00
b64c078c2e Use the underline style for all highlights 2023-06-13 19:17:56 +08:00
f62baea05d Merge pull request #2346 from omnivore-app/feat/enable-pocket-importer
Enable the pocket importer on the web
2023-06-13 18:59:28 +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
9ad516520f Merge pull request #2345 from omnivore-app/fix/confirm-info-submit
Fix issue with enter not properly submitting the edit info modal
2023-06-13 16:26:24 +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
517e82462e Merge pull request #2342 from omnivore-app/fix/bulk-toast-message 2023-06-13 14:08:55 +08:00
8d9440bee8 Move bulk toast message to bottom right 2023-06-13 13:38:56 +08:00
70dcbdf974 Update packages 2023-06-13 13:24:42 +08:00
d2421ab03d Merge pull request #2340 from omnivore-app/fix/refresh-index
fix update pages
2023-06-13 13:02:51 +08:00
d851a705a6 refresh index after archiving page 2023-06-13 12:44:32 +08:00