Commit Graph

3304 Commits (4fea371c4b417e6eac5cdefe0baf77840f5752a1)

Author SHA1 Message Date
iglocska 9e3e362ea6 Fixes a bug on invalid event IDs passed to the STIX export causing long execution times, fixes #747
- Running a stix export for a specific ID that doesn't exist results in a full STIX export for the user (events visible to the user)
- This leads for an unnecesarily long export process when a quick export is expected
2015-12-26 11:32:31 +01:00
iglocska 66a90cd60c Several fixes to the exports, fixes #790
- New generic fetch attribute method was mistakenly using the order field as a condition, resulting in some exports only displaying a subset of the data
  - the fix to this fixes the issue described in #790 for text exports
- Fix to the RPZ exports not working correctly
- Fix to the horrible performance of RPZ exports
- Fix to several background worker issues with exports
2015-12-26 02:50:50 +01:00
iglocska ba95648fa5 Fixed some background worker issues
- scheduled pulls would fail because of invalid user object passed
- invalid permissions checks / org checks would cause the RPZ export to fail when using background workers
2015-12-26 01:35:34 +01:00
iglocska a265553f71 Merge branch 'feature/fastupgrade' into 2.4 2015-12-25 00:35:24 +01:00
iglocska 2339fce8c7 Index Correlation values 2015-12-25 00:33:36 +01:00
iglocska 22b02c4075 Added the reindexing of all tables to the upgrade procedures. 2015-12-25 00:31:49 +01:00
iglocska 85db894063 Left off from previous commit 2015-12-25 00:26:45 +01:00
iglocska 7e2a935226 Fix to the templating being broken, fixes #787 2015-12-25 00:25:59 +01:00
iglocska 627f9abbd6 Fix to several issues with the sync and and an issue preventing the editing of events, fixes #788, fixes #784 2015-12-24 15:22:05 +01:00
iglocska e3b3c1fa82 Fast upgrade v1 2015-12-23 10:49:47 +01:00
iglocska 9f6d78af8d Removed obsolete news page from the side menu, fixes #780 2015-12-23 02:16:33 +01:00
iglocska a421b71443 CSV memory usage reduction on automation
- reduced the number of attributes at the cost of some additional processing time
- this should reduce very slow processing of large data sets
2015-12-23 01:20:41 +01:00
iglocska 3061b37fc3 Fixed a serious issue with the snort/suricata export which would keep appending all eligible attributes over and over to the file instead of properly fetching them event by event resulting in a massive export file 2015-12-23 00:51:57 +01:00
iglocska 181566bafb More graceful handling of pgp errors in the emailer
- until now the encryption of emails happened in a try catch block
- however, crypt_gpg throws a fatal error instead of an exception, killing the background worker

- added an extra checking algorithm that will test the key for a valid encryption key (encryption enabled + not expired)
- if it's not there, it will just log an error message and continue execution of the other e-mails
2015-12-22 16:27:08 +01:00
iglocska 9b85428897 Event tags correctly saved on rest add if they are set in the compressed format (event->tag instead of event->eventtag->tag) 2015-12-22 11:27:27 +01:00
iglocska d769942a15 When adding/editing a sync user, the choice to limit a user by instance settings shows empty lines for instances without a name
- use the URL in those cases instead
2015-12-21 12:08:08 +01:00
iglocska 000449ee81 Editing an event via REST would not capture the tags
- if a user is a tagger the tag should be created (if not existing on the current instance) and added to the event
2015-12-21 11:46:33 +01:00
iglocska cb42337f9b Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2015-12-21 10:39:39 +01:00
iglocska 20acdd0622 Removed an accidental addition a while back 2015-12-21 10:38:45 +01:00
iglocska f963f8d7d8 Fixed a menu and some cleanup
- Freetext import was loading the wrong menu
- some leftover profiling code removed
2015-12-21 10:37:45 +01:00
Alexandre Dulaunoy 77a5a03b3f Added the graphical interface 2015-12-19 22:51:27 +01:00
Alexandre Dulaunoy 7fc491b244 Updated to include new functionalities in available in 2.4. 2015-12-19 22:47:32 +01:00
Alexandre Dulaunoy 19a55913b0 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2015-12-19 22:31:29 +01:00
Alexandre Dulaunoy 0640afd50c MISP screenshot panorama 2015-12-19 22:31:08 +01:00
Iglocska 1d6b0efbcd Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2015-12-19 19:42:03 +01:00
Iglocska cc2e4171cf Don't run the anti IE 8 check on requests that don't have a user agent set, fixes #775 2015-12-19 19:41:17 +01:00
Alexandre Dulaunoy f8f367a996 Screenshots MISP 2.4 added 2015-12-19 17:36:14 +01:00
Iglocska 2c8940359c Editing an event with new attributes fails because a new id is not assigned correctly, fixes #773
- the process of detecting and editing existing attributes did not account for a case where the uuid is not set for an attribute and therefore should be saved as a new attribute. Fixed
2015-12-19 16:03:53 +01:00
Iglocska 5a44d79013 Fix for an issue with event edits containing a new attribute and it not getting an ID as expected 2015-12-18 18:31:43 +01:00
Iglocska b25ca97c46 taxonomies update 2015-12-18 17:45:44 +01:00
Iglocska 30945dacd2 double comment field fixed 2015-12-18 17:20:56 +01:00
Iglocska cc57aa397e Invalid fetchevent call fixed for proposal add attachment 2015-12-18 17:17:42 +01:00
Iglocska 4a93d868de Fixed an issue where non-sharing group events would only send alert e-mails to site admins 2015-12-18 16:33:41 +01:00
Iglocska 8ddceaddc3 Typo fixed 2015-12-18 16:27:25 +01:00
Iglocska e4d3b6d1ac Removed crappy automatic CakePHP sorting from recorrelation
- /facepalm
2015-12-18 12:43:34 +01:00
Iglocska c2660f582e Added indexing of the tables as an admin script 2015-12-18 12:27:57 +01:00
Iglocska 692ced8590 typo 2015-12-18 09:48:34 +01:00
Iglocska 85d22aa3a8 Missing subject added back 2015-12-18 09:44:25 +01:00
Iglocska b9dfed927b Removed debug 2015-12-18 09:40:26 +01:00
Iglocska cf119bc315 Fix to a previous merge issue with the e-mailer 2015-12-18 09:38:36 +01:00
Iglocska f8ad9a14fe Fix to the email target on publish 2015-12-18 09:17:57 +01:00
Raphaël Vinot dcc182fa74 Update cakephp 2.7 to HEAD
Fix #740
2015-12-17 17:18:07 +01:00
iglocska e215bf3313 Slightly smarter correlation for generateCorrelations 2015-12-17 13:04:49 +01:00
iglocska dd53f7bfa2 Added default values to the log entry creation to avoid empty fields giving notices, fixes #769 2015-12-17 11:01:54 +01:00
iglocska 0a48ee2c44 Fix to the correlation peformance 2015-12-17 10:25:30 +01:00
iglocska ffe8dbb011 More fixes to the background correlation generation 2015-12-17 01:40:02 +01:00
iglocska 8d8d3e4dae Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2015-12-17 01:25:44 +01:00
iglocska 78d58b6cbd Changes to the generation recreation 2015-12-17 01:25:23 +01:00
iglocska 150b115c52 Fixed an invalid link, fixes #761 2015-12-17 00:15:35 +01:00
iglocska 3449291533 Fixed issue with the headmmap, fixes #759 and fixes #760 2015-12-16 23:18:05 +01:00