Commit Graph

378 Commits

Author SHA1 Message Date
22778af285 run readability on the preview content 2023-12-19 10:41:20 +08:00
97735d0633 make existing newsletters go to inbox folder 2023-12-18 16:08:36 +08:00
f2c468f906 allow setting fetchContent and folder when subscribe to a feed 2023-12-14 16:32:48 +08:00
b3d0bb9ed7 return absolute feed url 2023-12-11 14:14:54 +08:00
9f59d09c20 validate and return rss feed if the url is an rss feed url 2023-12-11 13:46:35 +08:00
3759e10615 fix feed url in pdf file not saved 2023-12-08 11:29:02 +08:00
07d8c72972 create a standalone version of liqe 2023-12-07 18:47:25 +08:00
bf8d081161 wrap non-english words in quotes 2023-12-07 17:59:45 +08:00
d42f257f9e fix searching for multiple labels in iOS 2023-12-06 21:09:30 +08:00
4ec16a1752 fix parenthesized expression 2023-12-06 14:02:23 +08:00
c8bd953cf3 capture the right value of the rss feed url in search string 2023-12-06 10:46:15 +08:00
e6322ffaf8 remove unused code 2023-12-05 13:04:07 +08:00
3c67d1911c fix tests 2023-12-05 12:31:26 +08:00
88a61d962f parse sort parameter 2023-12-05 10:58:20 +08:00
a3d3f4daf4 feat: allow logical operator in search query 2023-12-05 10:58:18 +08:00
120fe19dab fix typo 2023-12-04 18:53:46 +08:00
824b8187af use system token in integration handler 2023-12-04 15:38:08 +08:00
bafcdb2fee skip rate limiter for system requests 2023-12-04 14:56:26 +08:00
706ff94cd1 allow use:folders in search string for new clients to filter inbox items 2023-12-01 12:11:09 +08:00
bd3945fc7e Merge pull request #3164 from omnivore-app/feature/fetch-content-for-following
feat: fetch content for rss feed items in following folder
2023-11-28 12:07:17 +08:00
af5040a518 saving posts from telegram channel as rss items 2023-11-24 17:23:35 +08:00
8075cfd431 allow adding telegram channel as feed 2023-11-24 16:06:24 +08:00
989f4f04e0 add scan feeds api to scan feeds from opml or html 2023-11-24 12:11:33 +08:00
fd781644f1 feat: fetch content for rss feed items in following folder 2023-11-23 18:03:25 +08:00
4e60396d17 save thumbnail of the following item 2023-11-20 17:28:34 +08:00
c5a97c7a41 change archive and trash from folder to state 2023-11-17 13:51:33 +08:00
c59b4ca97e Merge pull request #3054 from omnivore-app/feature/social-feeds
feature: following
2023-11-15 11:19:14 +08:00
609d30adbb compatiblity with old saved searches 2023-11-15 10:22:58 +08:00
59bbc5562b fix tests 2023-11-10 22:37:14 +08:00
adf13131db add folder to library_item table 2023-11-10 17:34:46 +08:00
9dfc5f856d rename variables 2023-11-09 19:00:57 +08:00
3ff9ce3a09 add in:following search filter 2023-11-08 18:16:48 +08:00
98faefa644 add date variables to date search 2023-11-08 18:16:48 +08:00
9b0b378c39 check is_fetching_content and only fetch content if required for rss feed items 2023-11-08 18:16:48 +08:00
679512c9d1 add columns to library_item 2023-11-08 18:16:48 +08:00
1e336dd61c Use CLIENT_URL instead of hard coded values 2023-11-08 18:16:32 +08:00
fdad3a28af Merge pull request #3024 from omnivore-app/integratoin
improvement on integrations
2023-11-03 17:20:17 +08:00
ffad064d3a Merge pull request #3051 from naveennamani/patch-1
Fixes #3050 - URLs sensitive to trailing slash
2023-11-01 15:48:04 +08:00
e98d029250 remove unused fields in library_item entity so we exclude them from the webhook event 2023-11-01 14:56:36 +08:00
ef1adfee98 Fixes #3050 - URLs sensitive to trailing slash
By passing false to `removeTrailingSlash` for normalize-url call, the URLs sensitive to trailing slash will be parsed correctly
2023-10-30 14:31:46 +05:30
8df6fb3ae2 import unarchived items by default 2023-10-30 16:22:09 +08:00
07eb97e7cc remove unused code 2023-10-30 14:41:53 +08:00
58d5eb6bc0 create an API to create a cloud task for each active integration when the cronjob triggers 2023-10-30 14:41:52 +08:00
d480d53151 fix: site scoped search not working for domain and hostname
* alter site_name_tsv to include hostname and domain
* add test cases
2023-10-26 22:10:35 +08:00
c2092e0e5d Merge pull request #2995 from omnivore-app/fix/item-id-update
fix: library item id could be updated if a different client request id supplied in save page api payload
2023-10-24 15:24:18 +08:00
3c75a23e75 fix: showing original url instead of signed url for pdf files in search api response 2023-10-24 12:02:58 +08:00
0c60706503 fix: date filter in bulk action api 2023-10-23 19:34:41 +08:00
1880f2ace4 Update rss handler to fetch a group of rss feeds in one task 2023-10-19 17:27:55 +08:00
f50d1c9cb9 Group RSS subscriptions by feed URL and create cloud task for the groups 2023-10-19 17:27:08 +08:00
5283a84908 add scheduledAt to the task payload 2023-10-19 17:27:08 +08:00