|
|
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 |
|
|
|
cf101c6d18
|
Cache and check feed checksums to reduce fetching
|
2023-10-18 16:26:03 +08:00 |
|
|
|
4220922ff8
|
Preserve original URL if possible
|
2023-10-18 10:23:26 +08:00 |
|
|
|
25c0051fd4
|
Only use signed URLs for PDF attachments
|
2023-10-18 10:14:35 +08:00 |
|
|
|
fa2fba1a2c
|
Merge pull request #2942 from omnivore-app/fix/rules
improvement on subscriptions and delete user api
|
2023-10-17 17:14:49 +08:00 |
|
|
|
1b2d93e118
|
remove duplicate rss subscriptions by user and url; create a unique constraint
|
2023-10-16 17:35:29 +08:00 |
|
|
|
34798f39f0
|
Disable JSONLD fetching which can be quite slow
|
2023-10-16 11:25:37 +08:00 |
|
|
|
3f4be32df8
|
Merge library item imports
|
2023-10-13 18:26:02 +08:00 |
|
|
|
62ffaa924b
|
add wordsCount filter
|
2023-10-10 12:52:49 +08:00 |
|
|
|
93c410a564
|
fix is:read filter and add is:reading filter
|
2023-10-10 12:21:32 +08:00 |
|
|
|
835b61064f
|
allow filter by wordsCount
|
2023-10-10 10:58:48 +08:00 |
|
|
|
bab343c41f
|
testing
|
2023-10-10 10:10:45 +08:00 |
|
|
|
ac0d295cf3
|
debug
|
2023-10-09 22:06:35 +08:00 |
|
|
|
f4f38e4b31
|
reduce unnecessary logs
|
2023-10-09 17:26:03 +08:00 |
|
|
|
ac576aa5c7
|
fix isArchived = false when archivedAt is not null
|
2023-10-05 17:53:57 +08:00 |
|
|
|
f6c906201b
|
fetch recommendations separately too
|
2023-10-05 14:32:05 +08:00 |
|
|
|
bb59ed757c
|
fix word count not return
|
2023-10-05 14:32:05 +08:00 |
|
|
|
cbf58614c4
|
use log levels in custom typeorm logger
|
2023-10-05 14:32:05 +08:00 |
|
|
|
efdbc4f345
|
use interpolated string or dictionary parameter in logs
|
2023-10-05 14:32:03 +08:00 |
|
|
|
0ff9fdef04
|
add elastic scroll time in the env var
|
2023-10-05 14:31:07 +08:00 |
|
|
|
3b8b48bc21
|
fix recovered deleted items still shown in trash
|
2023-10-05 14:31:07 +08:00 |
|
|
|
c57ead3583
|
add test for when rss:feed in:archive is in the query
|
2023-10-05 14:31:07 +08:00 |
|
|
|
0c5ba53c26
|
fix recommendations
|
2023-10-05 14:31:07 +08:00 |
|
|
|
673ce83c33
|
fix searching for site
|
2023-10-05 14:31:06 +08:00 |
|
|
|
4ff5484d8e
|
change item_type to text
|
2023-10-05 14:31:06 +08:00 |
|
|
|
7225d861f3
|
use skip and take instead of limit, offset
|
2023-10-05 14:31:06 +08:00 |
|
|
|
68e381deb2
|
revert note changes
|
2023-10-05 14:31:06 +08:00 |
|
|
|
fdd771bc06
|
add migration script
|
2023-10-05 14:31:06 +08:00 |
|
|
|
d50174ef76
|
fix article tests
|
2023-10-05 14:30:10 +08:00 |
|
|
|
e1a7a24323
|
improve search result
|
2023-10-05 14:28:52 +08:00 |
|
|
|
1bade22076
|
fix file uploading
|
2023-10-05 14:28:52 +08:00 |
|
|
|
86cff913fb
|
fix label search
|
2023-10-05 14:28:52 +08:00 |
|
|
|
5ed7e819e8
|
fix label constraint
|
2023-10-05 14:28:52 +08:00 |
|
|
|
3f572ea89a
|
fix typo
|
2023-10-05 14:27:52 +08:00 |
|
|
|
f8f3ec0c56
|
save claim in httpContext
|
2023-10-05 14:27:17 +08:00 |
|
|
|
b1899e340d
|
replace library item
|
2023-10-05 14:25:10 +08:00 |
|