Commit Graph

5983 Commits

Author SHA1 Message Date
a49366b4cc remove unnecessary fields from item events 2024-03-20 10:36:19 +08:00
208a5895ef remove unnecessary fields from item events 2024-03-20 10:35:58 +08:00
9af4235233 skip failed to parse rules and show the timestamp in the UI 2024-03-20 10:35:58 +08:00
2fc6fd6e93 Show error message if failed to creating rules 2024-03-20 10:35:57 +08:00
c05721c87e validate the filter before creating rules 2024-03-20 10:35:57 +08:00
7e04b25497 Merge pull request #3696 from omnivore-app/fix/thumbnail
fix/thumbnail
2024-03-20 10:26:34 +08:00
48836a3722 Merge pull request #3688 from omnivore-app/dependabot/npm_and_yarn/floating-ui/react-0.26.9
Bump @floating-ui/react from 0.24.8 to 0.26.9
2024-03-20 10:03:30 +08:00
1eb2cd49f6 Merge pull request #3687 from omnivore-app/dependabot/npm_and_yarn/snake-case-4.0.0
Bump snake-case from 3.0.4 to 4.0.0
2024-03-20 10:03:09 +08:00
c12c995536 Wrap insert label to make sure they are defined 2024-03-20 09:50:32 +08:00
315c625482 fix title not fetched correctly when using preview content in rss feeds 2024-03-19 18:07:27 +08:00
aa137319b3 Move discord bot out of packages directory 2024-03-19 16:19:44 +08:00
e031f4f81c deprioritize jsonld preview image 2024-03-19 15:51:20 +08:00
e47e169402 Merge branch 'main' into discover-no-ts-changes 2024-03-19 15:50:51 +08:00
72e78cd465 Revert WIP changes 2024-03-19 13:06:25 +08:00
55b6f8197c Fixes for empty layout 2024-03-19 12:39:10 +08:00
21335d3ed4 Fix for pages that dont need auth like terms and conditions page 2024-03-19 12:33:40 +08:00
909afc9c08 Merge pull request #3692 from omnivore-app/fix/notion
Export highlight notes as children of highlights block in notion
2024-03-19 11:43:21 +08:00
ad32aa82ce Export highlight notes as children of highlights block in notion 2024-03-19 11:17:42 +08:00
36c312ca75 Add missing YT files 2024-03-19 10:12:49 +08:00
7c170325cf Bump @floating-ui/react from 0.24.8 to 0.26.9
Bumps [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) from 0.24.8 to 0.26.9.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.9/packages/react)

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 22:01:46 +00:00
6c7978e138 Bump snake-case from 3.0.4 to 4.0.0
Bumps [snake-case](https://github.com/blakeembrey/change-case) from 3.0.4 to 4.0.0.
- [Release notes](https://github.com/blakeembrey/change-case/releases)
- [Commits](https://github.com/blakeembrey/change-case/compare/snake-case@3.0.4...camel-case@4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 22:01:03 +00:00
10bd05c6a8 Allow opt into transcripts feature, create UI 2024-03-18 15:00:12 +08:00
21d4efc2b5 Allow opting into the YouTube transcript feature 2024-03-18 13:56:37 +08:00
4767b9cb0e Merge pull request #3673 from omnivore-app/fix/web-unsubscribe
Fix some issues with unsubscribing on web
2024-03-18 11:01:50 +08:00
4e50c51598 Merge pull request #3661 from omnivore-app/feat/job-youtube-transcript-generator
Pull metadata from YouTube for library items
2024-03-17 09:40:28 +08:00
596ab5a7aa Feature flag the transcripts 2024-03-15 20:28:02 +08:00
b87073b1fb Add youtube-transcripts beta feature 2024-03-15 20:25:44 +08:00
d3aa671200 Prettier 2024-03-15 10:44:40 +08:00
fdc8055b79 Prettier 2024-03-15 10:43:16 +08:00
5cbed3f396 disable notion by default 2024-03-14 22:23:42 +08:00
c54cfee3f1 turn off auto sync will disable notion 2024-03-14 22:18:18 +08:00
17e66aa010 append new highlights only 2024-03-14 22:13:27 +08:00
1085dcc824 read settings 2024-03-14 21:36:47 +08:00
69e74d432d append highlights to the existing page 2024-03-14 19:50:26 +08:00
3c0356a77f Move migrations 2024-03-14 18:11:46 +08:00
9618e452bc Fix some issues with unsubscribing on web 2024-03-14 18:09:38 +08:00
71b9e5e4d5 More linting 2024-03-14 17:55:04 +08:00
50b9dd5014 Add eslint disable 2024-03-14 17:51:10 +08:00
f2d23626a5 Improve error logging / fix linting 2024-03-14 17:39:13 +08:00
dc6c047aec Add GCS cache 2024-03-14 16:12:06 +08:00
629c044273 Queue the transcript processing as a separate job
Handle YouTube in two steps, first get metadata then
get the transcript.
2024-03-14 15:09:53 +08:00
1ea09e20bd fix: subscription not updated correctly after rss feed refreshed
* sort the shallow copy of the userIds array so the original array not mutated
2024-03-14 12:56:42 +08:00
d3d181c33e Remove unneed import 2024-03-14 12:48:56 +08:00
308b02fbb0 Add breaks to headers in test 2024-03-14 12:48:56 +08:00
566ac33401 Better small screen support 2024-03-14 12:48:56 +08:00
05fe1cb87c Webkit support for slide in frame 2024-03-14 12:48:56 +08:00
e9b15ebb06 Dont process youtube videos in this test 2024-03-14 12:48:56 +08:00
fef28d1c6a Linting fix 2024-03-14 12:48:56 +08:00
3ee6787e39 Improve transcript generation 2024-03-14 12:48:56 +08:00
a7ad67b3bb Start to add tests for youtube processor 2024-03-14 12:48:56 +08:00