Commit Graph

10989 Commits

Author SHA1 Message Date
88c25844b4 set priority = 10 for score job 2024-05-27 12:50:57 +08:00
fff3b4b523 add authorization to the score api client 2024-05-27 11:58:51 +08:00
8f0bebf381 use pre-calculated score from library item when ranking 2024-05-27 11:55:44 +08:00
41b9fef316 score library item after saved 2024-05-27 11:45:51 +08:00
3cb93283b0 add score library item job 2024-05-27 11:37:59 +08:00
f6424c3bd2 add score to library_item entity 2024-05-27 11:12:07 +08:00
80841bf9af add score to library_item table 2024-05-27 11:11:05 +08:00
25a984dc6a check for existing job before enqueueing 2024-05-26 14:48:30 +08:00
67dac9ba31 add public item source 2024-05-26 14:41:38 +08:00
0a8cc13ac5 add mixing algorithm 2024-05-26 14:31:22 +08:00
1ba6221bc4 add pagination 2024-05-25 11:47:45 +08:00
880a907679 add public item stats 2024-05-24 15:48:24 +08:00
6c9f0c81f6 convert language to code 2024-05-24 15:41:20 +08:00
f2d2e852e1 grant db permission 2024-05-24 15:32:14 +08:00
a48a614676 save just read feed in redis sorted set 2024-05-24 14:52:21 +08:00
cb4fc23507 implement justReadFeed API 2024-05-23 22:07:19 +08:00
b058952c2d implement updateJustReadFeed job 2024-05-23 21:10:01 +08:00
06b89a88b3 update candidates selection 2024-05-23 15:48:30 +08:00
43ebdc30a1 update just read api 2024-05-23 11:36:01 +08:00
912fc566a9 add approved column and seen_at 2024-05-23 11:32:14 +08:00
85ee10c1c5 add tables for public inventory 2024-05-21 15:37:59 +08:00
7ae8d03994 Merge pull request #3978 from omnivore-app/fix/android-0.211.0
Use withContext(Dispatchers.IO) when writing android files
2024-05-20 20:37:22 +08:00
6bd5f50c2a Use withContext(Dispatchers.IO) when writing android files 2024-05-20 20:30:20 +08:00
04d9502d4b Merge pull request #3976 from omnivore-app/release/android-0.210.0
Update android version to 0.210.0
2024-05-20 20:23:37 +08:00
6d1a645f4a Update android version to 0.210.0 2024-05-20 14:09:17 +08:00
ab2bc3260c Merge pull request #3975 from omnivore-app/feat/android-update-icon
Android: update icon
2024-05-20 14:07:11 +08:00
54cecab412 Merge pull request #3974 from omnivore-app/fix/android-content-display
Use internal storage for content files
2024-05-20 14:06:25 +08:00
4a1b0cb1fe Use internal storage for content files 2024-05-20 13:52:07 +08:00
b6c150a5cb Merge pull request #3966 from omnivore-app/feature/add-index-for-archived-at
feature/add index for archived at and folder
2024-05-20 12:08:27 +08:00
a0284da999 Merge pull request #3963 from omnivore-app/fix/analytics
fix: better analytics for content fetching
2024-05-20 12:03:31 +08:00
a3fe526c2c remove debugging timers 2024-05-20 11:26:06 +08:00
8b1dc1494e Drop multiple-column index for user_id and state columns in library_item table since we create a new index for count covers them 2024-05-20 11:22:08 +08:00
eaf5632d0a profile query time 2024-05-19 10:17:50 +08:00
913215ab09 fix archived query 2024-05-18 22:05:36 +08:00
62d4b613f4 add index for archived_at column 2024-05-18 21:29:12 +08:00
be9e826446 use IN query for state 2024-05-18 21:24:56 +08:00
6c13517e65 run lint in parallel 2024-05-18 10:15:03 +08:00
7b4dd9ecd3 Add icons 2024-05-18 06:30:31 +08:00
f8f1bc9c4b Update the android icon 2024-05-18 06:29:40 +08:00
fc9d5c64ec do not fail if cache missed 2024-05-17 17:27:34 +08:00
6f2aa2e0cd add more logs 2024-05-17 17:19:55 +08:00
5bf9d29967 enqueue uploading original content after saving page 2024-05-17 17:00:37 +08:00
52ebf466e3 get content from cache first when saving url 2024-05-17 16:46:54 +08:00
9c3d619ad5 put locale and timezone in cache key 2024-05-17 16:22:20 +08:00
dde9f16396 put error message in the analytic event 2024-05-17 16:16:44 +08:00
f3ce6f4d4e catch content fetch result in redis 2024-05-17 15:55:28 +08:00
efb9b6b139 add source to the content_fetch event 2024-05-17 14:54:46 +08:00
a5634c0278 Merge pull request #3959 from omnivore-app/feat/ios-digest-cleanup
Add UI for digest
2024-05-17 14:44:29 +08:00
f43c48e376 reduce chromium launch timeout to 30 seconds 2024-05-17 14:27:59 +08:00
a510229fe5 Clean up messages in digest onboarding 2024-05-17 12:04:29 +08:00