Commit Graph

4783 Commits

Author SHA1 Message Date
fe3093834c Merge pull request #2891 from omnivore-app/disable-database-query-log-in-github-action
disable database query logs in github action
2023-10-10 10:42:18 +08:00
1adbed9876 revert postgres connection timeout 2023-10-10 10:33:49 +08:00
f5205c4b1b fix tests 2023-10-10 10:20:13 +08:00
bab343c41f testing 2023-10-10 10:10:45 +08:00
53b6e7d2ad Better keyboard shortcut handling for PDFs 2023-10-09 22:14:46 +08:00
ac0d295cf3 debug 2023-10-09 22:06:35 +08:00
0b7da62aca debug 2023-10-09 21:34:52 +08:00
58976cef42 Always wait for time out on loading page 2023-10-09 18:46:41 +08:00
6625e7e16f Fix save url endpoint 2023-10-09 18:22:36 +08:00
df1e57c173 Update PWA share 2023-10-09 18:09:55 +08:00
e1e81a41c2 Fix the filter in the left menu do not create a dependency loop 2023-10-09 17:27:22 +08:00
f4f38e4b31 reduce unnecessary logs 2023-10-09 17:26:03 +08:00
78490e15f1 disable db connection timeout 2023-10-09 15:30:30 +08:00
50901d25a3 remove elastic url from env var 2023-10-09 13:00:30 +08:00
0583eeb1f9 disable database query logs in github action 2023-10-09 12:49:07 +08:00
859e88dd1a Only show unsubscribe in the feeds list 2023-10-09 12:31:45 +08:00
817e248922 Sort subscriptions by name for now (should allow options in the future) 2023-10-09 12:31:45 +08:00
5b1fb886e6 Filter out unsubscribed subscriptions 2023-10-07 11:07:56 +08:00
9e949ee61f Sort the subscriptions 2023-10-06 18:56:54 +08:00
1342eb0ee6 Better caching on the left menu 2023-10-06 17:50:16 +08:00
e07416f3d1 only compare data of affected users 2023-10-06 08:25:57 +08:00
e424328f20 fix recommendations not fetched in search results 2023-10-05 23:00:29 +08:00
ac576aa5c7 fix isArchived = false when archivedAt is not null 2023-10-05 17:53:57 +08:00
de5633e895 only compare data of affected users 2023-10-05 15:33:48 +08:00
39b3a1cad4 resolve conflicts 2023-10-05 14:37:21 +08:00
1ace21405a create an index for searching by slug 2023-10-05 14:32:05 +08:00
463231b26b fix trigger 2023-10-05 14:32:05 +08:00
0e7f45a758 create a trigger to update recommender_names in library_item table 2023-10-05 14:32:05 +08:00
f6c906201b fetch recommendations separately too 2023-10-05 14:32:05 +08:00
d4404b0248 fetch labels and highlights after items fetched in a search query 2023-10-05 14:32:05 +08:00
bb59ed757c fix word count not return 2023-10-05 14:32:05 +08:00
bbbb862fac create index for foreign keys 2023-10-05 14:32:05 +08:00
4948801d7b fix a typo 2023-10-05 14:32:05 +08:00
a0ab7dcf62 fix year 0 is out of range error 2023-10-05 14:32:05 +08:00
4672aaffb6 skip item if duplicate id but different url 2023-10-05 14:32:05 +08:00
09f40a85dc skip item if duplicate id 2023-10-05 14:32:05 +08:00
6ceb0ccf5b remove version 4 from uuid generator 2023-10-05 14:32:05 +08:00
ca1a4878ce fix valid 39 characters uuid not being inserted 2023-10-05 14:32:05 +08:00
eb0f0b6c4f improve data migration speed 2023-10-05 14:32:05 +08:00
86478c13d2 fix sql 2023-10-05 14:32:05 +08:00
42e01613d4 inner join user table when inserting highlight to make sure user exists 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
4d846c520b create a new sanitized tuple because tuple is immutable 2023-10-05 14:31:07 +08:00
475e32e859 Catch error from converting string to datetime 2023-10-05 14:31:07 +08:00
71c203cdb2 Update migration script to check the unique index while inserting data into library_item table 2023-10-05 14:31:07 +08:00
e950662ced Replace the unique constraint on library_item table with a unique index of userId and md5 hashed original url 2023-10-05 14:31:07 +08:00
6604c42bf4 remove null byte from content 2023-10-05 14:31:07 +08:00
093440e1ab replace surrogates with placeholder 2023-10-05 14:31:07 +08:00
aa9c97fcbc encode with utf-16 if failed 2023-10-05 14:31:07 +08:00