fd9170788e
remove font imports from appreader
2022-03-22 08:03:03 -07:00
6597cc37b6
add created_at and updated_at to newsletter emails and sort by created_at desc
2022-03-22 18:43:47 +08:00
acec3b1acb
Use lower priority queue for large imports
...
* add a count query in elastic
* if priority is not set, check the rate limit of user's libary
- if 5 articles added in the last minute: use low queue
- default: use normal queue
2022-03-22 18:08:08 +08:00
7d19c933ac
add elastic in README
2022-03-22 15:33:51 +08:00
1893e36375
Fix uploading endpoint returns 504 ( #289 )
...
* add timeout = 60s for uploading to private bucket
* add debug logs
* send response to client to close connection
* add tests for upload
* add PUBSUB_VERIFICATION_TOKEN in .env.test
2022-03-22 14:20:40 +08:00
3e9063c145
return empty content instead of null in search result ( #291 )
2022-03-22 13:34:44 +08:00
e63cdd44fa
Merge pull request #279 from omnivore-app/feature/apple-version-number
...
Add version string to profile/settings view
2022-03-21 22:15:48 -07:00
bee3b3c6fa
fix article_id type mismatch (uuid => varchar) when saving highlights in postgres by setting article_id to be undefined ( #285 )
2022-03-22 11:48:01 +08:00
4ca7c89622
format date string as yyyy-mm-dd ( #288 )
2022-03-22 11:46:39 +08:00
c15efe6aad
Fix sentry log size error ( #287 )
...
* reduce sentry log size error by partially logging page created in elastic
* remove some debugging logs
* remove more debugging logs
2022-03-22 11:45:58 +08:00
1f517104ae
[OMN-189] : Settings View - Emails
2022-03-22 02:15:04 +00:00
db22c0d6be
Merge pull request #261 from omnivore-app/experiment/appreader
...
Bundled appreader for iOS
2022-03-21 17:29:05 -07:00
fda2ae6916
Updated bundle.js
2022-03-21 15:42:43 -07:00
5b3be99a55
apply stored theme in appreader
2022-03-21 15:28:48 -07:00
1817b469e2
Disable the highlight bar in the embedded iOS reader
2022-03-21 15:22:18 -07:00
5bbc3308c3
Move index.html
2022-03-21 15:19:18 -07:00
059389bbe8
WIP: bundled appreader for iOS
...
Update webpack to bundle fonts and CSS
Remove special font handling
Add package.json
allow setting the article data on window so it can be set in index.html
Add window omnivoreArticle definition
Remove unused dependencies
remove unused copy-webpack plugin dep
Remove unused deps
Handle setting the environment dynamically from Swift
Remove unused deps
Remove more unused deps
Update index, dont use subfolders for fonts
Use a regex to replace font url patterns
Remove local apple changes
2022-03-21 15:08:10 -07:00
c24bc3b136
Merge pull request #284 from omnivore-app/fix/appreader-env-strings
...
Set the per environment env vars for the app reader
2022-03-21 14:51:23 -07:00
e06f264a87
Set the per environment env vars for the app reader
2022-03-21 14:42:55 -07:00
783118a2e4
Bump @sentry/integrations from 5.30.0 to 6.19.1
...
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript ) from 5.30.0 to 6.19.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.30.0...6.19.1 )
---
updated-dependencies:
- dependency-name: "@sentry/integrations"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-21 21:19:05 +00:00
a2a0b1f3de
Merge pull request #269 from omnivore-app/feature/apple-local-webview
...
Apple local webview
2022-03-21 14:03:24 -07:00
5c6336858b
fix ios font ref names
2022-03-21 14:02:47 -07:00
960eb2c353
update font names in font registration func
2022-03-21 13:51:19 -07:00
62160b89c6
rename apple custom font files to match web names
2022-03-21 13:24:11 -07:00
ebd7018a14
set wedreader server addresses
2022-03-21 13:15:03 -07:00
4f2bafd69f
Merge pull request #278 from omnivore-app/fix/avatar-size
...
Fix sizing on the avatar icon
2022-03-21 11:46:53 -07:00
52f04ebee6
add version string to profile/settings view
2022-03-21 11:19:30 -07:00
209491feeb
Fix sizing on the avatar icon
2022-03-21 11:17:35 -07:00
1713acf40e
Merge pull request #271 from omnivore-app/OMN-156
...
[OMN-156] - Make header avatar less distracting
2022-03-21 11:15:24 -07:00
65f664c064
add makefile command to build and copy bundle.js for apple
2022-03-21 10:15:56 -07:00
13a700e3c9
Merge pull request #265 from omnivore-app/fix/rm-unused-fonts
...
Remove unused fonts from CSS
2022-03-21 10:08:41 -07:00
2ddbeceeb1
set fontsize and token on localstorage for apple web embed
2022-03-21 09:48:34 -07:00
fbb8f682a2
Merge pull request #272 from omnivore-app/fix/print-logging-levels
...
Print the logging level on startup
2022-03-21 09:40:12 -07:00
f9bce1932c
Print the logging level on startup
2022-03-21 09:31:05 -07:00
4d6c54da12
show overlay while web view loads
2022-03-21 08:44:47 -07:00
960a22d50c
Fix/city journal parsing ( #266 )
...
* remove arrow image when parsing
* ignore m_article classname element which indicates a mobile version of the website
* generate test page for city journal
2022-03-21 22:53:21 +08:00
b6b1cdc2b2
move bundle.js into views package. use existing font files for webview
2022-03-20 22:02:19 -07:00
4ef2f704be
load fonts into webview
2022-03-20 21:54:46 -07:00
95d47c15de
[OMN-156] - Make header avatar less distracting
2022-03-20 19:08:41 +00:00
65efb1ddf8
toggle local webview flag
2022-03-20 09:46:40 -07:00
7667dc27cd
create new webview coordinator to manage webview
2022-03-20 09:29:06 -07:00
083ca05b3e
remove unused css file and utility functions
2022-03-20 09:29:06 -07:00
4781ee4702
update reader conditionals so we use the right reader for pdf
2022-03-20 09:29:06 -07:00
d2287e93bd
set local webview flag to false
2022-03-20 09:29:06 -07:00
6f7dd764dd
use webviewmanager to resue webviews
2022-03-20 09:29:06 -07:00
5d58cd28bf
add local webreader for apple apps
2022-03-20 09:29:06 -07:00
af0d732ab6
Merge pull request #270 from omnivore-app/chore/ios-version-bump
...
Bump ios version to 1.4.1
2022-03-19 08:54:35 -07:00
e876f618ed
bump ios version to 1.4.1
2022-03-19 08:06:45 -07:00
665ce1d754
Merge pull request #263 from omnivore-app/fix/remove-theme-duplicates
...
Remove extra theme objects in stitches config
2022-03-18 17:55:15 -07:00
efc9a30d1e
Merge pull request #264 from omnivore-app/fix/elastic-update-conflict
...
Fix/elastic update conflict
2022-03-18 16:33:45 -07:00