Commit Graph

412 Commits

Author SHA1 Message Date
3d84108202 remove feeds table 2023-11-14 15:27: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
69dc1ba47a fix tests 2023-11-09 22:39:51 +08:00
3e9a049306 add fields to the response of user personalization api 2023-11-07 15:39:56 +08:00
1b8a9282b6 fix tests 2023-10-30 14:41:53 +08:00
07eb97e7cc remove unused code 2023-10-30 14:41:53 +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
cf95b6fa07 rename the endpoint to /prune 2023-10-25 14:41:49 +08:00
e6f378f8fe create omnivore_admin role and allow omnivore_admin to delete all users 2023-10-25 14:36:15 +08:00
dddb51f7d5 add test cases 2023-10-25 13:14:49 +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
4e36a5809e fix failure of re-subscribing rss feed 2023-10-20 11:05:58 +08:00
efb58f8604 avoid using string interop in graphql 2023-10-20 10:06:28 +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
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
eb667e04b9 update reading progress in db 2023-10-17 15:09:16 +08:00
1b2d93e118 remove duplicate rss subscriptions by user and url; create a unique constraint 2023-10-16 17:35:29 +08:00
e54c1c81a1 soft delete user by calling delete account api 2023-10-16 15:24:53 +08:00
4f86f05aac Remove JSONLD test 2023-10-16 11:39:03 +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
4d64231abf save content reader in the item 2023-10-12 12:59:36 +08:00
9b25a64fd8 Merge pull request #2916 from omnivore-app/fix/email-attachment
fix email attachment not being saved as item
2023-10-12 12:09:01 +08:00
039632556b add more method in mock cloud storage and update test cases for email-attachment rest api 2023-10-12 11:56:54 +08:00
1bc9912271 fix failure of saving highlight when position is null 2023-10-12 11:27:46 +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
f5205c4b1b fix tests 2023-10-10 10:20:13 +08:00
bab343c41f testing 2023-10-10 10:10:45 +08:00
0b7da62aca debug 2023-10-09 21:34:52 +08:00
0583eeb1f9 disable database query logs in github action 2023-10-09 12:49:07 +08:00
bf2c54084b fix getArticle API failed on iOS 2023-10-05 14:31:07 +08:00
9e5196406e revert rls on old tables 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