Commit Graph

3972 Commits (c5fe0d72ffd96bc53013fbfdde9e12e116580318)

Author SHA1 Message Date
Alexandre Dulaunoy 26c16204c5
fix: [misp-galaxy] updated to the latest version 2017-01-25 20:25:27 +01:00
Richard van den Berg b7c8ea0ff5 Truncate bro cached export files 2017-01-23 13:32:06 +01:00
iglocska 8c63e6f3d5 new: Added two new parameters for the attribute restsearch
- to_ids, with the following options
  - false (default): include all attributes, no matter the to_ids flag
  - true: include only to_ids attributes
  - "exclude": exclude attributes marked to_ids

- deleted with the following options
  - false (default): only include non deleted attributes
  - true: include deleted attributes
  - "only": ONLY include deleted attributes
2017-01-23 12:44:18 +01:00
Iglocska ec8596bf4a fix: Fixed the hacky solution for hostname evaluation in warninglists 2017-01-22 19:23:33 +01:00
Iglocska b1a65d400b Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2017-01-21 13:16:33 +01:00
Iglocska a290e4254d fix: Fixed the org edit API
- it only worked if all fields were set
- switched to a different strategy where any changed field is updated
2017-01-22 17:35:35 +01:00
Andras Iklody 48b57b0879 fix: Critical fix to an issue with event add fixed
- a reuse of a pointer causes an invalid duplication of an attribute on entry, leading to the last attribute being dropped
2017-01-22 12:02:33 +01:00
Andras Iklody 7f22df0eeb Merge pull request #1856 from deralexxx/patch-5
Small UI patch to make users aware to upload *.pem files
2017-01-20 16:38:14 +01:00
Alexander J 8f0f714737 Update add.ctp 2017-01-20 16:15:56 +01:00
Alexander J 2e0faa6812 Update edit.ctp
(*.pem) https://github.com/MISP/MISP/issues/1246
2017-01-20 16:12:08 +01:00
Iglocska 045a4b88bd Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2017-01-20 10:35:46 +01:00
Iglocska e8303537e7 fix: Organisation UI and API improvements
- opened up the organisations controller to API actions
  - this includes index/add/edit/delete
  - uses the still new-ish standardised REST library
  - send GET requests to add/edit to view the parameters

- reworked the org index to paginate 60 items instead of 20 and to have a view all button
2017-01-20 10:33:38 +01:00
Alexandre Dulaunoy ef38771c86
[misp-galaxy] - latest version included 2017-01-20 09:45:01 +01:00
Iglocska 75d8504de1 fix: fixed an issue that erroneously updated the date of an org creation on edit 2017-01-20 09:11:54 +01:00
Iglocska 0424f95601 chg: Updated warninglists 2017-01-19 18:06:50 +01:00
Iglocska 1f32bc28e6 new: New warninglist type: hostname
- use lists designated as hostname lists (which can be domains too)
2017-01-19 18:02:31 +01:00
Iglocska d39a4857b7 fix: Just force utf8 encoding if it's not set 2017-01-19 17:17:34 +01:00
Iglocska ffd087ba38 fix: Added a warning if utf8 encoding isn't set up in the database config
- also, changed the default database config to enforce utf8
2017-01-19 16:40:23 +01:00
Iglocska 8011583f67 fix: Do the centering after the screenshot is shown
- otherwise it returns 0 as the width
2017-01-19 10:21:22 +01:00
Iglocska de754d1062 chg: Nicer screenshot view 2017-01-19 10:18:29 +01:00
Iglocska 4b45d2775d fix: Left off css changes 2017-01-19 09:20:07 +01:00
Iglocska 5ca1bc282e chg: Click a screenshot to expand/collapse it 2017-01-19 09:18:20 +01:00
Iglocska d955eedf74 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2017-01-18 16:45:17 +01:00
Iglocska e5d658078a fix: ACL updated for attribute level tagging 2017-01-18 16:45:00 +01:00
Alexandre Dulaunoy 16d31458a8
fix: whois-registrant-email added as type when an email is detected in freetext 2017-01-18 14:13:36 +01:00
Iglocska 108bce70bb chg: Updated the warninglists 2017-01-18 12:30:31 +01:00
Iglocska c5ff0525c5 chg: Warninglists updated 2017-01-18 12:13:52 +01:00
Iglocska 31b6ffd625 new: Allow the new type "substring" to be used for warninglists 2017-01-18 12:12:28 +01:00
Iglocska 0cbcffd5c9 fix: Don't try to add the attribute tag field to proposals 2017-01-18 11:52:06 +01:00
Iglocska 2a13bf24a3 fix: Temporary fix for no relatedattributes producing an empty string instead of an empty array in the retrieved data 2017-01-18 11:24:17 +01:00
Iglocska 0960791008 Merge branch '2.4' into feature/attribute-tagging 2017-01-17 14:52:59 +01:00
Iglocska 770b69dbc2 fix: Fix a unicode issue with the correlation graphs 2017-01-17 14:50:39 +01:00
Iglocska 0f7d37ce04 fix: Fix an issue with the graphs when no relations are found 2017-01-17 14:22:25 +01:00
Iglocska 5eeb1c85a9 chg: Use cakeresponse for JSON response in updateGraph instead of serialize 2017-01-17 14:06:23 +01:00
Iglocska e0c7c000ab Merge branch '2.4' into feature/attribute-tagging 2017-01-17 13:58:48 +01:00
Iglocska fbcb7480a0 chg: Update of the JS filename 2017-01-17 13:54:51 +01:00
Iglocska 6eb97d64c5 fix: epic fail due to missing brackets
- mimicing Apple's gotofail well.
2017-01-17 13:52:05 +01:00
Iglocska 3947e57feb fix: Some UI love 2017-01-17 11:25:59 +01:00
Iglocska 9a96c1875c fix: Update the attribute timestamp on attaching/removing tags 2017-01-17 10:50:08 +01:00
Iglocska 6fa8c456c0 fix: Unpublish event when adding/removing an attribute tag
- also show the event being unpublished immediately
2017-01-17 10:37:10 +01:00
Iglocska fa5db123a3 chg: Some UI love
- back button fixed on tag selection popup
- esc now closes popup forms / field edits
2017-01-17 09:03:30 +01:00
iglocska e2094cf171 fix: Fixed some issues with the galaxies that got broken 2017-01-16 23:56:29 +01:00
iglocska f44279ef9b fix: Fixed some issues with the addTag/removeTag APIs 2017-01-16 23:24:43 +01:00
iglocska 53cbe5fd4c fix: Fixed an issue that prevented tas to be added from attributes
- whenever the "all" taxonomy was chosen
2017-01-16 18:05:08 +01:00
iglocska 1e2ae2ac90 fix: Further merge fixes 2017-01-16 17:45:24 +01:00
Alexandre Dulaunoy 35aaa398cd fix: clarification a selectable group is also an active group
or an active group is also selectable.
2017-01-16 17:07:33 +01:00
iglocska 7b665dbb6b fix: Merge issue fixed 2017-01-16 16:30:08 +01:00
iglocska 4ad022b03c Merge branch '2.4' into feature/attribute-tagging 2017-01-16 16:15:06 +01:00
iglocska a5663dfc07 fix: Fixed the editing of tags using the rest API 2017-01-16 16:05:19 +01:00
Iglocska 569b342ef5 fix: Cleaner fix, testBool doesn't need to run testForEmpty 2017-01-16 11:45:24 +01:00