12032 Commits

Author SHA1 Message Date
4be92d6cad fix(extension): fixed extension v3 building failure (#4552)
Some checks failed
Build Docker Images / Build docker images (push) Has been cancelled
Build Self-Hosting Docker Images / Build self-host docker images (push) Has been cancelled
Run tests / Run Codebase tests (push) Has been cancelled
Run tests / Build docker images (push) Has been cancelled
Co-authored-by: leopku <leo@himysql.com>
2025-02-25 13:11:01 +01:00
2ec1d6f58c Initial prototype of the V3 manifest extension (#4357)
* Initial prototype of the V3 manifest extension

* Make sure the content script is only injected once

* Implement addNote button

* More separation work for tasks, implement archive and update note

* Add back missing functionality, add guide to install Extensions

* Revert v2 changes

---------

Co-authored-by: Thomas Rogers <Podginator@gmail.com>
2025-02-23 16:35:41 +01:00
cc6b1f3b6e Fix: incorrect group name when reading custom environment (#4541) 2025-02-15 15:26:45 +00:00
c6a899bc8a Enable HTML mode toggle (#4442) 2025-02-14 16:06:29 +01:00
3c1d74d3d0 Update README.md
Remove reference to hosted version, add pdf.js
2025-02-12 12:24:23 +01:00
84d05c0dbd Update dependencies (#4539)
* Bump react-markdown from 8.0.6 to 8.0.7

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.6 to 8.0.7.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/8.0.6...8.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump nanoid from 4.0.2 to 5.0.9 in /pkg/extension

Bumps [nanoid](https://github.com/ai/nanoid) from 4.0.2 to 5.0.9.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/4.0.2...5.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump next from 13.5.8 to 14.2.21

Bumps [next](https://github.com/vercel/next.js) from 13.5.8 to 14.2.21.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.5.8...v14.2.21)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump intercom-client from 3.2.1 to 6.0.0

Bumps [intercom-client](https://github.com/intercom/intercom-node) from 3.2.1 to 6.0.0.
- [Release notes](https://github.com/intercom/intercom-node/releases)
- [Commits](https://github.com/intercom/intercom-node/compare/v3.2.1...v6.0.0)

---
updated-dependencies:
- dependency-name: intercom-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump nanoid from 3.3.8 to 5.0.9

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.8 to 5.0.9.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.8...5.0.9)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @aws-sdk/lib-storage from 3.730.0 to 3.744.0

Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.730.0 to 3.744.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/lib/lib-storage)

---
updated-dependencies:
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 18:22:50 +01:00
a937f6f922 Add Pinch Zoom and Trackpad Zoom to pdf.js (rough) (#4534) 2025-02-09 19:08:16 +01:00
9ebcfd840b [feat] Add an imap watcher for emails. (#4536)
[feat] Add an imap watcher for emails.
2025-02-09 18:30:15 +01:00
7a7dafa27c Fix documentation to reflect new docker images; remove gitsha from docker images (#4535) 2025-02-07 18:42:37 +01:00
ae6a25fe6d Create a Docker Image for Web (#4533) 2025-02-05 15:37:58 +01:00
e34749f666 Fix Caching issue with Docker Builds (#4530) 2025-01-31 19:30:45 +01:00
52d35a7b2c Fix-Cache for Queue Processor (#4529) 2025-01-30 17:56:04 +01:00
edbe4786d5 Add Multi-arch builds to the GCHR, and fix typo in the docker compose file for mail server (#4528)
* Add Multi-arch builds to include linux/arm64

* Fix template parameter for git sha

* Fix Typo with local-mail server

* Copy the project files

* Change context for image-proxy

* Improve runner
2025-01-30 17:22:41 +01:00
4e582fb55d Improving Self-Hosting and Removing 3rd Party dependencies. (#4513)
* fix: Library Header layout shift

* Bump Github Actions versions.

* Self-Hosting Changes

* Fix Minio Environment Variable

* Just make pdfs successful, due to lack of PDFHandler

* Fix issue where flag was set wrong

* Added an NGINX Example file

* Add some documentation for self-hosting via Docker Compose

* Make some adjustments to Puppeteer due to failing sites.

* adjust timings

* Add start of Mail Service

* Fix Docker Files

* More email service stuff

* Add Guide to use Zapier for Email-Importing.

* Ensure that if no env is provided it uses the old email settings

* Add some instructions for self-hosted email

* Add SNS Endpoints for Mail Watcher

* Add steps and functionality for using SES and SNS for email

* Uncomment a few jobs.

* Added option for Firefox for parser. Was having issues with Chromium on Docker.

* Add missing space.

Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com>

* Fix some wording on the Guide

* update browser extension to handle self-hosted instances

* add slight documentation to options page

* Fix MV

* Do raw handlers for Medium

* Fix images in Medium

* Update self-hosting/GUIDE.md

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>

* Update Guide with other variables

* Add The Verge to JS-less handlers

* Update regex and image-proxy

* Update self-hosting/nginx/nginx.conf

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>

* Update regex and image-proxy

* Update self-hosting/docker-compose/docker-compose.yml

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>

* Fix Minio for Export

* Merge to main

* Update GUIDE with newer NGINX

* Update nginx config to include api/save route

* Enable Native PDF View for PDFS

* Enable Native PDF View for PDFS

* feat:lover packages test

* feat:working build

* feat:alpine build

* docs:api dockerfile docs

* Write a PDF.js wrapper to replace pspdfkit

* Revert changes for replication, set settings to have default mode

* build folder got removed due to gitignore on pdf

* Add Box shadow to pdf pages

* Add Toggle for Progress in PDFS, enabled native viewer toggle

* Update node version to LTS

* Update node version to LTS

* Fix Linting issues

* Fix Linting issues

* Make env variable nullable

* Add touchend listener for mobile

* Make changes to PDF for mobile

* fix(android): change serverUrl to selfhosted first

* feat:2 stage alpine content fetch

* feat:separated start script

* fix:changed to node 22

* Add back youtube functionality and add guide

* trigger build

* Fix cache issue on YouTube

* Allow empty AWS_S3_ENDPOINT

* Allow empty AWS_S3_ENDPOINT

* Add GCHR for all images

* Add GCHR For self hosting.

* Add GCHR For self hosting.

* Test prebuilt.

* Test prebuilt

* Test prebuilt...

* Fix web image

* Remove Web Image (For now)

* Move docker-compose to images

* Move docker-compose files to correct locations

* Remove the need for ARGS

* Update packages, and Typescript versions

* Fix

* Fix issues with build on Web

* Correct push

* Fix Linting issues

* Fix Trace import

* Add missing types

* Fix Tasks

* Add information into guide about self-build

* Fix issues with PDF Viewer

---------

Co-authored-by: keumky2 <keumky2@woowahan.com>
Co-authored-by: William Theaker <wtheaker@nvidia.com>
Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com>
Co-authored-by: David Adams <david@dadams2.com>
Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>
Co-authored-by: m1xxos <66390094+m1xxos@users.noreply.github.com>
Co-authored-by: Adil <mr.adil777@gmail.com>
2025-01-27 13:33:16 +01:00
4cd5f2f02a Merge pull request #4490 from omnivore-app/jacksonh/export-pdf-content
Add PDFs to export content
2024-11-03 12:58:07 +08:00
ddc9808ad1 Add PDFs to export content 2024-11-03 12:49:33 +08:00
9808d750ac Merge pull request #4489 from omnivore-app/jacksonh/admin-download-urls
Add download url to admin to debug PDF issues
2024-11-03 12:12:46 +08:00
f08896bfe3 Add download url to admin to debug PDF issues 2024-11-03 12:08:21 +08:00
8d69fb1077 Merge pull request #4488 from omnivore-app/jacksonh/export-notes
Export highlights of type note if they have content attached
2024-11-03 12:00:32 +08:00
67d152d8cd Export highlights of type note if they have content attached 2024-11-03 11:44:38 +08:00
d41de25d23 Merge pull request #4485 from omnivore-app/jacksonh/export-total-items
Dont display progress if we dont have total items
2024-11-02 17:07:18 +08:00
938fe4db45 Merge pull request #4486 from omnivore-app/jacksonh/admin-exports-list
Add exports to admin
2024-11-02 17:07:04 +08:00
086de77d72 Add exports to admin 2024-11-02 16:36:43 +08:00
7348c66e43 Dont display progress if we dont have total items 2024-11-02 16:19:27 +08:00
c10bd80149 Merge pull request #4483 from omnivore-app/jacksonh/export-direct-download
Export direct download links + progress updates
2024-11-02 15:06:12 +08:00
c4b5739f3e Change time 2024-11-02 14:50:52 +08:00
75365f4811 Allow more frequent exports, give more data on account page 2024-11-02 14:50:38 +08:00
8e8bae9e1a Log state changes 2024-11-02 14:48:51 +08:00
11144ffc66 Merge pull request #4482 from omnivore-app/jacksonh/email-logging
Add more logging to email sends
2024-11-02 13:14:53 +08:00
3b7fc2b801 Add more logging to email sends 2024-11-02 13:04:23 +08:00
b7958fd45e Merge pull request #4481 from omnivore-app/jacksonh/exporter-break
Make sure the exporter breaks
2024-11-02 12:33:43 +08:00
58a404b74b Make sure the exporter breaks 2024-11-02 12:14:42 +08:00
22e46bfe2d Merge pull request #4480 from omnivore-app/jacksonh/exporter-loop
Prevent infinite loop in exporter
2024-11-02 11:35:40 +08:00
159b8276e0 Fix comment 2024-11-02 11:22:24 +08:00
b74b1d40fe Use a const for nextCursor 2024-11-02 11:19:25 +08:00
7599bbaded Add cursor to logs 2024-11-02 11:05:40 +08:00
37de640830 Prevent infinite loop in exporter 2024-11-02 10:49:52 +08:00
44f001801c Merge pull request #4479 from omnivore-app/jacksonh/export-expiration
Increase timeout on download links
2024-11-02 01:19:59 +08:00
f76f8c668c Increase timeout on download links 2024-11-02 01:05:43 +08:00
fc38248450 Merge pull request #4478 from omnivore-app/jacksonh/export-queue
Send exports to the export queue
2024-11-02 00:32:43 +08:00
0b6e5d1438 Add export queue to the queue admin 2024-11-02 00:23:51 +08:00
d027bae311 Send exports to the export queue 2024-11-01 23:46:57 +08:00
0bc11352e2 Merge pull request #4477 from omnivore-app/jacksonh/add-exporter-queue
Prepare to give exporter its own queue
2024-11-01 23:45:10 +08:00
a8d4f7acd5 Prepare to give exporter its own queue 2024-11-01 23:33:46 +08:00
cd0ac4ba30 Merge pull request #4475 from omnivore-app/jacksonh/disable-imports
Disable the importer to give more resources to exports
2024-11-01 23:30:49 +08:00
ee2b901fb6 Remove test 2024-11-01 23:19:56 +08:00
219e811c47 Fix async integration handler 2024-11-01 23:01:44 +08:00
21449b1eaa Disable the importer to give more resources to exports 2024-11-01 22:30:52 +08:00
f16444c893 Merge pull request #4473 from omnivore-app/jacksonh/shutdown-banner
Add a shutdown banner
2024-11-01 00:52:37 +08:00
97b392aff6 Add missing file 2024-11-01 00:40:00 +08:00