Commit Graph

23075 Commits (eae483d7764da6298334115ff9aed87721dac85e)

Author SHA1 Message Date
Sami Mokaddem 64eaf4273f
chg: [user:periodic_notification] Added support of multiple orgs and sharing groups 2022-09-01 09:45:49 +02:00
Sami Mokaddem 184f0ce1aa
chg: [genericForm:dropdown] Added support of chosen picker 2022-09-01 09:44:49 +02:00
Alexandre Dulaunoy 1e73697da2
Merge branch '2.4' into develop
Following discussion with Luciano and the finding of a logic for
the format string. We decided to go for Unicode ;-)
2022-09-01 09:12:34 +02:00
Sami Mokaddem e8df5bb4f1
chg: [openapi] Added entry for `event_tags` parameter 2022-09-01 09:11:27 +02:00
Alexandre Dulaunoy 7ce21f0425
Merge pull request #8560 from 00willo/fix-openapispec-yaml-validation
fix: Removes unnecessary escape character
2022-09-01 09:06:25 +02:00
Sami Mokaddem 1d6fe7e0f3
fix: [export:contextExport] Save passed option in the correct function 2022-09-01 09:02:21 +02:00
Sami Mokaddem 65c7e9b7a2
fix: [events:automation] Fixed typo 2022-09-01 09:01:45 +02:00
Sami Mokaddem 731362ebe6
fix: [component:restResponse] Added `event_tags` parameter in the correct scope 2022-09-01 09:01:28 +02:00
Sami Mokaddem 812d73a347
Merge branch 'develop' of github.com:MISP/MISP into feature-periodic-notification 2022-08-31 15:44:51 +02:00
Sami Mokaddem f2ff91ee35
chg: [users] Removed useless constant 2022-08-31 15:44:36 +02:00
Sami Mokaddem 55916ba1a6
chg: [automation] Added doc about setting up periodic notifications 2022-08-31 15:42:02 +02:00
Sami Mokaddem f23e582760
fix: [user:periodic_notification] Perform filtering on event tags only for aggregated context
This is for restSearch to stay consistent with how events are fetched by the default fetcher
2022-08-31 14:54:27 +02:00
Sami Mokaddem 406cda070e
chg: [Event:restSearch] Added option `event_tags` to filter for eventTag only
Previously, only the option `tag` was available forcing the filtering process to take into account attribute tags.
2022-08-31 14:52:40 +02:00
Sami Mokaddem ca70100cfc
chg: [periodic_notification] Improved event list display and flexibility 2022-08-31 14:45:53 +02:00
Sami Mokaddem 7cd3b35d61
chg: [user:periodic_notification] General improvements and added CLI support 2022-08-31 11:51:36 +02:00
Sami Mokaddem 9d83f8a478
chg: [element:galaxy_matrix] Removed number of element in header 2022-08-31 11:50:33 +02:00
Sami Mokaddem 5643a067c5
chg: [export:context] Added support of `static` parameter to produce a static HTML output 2022-08-31 11:44:42 +02:00
Luciano Righetti 47674a8051
fix: schema inconsistency 2022-08-31 11:19:18 +02:00
Luciano Righetti 8b373570ad
fix: bump db version and fix schema 2022-08-31 08:29:38 +02:00
Luciano Righetti 687a558c0d
fix: bump db version and fix schema 2022-08-31 08:29:00 +02:00
Sami Mokaddem 894724a805
chg: [users:edit] Allow admins to edit periodic notification subscriptions 2022-08-30 14:53:06 +02:00
Graham Williamson 896c18e664 fix: Removes unnecessary escape character
Fixes a validation error - found unknown escape character
2022-08-30 22:40:36 +10:00
Sami Mokaddem 3338e1abef
chg: [user:periodic_notification] Added templates, basic statistics and UI integration 2022-08-30 14:10:01 +02:00
Sami Mokaddem c9327174b9
Merge branch 'fix-truncate-overcorrelating-value' into 2.4 2022-08-29 15:10:48 +02:00
Sami Mokaddem 05ad105750
fix: [update-91] Remove duplicates before creating the constraint 2022-08-29 12:12:39 +02:00
Sami Mokaddem 279f33bc4a
chg: [user:periodicNotification] Dev cont. 2022-08-29 12:06:42 +02:00
Sami Mokaddem 962754dd3b
chg: [overCorrelatingValue] Truncated the `value` column
- We keep the unique constraint on the table
- Correlating values over the max. allowed size are truncated to fit the size requirement. That means large correlating values might be marked as over-correlating despite the fact they are not (as only the starting portion of the value is evaluated).
2022-08-29 10:50:59 +02:00
Sami Mokaddem 8db8cbd398
new: [user:periodicNotification] Started development of system allowing users to receive period notifications by email 2022-08-29 09:03:42 +02:00
Sami Mokaddem 74830c5a42
Merge branch 'feature-workflow-module-msteams' into develop 2022-08-25 11:07:45 +02:00
Sami Mokaddem c74ca2563c
chg: [workflowModule:send_email] Removed unused import 2022-08-25 11:03:32 +02:00
Sami Mokaddem d22e426364
new: [workflowModule:send_email] To allow sending an email to a list of users
The module requires the `jinja_template_rendering` module in misp-module to work correctly
2022-08-25 10:56:49 +02:00
Sami Mokaddem e9e0d3d203
new: [workflowBaseModule] Allow jinja template rendering using misp-module 2022-08-25 10:54:53 +02:00
Sami Mokaddem ac34456697
chg: [module:queryModuleServer] Allow skipping trigger execution 2022-08-25 10:54:15 +02:00
Sami Mokaddem 56aeebf3a5
Merge branch 'Benni0_2.4' into 2.4 2022-08-24 13:36:13 +02:00
Sami Mokaddem 2208d01924
Merge branch 'Benni0_2.4' into develop 2022-08-24 13:35:23 +02:00
Sami Mokaddem b1597861d7
Merge branch 'Benni0_patch-1' into 2.4 2022-08-24 11:21:25 +02:00
Sami Mokaddem 057bce11f9
Merge branch 'Benni0_patch-1' into develop 2022-08-24 11:18:33 +02:00
Sami Mokaddem e49723f4dc
new: [workflow-module:ms_teams_webhook] Added new MS teams module based on the webhook module 2022-08-24 11:07:43 +02:00
Sami Mokaddem 796fad0874
chg: [workflow:editor] Added min-width for sidebar block icon 2022-08-24 10:57:16 +02:00
Sami Mokaddem c79324528b
fix: [eventReport:downloadMarkdownFromURL] Added support of trigger for that function 2022-08-24 10:36:00 +02:00
Sami Mokaddem 75d75cc6e6
chg: [workflowBlueprints] Changed export filename generation 2022-08-24 10:10:04 +02:00
Sami Mokaddem 0d4aa566fc
chg: [appController] Bumped queryversion 2022-08-24 09:55:13 +02:00
Sami Mokaddem f0913e1c52
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-08-24 09:54:46 +02:00
Sami Mokaddem d551d0533a
chg: [workflow:Action_tag_*] Usage of tag name instead of tag ID
Using IDs was a bad choice as it prevent to correctly share blueprints since IDs will be different from instance to instance
2022-08-24 09:52:53 +02:00
Sami Mokaddem cc6166089d
fix: [workflow:editor] Correctly purge nodes saved_filter 2022-08-24 09:50:15 +02:00
Alexandre Dulaunoy 914e8bde84
chg: [misp-galaxy] updated to the latest version 2022-08-24 09:43:05 +02:00
Alexandre Dulaunoy 1693af4a61
chg: [misp-galaxy] updated to the latest version 2022-08-24 09:42:31 +02:00
Sami Mokaddem f1678cd74c
fix: [workflows:editor] Correctly apply margin when debug mode is off 2022-08-24 09:14:43 +02:00
Sami Mokaddem 85c1a75830
chg: [workflowBlueprint] Don't attach module_data in blueprint by default 2022-08-24 09:14:17 +02:00
iglocska 6a7521293c
chg: [syslog] include change field if no custom log message was generated
- for certain log entries vital information was omitted by the syslog. If no custom message is specifically set for the log entry, the change field is included
2022-08-24 09:06:11 +02:00