Commit Graph

111 Commits (15f572c627b2a340d416698b5d2b92e249cb0c17)

Author SHA1 Message Date
Jakub Onderka 7904509fde fix: [feed] Fetching event manifest 2019-09-05 19:16:26 +02:00
Jakub Onderka a45575a44d chg: [feed] Error handling for saveFreetextFeedData 2019-09-03 17:24:06 +02:00
Jakub Onderka 38e2c1cfc2 fix: [feed] Use own solution how to redirect when fetching feeds 2019-09-02 19:52:41 +02:00
Jakub Onderka d5e3be18b5 chg: [feed] Throw exception if feed filter rules is not valid JSON 2019-09-02 19:52:41 +02:00
Jakub Onderka de2b143748 chg: [feed] Better error handling for cacheFeedInitiator method 2019-09-02 19:52:41 +02:00
Jakub Onderka d7809df2d0 chg: [feed] More accurate progress logging for downloadFromFeed 2019-09-02 19:52:41 +02:00
Jakub Onderka 6c878ff31c chg: [feed] Better exception logging 2019-09-02 19:52:41 +02:00
Jakub Onderka 35d67c261e chg: [feed] New method Feed::jobProgress 2019-09-02 17:51:37 +02:00
Jakub Onderka 77fe7e10fc chg: [feed] New private method Feed::isFeedLocal 2019-09-02 17:51:37 +02:00
Jakub Onderka 49df6ccd1a chg: [feed] Use Feed::feedGetUri in Feed::getFreetextFeed 2019-09-02 17:51:37 +02:00
Jakub Onderka 18eb86ff32 chg: [feed] Feed::getNewEventUuids always return array with 'add' and 'edit' fields 2019-09-02 17:51:37 +02:00
Jakub Onderka 8973cb75f7 chg: [feed] Proper error handling for fetching feed cache 2019-09-02 17:51:37 +02:00
Jakub Onderka ba1d6ed541 chg: [feed] New method Feed::feedGetUri to deduplicate code 2019-09-02 17:51:37 +02:00
Jakub Onderka 78f113c563 chg: [feed] Proper error handling for fetching feed events 2019-09-02 17:51:37 +02:00
Jakub Onderka 3c70f816c6 chg: [feed] Deduplicate preparing filter rules 2019-09-02 17:51:37 +02:00
Jakub Onderka 5b2bb6d0fa chg: [feed] Proper error handling for fetching freetext feed 2019-09-02 17:51:37 +02:00
Jakub Onderka 3adadb100e chg: [feed] Follow redirects by internal HttpSocket functionality 2019-09-02 17:51:37 +02:00
Jakub Onderka 9ee3570379 chg: [feed] Proper error handling for fetching feed manifest 2019-09-02 17:51:37 +02:00
Jakub Onderka 0ddfbc9ccf fix: [feed] shell_exec don't throw Exception 2019-09-02 17:51:37 +02:00
Jakub Onderka 0aeacde256 chg: [feed] Name variables after explore in Feed::attachFeedCorrelations 2019-08-24 17:18:10 +02:00
Jakub Onderka d346de0118 chg: [feed] Compute Redis cache key prefix just once 2019-08-21 22:16:27 +02:00
Jakub Onderka 9846635603 chg: [feed] Fetch sources just when there is correlation 2019-08-21 22:14:30 +02:00
Jakub Onderka 0cf1baf8f3 chg: [feed] Compute composite types just once 2019-08-21 22:14:30 +02:00
Jakub Onderka ada263c79d fix: [feed] Remove unused variables 2019-08-21 22:14:30 +02:00
iglocska a26b38e2f5 fix: [feeds] Stop the reset of the attribute count after a feed pull is completed, fixes #4414 2019-04-05 10:46:32 +02:00
iglocska ab858d5f17 new: [feeds] Feed/Server cache search added
- /feeds/searchCaches added
2019-04-01 16:09:24 +02:00
iglocska fc34510eda new: [Feeds] New overlap tool finished
- compare a feed against a combination of feeds/servers to find if you can cover the contents with a combination of other cached feeds
2019-03-10 18:09:46 +01:00
iglocska 947e59aec7 new: [Feeds] Implementation of the feed coverage tool (WIP) 2019-03-09 22:19:37 +01:00
iglocska 0cbd53f3e7 fix: [feed] Feed pulls don't update the timestamp of the event
- affects freetext feeds
- this blocks the further propagation of the modifications
2019-02-27 20:53:33 +01:00
iglocska 80a33be0e8 chg: [feed correlations] Don't attach feed correlations to attributes that have correlations disabled 2019-01-31 11:08:51 +01:00
iglocska 498a7ae77c new: [feeds] Opened up feed inspection to host org users and added servers to overlap matrix 2019-01-20 10:19:05 +01:00
iglocska eb56fe4e01 chg: [remote cache] Further progress on caching remote instances 2019-01-18 15:33:04 +01:00
iglocska 2d0259ce13 fix: [CS] coding standards script re-run 2018-11-23 14:11:33 +01:00
iglocska c3ec498f46 fix: [CLI] Fixed the CLI feed fetcher
- use "all" to fetch all feeds
2018-11-08 13:10:27 +01:00
iglocska e60579dfd8 fix: [Feed] If no data is returned from a freetext feed a notice was generated
- added more graceful handling
2018-10-02 15:37:42 +02:00
iglocska fac5ffa7f3 fix: [Feeds] Don't try to find caches for feeds that don't have caching enabled 2018-09-07 13:49:56 +02:00
iglocska b34d99aa63 fix: [feeds] Custom headers / authorization broken on csv/freetext feeds, fixes #3581 2018-08-29 09:56:14 +02:00
iglocska a81894f14c chg: [CS] Changed to PSR-2
- to make contributions easier, adopted PSR-2
- used php-cs-fixer to rework the style
- *sniff sniff* Goodbye tab indentation
2018-07-19 11:48:22 +02:00
iglocska af9aeab62b fix: [feed] Invalid lookup when editing events via MISP feeds throws notice error, fixes #3366 2018-07-08 23:39:15 +02:00
iglocska 46e44aa9a4 chg: [clarity] Made the file path validationfailing more obvious when adding local feeds
- Warning to catch issues that arise due to Steve's fat fingers
2018-06-22 05:30:03 +02:00
iglocska f6ed105249 fix: [validation] Fixed urlOrExistingFilepath validation script no longer uses hard-coded error messages 2018-06-02 23:24:36 +02:00
iglocska cfd6ab3e2d fix: [Feed caching] Readded the feed correlations for non correlating attributes
- it was breaking the indexing for the attached correlations
2018-05-09 16:35:08 +02:00
iglocska 1d3504b406 fix: Fixed invalid indeces in the feed lookup via the event view 2018-05-08 14:26:41 +02:00
iglocska b0e13b0faf fix: Don't correlate attribute to feeds if the correlations are disabled on the attribute 2018-04-25 15:54:36 +02:00
iglocska a28c1da164 fix: Fixed a bug where background jobs for feeds would not work correctly due to headers not being passed along with the feed object 2018-04-16 07:59:44 +02:00
iglocska e89d7ebc16 new: Added separation between enabled feeds and feeds enabled for caching 2018-03-30 23:30:54 +02:00
iglocska 571249c09b fix: Empty events are created when pulling empty feeds, fixes #3008
- as described by Emanuele Acri (@crossbowerbt)
2018-03-07 16:07:35 +01:00
iglocska fd858d627b new: Allow passing headers along with feeds
- add any arbitrary header to a feed
- can be used for authentication via basic auth for example
2018-01-19 00:28:44 +01:00
iglocska 32d00a09e0 fix: Fixed various visual feed issues, fixes #2818, fixes #2819 2018-01-16 12:30:30 +01:00
iglocska 56dc5ea3bc fix: Better error handling when previewing csv/freetext feeds if no valid data is returned 2018-01-13 15:36:27 +01:00