|
|
17e547b95e
|
Make sure cached reading progress is updated
|
2024-08-12 11:09:56 +08:00 |
|
|
|
67bf5003ea
|
Move reading progress to new system
|
2024-08-12 11:09:56 +08:00 |
|
|
|
d0e4908c0f
|
Better cache handling when setting labels
|
2024-08-12 11:09:56 +08:00 |
|
|
|
8819ca1d05
|
Fix moveToFolder response handling
|
2024-08-12 11:09:56 +08:00 |
|
|
|
b6e19106b1
|
Implement move to folder
|
2024-08-12 11:09:56 +08:00 |
|
|
|
b29d7d0c97
|
Cleanup
|
2024-08-12 11:09:56 +08:00 |
|
|
|
137283db0a
|
More moves to react-query for key library functions
|
2024-08-12 11:09:56 +08:00 |
|
|
|
457d1d9de9
|
More work on react-query switchover
|
2024-08-12 11:09:56 +08:00 |
|
|
|
06af855621
|
WIP: move item queries to react-query to better handle mutations
|
2024-08-12 11:09:56 +08:00 |
|
|
|
c529e52936
|
Allow mutate to re-render, fixes issues with filter funcs
|
2024-08-12 11:09:56 +08:00 |
|
|
|
e12d892f2b
|
Color fixes
|
2024-08-12 11:09:56 +08:00 |
|
|
|
b1b3d53b51
|
Try to prevent center text aligned lists in articles
|
2024-08-12 11:09:56 +08:00 |
|
|
|
3d30607068
|
Better background colour for card dropdown menu
|
2024-08-12 11:09:56 +08:00 |
|
|
|
ee039833ac
|
remove hidden home section resolver
|
2024-08-08 13:06:51 +08:00 |
|
|
|
41b6a27601
|
disable digest-score and update-home jobs
|
2024-08-08 12:54:33 +08:00 |
|
|
|
b5629e5f9f
|
remove home resolvers
|
2024-08-08 12:53:28 +08:00 |
|
|
|
3687b133c2
|
Merge pull request #4244 from omnivore-app/drop-original-content-column
drop original_content column from library_item table
|
2024-08-07 16:06:13 +08:00 |
|
|
|
4de6cfc1f8
|
fix: return markdown content for the old clients when highlighted markdown is requested
|
2024-08-07 09:34:35 +08:00 |
|
|
|
611640be17
|
drop column if exists
|
2024-08-06 15:16:01 +08:00 |
|
|
|
9b4bfa454c
|
drop original_content column from library_item table
|
2024-08-06 15:16:01 +08:00 |
|
|
|
64cf10205b
|
fix tests
|
2024-08-06 14:44:15 +08:00 |
|
|
|
a6637fcbed
|
update batch_size
|
2024-08-05 15:49:29 +08:00 |
|
|
|
7295b90397
|
fix typo
|
2024-08-05 15:39:55 +08:00 |
|
|
|
498790d221
|
commit changes first
|
2024-08-05 15:38:36 +08:00 |
|
|
|
431640605f
|
optimize the batch update script to use index by adding order by user_id
|
2024-08-05 15:34:56 +08:00 |
|
|
|
8bbf2c0702
|
add script to update original_content to NULL in db
|
2024-08-01 11:56:36 +08:00 |
|
|
|
322f736fe0
|
stop storing original html in the database
|
2024-07-31 19:14:38 +08:00 |
|
|
|
bdae03ef95
|
Merge pull request #4221 from omnivore-app/fix/content-fetch-error
improve content-fetch
|
2024-07-25 13:40:14 +08:00 |
|
|
|
156feb8e17
|
rate limit save url action in redis: max 5 save urls in a minute
|
2024-07-25 13:08:38 +08:00 |
|
|
|
c503b47ea2
|
revert index
|
2024-07-25 12:10:53 +08:00 |
|
|
|
ee5e66d9b3
|
Merge pull request #4075 from omnivore-app/feature/posts
feat: posts api
|
2024-07-25 11:42:35 +08:00 |
|
|
|
465e5dc7d1
|
Add an index of columns user_id and created_at to the library_item table for counting query
|
2024-07-25 11:18:52 +08:00 |
|
|
|
6f12b5e406
|
reduce bulk action batch size to 50
|
2024-07-25 10:54:21 +08:00 |
|
|
|
7295a0052b
|
Merge pull request #4168 from omnivore-app/dependabot/npm_and_yarn/fast-csv/parse-5.0.0
Bump @fast-csv/parse from 4.3.6 to 5.0.0
|
2024-07-25 10:27:44 +08:00 |
|
|
|
0a6672416e
|
fix: use tts-cache Redis server for tts cache
|
2024-07-25 10:22:49 +08:00 |
|
|
|
0e0c4bddac
|
block failed domains
|
2024-07-24 16:55:50 +08:00 |
|
|
|
dee421d3c8
|
add hour rate limiter middleware to the api router and allows max 600 requests per hour
|
2024-07-24 16:24:49 +08:00 |
|
|
|
6776cdf1cd
|
check if there are more than five items "created" within a minute instead of "saved"
|
2024-07-24 15:59:22 +08:00 |
|
|
|
31fe4b65a0
|
remove readability from content-fetch
|
2024-07-24 12:53:41 +08:00 |
|
|
|
066883a84d
|
remove unused dependencies
|
2024-07-24 12:51:25 +08:00 |
|
|
|
29a5b20d2c
|
remove scrapingbee from content-fetch
|
2024-07-24 12:17:13 +08:00 |
|
|
|
284dcfa323
|
Merge pull request #4212 from omnivore-app/feature/use-gpt-4-o-mini
use new gpt-4o-mini openai model
|
2024-07-23 14:01:06 +08:00 |
|
|
|
f87ecbcf18
|
Merge pull request #4207 from omnivore-app/fix/published-date-change-in-wechat
fix/published date change in wechat
|
2024-07-23 13:58:17 +08:00 |
|
|
|
8209b05273
|
Merge pull request #4146 from omnivore-app/remove-ultra-realistic-voices-in-backend
map realistic voice to openai voice in tts-handler
|
2024-07-23 11:06:53 +08:00 |
|
|
|
3f76431c47
|
use new gpt-4o-mini openai model
|
2024-07-19 11:45:38 +08:00 |
|
|
|
d9b088cc01
|
fix tests
|
2024-07-18 12:22:21 +08:00 |
|
|
|
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 |
|
|
|
f2b3a66b72
|
remove metadata and cover image from content
|
2024-07-18 11:18:51 +08:00 |
|
|
|
02280b576b
|
fix: wechat official account articles published date not captured because its format is changed
|
2024-07-18 10:33:06 +08:00 |
|