Commit Graph

1374 Commits

Author SHA1 Message Date
7506e27dd0 create or update an opt-in record with null grantedAt if exceeding max users 2023-08-10 13:47:39 +08:00
93bd8c1f7a fix test 2023-08-10 10:48:03 +08:00
51e0dfde23 set new limit = 1500 2023-08-10 09:43:40 +08:00
3df0ffc5d3 fix existing opted in users not being able to be granted with the feature after increasing the limit 2023-08-08 22:08:37 +08:00
55e378c9b5 Merge pull request #2572 from omnivore-app/feature/pause-rss-feed
add a button to pause rss feed
2023-08-03 13:33:11 +08:00
f4e537a4c7 set max redirect = 5 and timeout = 30 seconds 2023-08-03 13:31:18 +08:00
82d820ea8f get link following the order of preference: via, self, alternate 2023-08-03 13:05:26 +08:00
f3994a8a06 fix test 2023-08-02 22:00:09 +08:00
b403dea247 add a button to pause rss feed 2023-08-01 22:07:53 +08:00
3d6d421e84 Merge pull request #2566 from omnivore-app/feat/web-improved-cards
WIP: grid card design
2023-08-01 20:34:39 +08:00
c0dbbc3b86 Update icons 2023-08-01 12:31:12 +08:00
00e7e49a4b increase the max number of rss subscriptions to 50 2023-07-31 21:44:50 +08:00
d0ad636b7f use safe stringify in logs 2023-07-28 16:52:28 +08:00
f20e12311a check if the page is from rss feed 2023-07-28 13:53:19 +08:00
9bc7ed92c0 we don't want to update an rss feed page if rss-feeder is tring to re-save it 2023-07-28 12:43:04 +08:00
0426bdb29f Merge pull request #2554 from omnivore-app/fix/logging
fix/logging
2023-07-28 12:19:16 +08:00
8f02871f67 Merge pull request #2551 from omnivore-app/fix/upgrade-speech-sdk
Upgrade the speech sdk version
2023-07-28 09:36:11 +08:00
2e965afd69 reformat sql query in logs 2023-07-27 17:34:12 +08:00
99a52f8d56 replace all the console logs with logger logs 2023-07-27 16:06:44 +08:00
808f6f3d3a remove trace 2023-07-26 22:00:37 +08:00
5bf3213e49 Dont send newsletter notifications 2023-07-26 20:53:50 +08:00
078c26801d Upgrade the speech sdk version 2023-07-26 18:31:20 +08:00
61967fdde5 fix test 2023-07-26 18:07:25 +08:00
ced1a711eb fix test 2023-07-26 17:12:40 +08:00
7b36156ce6 add a trace when log size too big 2023-07-26 17:07:24 +08:00
8cd47eec11 run prettier 2023-07-26 16:41:55 +08:00
07d43812a7 use winston logger instead of console log so the log will be truncated if it exceeds the max entry size 2023-07-26 16:27:18 +08:00
66490df72f deeply truncate log object size 2023-07-26 15:52:13 +08:00
f0e62b1d2a use lodash instead of standalone lodash.debounce package 2023-07-26 13:41:51 +08:00
0a227decdd Merge pull request #2515 from omnivore-app/fix/push-notification
fix/push notification
2023-07-26 12:36:13 +08:00
2841783504 limit max log entry size to 256kb 2023-07-25 23:39:03 +08:00
f5ae16a904 disable gql request log 2023-07-25 23:03:57 +08:00
ecd6a2922f disable sentry error handler 2023-07-25 22:32:00 +08:00
fd6223ee93 revert changes 2023-07-25 21:20:26 +08:00
a3e86a9bc1 only log error.message 2023-07-25 20:52:15 +08:00
0e38060b0c set maxEntrySize for logger to 256KB 2023-07-25 20:07:02 +08:00
1006cdad36 reduce error log size 2023-07-25 19:11:08 +08:00
de647e44bd Revert "move sentry error handler after apollo middleware"
This reverts commit 8d8d2b592c.
2023-07-25 19:10:12 +08:00
8d8d2b592c move sentry error handler after apollo middleware 2023-07-25 18:18:40 +08:00
77456373bf return content without highlight if it takes too long to process highlighted content
* timeout if the get text node function takes more than 10 minutes
2023-07-25 11:19:06 +08:00
6fd550fa6c delete chai/required-should from import statements 2023-07-24 21:15:31 +08:00
fa1ff9ba17 Upgrade node to 18.16 2023-07-24 15:55:11 +08:00
0d3b742837 limit 20k articles per pocket import 2023-07-21 18:03:57 +08:00
e0a6a2e0a4 limit number of rss subscriptions to 20 2023-07-21 15:28:20 +08:00
99b12c6cfb debounce send push notificaiton within 1 minute 2023-07-20 21:48:30 +08:00
9a224d2324 add event_types and fix the validation of form on rules page 2023-07-20 18:33:30 +08:00
4dad4a6fa3 revert push notification 2023-07-20 17:29:26 +08:00
6004b51956 return not found if rss feed not found 2023-07-20 14:21:36 +08:00
7ceb96a93e fix edit rss ui 2023-07-20 13:35:43 +08:00
400739f61c stop writing empty csv file if no new data retrieved from the integration 2023-07-20 10:32:46 +08:00