Yashu Mittal
Yashu Mittal
Allow owners to set their LogChimp site with GDPR compliant, only after enabling this option will allow their customers to delete the data. ## Implementation In the Dashboard settings "GDPR...
After moving to Nuxtjs, the post view is not showing authenticated user upvote.  Technical reason, since the auth token is not being sent on...
This will allow site admins to blacklist certain domains from creating account from site settings in dashboard.
**NOTE:** The webhook's APIs are still work in progress and not functional with any other part of the app. _These APIs maybe part of future releases as they will not...
**Describe the bug** On running the site on a server _(not on localhost)_ the image URL seems to be broken as it is reaching the incorrect url. **To Reproduce** The...
When the mail configuration is missing from `logchimp.config.json` and few API route will return a server error. ```js { message: "Mail configuration missing", code: "MAIL_CONFIG_MISSING" } ``` This approach is...
Store all types of error message in json format and send the response back based on the error type. **For example** ```js module.exports = { SERVER_ERROR: { message: "Server error",...