dependabot[bot]
|
7535dc4f80
|
Bump express and @types/express
Bumps [express](https://github.com/expressjs/express) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). These dependencies needed to be updated together.
Updates `express` from 4.18.2 to 4.18.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.18.2...4.18.3)
Updates `@types/express` from 4.17.17 to 4.17.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/express"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-17 01:43:40 +00:00 |
|
Jackson Harper
|
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 |
|
Jackson Harper
|
3fb1cc85cb
|
Merge pull request #3675 from omnivore-app/feat/ios-datetime-in-library
Add time to library items on iOS
|
2024-03-15 20:32:57 +08:00 |
|
Jackson Harper
|
596ab5a7aa
|
Feature flag the transcripts
|
2024-03-15 20:28:02 +08:00 |
|
Jackson Harper
|
b87073b1fb
|
Add youtube-transcripts beta feature
|
2024-03-15 20:25:44 +08:00 |
|
Jackson Harper
|
5df1c1cd3e
|
Simplify code, handle crazy people with 12hr time
|
2024-03-15 19:59:50 +08:00 |
|
Hongbo Wu
|
ced92fb1db
|
Merge pull request #3674 from omnivore-app/fix/notion
fix/notion
|
2024-03-15 08:16:07 +08:00 |
|
Hongbo Wu
|
5cbed3f396
|
disable notion by default
|
2024-03-14 22:23:42 +08:00 |
|
Hongbo Wu
|
c54cfee3f1
|
turn off auto sync will disable notion
|
2024-03-14 22:18:18 +08:00 |
|
Hongbo Wu
|
17e66aa010
|
append new highlights only
|
2024-03-14 22:13:27 +08:00 |
|
Hongbo Wu
|
1085dcc824
|
read settings
|
2024-03-14 21:36:47 +08:00 |
|
Hongbo Wu
|
69e74d432d
|
append highlights to the existing page
|
2024-03-14 19:50:26 +08:00 |
|
Jackson Harper
|
f2d23626a5
|
Improve error logging / fix linting
|
2024-03-14 17:39:13 +08:00 |
|
Jackson Harper
|
dc6c047aec
|
Add GCS cache
|
2024-03-14 16:12:06 +08:00 |
|
Jackson Harper
|
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 |
|
Hongbo Wu
|
fc83384f1e
|
Merge pull request #3671 from omnivore-app/fix/refresh-feed
fix: subscription not updated correctly after rss feed refreshed
|
2024-03-14 13:08:01 +08:00 |
|
Hongbo Wu
|
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 |
|
Jackson Harper
|
9344f18c8b
|
Merge pull request #3670 from omnivore-app/feat/ios-rate-button
Add a button to iOS to leave a rating/review
|
2024-03-14 12:54:30 +08:00 |
|
Jackson Harper
|
d3d181c33e
|
Remove unneed import
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
308b02fbb0
|
Add breaks to headers in test
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
566ac33401
|
Better small screen support
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
05fe1cb87c
|
Webkit support for slide in frame
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
e9b15ebb06
|
Dont process youtube videos in this test
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
fef28d1c6a
|
Linting fix
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
3ee6787e39
|
Improve transcript generation
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
a7ad67b3bb
|
Start to add tests for youtube processor
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
39dfa920b5
|
More fixes to youtube processor
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
6bcdbfa8f0
|
Linting
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
84f0d940d2
|
Add some box shadow on the sticky player
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
7c3d15e31a
|
Add some scrolling on youtube videos
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
2dbd16a61e
|
Pull duration and description from YouTube metadata
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
f7225b298a
|
Rebase
|
2024-03-14 12:48:56 +08:00 |
|
Jackson Harper
|
eecfd1c402
|
Add a button to iOS to leave a rating/review
|
2024-03-14 12:47:15 +08:00 |
|
Hongbo Wu
|
3ab9e41b82
|
Merge pull request #3669 from omnivore-app/fix/popular-reads
add popular reads to the continue reading section of new user library
|
2024-03-14 11:26:38 +08:00 |
|
Hongbo Wu
|
81e489021e
|
add popular reads to the continue reading section of new user library
|
2024-03-14 11:14:37 +08:00 |
|
Jackson Harper
|
def59e066d
|
Merge pull request #3668 from omnivore-app/fix/ios-fetch-content
Add fetch content to iOS, fix Transmission version
|
2024-03-14 10:52:51 +08:00 |
|
Jackson Harper
|
d83ee5c647
|
Add fetch content to iOS, fix Transmission version
|
2024-03-14 10:40:30 +08:00 |
|
Jackson Harper
|
3bb12a09df
|
Merge pull request #3667 from omnivore-app/ios/enable-fullscreen
Enable fullscreen mode
|
2024-03-13 22:25:59 +08:00 |
|
Jackson Harper
|
2be835f23e
|
Enable fullscreen mode
This is needed on iOS to allow the YouTube embed to go fullscreen.
|
2024-03-13 22:04:21 +08:00 |
|
Jackson Harper
|
ad59bbe27e
|
Merge pull request #3666 from omnivore-app/fix/ios-swipe-back
Use older version of transmission for swipe back gesture
|
2024-03-13 21:32:35 +08:00 |
|
Jackson Harper
|
433fa00fa3
|
Use older version of transmission for swipe back gesture
Also comment out findSelected as it crashes in iOS 17.4
|
2024-03-13 21:13:43 +08:00 |
|
Hongbo Wu
|
8e9fce7250
|
Merge pull request #3663 from omnivore-app/feature/notion-integration-web
Web UI for notion integration
|
2024-03-13 19:42:29 +08:00 |
|
Hongbo Wu
|
9ed23611a1
|
fix styles
|
2024-03-13 19:41:39 +08:00 |
|
Hongbo Wu
|
6a7d2b0ec2
|
fix tests
|
2024-03-13 19:11:38 +08:00 |
|
Hongbo Wu
|
53cc193bd1
|
update header
|
2024-03-13 19:10:11 +08:00 |
|
Hongbo Wu
|
1fb81eaa2b
|
hide notion settings if not connected
|
2024-03-13 18:54:57 +08:00 |
|
Hongbo Wu
|
16e76538d8
|
add delete notion button
|
2024-03-13 18:45:26 +08:00 |
|
Hongbo Wu
|
6310e5f83b
|
update form
|
2024-03-13 15:55:34 +08:00 |
|
Hongbo Wu
|
bdd89113c5
|
get value from database
|
2024-03-13 13:27:00 +08:00 |
|
Hongbo Wu
|
41d70bcfb0
|
Add beta alert
|
2024-03-13 11:07:08 +08:00 |
|