Commit Graph

11621 Commits (142992988a7063576db7436f15c8574fd3b55893)

Author SHA1 Message Date
chrisr3d 142992988a Merge branch '2.4' of https://github.com/MISP/MISP into rework_modules 2019-04-15 16:08:02 +02:00
mokaddem a94f1deea6 chg: [queryversion] bumped queryversion 2019-04-15 10:58:31 +02:00
mokaddem a5b74f6cc2 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-15 10:53:31 +02:00
mokaddem 7c8f91cfc4 chg: [popovers] Added dedicated popover container for expansions and sightings
(instead of a shared one with the screenshots)
2019-04-15 10:51:06 +02:00
iglocska fa52f40b84 fix: [export] Fixed broken bro export, fixes #4050 2019-04-15 10:48:00 +02:00
iglocska 830c80c015 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-14 21:26:46 +02:00
iglocska 8613ed1bed chg: [download as] updated - now works on non published events in all cases and uses restsearch whenever possible. Fixes #4468 2019-04-14 21:25:37 +02:00
Andras Iklody 267e48ce66
Merge pull request #4470 from pettai/ShibbAuth
Update README.md
2019-04-13 18:45:18 +02:00
Alexandre Dulaunoy 3bf5d062df
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-13 15:25:44 +02:00
Alexandre Dulaunoy e01f813f5b
chg: [misp-objects] object templates updated + relationships 2019-04-13 15:25:11 +02:00
frpet e9352bf811 Update README.md
Makes API Authorization work
2019-04-13 04:32:04 +02:00
chrisr3d fdc726e609 Merge branch '2.4' of https://github.com/MISP/MISP into rework_modules 2019-04-12 23:53:00 +02:00
chrisr3d 8a9612b376
fix: [enrichment] Displaying error value in the job status instead of the json format 2019-04-12 23:40:29 +02:00
chrisr3d 89af7cda24
chg: [enrichment] Passing the initial object to the form
- If the attribute we query the module on is an
  object attribute, we want to have this object
  information se we do not add or overwrite
  attributes already here
2019-04-12 23:36:47 +02:00
chrisr3d ea07083fe2
fix: Removed test variables
- Also pardon my French
2019-04-12 16:22:07 +02:00
chrisr3d c527077b1c Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-12 15:25:22 +02:00
chrisr3d 58129260f9
fix: [stix2 export] Fixed labels duplication while exporting multiple events from MISP 2019-04-12 15:23:59 +02:00
chrisr3d 50c18eebb1
fix: [stix restSearch] Fixed output json format in case of empty results 2019-04-12 14:46:57 +02:00
chrisr3d 2b8f655415
fix: [stix restSearch[ Quick file extension clarification
- Depending on the format (.stix or .stix2)
- Impacting temporary files, it is thus for
  debugging purpose in case of error
2019-04-12 14:41:54 +02:00
iglocska 99508fcf6b Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-12 09:48:32 +02:00
iglocska 2b92aef213 chg: [UI] server settings double clicking on setting name brings up the value text box 2019-04-12 09:48:05 +02:00
mokaddem f86cc0b2b2 fix: [restClient] nationality is not a integer anymore 2019-04-12 09:32:10 +02:00
iglocska d5515007ec fix: [statistics] Don't show types with no values 2019-04-12 08:06:10 +02:00
chrisr3d 9f76063030
wip: [enrichment] Support of object references
- Handling the references between objects and
  attributes or objects that are displayed in the
  form and saving them.
- Avoiding issue when an attribute or object can
  not be saved and is referenced: trying to find
  in the event if it is an attribute, returning
  a warning message if it is an object or if
  nothing corresponding to the failing referenced
  object or attribute is found.
2019-04-11 17:11:30 +02:00
iglocska 59949b2512 fix: [taxonomies] non initialised variable throwing notices fixed 2019-04-11 12:05:55 +02:00
Andras Iklody 8a6ddf3459
Merge pull request #4441 from mokaddem/eventGraph_thumbnail
EventGraph thumbnails
2019-04-11 11:55:45 +02:00
Andras Iklody 3078507564
Merge pull request #4451 from obert01/fix-delete-user
Fix for broken "delete user" link in side menu.
2019-04-11 11:53:15 +02:00
Olivier BERT 22862e9e55 Fix for broken "delete user" link in side menu. 2019-04-11 11:35:23 +02:00
Alexandre Dulaunoy 9076592927
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-11 10:23:11 +02:00
Alexandre Dulaunoy e45beecf70
chg: [warning-lists] updated to the latest version 2019-04-11 10:22:17 +02:00
Raphaël Vinot 629d275935 chg: Bump PyMISP 2019-04-11 09:51:57 +02:00
chrisr3d cdaff75ec4
chg: [ObjectReference] Referenced id, uuid & type set now from a function that could be reused 2019-04-11 09:23:16 +02:00
Alexandre Dulaunoy 71411d2dd7
chg: [taxonomies] updated to the latest version 2019-04-11 06:45:00 +02:00
Alexandre Dulaunoy 35e80348eb
chg: [misp-galaxy] updated to the latest version 2019-04-11 06:43:51 +02:00
chrisr3d 66d374d0ea
fix: [enrichment] Typo on Object references field relationship_type 2019-04-10 17:15:13 +02:00
iglocska b2da4b789c fix: [CLI] Worker start script reverted
- new script moved to start_dynamic.sh
- stuck workers could not be restarted
2019-04-10 16:17:13 +02:00
chrisr3d 16ade8856c Merge branch '2.4' of https://github.com/MISP/MISP into rework_modules 2019-04-10 13:27:29 +02:00
iglocska 3848811b05 Merge branch 'feature/attribute_references' into 2.4 2019-04-10 13:26:49 +02:00
iglocska d588d2b84f Merge branch '2.4' of github.com:MISP/MISP into feature/attribute_references 2019-04-10 13:26:22 +02:00
iglocska 42284b170e fix: [UI] Jobs index removed old style tabs 2019-04-10 13:26:00 +02:00
chrisr3d 3406d50e41
wip: [enrichment] Returning a status message after the module results handling is done 2019-04-10 13:17:14 +02:00
chrisr3d e298f46eef
chg: [enrichment] Defined function to appy inflector on strings
So we can use it each time we want to display the
freetext import / module results status message
2019-04-10 13:13:54 +02:00
mokaddem 260a5ded66 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-10 13:04:28 +02:00
mokaddem 4e87605d9c chg: [generic_picker] select_threshold is now parametrized. 2019-04-10 13:03:57 +02:00
iglocska 468c255277 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-10 10:32:49 +02:00
iglocska 156d979133 fix: [ACL] HELLO @RichieB2B! fixed invalid capitalisation in the queryACL 2019-04-10 10:31:21 +02:00
mokaddem cc09d13c92 chg: [diagnostic:submodules] added `updateJSON` in the web interface 2019-04-10 10:23:40 +02:00
iglocska 51ce9db767 fix: [updates] I can't boolean 2019-04-10 10:12:55 +02:00
iglocska 29598c2475 new: [API] Update JSON exposed to the API 2019-04-10 10:09:25 +02:00
iglocska e549179e43 chg: [CLI] line-break added at the end of execution 2019-04-10 08:50:25 +02:00