|
|
58d384f4f6
|
fix pdf saving
|
2024-01-29 14:11:07 +08:00 |
|
|
|
202d19c9d3
|
Fix api status mapping
|
2024-01-21 14:11:53 +08:00 |
|
|
|
f81ad17fb1
|
fix tests
|
2024-01-10 18:07:58 +08:00 |
|
|
|
554c4cee12
|
add test cases
|
2024-01-03 18:26:07 +08:00 |
|
|
|
b348fae677
|
fix multi-select bulk action api
|
2023-12-29 18:42:07 +08:00 |
|
|
|
55518139fb
|
generate raw sql because postgres does not support prepared statements in DO blocks
|
2023-12-29 09:53:23 +08:00 |
|
|
|
881626d35a
|
fix type of highlight is null from update since api
|
2023-12-28 16:55:23 +08:00 |
|
|
|
2b886d7e68
|
return highlights in update since api response
|
2023-12-28 14:03:07 +08:00 |
|
|
|
7a2cf6c6fe
|
fix sort by word count not working
|
2023-12-18 10:40:10 +08:00 |
|
|
|
4d41117d8b
|
ignore sort:score since we always order by score when doing fulltext search
|
2023-12-11 11:54:56 +08:00 |
|
|
|
dc9268d668
|
add test cases
|
2023-12-08 17:05:24 +08:00 |
|
|
|
618a5dc6a8
|
add test cases
|
2023-12-06 22:23:32 +08:00 |
|
|
|
3c67d1911c
|
fix tests
|
2023-12-05 12:31:26 +08:00 |
|
|
|
022d0f9e66
|
Merge pull request #3159 from omnivore-app/fix/nested-labels
feat: wildcard search for labels and nested labels
|
2023-11-23 21:44:44 +08:00 |
|
|
|
da2b3c6895
|
add test cases
|
2023-11-23 21:34:35 +08:00 |
|
|
|
7c56dc2cba
|
add test cases
|
2023-11-23 21:33:04 +08:00 |
|
|
|
e26ed0b6f0
|
add RSS label to the following feed items
|
2023-11-17 18:26:00 +08:00 |
|
|
|
c5a97c7a41
|
change archive and trash from folder to state
|
2023-11-17 13:51:33 +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 |
|
|
|
67bfca726b
|
add test cases
|
2023-10-26 22:15:33 +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 |
|
|
|
f497c0ac5b
|
add test cases
|
2023-10-23 21:43:01 +08:00 |
|
|
|
f18ea7a7ce
|
ignore position check if force = true in reading progress api payload
|
2023-10-23 20:57:20 +08:00 |
|
|
|
27b352f9ae
|
fix: updates since api returns error for android client if invalid date is supplied
|
2023-10-23 19:07:47 +08:00 |
|
|
|
e94a61a9bc
|
fix: library item id could be updated if a different client request id supplied in save page api payload
|
2023-10-23 17:44:38 +08:00 |
|
|
|
4d255a12a7
|
add test cases
|
2023-10-23 15:47:21 +08:00 |
|
|
|
bbc46c6389
|
fix: when source is rss-feed or csv-import, do not parse items in the backend
|
2023-10-23 15:43:19 +08:00 |
|
|
|
850569d7e4
|
add test cases
|
2023-10-23 12:24:19 +08:00 |
|
|
|
eb667e04b9
|
update reading progress in db
|
2023-10-17 15:09:16 +08:00 |
|
|
|
c12df2f4d3
|
Search order shouldn't be guaranteed here
|
2023-10-13 18:26:10 +08:00 |
|
|
|
e5cedc4040
|
Fix site scope searches to use the correct queries
|
2023-10-13 18:26:10 +08:00 |
|
|
|
3f4be32df8
|
Merge library item imports
|
2023-10-13 18:26:02 +08:00 |
|
|
|
a6c5f4e862
|
fix bulk action slow query
|
2023-10-13 13:45:09 +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 |
|
|
|
bf2c54084b
|
fix getArticle API failed on iOS
|
2023-10-05 14:31:07 +08:00 |
|
|
|
f3db9345ae
|
add test for when in:trash is:unread is in the query
|
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 |
|
|
|
851f30fc62
|
add test for when in:archive is:unread is in the query
|
2023-10-05 14:31:07 +08:00 |
|
|
|
3da46cd952
|
add test for when type:file label:test is in the query
|
2023-10-05 14:31:07 +08:00 |
|
|
|
d0488364fd
|
add test for searching in:library label:test
|
2023-10-05 14:31:07 +08:00 |
|
|
|
867c31a582
|
add test for searching in:archive label:test
|
2023-10-05 14:31:07 +08:00 |
|
|
|
4ff5484d8e
|
change item_type to text
|
2023-10-05 14:31:06 +08:00 |
|
|
|
dd292879a4
|
sort type ahead search result by saved at desc order
|
2023-10-05 14:31:06 +08:00 |
|
|
|
6672ca0109
|
fix labels tests
|
2023-10-05 14:30:10 +08:00 |
|
|
|
d50174ef76
|
fix article tests
|
2023-10-05 14:30:10 +08:00 |
|
|
|
669cddeec8
|
fix some rls issue
|
2023-10-05 14:30:10 +08:00 |
|
|
|
cea5f790d8
|
fix some tests
|
2023-10-05 14:30:09 +08:00 |
|