|
|
b5fe0cb279
|
remove all the commas in the raw transcript which are added by youtubei
|
2024-07-18 12:10:45 +08:00 |
|
|
|
faa3e1d00e
|
upgrade youtubei version to fix the caption parsing error
|
2024-07-18 12:10:07 +08:00 |
|
|
|
df3c16381a
|
fix: revert home redirect path to /home
|
2024-07-16 12:47:41 +08:00 |
|
|
|
b6d0c2723d
|
Merge pull request #4188 from debanjandhar12/main
Add Amplenote origins to cors config
|
2024-07-12 13:54:34 +08:00 |
|
|
|
3d791a7866
|
Merge pull request #4155 from omnivore-app/fingerprint
inject fingerprint
|
2024-07-11 14:24:07 +08:00 |
|
|
|
1965f0ac19
|
fix tests
|
2024-07-11 13:38:22 +08:00 |
|
|
|
d36d9cdb57
|
fix: update highlight
|
2024-07-11 13:14:01 +08:00 |
|
|
|
225eefd73b
|
fix: readwise export not working for PAGE and LABEL events
|
2024-07-11 13:13:50 +08:00 |
|
|
|
2e322955f6
|
fix: title not exported when item is not in notion and gets exported by attaching labels
|
2024-07-11 12:24:25 +08:00 |
|
|
|
4e388de7ed
|
fix: export highlight in yellow in notion if color is null
|
2024-07-11 11:41:20 +08:00 |
|
|
|
af48aa009e
|
Add Amplenote origins to cors config
|
2024-07-10 20:00:39 +05:30 |
|
|
|
91ca8acfe5
|
Merge pull request #4186 from omnivore-app/fix/importer
expose createdAt for User
|
2024-07-10 21:01:27 +08:00 |
|
|
|
a1ae03f65f
|
expose createdAt for User
|
2024-07-10 18:40:01 +08:00 |
|
|
|
8e5439fa7b
|
generate random user-agent when fetching rss feed
|
2024-07-10 17:59:14 +08:00 |
|
|
|
1aaa4202fc
|
move items which have less than 250 words to quick links section
|
2024-07-10 10:54:36 +08:00 |
|
|
|
8ac27171c7
|
fix: include just added items in top picks
|
2024-07-10 10:51:50 +08:00 |
|
|
|
9134a3325f
|
Set default home redirect path
|
2024-07-09 15:29:34 +08:00 |
|
|
|
180efb4846
|
Set Android client
This checks user-agent before X-OmnivoreClient so the more explicit
X-OmnivoreClient overrides the derived client being set from user
agent.
|
2024-07-05 20:15:31 +08:00 |
|
|
|
eee38fcbb9
|
Merge pull request #4153 from omnivore-app/fix/intercom
have separate intercom secret in env var and return the hash based on the client
|
2024-07-05 18:00:05 +08:00 |
|
|
|
76ebfbd305
|
create separate intercom secret and return the hash based on the client
|
2024-07-05 17:03:27 +08:00 |
|
|
|
e2edaa678b
|
Merge pull request #4149 from omnivore-app/feat/ml-score-v3
V3 scoring model, add prom monitoring
|
2024-07-05 16:58:00 +08:00 |
|
|
|
59852a1565
|
Throw if we cant sign the request
|
2024-07-05 16:43:29 +08:00 |
|
|
|
6a201018b1
|
Fix promise
|
2024-07-05 15:20:45 +08:00 |
|
|
|
a7ca844220
|
Add authorization to digest-score
|
2024-07-05 14:59:16 +08:00 |
|
|
|
e3ffafd623
|
Merge pull request #4142 from omnivore-app/fix/score-client
increase score api timeout to 20 seconds
|
2024-07-04 18:01:47 +08:00 |
|
|
|
f0016eec38
|
copy utils in docker
|
2024-07-04 16:59:08 +08:00 |
|
|
|
8c2a59eb1f
|
Merge pull request #4140 from omnivore-app/use-omnivore-utils
use omnivore utils
|
2024-07-04 16:25:16 +08:00 |
|
|
|
e9dcdc6dd1
|
fix: word count in CJK languages
|
2024-07-04 12:28:01 +08:00 |
|
|
|
56032b0765
|
increase score api timeout to 20 seconds
|
2024-07-04 10:32:09 +08:00 |
|
|
|
d9596baecc
|
fix tests
|
2024-07-03 22:24:09 +08:00 |
|
|
|
b23e257206
|
Add original_url to score service calls
|
2024-07-02 13:58:15 +08:00 |
|
|
|
ee70f6603a
|
return not_found if database is not found in notion
|
2024-07-01 17:42:19 +08:00 |
|
|
|
67af18a105
|
fix: returns a stub score (0) in case score api throws an error
|
2024-07-01 15:27:16 +08:00 |
|
|
|
70829a6b88
|
remove initial observation
|
2024-07-01 12:08:56 +08:00 |
|
|
|
ad88cbaea8
|
observe failed digest-score api call lantency in prometheus too
|
2024-07-01 12:05:48 +08:00 |
|
|
|
550cef241c
|
observe digest-score api lantency in prometheus
|
2024-07-01 12:01:42 +08:00 |
|
|
|
9f7065c5c3
|
do not update library item score if 0
|
2024-07-01 11:51:57 +08:00 |
|
|
|
6bb11ce99b
|
fix: returns a stub score (0) in case score api throws an error
|
2024-07-01 11:02:42 +08:00 |
|
|
|
0dada2d708
|
fix: digest score api timeout = 5 seconds
|
2024-06-28 16:38:00 +08:00 |
|
|
|
a7ba02e063
|
Merge pull request #4117 from omnivore-app/fix/use-read-replica
fix/use read replica for RLS enabled transactions
|
2024-06-28 15:13:26 +08:00 |
|
|
|
a06f1a243c
|
fix tests
|
2024-06-28 12:37:45 +08:00 |
|
|
|
8bc05dad03
|
fix tests
|
2024-06-28 11:56:28 +08:00 |
|
|
|
a3ba8573b7
|
fix: validate ownership of library item before assigning labels to the item
|
2024-06-28 11:53:20 +08:00 |
|
|
|
3ad826392e
|
use digest-score service
|
2024-06-27 20:55:04 +08:00 |
|
|
|
822f249fb1
|
cont
|
2024-06-27 19:10:50 +08:00 |
|
|
|
2ed480bb49
|
use read replica for selecting library items, labels and highlights
|
2024-06-27 19:02:15 +08:00 |
|
|
|
fb3d2eada6
|
use primary and replica instead of master and slave
|
2024-06-27 18:42:42 +08:00 |
|
|
|
0830f0b312
|
allow defining replica mode in the auth transaction
|
2024-06-27 18:38:43 +08:00 |
|
|
|
17eb5efa37
|
resolve conflicts
|
2024-06-27 17:16:17 +08:00 |
|
|
|
45986184c4
|
tidy
|
2024-06-27 17:12:45 +08:00 |
|