Commit Graph

138 Commits (3e706867e93973fae3e84e74080268ced30ddc58)

Author SHA1 Message Date
4ekin 0b33adedc1 fix: fixed i18n string representation in Views
Fix for a plenty of Views with incorrect localizations (only English
text shown)
2019-03-21 18:10:26 +03: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 e96164e9f5 chg: [cleanup] Junk removed 2019-02-23 16:18:17 +01:00
iglocska d5939c735f new: [UI] Refactored the feed preview index UI to the new tab system 2019-02-23 12:57:39 +01:00
iglocska fdaf0919d3 new: [UI] Tied the index filter system into all indeces
- WIP: Event view
2019-02-20 23:02:02 +01:00
iglocska d8ee91be68 chg: [refactor] Side menu generic templates moved 2019-02-13 14:45:01 +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 0fbe40e121 new: [UI] Explain what caching vs fetching feeds means
via hover column header
2018-11-25 23:55:15 +01:00
iglocska 6f0c00df34 fix: [Feeds] I CAN'T MATH 2018-09-07 13:35:30 +02:00
Paolo Vecchi db9b19237a
Update index.ctp
Added space between 'events' and 'on'
2018-08-12 20:19:15 +02:00
iglocska 58997b9ac1 chg: [psr-2] Changed view files to space indentation instead of tabs
- *sniff sniff*
2018-07-20 09:29:50 +02:00
StefanKelm cd6fb1e10d
Update preview_index.ctp 2018-05-29 14:18:05 +02:00
iglocska 2b2a0c25a4 fix: Various fixes to the add feed action/view 2018-05-17 10:03:26 +02:00
iglocska bfd69b7caa fix: [UI] Fixed the field name for input source in the feed edit view 2018-05-09 16:36:54 +02:00
Raphaël Vinot d0625ad493
fix: Source Format -> Input Source (C/P mistake) 2018-04-26 14:02:04 +02:00
iglocska e89d7ebc16 new: Added separation between enabled feeds and feeds enabled for caching 2018-03-30 23:30:54 +02:00
iglocska 96cea0b057 new: New BasicAuth header generator for the feed add/edit views 2018-01-19 15:56:34 +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 88d971ecc2 fix: Fixed an issue with invalid termination for a php block in HTML 2018-01-19 00:25:18 +01:00
Steve Clement 963bb18fe4 Merge branch '2.4' into i18n_prep 2018-01-17 22:44:25 +01:00
iglocska 12604debd5 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-01-17 09:20:30 +01:00
iglocska 8651c95d83 fix: Fixed the inversed confirmation warning for enabling/disabling feeds 2018-01-17 09:02:23 +01:00
Andras Iklody bea6ca910d
Update index.ctp 2018-01-17 00:26:38 +01:00
iglocska 57ce245b0a chg: Clarified feed action buttons 2018-01-16 14:56:49 +01:00
Andras Iklody 04c89499a2
Merge pull request #2422 from panzertime/add-button-fetch-all-feeds
Added a button to fetch all enabled feeds
2018-01-16 12:52:06 +01:00
iglocska f104702182 fix: Added missing view 2018-01-15 17:43:08 +01:00
iglocska dedfea3610 new: Mass enable/disable feeds
- protecting the sanity of MISP admins since 2012!
2018-01-15 17:25:11 +01:00
Steve Clement 926c595636 - Feeds/compare_feeds.ctp 2018-01-12 16:40:35 +01:00
Steve Clement 203d8b3a48 - View/Feeds -> __(' done 2018-01-09 20:53:34 +01:00
iglocska cbbcac7302 fix: Fixed the broken feed preview 2017-11-17 09:00:15 +01:00
Deborah Servili 4336517468 Uppercase to be consistent 2017-11-10 11:14:51 +01:00
Deborah Servili 1db899a5fa display "Fetch this event" button function in Servers and Feeds preview index 2017-11-10 11:08:17 +01:00
iglocska 1fb8722487 new: Various features
- Added quickhashing to the feed generator
- Objects added to feed preview for MISP feeds
- Attribute tags added to MISP feeds
2017-11-07 16:50:08 +01:00
RT Hatfield 9d38ca0c97 Added a "fetch all" button to the feeds page 2017-08-25 16:04:20 -04:00
iglocska d2e1a8e259 new: More work on the objects
- mostly on adding / validating / saving objects including the UI for it
2017-07-02 20:32:30 +02:00
iglocska 551afac9f4 fix: Allow browsing events that have a failed full fetch 2017-06-12 17:19:18 +02:00
iglocska 7321e26151 chg: Added event info in feed correlations via a popover 2017-05-31 10:07:29 +02:00
iglocska e11d110331 new: Added Font Awesome for greater glory 2017-05-31 09:53:47 +02:00
iglocska 426c1d8847 fix: Fixed a notice issue with the feed index if no cache has been generated yet 2017-05-26 13:05:10 +10:00
iglocska e18344b3f5 fix: several fixes to the feed overlay matrix
- lookup was broken for csv/freetext feeds
- allow users to see the feeds if the admin allows it
2017-05-09 16:35:59 +02:00
iglocska 765ce33575 Merge branch '2164' into 2.4 2017-05-09 10:44:04 +02:00
iglocska bd82d47444 fix: Fixed two looping issues in the feed analysis matrix
- fixed cache age counter going ape****
- fixed the overlap value counters in the graph popovers
2017-05-09 10:37:01 +02:00
iglocska 90eef89223 fix: Several feed fixes 2017-05-08 16:17:34 +02:00
iglocska a5465a2b0c fix: Added overlap count to the feed analysis hover 2017-05-08 15:59:34 +02:00
iglocska 96574ec335 new: First implementation of the feed analysis system 2017-05-08 14:22:27 +02:00
Ángel González 926895733b Cosmetic changes
Change space indents to tabs
Remove ?> at end of file
Add or remove some indentation where appropriate
2017-05-08 00:45:57 +02:00
iglocska ebd69bf59d fix: Set a default colour for tags in the feed preview that don't have a colour set. 2017-05-03 09:34:21 +02:00
devnull- 9835b8932f Merge branch '2.4' into issues_1643 2017-04-27 10:04:32 +02:00
iglocska cf487eafb1 chg: Further progress 2017-03-13 23:45:56 +01:00
devnull- f35d247930 Merge branch '2.4' into issues_1643 2017-02-20 09:23:07 +01:00
iglocska 2b5ae1c342 fix: Fixed a JS error causing a feed edit to not populate the filter popover, fixes #1959 2017-02-17 12:14:57 +01:00
devnull- f24682f86a Merge branch '2.4' into issues_1643 2017-02-16 21:49:45 +01:00
iglocska d4bcf5ae99 fix: Labels in Add/Edit feed, fixes #1913 2017-02-09 07:23:06 +01:00
iglocska b2f008d5ce new: Added the option to delete files after ingestion of local feed 2017-01-25 05:53:04 +01:00
iglocska e83d749f86 fix: Views left off 2017-01-24 14:22:48 +01:00
devnull- 4795c86295 Quick & Dirty 'without_email' & 'Unpublish_event' options for Sync Server 2017-01-05 16:43:22 +01:00
iglocska 26df6d3fe5 new: Added a new field for an exclude regex for the CSV / Freetext feeds
- just set a php compatible PCRE regex pattern to exclude values
2017-01-01 16:25:08 +01:00
iglocska 2aad201f26 fix: Setting naming consistency fail
- separator != delimiter
2016-12-31 22:22:58 +01:00
iglocska e37ed0e8cf chg: added description for feed metadata download 2016-12-31 09:47:19 +01:00
iglocska 53dad99e67 new: Added feed metadata download link 2016-12-31 09:46:03 +01:00
iglocska 76e9398df9 new: Various new feed features
- import feed descriptor json pastes to add a list of pre-defined feeds
- improvements to the feed pull (a single non validating attribute shouldn't break the process)
- altered the saving of the attributes to happen in chunks during a feed pull to avoid very large feeds from stalling the process
- split the feeds into 3 tabs: default, custom, all
2016-12-31 09:04:46 +01:00
iglocska 7f8a81e161 new: Added caching and pagination to freetext/csv feeds 2016-12-30 16:16:56 +01:00
iglocska 649c1144d0 fix: Show additional flags for non MISP feeds 2016-12-26 14:24:26 +01:00
Iglocska 9ee7c6ac8a fix: Fixed annoying issues with the tags not looking OK on a feed/server event preview 2016-11-20 23:56:40 +01:00
Iglocska 910ea1a81b fix: default setting change when browsing the preview index
Automatically set a threat level based on the server config
2016-10-11 15:11:17 +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 503661a240 new: First implementation of the freetext feed pull 2016-10-07 17:33:54 +02:00
Andreas Ziegler ec8b3e653b chg: replace spaces before tabs by tabs 2016-09-05 00:11:49 +02:00
Andreas Ziegler 5366b1c72c chg: replace spaces between tabs by tabs 2016-09-05 00:08:08 +02:00
iglocska 611317cf81 fix: XSS vulnerability in a malicious feed provider
Thanks to Emanuele Gentili from tigersecurity.pro for reporting this vulnerability
2016-08-10 12:31:44 +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 985451642e add space after keywords if/for/foreach/while/switch/catch 2016-06-04 15:45:39 +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 8cbd9f3120 Naming consistency
- changed event description to event info in some views
2016-04-18 11:40:13 +02:00
Iglocska 73bb6587e0 Added timestamp to the feed preview index, fixes #1044
- looks a bit ugly, but since we don't have an event ID this makes sense. Altertnatively we can simply sort by timestamp by default and remove the field.
2016-03-25 21:59:30 +01: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 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 7a20704f36 Preview Event implemented 2016-03-07 02:23:37 +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