Commit Graph

2073 Commits (f4723e06ff9362bcb90b36f4398e3c6b0e85fa9e)

Author SHA1 Message Date
iglocska f4723e06ff Update to the automation page
- new parameters for the text export explained
2014-12-19 14:59:34 +01:00
iglocska 92679f6b69 New way to download a single event
- The event export buttons have been unified into a single download as... button
- clicking it loads a popup with all of the export formats
- added snort, suricata, text dump to the export options
- added the option for an extra setting for some exports (such as including non IDS flagged attributes, encoding attachments)
- easily extendable system

- moved the hidden popup divs into the general layout, can be easily reused anywhere

- removed the auth refresh option that was re-enabled recently as it seems to sometimes cause issues

- text exports now allow "all" to be specified as type, which will dump all attribute values that the user can see
- text exports now allow restricting the results based on event id
2014-12-19 13:32:16 +01:00
iglocska a1cf30a855 Merge branch 'hotfix-2.3.37' into develop 2014-12-12 10:43:54 +01:00
iglocska 3723119d83 Logging of admin emails and auth refresh
- admin emails now generate log entries
- authentication is refreshed on activity
2014-12-12 10:42:12 +01:00
iglocska 6b14a61c24 Merge branch 'hotfix-2.3.36' into develop 2014-12-10 14:09:17 +01:00
iglocska f14a26444b Fix to some event altering actions not updating the timestamp 2014-12-10 14:08:08 +01:00
iglocska d8c7acc5f9 Merge branch 'hotfix-2.3.35' into develop 2014-12-10 13:48:32 +01:00
iglocska 3353b206b0 Small fix 2014-12-10 13:48:01 +01:00
iglocska be5eaf7d94 Merge branch 'hotfix-2.3.35' into develop 2014-12-10 13:11:53 +01:00
iglocska 6e7554a26f Freetext import tool enhancement
- mass edit types where applicable
- ip-src/ip-dst type will create two attributes, one for each
2014-12-10 13:06:52 +01:00
iglocska e63e8df571 Merge branch 'hotfix-2.3.34' into develop 2014-12-05 15:33:47 +01:00
iglocska 5dbc28e65a version number incremented 2014-12-05 15:30:04 +01:00
iglocska 12692284fa Changed the annoying click to view feature on each row on certain index pages to double clicks 2014-12-05 15:27:54 +01:00
iglocska 67aa9d9859 Admin contact user menu moved next to new/list user buttons, recipient e-mails are now sorted alphabetically 2014-12-05 15:15:28 +01:00
iglocska 9e77393ee6 Empty filter options were not that obvious to some users in the event/user index filter popup. 2014-12-05 15:11:29 +01:00
iglocska 78edbc11d3 Long filename overlapping with malware button on attachment upload, fixes #357 2014-12-05 10:41:56 +01:00
iglocska 2e1dfca943 Attribute search now correctly searches attribute comments too for contained expressions, fixes #342 2014-12-05 10:13:07 +01:00
iglocska 2e28dd2dde Added tooltip for event ID in attribute search results, fixes #351 2014-12-03 17:23:32 +01:00
iglocska d895fb1834 Changed wording of warning message when entering a targeting type attribute, fixes #355 2014-12-03 17:17:40 +01:00
iglocska 62d1b38339 Merge branch 'hotfix-2.3.33' 2014-12-03 16:45:48 +01:00
iglocska 61f0af6380 Merge branch 'hotfix-2.3.33' into develop 2014-12-03 16:31:47 +01:00
iglocska 800c550cc9 STIX export now correctly uses a custom namespace instead of the default "example", fixes #301 2014-12-03 16:23:30 +01:00
iglocska f3a9784ba9 Merge branch 'hotfix-2.3.32' into develop 2014-12-02 16:15:02 +01:00
iglocska b06a28baf8 Merge branch 'hotfix-2.3.32' 2014-12-02 16:14:45 +01:00
iglocska 1346f7e931 Fix to an issue with the markings in the STIX export
- xpath describing the current node and descendants is incorrect
2014-12-02 16:13:29 +01:00
iglocska c45e64b94a Merge branch 'hotfix-2.3.31' into develop 2014-11-27 14:53:01 +01:00
iglocska 6a51da1f6a Merge branch 'hotfix-2.3.31' 2014-11-27 14:52:01 +01:00
iglocska 6548474422 Version number incremented 2014-11-27 14:51:49 +01:00
iglocska 4777cdd0ec Merge branch 'hotfix-2.3.31' 2014-11-27 14:50:53 +01:00
iglocska 71d36b9c64 Several issues fixed
- MYSQL.sql file now correctly includes the task entries
- GenerateCorrelation admin task is now a background job
- Organisation of events pulled now get the org in the server object as the owner instead of the one who initiates the pull
- Small fix to wrapping text in the pivot graph
2014-11-27 14:47:13 +01:00
iglocska 6dcffe1d56 Merge branch 'hotfix-2.3.30' into develop 2014-11-27 11:29:04 +01:00
iglocska cf60af7036 Merge branch 'hotfix-2.3.30' 2014-11-27 11:28:03 +01:00
iglocska dc98d6f1d3 Some freetext import tweaks, fixes #330, fixes #334
- freetext import now optionally allows setting the comment field
- removing rows in the freetext import result redirects to the event view if all rows are gone
2014-11-25 15:56:32 +01:00
iglocska 7c6000ec21 Incorrect flash message on successfu freetext import fixed, fixes #322 2014-11-25 13:40:24 +01:00
iglocska 9e8803c6eb Confidence mapping changed to boolean in stix export, fixes #326 2014-11-25 13:37:22 +01:00
iglocska 9fae7a2193 Alternate event org display
- shows both orgc and org to normal users
- naming convention changed (orgc => source org, org => member org)
- this should allow users to see if an event was generated on their instance or not.
2014-11-25 13:21:25 +01:00
iglocska a599c650e1 Merge branch 'hotfix-2.3.29' 2014-11-20 10:41:14 +01:00
iglocska 2c7b7415b9 Improvements to the attribute search
- case insensitivity
- tag searches

also, generatecorrelation is now a background job
2014-11-20 10:40:24 +01:00
iglocska bd84fade5b Merge branch 'hotfix-2.3.28' into develop 2014-11-19 10:26:21 +01:00
iglocska fb5b4df091 Merge branch 'hotfix-2.3.28' 2014-11-19 10:25:13 +01:00
iglocska 53c1ef40b0 Fix to the CSRF protection blocking a proposal add 2014-11-19 10:24:46 +01:00
iglocska d53e2565ef Merge branch 'hotfix-2.3.27' into develop 2014-11-14 13:15:19 +01:00
iglocska aac37b1b9d Merge branch 'hotfix-2.3.27' 2014-11-14 13:14:21 +01:00
iglocska aa492066d8 Diagnostics check fails on PGP check if the server's key is a sign only key 2014-11-14 13:12:40 +01:00
iglocska f459040bca Merge branch 'hotfix-2.3.25' into develop 2014-11-14 12:00:26 +01:00
iglocska 0097ba1943 Merge branch 'hotfix-2.3.25' 2014-11-14 12:00:00 +01:00
iglocska bfdeda99dc Further corner case fixed (shadow attribute to attribute, not event) 2014-11-14 11:59:38 +01:00
iglocska 0e47f523b9 Merge branch 'hotfix-2.3.25' 2014-11-14 11:29:09 +01:00
iglocska 01fd0b93ce Comments also sanitized 2014-11-14 11:28:42 +01:00
iglocska 2dfd9144f7 Merge branch 'hotfix-2.3.25' into develop 2014-11-14 11:16:24 +01:00