Commit graph

8926 commits

Author SHA1 Message Date
Hongbo Wu
b348fae677 fix multi-select bulk action api 2023-12-29 18:42:07 +08:00
Hongbo Wu
42502f9ff1
Merge pull request #3280 from omnivore-app/fix/slow-db-query
execute update query in batch to avoid slow bulk action query
2023-12-29 16:48:18 +08:00
Hongbo Wu
bc6f8fda21
Merge pull request #3289 from omnivore-app/fix/labels
fix: rss labels not added
2023-12-29 16:37:15 +08:00
Hongbo Wu
7153014a87 fix duplicate labels 2023-12-29 16:36:55 +08:00
Hongbo Wu
6e32c1247d insert labels on name conflict do nothing 2023-12-29 16:11:11 +08:00
Hongbo Wu
943db3332e
Merge pull request #3276 from omnivore-app/fix/in-library
by default we want to search in the inbox if no in: is specified
2023-12-29 14:51:00 +08:00
Jackson Harper
ff36afed96
Merge pull request #3287 from omnivore-app/feat/rss-handle-blocked
Dont try to fetch content for some feed URLs like arvix which blocks fetches
2023-12-29 14:38:32 +08:00
Hongbo Wu
cbb07318e5 get the unchanged result set of sub query by checking updated_at 2023-12-29 12:53:49 +08:00
Jackson Harper
816416934f Move the rss content block check to the rss handler 2023-12-29 12:42:43 +08:00
Jackson Harper
c9b93a1180 Dont try to fetch content for some feed URLs like arvix which blocks fetches 2023-12-29 12:26:43 +08:00
Hongbo Wu
b5d84098d0 increase batch size to 100 2023-12-29 09:53:23 +08:00
Hongbo Wu
de027ee93f use cursor and fetch instead of limit and offset because the subquery result set could change during update 2023-12-29 09:53:23 +08:00
Hongbo Wu
55518139fb generate raw sql because postgres does not support prepared statements in DO blocks 2023-12-29 09:53:23 +08:00
Hongbo Wu
1079a19cd9 execute update query in batch to avoid slow bulk action query 2023-12-29 09:53:23 +08:00
Hongbo Wu
90195f2d08
Merge pull request #3286 from omnivore-app/fix/highlights-in-update-since-api
fix type of highlight is null from update since api
2023-12-28 17:06:01 +08:00
Hongbo Wu
881626d35a fix type of highlight is null from update since api 2023-12-28 16:55:23 +08:00
Jackson Harper
02ba27c961
Merge pull request #3284 from omnivore-app/fix/highlights-in-update-since-api
return highlights in update since api response
2023-12-28 14:48:21 +08:00
Hongbo Wu
2b886d7e68 return highlights in update since api response 2023-12-28 14:03:07 +08:00
Hongbo Wu
47aa2eaae5 by default we want to search in the inbox if no in: is specified 2023-12-22 18:01:38 +08:00
Hongbo Wu
d850bc275d
Merge pull request #3275 from omnivore-app/fix/label-name-not-unique
insert labels only if name unique
2023-12-22 17:29:57 +08:00
Hongbo Wu
c21ba9e11f fix tests 2023-12-22 17:12:24 +08:00
Hongbo Wu
ccec94dae0 insert labels only if name unique 2023-12-22 15:14:07 +08:00
Jackson Harper
89aaced005
Merge pull request #3274 from omnivore-app/feat/ios-accesibility-issues
Fixes for users with the accessibility buttonShapes feature enabled on iOS
2023-12-22 14:00:00 +08:00
Jackson Harper
052b3c99ee Fixes for users with the accessibility buttonShapes feature enabled on iOS 2023-12-22 12:40:19 +08:00
Jackson Harper
7caa6f5a12
Merge pull request #3238 from omnivore-app/feat/ios-add-feed
Add feed buttons for iOS
2023-12-22 11:51:19 +08:00
Jackson Harper
40b6ab26f4 Add missing files 2023-12-22 11:43:23 +08:00
Jackson Harper
7e54132399 Remove yarn changes 2023-12-22 11:38:40 +08:00
Jackson Harper
6d30f31323 Revert package.json change 2023-12-22 11:07:40 +08:00
Hongbo Wu
0dc3d6198c
Merge pull request #3273 from omnivore-app/remove-invalid-url
remove invalid-url error from subscribing feed
2023-12-22 09:52:15 +08:00
Hongbo Wu
c939735678 remove invalid-url error from subscribing feed 2023-12-22 09:51:27 +08:00
Hongbo Wu
a0f9366edd
Merge pull request #3272 from omnivore-app/fix/delete-feed
fix/delete feed
2023-12-22 09:15:27 +08:00
Jackson Harper
a8f04be154
Merge pull request #3269 from remychantenay/android-add-literata-and-fraunces-fonts 2023-12-22 09:08:02 +08:00
Jackson Harper
bc99ea1d8b
Merge pull request #3266 from remychantenay/android-library-swipe-actions 2023-12-22 09:07:46 +08:00
Hongbo Wu
f6e04daf60 return invalid url if feed url is different from user provided url 2023-12-22 09:05:43 +08:00
Hongbo Wu
696de8ea50 check both user provided url and parsed feed url when looking for existing subscription 2023-12-22 08:08:15 +08:00
Jackson Harper
e2843b2e0c Comment out application badge feature 2023-12-21 20:33:18 +08:00
Jackson Harper
a99ac232ca More tab bar pop behavior 2023-12-21 19:23:52 +08:00
Jackson Harper
dccee35fbe Allow hiding system labels 2023-12-21 17:42:10 +08:00
Hongbo Wu
e9f0725208
Merge pull request #3271 from omnivore-app/fix/ambigurous-search-result
do not throw ambiguous error if all the parsed results are the same
2023-12-21 17:02:54 +08:00
Hongbo Wu
93de374630 do not throw ambigurous error if all the parsed results are the same 2023-12-21 16:52:44 +08:00
Jackson Harper
976aadb082 Bring back the santa hat 2023-12-21 16:12:38 +08:00
Jackson Harper
1e292dfcaa Remove list row separator on the bottom view 2023-12-21 16:12:29 +08:00
Jackson Harper
8acc78db7b Fix ipad toolbar items, resize toasts on ipad 2023-12-21 13:44:11 +08:00
Jackson Harper
fbb39bcd91 Improve the load more fetching 2023-12-21 12:12:19 +08:00
Jackson Harper
7e7c9e344c Improve bottom loader UX 2023-12-21 09:42:59 +08:00
Jackson Harper
b824f2771f Default prefetch content to true 2023-12-20 16:58:54 +08:00
Jackson Harper
366254548d Add feed UX 2023-12-20 16:56:13 +08:00
Remy Chantenay
77627a7d9b
android: add literata and fraunces fonts
Signed-off-by: Remy Chantenay <remy.chantenay@gmail.com>
2023-12-20 09:54:04 +01:00
Hongbo Wu
78307b7149
Merge pull request #3268 from omnivore-app/fix/substack
remove hidden labels from substack post by readability
2023-12-20 16:24:26 +08:00
sywhb
9922e0b2d8 Update generated html 2023-12-20 08:19:27 +00:00