Commit Graph

1620 Commits (a55a19cd0938e9cf86be7e5012690777c20ce00e)

Author SHA1 Message Date
Sami Mokaddem 7ba2b39fe1
chg: [workflow:editor] Show 100 entry max in picker 2024-04-17 14:48:01 +02:00
Sami Mokaddem b5b0412022
chg: [ui:galaxy_matrix] Resize matrix header on load 2024-04-11 16:35:58 +02:00
Sami Mokaddem 05be803393
fix: [dashboard:updating] Prevent sending multiple time the same save request[1;5D 2024-04-08 16:41:46 +02:00
Sami Mokaddem b54eec95c1
fix: [dashboard:widgetAdd] Improved error handling for invalid JSON config 2024-04-08 11:36:51 +02:00
Sami Mokaddem dca913c969
chg: [analyst-data] Linked CRUD and UI together - WiP
- Added dynamic association binding
- Recursive notes and opinions injection
- few improvements
- fixes

-> Still need to link CRUD for relationships and UI
-> Still need to refactor for performance notes/opinions loading
2024-01-24 21:48:53 +01:00
Sami Mokaddem 67156760dc
chg: [analyst-notes:ui] Started integration in events/view 2024-01-04 10:48:13 +01:00
Sami Mokaddem 79846fa314
Merge branch 'lukaszrzasik_fix-workflows-editor-url' into develop 2023-12-13 15:31:17 +01:00
Sami Mokaddem e88ad46e36
chg: [events:event-graph] Allow expansion of nodes by double-clicking
In response to significant demand from Terrtia and subsequent evaluation by adulau
2023-12-13 15:25:02 +01:00
Lukasz Rzasik 92594e7b8c fix: [workflows:editor] Prepend baseurl to url 2023-12-11 16:47:11 +01:00
iglocska 075a68f187
Merge branch 'llm_tests' into develop 2023-10-31 15:04:27 +01:00
Sami Mokaddem 8d01368bf7
fix: [events:view] Remove any tooltip upon closing the popover form
This will make @iglocska happy.
2023-10-25 15:39:25 +02:00
Sami Mokaddem 553226012a
fix: [workflow:editor] Refresh picker with value selected by default on load
- Make sure chosen knows about the selected value when the first one in the list is picked on page load
2023-10-25 12:29:54 +02:00
Sami Mokaddem fb1c6bb0bc
chg: [workflow] Jinja template rendering is done automatically based on param options 2023-10-25 10:52:59 +02:00
Sami Mokaddem 6bbb5e1316
fix: [workflow:editor] Prevent crashing if module param changed to multi-select 2023-10-25 09:22:18 +02:00
Sami Mokaddem 1a4def8e16
chg: [eventtimeline:doubleclick] Change the location to the object being double-clicked 2023-10-19 10:42:51 +02:00
Sami Mokaddem 3fd50f007a
new: [eventreport:sendToLLM] Added draft of feature 2023-10-17 21:53:51 +02:00
Sami Mokaddem 11ccb4ab0c
new: [workflow:editor] Added option to provide a custom JSON in the hashpath picker helper 2023-10-11 09:36:57 +02:00
Sami Mokaddem 438d1b8a43
chg: [workflow:editor] Improved quick hashpath picker 2023-10-11 09:35:07 +02:00
Jeroen Pinoy bcac8674fa
chg: [RestClient] use http_method value from template if available 2023-10-04 17:32:58 +02:00
Sami Mokaddem 3c097f8202
fix: [dashboard:csvExport] Quote elements and correctly apply line break 2023-08-09 14:56:24 +02:00
Sami Mokaddem 123b1d07c2
new: [dashboard:export] Added CSV export functionality 2023-08-07 14:32:21 +02:00
Sami Mokaddem 36c4100568
Merge branch 'develop' of github.com:MISP/MISP into feature_workflows/enrichment-improvements 2023-07-28 10:30:29 +02:00
Sami Mokaddem 0214ffad1b
chg: [workflow:editor] Make frame node padding configurable 2023-07-28 09:30:04 +02:00
Sami Mokaddem d2bb5e7de3
chg: [workflow:editor] Small refactoring of drawflow lib 2023-07-28 09:26:01 +02:00
Sami Mokaddem 784cb3f66d
chg: [workflow:editor] Moved styling in a class rather than in drawflow lib 2023-07-28 09:04:57 +02:00
Sami Mokaddem 4117ccc00a
chg: [workflow:editor] Usage of proxy function to delete nodes 2023-07-28 08:58:32 +02:00
Sami Mokaddem 9ddc335c07
new: [workflow:editor] Added support of frame nodes in editor and drawflow lib 2023-07-28 08:39:10 +02:00
Sami Mokaddem 68ca753593
chg: [workflow:editor] Improved description in hashpath picker for quick link 2023-07-27 10:24:54 +02:00
Sami Mokaddem fdbb88505b
chg: [workflow:editor] Added support of collapse in hashpath picker 2023-07-26 11:55:03 +02:00
Sami Mokaddem 145435ef51
new: [workflow:editor] Added hash-path picker helper functionality 2023-07-25 15:41:55 +02:00
Sami Mokaddem 83634a6518
new: [workflow:editor] Added support of quick insert on link 2023-07-25 09:52:19 +02:00
Sami Mokaddem 15139fe865
chg: [workflow:editor] Added support of chosen options and disabled inputs 2023-07-21 09:13:02 +02:00
Sami Mokaddem be2a6bb57c
chg: [workflow:editor] Add class if node expect MISP core format 2023-07-20 17:01:37 +02:00
Sami Mokaddem 38701d055c
fix: [workflow:editor] Prevent Run workflow popover after closing 2023-07-20 15:49:30 +02:00
Sami Mokaddem 44e031d6e6
chg: [workflow:matchingItems] Improved any_value and any_value_from for IF::Generic and Filter::Generic 2023-07-12 14:03:14 -04:00
Sami Mokaddem 774040bdf0
chg: [workflow:editor] Added support of list of value for display_on parameter 2023-07-12 11:13:50 -04:00
Sami Mokaddem 3b33ba8adb
chg: [workflow:editor] Added support of new option `picker_create_new` 2023-07-12 11:05:22 -04:00
iglocska 404c71ade6
new: [dashboard widget] added functionalities to download widget raw data
- download the JSON passed to the front-end of a widget on-demand
2023-06-26 18:16:31 +02:00
iglocska 7853cf70c2
fix: [UI] index searches will handle spaces correctly 2023-06-14 18:39:06 +02:00
Sami Mokaddem 215672b5ef
chg: [main] Added special tag style 2023-06-06 15:46:46 -04:00
Sami Mokaddem dc9a1489e1
Merge branch 'develop' of github.com:MISP/MISP into feature-workflow-filtering-modules 2023-05-03 14:57:04 +02:00
Sami Mokaddem a548fbc8a9
chg: [workflow] Updated filter add/reset and added support + fixed bunch of bugs
Also added raw (patched) drawflow library source code
2023-05-03 14:56:38 +02:00
Sami Mokaddem 06d5fa5c5d
fix: [event:discussion] Fixed potential CSRF issue while adding a comment
Fix #8916
2023-04-13 15:45:47 +02:00
Sami Mokaddem 362156daca
fix: [event:viewAttribute] Reset pagination state when using a filter on the attribute table
- This will certainly make @rommelfs happy :)
2023-04-06 15:24:15 +02:00
Sami Mokaddem 78f423451a
fix: [security] XSS in event-graph relationship tooltip 2023-03-10 11:11:13 +01:00
Sami Mokaddem 30255b8d68
fix: [security] XSS in event-graph node tooltips
- as reported by Cyber Controls from SIX Group
2023-03-10 11:10:42 +01:00
Sami Mokaddem a46f794a13
fix: [security] XSS in eventgraph preview payload
- as reported by Cyber Controls from SIX Group
2023-01-18 15:04:45 +01:00
Sami Mokaddem 72c5424034
fix: [security] XSS through network history name
- as reported by Cyber Controls from SIX Group
2023-01-18 15:00:50 +01:00
Jakub Onderka ea2e0421b6
Merge pull request #8613 from JakubOnderka/fix-ui
Fix UI
2022-12-22 12:54:56 +01:00
Sami Mokaddem 83cfe23052
new: [event-timeline] Added Timestamp distribution chart when the timeline cannot show all items 2022-12-20 13:03:29 +01:00