Nabil Adouani

Results 77 comments of Nabil Adouani

@ph34tur3 Any chance you can rebase this PR on latest develop branch? I'd like to take a look on it. Thanks

Hello @ecapuano the issue is probably somewhere else, since this feature is available to users with `admin` role. Are all your users administrators? Users with just `write` role can do...

Hello @AliJaafar0047 would you consider updating the version as there are already 8 hier releases than 4.1.13 and there are many issues that have been solved since then

TheHive 5 will bring new stuff for this.

In TheHive 4 you can leverage the webhooks to listen to all TheHive events and use them as you need.

This one is in fact an issue since the documentation doesn't indicate that the service trust the message as HTML by default. We needed to take a look to the...

@HamadaRizk I'm not sure to understand why you cannot inject the service in another one. I'm using a wrapper around it and it works fine

You can find an example here https://plnkr.co/edit/LJhe1FFj1A3ZRv6RDrwg?p=preview ``` angular.module('NotificationApp', ['ui-notification']) .factory('CustomNotification', ['Notification', function(Notification){ return { success: function(message) { Notification.success(message); } }; }]) .controller('MainCtrl', ['Notification', 'CustomNotification', function(Notification, CustomNotification) { this.showNotification =...

Hello @nhairs-finder I'm not sure if this is still required or it's done by another step. Asking @To-om for review and confirmation. Thanks

Thanks @ballaswetha for the PR, we will take a look at it.