Commit Graph

558 Commits

Author SHA1 Message Date
cfd143b504 Bump typeorm from 0.2.37 to 0.2.45
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.37 to 0.2.45.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typeorm/typeorm/compare/0.2.37...0.2.45)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 21:19:19 +00:00
594350a4bf Merge pull request #229 from omnivore-app/fix/published-dates
Attempt to set publishedDate if readability fails to parse it
2022-03-14 10:37:19 -07:00
fc7d972855 Fix typo in readability date handling causing this parse issue
Can remove our special handler for the published date now that we
are pulling it out correctly.
2022-03-14 10:20:19 -07:00
5983cfe2a6 Attempt to set publishedDate if readability fails to parse it
This can happen if JSONLD fails to load. The test page here has
an encoding issue that causes the oembed jsonld to fail to load
and then readability fails to parse the date.
2022-03-13 21:23:51 -07:00
cf55f3152f Merge pull request #228 from omnivore-app/fix/rm-isArchived-lookup
Dont perform an extra query for isArchived
2022-03-13 09:12:55 -07:00
78660c886d rm debug 2022-03-13 09:06:15 -07:00
a874482d11 Dont perform an extra query for isArchived 2022-03-13 09:00:25 -07:00
4132800d34 Merge pull request #227 from omnivore-app/fix/dont-fetch-library-labels
Dont fetch labels until we switch to elastic
2022-03-12 21:30:34 -08:00
9e82b1c8a7 Dont fetch labels until we switch to elastic 2022-03-12 21:03:10 -08:00
160199e9d3 Merge pull request #226 from omnivore-app/fix/pdf-site-name
Display the correct site name for PDF saved URLs
2022-03-12 18:18:42 -08:00
53c718d7ab Display the correct site name for PDF saved URLs 2022-03-12 17:34:37 -08:00
845e85033e Merge pull request #222 from omnivore-app/feature/persist-home-feed-layout-pref
Store grid/list layout preference in ios user deafults
2022-03-11 15:08:12 -08:00
fcabd795b2 Merge pull request #224 from omnivore-app/fix/rm-share-info
Remove unused shareInfo from GQL queries
2022-03-11 14:24:17 -08:00
4891cb12d4 set card menu image with sf symbols 2022-03-11 14:19:48 -08:00
f9af4ec2d8 Remove unused shareInfo from GQL queries 2022-03-11 13:12:34 -08:00
bf8d99e0f1 Merge pull request #223 from omnivore-app/fix/rm-unused-gql
Remove unused attributes from article queries
2022-03-11 13:07:51 -08:00
38a6ee9394 Remove unused attributes from article queries 2022-03-11 12:59:50 -08:00
dbfa8fddc5 remove image mod 2022-03-11 12:10:49 -08:00
0d3bdeef8c store grid/list layout preference in ios user deafults 2022-03-11 12:08:47 -08:00
2ff061b5eb Merge pull request #221 from omnivore-app/feature/grid-toggle
iPad grid/list toggle
2022-03-11 10:21:07 -08:00
dddd0aec24 use adaptive grid layout for ipad grid (min 325 pts wide) 2022-03-10 21:37:45 -08:00
71f4620511 dispatch preference change closure to main 2022-03-10 21:05:13 -08:00
54f4883e75 remove refresh button from toolbar 2022-03-10 20:51:42 -08:00
779eb9ac1f add toggle button to switch between list and grid layouts 2022-03-10 20:48:50 -08:00
05a7eca567 replace isCompact with prefersListLayout 2022-03-10 20:33:57 -08:00
da8678a207 Merge pull request #220 from omnivore-app/feature/ipad-panels
iPad panels
2022-03-10 15:17:24 -08:00
4e2c8e5d40 lower aspect ratio for grid card 2022-03-10 14:21:25 -08:00
5d3e12e1ce make grid card sizing adaptive 2022-03-10 14:04:59 -08:00
7a73be0f2d Merge pull request #219 from omnivore-app/fix/blogger-theme
Handle blogger sites that display the full feed on the article page
2022-03-10 13:58:17 -08:00
8a2bb0f49d Handle blogger sites that display the full feed on the article page 2022-03-10 13:48:39 -08:00
89694ca3d2 constrain grid card image size to 1/3 of card width 2022-03-10 11:57:03 -08:00
7ea237316d disable split view panel visibility gesture 2022-03-10 11:27:38 -08:00
0e9d896d91 Use the smaller dots three image in grid cards 2022-03-10 10:05:04 -08:00
589e217b28 remove geometry reader from grid view 2022-03-10 09:40:16 -08:00
8003e0af23 update split view controller behavior for ipad 2022-03-09 21:47:40 -08:00
d41ea276d6 Merge pull request #212 from omnivore-app/fix/article-positioning
Fix issues with read position based on following two events
2022-03-09 20:55:11 -08:00
2f0158de8d split ios and mac implementations of primary layout 2022-03-09 20:53:57 -08:00
c1e9bbe690 Merge pull request #213 from omnivore-app/fix/save-email
Fix saving newsletter emails
2022-03-09 19:58:38 -08:00
bea7d084c4 SetClaims when creating an email article 2022-03-09 19:45:52 -08:00
f7814a0c4a Remove unused function 2022-03-09 19:45:31 -08:00
f29d0fdb71 Prettier fix 2022-03-09 19:17:33 -08:00
be75bfdd0b Only updating reading progress if scroll position changes 2022-03-09 19:12:55 -08:00
b68fd1d487 Merge pull request #211 from omnivore-app/feature/reader-progress-tracking-ios
Reader progress tracking ios
2022-03-09 18:12:57 -08:00
40b3cf917a Merge pull request #209 from omnivore-app/fix/header-buttons 2022-03-09 17:29:50 -08:00
f61dd5635d Merge pull request #210 from omnivore-app/fix/share-keyboard-cmd 2022-03-09 17:29:08 -08:00
bf035a4ec4 use window to track scrolling for /app web routes 2022-03-09 13:40:18 -08:00
b1b3915b7b send reading progress updates for ipad grid only 2022-03-09 13:40:18 -08:00
f7f21300f3 update reading progress on the item in home view model 2022-03-09 13:40:18 -08:00
525cb9b8b9 update item reading progress when signal is ent from web app view 2022-03-09 13:40:18 -08:00
ddb13770d3 set position to fixed for article container wrapper in /app routes 2022-03-09 13:40:18 -08:00