Riccardo Graziosi

Results 60 issues of Riccardo Graziosi

Add the option, for administrators, to enable downvotes as well as upvotes in their feedback space (see discussion with @hitenvidhani on #408).

feature

Add the possibility for administrators to define a list of custom fields to be attached to customers. Examples: company, free/paid user, importance, ... These fields are custom in the sense...

feature

Right now, if you want to configure a new OAuth provider, you start from a blank configuration and need to add every field manually. However, most of the times, that...

feature

Administrators and moderators should be able to publish private comments to feedback. Private comments will only be visible to administrators/moderators, and can be a way for them to talk privately...

feature

Closes #253 #452

... but it does only update when refreshing the page. That's because the part of the UI containing the number, the header, is not created with React/JavaScript, but rather with...

bug

If Sidekiq is enabled, then also Devise emails should be sent through Sidekiq. By default, that is not the case. See [this guide](https://github.com/sidekiq/sidekiq/wiki/Devise/c9591b5842fa18e2f6c0a90392e03492dc2c5aeb) from Sidekiq wiki. However, it is more...

Right now there are no endpoints for those entities. For sure, there should be endpoints for sending invitations. Maybe also to follow posts.

feature

The workflow file `SendNotificationForCommentWorkflow` works fine but has some pitfalls: - If a comment is a post update, only followers of the post are notified: but not the post owner...

bug