Commit Graph

132 Commits (f796071d6494e7b21e4c6fb7a7cbd10b1427be52)

Author SHA1 Message Date
Iglocska b1ab540f4f fix: Fixed an issue with editing MISP feeds, fixes #1664 2016-11-12 04:19:23 +01:00
Iglocska 9cc05a14e3 fix: Better fix than the previous one 2016-10-24 02:41:08 +02:00
Iglocska 7f0bc3a207 fix: Fixed a potential empty event_id field that blocked new CSV feeds from being added 2016-10-24 02:06:08 +02:00
Iglocska 1d5e1b3613 fix: Fixed an inverse lookup 2016-10-17 13:43:25 +02:00
Iglocska a03c339c5a fix: Fixed an issue with editing feeds 2016-10-14 11:01:49 +02:00
Iglocska 2f1b600bf2 fix: fixed an issue where a validation fail would only semi-populate the feed add form fields 2016-10-11 15:07:53 +02:00
Iglocska 9082e9b090 fix: fixed various minor issues and a potential more serious bug
- various UI issues prevented the freetext/csv feed related fields from being hidden when adding a new MISP feed
- issue that potentially prevented new feeds from being saved if no target event is set (cannot reproduce)
2016-10-10 18:23:59 +02:00
Iglocska 9891234662 new: CSV feeds and various fixes
- Added the CSV feed format
  - users can specify which fields in the CSV should be parsed
  - comment lines are automatically omitted
  - new settings system added to feeds, currently only used for the value fields

- Slight rework of the correlation lookup for the feeds
  - got the Speed Force treatment
  - correctly checks against value1 and value2 instead of value

- Various freetext import fixes
2016-10-08 14:36:24 +02:00
Iglocska 09d3720187 new: Added correlations to the freetext feed preview 2016-10-08 10:25:30 +02:00
Iglocska 9d4403ff3e fix: Resolved several issues with error handling in the new feed system 2016-10-07 20:08:57 +02:00
Iglocska 9649c608b4 fix: Various fixes to the feed system
- allow users to override the IDS flags and keep all attributes pulled from a freetext feed IDS = off
- UI changes
- fix to a bug that caused already deleted attributes to be counted as existing ones
2016-10-07 18:27:13 +02:00
Iglocska a6cb34e4a3 fix: Added missing initialisation of the synctool 2016-10-07 17:36:46 +02:00
Iglocska 503661a240 new: First implementation of the freetext feed pull 2016-10-07 17:33:54 +02:00
iglocska 822b0bf8fa chg: Cleanup of the controllers and models
- removed incorrect, useless boiler plate comments
- kept useful comments intact
- added some missing line breaks to make the codebase a bit more uniform
- removed some obviously obsolete TODO comments
2016-08-25 11:38:37 +02:00
iglocska 7b6604de5b chg: Added the tracking to all queued jobs 2016-08-15 16:30:37 +02:00
Andreas Ziegler 1d06f25b38 chg: add newline character before EOF to non-minified (text-)files 2016-06-06 10:09:55 +02:00
Andreas Ziegler 7cadf8340c remove space after unset before opening brace 2016-06-04 15:45:57 +02:00
Andreas Ziegler 0fe692c56a remove whitespace at end of line 2016-06-04 01:10:45 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Iglocska f08ec04426 new: Enable/disable feed via API
- simply POST to /feeds/enable/feed_id or /feeds/disable/feed_id to enable and disable a feed
2016-05-26 01:39:31 +02:00
Iglocska 5d86ea11be Feed didn't respect the enabled flag
- if a feed was disabled a site admin could still pull the contents
2016-03-09 02:44:01 +01:00
Iglocska 79e41da383 First version of Feed system ready
- tied into background processes
2016-03-09 02:31:55 +01:00
Iglocska 8e8de0d258 Added default feeds 2016-03-09 01:34:02 +01:00
Iglocska 3845c7442a Correctly assign tag / sharing group to event fetched from feed 2016-03-09 00:44:09 +01:00
Iglocska fe3a94d3d1 New fields added
- set the distribution and sharing group of a feed
  - will set all events received to the appropriate setting

- set a tag that should be applied by default to the events received from the feed
2016-03-08 23:27:53 +01:00
Iglocska f767ddaec6 Added downloading of an event from the index, better error handling 2016-03-07 03:26:55 +01:00
Iglocska 7a20704f36 Preview Event implemented 2016-03-07 02:23:37 +01:00
Iglocska 03e19f6db0 Preview the index of a feed 2016-03-06 23:24:03 +01:00
Iglocska e176540bd3 Merge branch '2.4' into feature/feeds
Conflicts:
	app/Model/Attribute.php
2016-03-05 23:24:01 +01:00
Iglocska bebdde03e7 Further progress 2016-03-04 14:56:56 +01:00
Iglocska 255c65942e Further progress on the feeds 2016-02-29 22:32:04 +01:00
Iglocska 9cb796b394 Work in progress on the feeds 2016-02-28 22:54:09 +01:00