Commit graph

4897 commits

Author SHA1 Message Date
Jackson Harper
3520428ff0 Get the auth token from cookie in the user_router
This is called through Cloud Task so .authorization is actually
Cloud Task's auth token.
2023-01-06 10:29:36 +08:00
Jackson Harper
8bac8c0fda
Merge pull request #1534 from omnivore-app/fix/extension-force-perf
For URLs that will be forced to backend fetch dont send full content from the extension
2023-01-06 09:36:53 +08:00
Jackson Harper
18b26f9690
Merge pull request #1618 from omnivore-app/fix/email-cookie-auth
Use cookie auth instead of header as GCP uses the Authorization header
2023-01-05 20:53:09 +08:00
Jackson Harper
88b6fcfb5d Use cookie auth instead of header as GCP uses the Authorization header 2023-01-05 20:17:43 +08:00
Hongbo Wu
24763669b3
Merge pull request #1616 from omnivore-app/html-to-markdown
html to markdown
2023-01-05 19:30:19 +08:00
Jackson Harper
d4064d391e
Merge pull request #1615 from omnivore-app/feat/add-open-collective
Update the community modal view a bit
2023-01-05 18:40:49 +08:00
Jackson Harper
18438e3e7a
Merge pull request #1617 from omnivore-app/fix/email-endpoint-url
Fix the email endpoint for the import-handler
2023-01-05 18:38:02 +08:00
Jackson Harper
0580f7a876 Fix the email endpoint for the import-handler 2023-01-05 17:58:26 +08:00
Hongbo Wu
e28c9b10bb Fetch markdown content if specified in search API 2023-01-05 17:17:09 +08:00
Jackson Harper
e26ec3daf8
Merge pull request #1517 from omnivore-app/dependabot/npm_and_yarn/pkg/admin/express-4.17.3
Bump express from 4.17.1 to 4.17.3 in /pkg/admin
2023-01-05 16:16:57 +08:00
dependabot[bot]
b7c98d915d
Bump express from 4.17.1 to 4.17.3 in /pkg/admin
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 07:30:03 +00:00
Jackson Harper
807bd994e3
Merge pull request #1614 from omnivore-app/fix/jsonwebtoken-for-import-handler
Add jsonwebtoken package to import-handler
2023-01-05 15:29:05 +08:00
Jackson Harper
8c89a192fa Use 8.5.1 until we figure out issues with 9.0.0 2023-01-05 15:12:56 +08:00
Jackson Harper
6e244cb9bd Add link to open collective 2023-01-05 14:08:19 +08:00
Jackson Harper
b0938ea8e2
Merge pull request #1612 from omnivore-app/feat/email-after-import
Send email to user after a bulk import completes
2023-01-05 13:39:49 +08:00
Hongbo Wu
7b749f974d Convert HTML to markdown if specified 2023-01-05 12:12:48 +08:00
Jackson Harper
687d126bd3 Fix the task URLs, send an email if no URLs are parsed for import 2023-01-05 11:49:16 +08:00
Jackson Harper
750fdd6b45 Remove unused packages 2023-01-05 11:48:54 +08:00
Jackson Harper
89454d8b59
Merge pull request #1610 from omnivore-app/fix/reduce-logging
Remove some places we are logging too much data causing sentry failures
2023-01-05 11:19:30 +08:00
Jackson Harper
f177a0d1db Remove unused type 2023-01-05 11:14:57 +08:00
Jackson Harper
37dc0336fa Set Authorization to authToken 2023-01-05 11:13:58 +08:00
Jackson Harper
cfa3b5de89 Remove unneeded linting rules 2023-01-05 10:25:10 +08:00
Satindar Dhillon
e6af2f5bc1
Merge pull request #1606 from omnivore-app/feature/android-local-db
Android Persistence
2023-01-04 11:40:50 -08:00
Satindar Dhillon
9d19f6fdba use SavedItemCardData to populate library list 2023-01-04 11:36:39 -08:00
Satindar Dhillon
4985508702 update SavedItemCardData class 2023-01-04 11:21:12 -08:00
Satindar Dhillon
bbe8508753 create savedItemCardData class 2023-01-04 10:55:52 -08:00
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
7b2bc21b16 Add cors config, handle exception response 2023-01-04 21:45:41 +08:00
Jackson Harper
dd9d00ec8d Linting fixes, wait on email send 2023-01-04 18:30:28 +08:00
Jackson Harper
d89a307aca Send email to user after a bulk import completes 2023-01-04 18:15:26 +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
2390f2d716 Cast data to NewsletterMessage 2023-01-04 16:24:41 +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