Commit graph

336 commits

Author SHA1 Message Date
Jackson Harper
ee2b901fb6 Remove test 2024-11-01 23:19:56 +08:00
Hongbo Wu
e1b809f7d7 allow omnivore_admin to delete filters 2024-08-29 14:23:32 +08:00
Hongbo Wu
7add606b55 break save page into different db transactions from one big transaction to reduce lock time 2024-08-23 18:18:06 +08:00
Hongbo Wu
ae9c6cc8b2 fix tests 2024-08-21 18:25:12 +08:00
Hongbo Wu
016775aadb fix tests 2024-08-21 12:24:35 +08:00
Hongbo Wu
62ecbccd34 fix tests 2024-08-13 12:08:53 +08:00
Hongbo Wu
322f736fe0 stop storing original html in the database 2024-07-31 19:14:38 +08:00
Hongbo Wu
fa3e6fe341 make libraryItemIds not null 2024-07-01 10:49:09 +08:00
Hongbo Wu
72a477c25a add delete post graphql api and tests 2024-07-01 10:49:09 +08:00
Hongbo Wu
16f67c854c add update post graphql api and tests 2024-07-01 10:49:09 +08:00
Hongbo Wu
9caad12f09 add create post graphql api and tests 2024-07-01 10:49:09 +08:00
Hongbo Wu
12db8b6a7d add get post graphql api and tests 2024-07-01 10:49:09 +08:00
Hongbo Wu
81b0fc19a2 tidy 2024-07-01 10:49:08 +08:00
Hongbo Wu
091af055c0 add tests 2024-07-01 10:11:32 +08:00
Hongbo Wu
e9b945b375 add tests 2024-07-01 10:11:32 +08:00
Hongbo Wu
a7ba02e063
Merge pull request #4117 from omnivore-app/fix/use-read-replica
fix/use read replica for RLS enabled transactions
2024-06-28 15:13:26 +08:00
Hongbo Wu
8bc05dad03 fix tests 2024-06-28 11:56:28 +08:00
Hongbo Wu
a3ba8573b7 fix: validate ownership of library item before assigning labels to the item 2024-06-28 11:53:20 +08:00
Hongbo Wu
0830f0b312 allow defining replica mode in the auth transaction 2024-06-27 18:38:43 +08:00
Jackson Harper
a19c4f26c9 Add test for fetching profile 2024-06-19 17:50:04 +08:00
Hongbo Wu
31f04344fc resolve rebase conflicts 2024-06-13 18:41:35 +08:00
Hongbo Wu
88e3d648c8 add a REST API to trigger the expire folder job 2024-06-13 18:36:33 +08:00
Hongbo Wu
6f496b9336 add folder expiration jobs 2024-06-13 18:30:27 +08:00
Hongbo Wu
12fa6ca0b4 add delete folder policy api 2024-06-13 18:29:21 +08:00
Hongbo Wu
6138e078b1 add update folder policy api 2024-06-13 18:29:21 +08:00
Hongbo Wu
2d757a4896 add create folder policy api 2024-06-13 18:29:21 +08:00
Hongbo Wu
7940c3f4ea add list folder policy api 2024-06-13 18:29:21 +08:00
Hongbo Wu
e9f9f5dded add index for user_id column on highlight table 2024-06-06 17:33:42 +08:00
Hongbo Wu
70bc136d15 batch get labels from highlight id 2024-06-06 17:26:01 +08:00
Hongbo Wu
24457d9036 search highlights by labels 2024-06-06 16:12:07 +08:00
Hongbo Wu
9259a9cfe3 fix tests 2024-06-06 14:53:14 +08:00
Hongbo Wu
166b324d63 add tests 2024-06-06 13:26:13 +08:00
Hongbo Wu
a9ebcd33e4 add mark as seen to the bulk action 2024-05-29 17:07:19 +08:00
Hongbo Wu
95539948ff feat: create an api to get subscription by id 2024-05-29 10:14:48 +08:00
Hongbo Wu
f92c6ef5a1 lint test file 2024-05-16 12:03:41 +08:00
Hongbo Wu
6d0edbd61a
Merge pull request #3839 from omnivore-app/feature/upload-original-content
feature/upload original content
2024-05-15 16:47:46 +08:00
Hongbo Wu
eff9e6ce4d add global hooks 2024-05-15 16:23:52 +08:00
Hongbo Wu
950b42899d fix mock cloud storage 2024-05-15 15:53:42 +08:00
Jackson Harper
2cb1b8ed1e Add an extra test for clearing the user personalization data 2024-05-15 10:35:58 +08:00
Hongbo Wu
8034e18825 fix tests 2024-05-10 16:40:55 +08:00
Hongbo Wu
20408277d2 add digestConfig to the userPersonalization API request data 2024-05-03 14:35:55 +08:00
Hongbo Wu
3e84c2f1df fix tests 2024-05-03 12:17:07 +08:00
Hongbo Wu
8e31ac4fea fix tests 2024-04-16 12:24:20 +08:00
Hongbo Wu
a9779a51e8 fix: LABEL_ALREADY_EXIST bug occured during label creation
* comparing both user_id and label name when looking for an existing matching label
2024-04-16 09:56:57 +08:00
Hongbo Wu
6f03b214b5 allow delete internal labels 2024-04-05 15:58:39 +08:00
Hongbo Wu
9f4f1d07ca do not create label if label name case-insensitively matches existing label name 2024-04-05 15:50:01 +08:00
Hongbo Wu
88a7e8d85b fix tests 2024-04-04 12:17:15 +08:00
Hongbo Wu
76f3321680 revalidate integration once updated 2024-03-20 10:32:32 +08:00
Hongbo Wu
bf59fbf26e add integration api 2024-03-20 10:32:31 +08:00
Jackson Harper
d3d181c33e Remove unneed import 2024-03-14 12:48:56 +08:00