Commit Graph

7431 Commits

Author SHA1 Message Date
08cfc6a9b3 fix dependecies 2023-08-10 18:51:11 +08:00
61f553fd09 Merge pull request #2616 from omnivore-app/fix/thumbnail-delay
fix thumbnail not pre-cached if it was already set
2023-08-10 18:45:48 +08:00
7bd747601b update thumbnail if failed to fetch and return url if already signed 2023-08-10 18:41:10 +08:00
f06d2558c2 update thumbnail if failed to fetch and return url if already signed 2023-08-10 18:41:03 +08:00
8809c9764a max content length = 10MB 2023-08-10 18:12:29 +08:00
0caefbc89f Merge pull request #2638 from omnivore-app/feat/ios-upgrade-appreader
Add lightbox to the appreader
2023-08-10 17:19:37 +08:00
c5450d0231 Make the carousel infinite 2023-08-10 17:01:00 +08:00
1801e09884 Merge pull request #2636 from omnivore-app/fix/web-article-fetch-error
Better handling of article fetch errors
2023-08-10 16:52:23 +08:00
d6fa803053 Add lightbox to the appreader 2023-08-10 16:42:48 +08:00
fc76897df3 timeout = 5 when syncing omnivore data to readwise 2023-08-10 15:23:03 +08:00
33fe595834 Better handling of article fetch errors 2023-08-10 15:20:47 +08:00
912210a097 Merge pull request #2635 from omnivore-app/feat/web-spring-lightbox
Add a lightbox to the web viewer
2023-08-10 15:12:35 +08:00
ae1a32340e Merge pull request #2634 from omnivore-app/fix/web-rm-debug-line
Remove debug line
2023-08-10 15:10:12 +08:00
d56fc47b91 Merge pull request #2625 from omnivore-app/fix/web-use-saved-at
Prefer the savedAt date over created at in the article headers
2023-08-10 15:09:57 +08:00
d4ac069503 fix webhook logs 2023-08-10 15:07:00 +08:00
17da8199be Some zoom and carousel settings twaks, enable pulldown dismisal 2023-08-10 14:57:10 +08:00
bcd5fa9f64 Add plugins to lightbox 2023-08-10 14:36:23 +08:00
6acedb64c8 fix maximum call stack size error 2023-08-10 14:18:29 +08:00
8838ade283 Add a lightbox to the web viewer 2023-08-10 13:56:05 +08:00
aff62a6026 Merge pull request #2627 from omnivore-app/fix/opt-in-feature
fix existing opted in users not being able to be granted with the feature after increasing the limit
2023-08-10 13:49:26 +08:00
7506e27dd0 create or update an opt-in record with null grantedAt if exceeding max users 2023-08-10 13:47:39 +08:00
ee3230557c Remove debug line 2023-08-10 13:24:27 +08:00
44d246c082 Merge pull request #2633 from omnivore-app/fix/web-intercom-downloads-csp
Add intercom downloads to CSP
2023-08-10 12:40:01 +08:00
3c74bebc0b Add intercom downloads to CSP 2023-08-10 12:36:36 +08:00
8afb859d58 Merge pull request #2632 from omnivore-app/fix/web-intercom-assets-csp
Add intercomassets to CSP
2023-08-10 12:28:15 +08:00
36a79fd311 Add intercomassets to CSP 2023-08-10 12:06:51 +08:00
163dbc73a6 do not send content in the thumbnail task payload 2023-08-10 11:55:59 +08:00
eaa7d076f6 Merge pull request #2631 from omnivore-app/fix/web-intercom-id
Fix intercom id preventing it from being double embedded
2023-08-10 11:31:41 +08:00
89631cc266 Remove debug from intercom script 2023-08-10 11:14:17 +08:00
86993f93b4 Remove scripts from service worker cache 2023-08-10 10:51:00 +08:00
93bd8c1f7a fix test 2023-08-10 10:48:03 +08:00
dc21b9f412 Add more debugging 2023-08-10 10:24:30 +08:00
897c8343fb Comment out fetch handler 2023-08-10 10:08:47 +08:00
b2eb20ecd3 Try debugging service worker 2023-08-10 09:54:19 +08:00
51e0dfde23 set new limit = 1500 2023-08-10 09:43:40 +08:00
496d3bbb7c Add more debugging 2023-08-10 09:22:14 +08:00
1f9beca0d5 Add some debugging 2023-08-10 09:15:52 +08:00
c2eb2ad043 Fix intercom id preventing it from being double embedded 2023-08-10 09:00:20 +08:00
3df0ffc5d3 fix existing opted in users not being able to be granted with the feature after increasing the limit 2023-08-08 22:08:37 +08:00
4b01aa4da0 Prefer the savedAt date over created at in the article headers 2023-08-08 20:45:38 +08:00
8e2e36aa62 Merge pull request #2623 from omnivore-app/web/feat-export-highlights-and-notes
Add ability to export highlights and notes from notebook
2023-08-08 20:18:20 +08:00
a5fcee6240 Remove debug 2023-08-08 16:55:58 +08:00
267b47e959 Improve styling of highlight view items 2023-08-08 16:46:41 +08:00
544021f475 Add missing icon 2023-08-08 16:05:44 +08:00
c08674ac54 Some error messages 2023-08-08 15:40:34 +08:00
e8ac520f5a Add ability to export highlights and notes from notebook 2023-08-08 15:36:16 +08:00
dd139345b0 Merge pull request #2618 from omnivore-app/chore/android-bump-version-0.92
Android version 0.0.92
2023-08-08 15:05:15 +08:00
89f6adf51b Merge pull request #2620 from omnivore-app/fix/web-double-delete-msg
Make sure we remove event listener so it isnt triggered multiple times
2023-08-08 15:04:57 +08:00
5ae3b3480c Give cards more line height and avoid clipping, less spacing 2023-08-08 13:55:39 +08:00
a9edf4d2ab Make sure we remove event listener so it isnt triggered multiple times
This fixes a bug where multiple delete confirmation snackbars
could show when deleting with keyboard controls.
2023-08-08 13:51:13 +08:00