Commit graph

4863 commits

Author SHA1 Message Date
Satindar Dhillon
3f2fb0b2e0 rename linkedItem to savedItem 2023-01-04 09:26:19 -08:00
Satindar Dhillon
8f695ee06d rename home to library 2023-01-04 09:26:19 -08:00
Satindar Dhillon
3aff827665 create dataService sibgleton and load it on app launch 2023-01-04 09:26:19 -08:00
Satindar Dhillon
6a6ad34f4d add comments for creating entity relationships 2023-01-04 09:26:19 -08:00
Satindar Dhillon
7bb05d0a80 port remaining persistence models over from ios 2023-01-04 09:26:19 -08:00
Satindar Dhillon
4bf48e5e5e convert viewer and linkedItemLabel to room entities 2023-01-04 09:26:19 -08:00
Satindar Dhillon
abb5eade24 add properties to LinkedItem model to match ios model 2023-01-04 09:26:19 -08:00
Satindar Dhillon
7a49b52921 move models into persistence package 2023-01-04 09:26:19 -08:00
Satindar Dhillon
a6c115d5bf replace Highlight model with Highlight entity 2023-01-04 09:26:19 -08:00
Satindar Dhillon
39ce9a67b3 bump build number to 19 2023-01-04 09:26:19 -08:00
Satindar Dhillon
b7bfaa575e update build number to 17 2023-01-04 09:26:19 -08:00
Satindar Dhillon
8b2b8d1816 WIP it 2023-01-04 09:26:19 -08:00
Satindar Dhillon
3497cc2f72 add room deps to gradle file 2023-01-04 09:26:19 -08:00
Jackson Harper
a545ce7e65
Merge pull request #1609 from omnivore-app/dependabot/npm_and_yarn/json5-1.0.2
Bump json5 from 1.0.1 to 1.0.2
2023-01-04 18:11:41 +08:00
Jackson Harper
5e124bc615
Merge pull request #1611 from omnivore-app/fix/import-tool-button
Add a return to library button after file import
2023-01-04 18:11:09 +08:00
Jackson Harper
7b152b4cb4 Add a return to library button after file import 2023-01-04 16:37:17 +08:00
Jackson Harper
611a50e967
Merge pull request #1559 from omnivore-app/feat/importer
New upload file importer
2023-01-04 15:32:36 +08:00
Jackson Harper
540581146f Linting fixes 2023-01-04 15:09:04 +08:00
dependabot[bot]
fd399ed195
Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 06:56:26 +00:00
Jackson Harper
593959319b
Merge pull request #1608 from omnivore-app/dependabot/npm_and_yarn/pkg/admin/json5-2.2.3
Bump json5 from 2.2.0 to 2.2.3 in /pkg/admin
2023-01-04 14:55:18 +08:00
Jackson Harper
dbf5a9b7e7
Merge pull request #1607 from omnivore-app/dependabot/npm_and_yarn/pkg/extension/json5-1.0.2
Bump json5 from 1.0.1 to 1.0.2 in /pkg/extension
2023-01-04 14:54:22 +08:00
Jackson Harper
686b08733a Comment out tests that cant run in CI 2023-01-04 14:50:14 +08:00
Jackson Harper
fe993f1f41 Use Cloud Task instead of pubsub for intra service communication 2023-01-04 14:48:03 +08:00
Jackson Harper
87c73adebb Use const instead of var 2023-01-04 10:43:55 +08:00
dependabot[bot]
3821939d0f
Bump json5 from 2.2.0 to 2.2.3 in /pkg/admin
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 02:28:33 +00:00
dependabot[bot]
def12c9961
Bump json5 from 1.0.1 to 1.0.2 in /pkg/extension
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 02:28:29 +00:00
Jackson Harper
0f540d60ac
Merge pull request #1562 from omnivore-app/dependabot/npm_and_yarn/express-4.18.2
Bump express from 4.17.1 to 4.18.2
2023-01-04 10:27:52 +08:00
Hongbo Wu
c5dd8a7ca6
Merge pull request #1605 from omnivore-app/fix/save-twitter-thread
Fix twitter thread not saving correctly
2023-01-03 21:46:22 +08:00
Hongbo Wu
ab16447c14 Fix not saving all the tweets in a thread 2023-01-03 21:26:34 +08:00
Jackson Harper
97981f9a7b Updates to handle new import file format 2023-01-03 20:55:53 +08:00
Jackson Harper
f939786c2a Reserve some names for tools and landing pages 2023-01-03 20:55:30 +08:00
Jackson Harper
9213d222c4 Add the _matter_history importer 2023-01-03 18:13:59 +08:00
Jackson Harper
0edd91057e Update user interface for file import tool 2023-01-03 17:49:07 +08:00
Jackson Harper
dc444a471d Dont allow puppeteer to fail if empty tag is found 2023-01-03 12:42:06 +08:00
Jackson Harper
742ff7aa69 Update test case user agent 2023-01-03 12:33:50 +08:00
Jackson Harper
a0f51c94ee Add another social media footer class to unlikely candidates 2023-01-03 12:33:12 +08:00
Jackson Harper
51544dfa50 Use same user agents in generate-testcase as in puppeteer 2023-01-03 11:48:07 +08:00
Jackson Harper
1b357f8c21 Add a test (have a feeling we will need to disable on CI due to GCS dependency) 2023-01-03 11:07:21 +08:00
Jackson Harper
5c215095e4
Merge pull request #1603 from omnivore-app/chore/update-copyright-footer
Update the year in the copyright footer
2023-01-03 10:12:51 +08:00
Jackson Harper
f83ddbb308 Update file importer path 2023-01-03 10:01:59 +08:00
Jackson Harper
57563ee958 Import ChangeEvent 2023-01-03 10:01:59 +08:00
Jackson Harper
9314c3d8f1 Add uploadImportFile API method
Add uploadImportFile API method

Fix prefix, counting max files uploaded

Add resolver types

Basic web ui for the uploader interface

Allow selecting type when uploading import files
2023-01-03 10:01:59 +08:00
Jackson Harper
d85f3b1dd3 Use the CTA colour for the contact email address 2023-01-03 09:50:59 +08:00
Hongbo Wu
08f3cb9e72
Merge pull request #1602 from omnivore-app/add-words-count
Add wordsCount to article schema
2023-01-03 08:25:31 +08:00
Jackson Harper
2bb1b2fd9c Update the year in the copyright footer 2023-01-02 20:12:51 +08:00
Jackson Harper
c7f066bd7a
Merge pull request #1599 from omnivore-app/fix/ios-reload
Dont loadItems onAppear as controllerDidChangeContent already does this
2023-01-02 20:12:32 +08:00
Jackson Harper
060dbc44ce
Merge pull request #1598 from omnivore-app/fix/admin-portal-status
Add the status to the admin user model
2023-01-02 20:11:36 +08:00
Hongbo Wu
2c39916441 Add wordsCount to article schema 2023-01-02 16:49:11 +08:00
Jackson Harper
c71d9eae46 Dont loadItems onAppear as controllerDidChangeContent already does this
This prevents a double refresh when returning to the library view.
2023-01-02 11:55:24 +08:00
Jackson Harper
b0b113b83d Add the status to the admin user model 2023-01-02 11:16:43 +08:00