Commit Graph

10717 Commits (97a4c7484c03e94277d1464aee85f84fbb987c79)

Author SHA1 Message Date
kara-1234 97a4c7484c
Allow HTTPD to send Emails
Update to allow httpd to send emails.
2019-02-06 08:59:26 -05:00
Raphaël Vinot 2f3002975f Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-06 11:57:28 +01:00
Raphaël Vinot 10f231741a chg: Bump PyMISP 2019-02-06 11:57:17 +01:00
chrisr3d bdb32ac045
[stix2] Bumped stix2 python library latest updates 2019-02-06 09:23:50 +01:00
chrisr3d c9b70ae50c Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-05 16:58:35 +01:00
chrisr3d 1408aa853a
fix: [stix export] Support of deprecated python versions 2019-02-05 16:56:44 +01:00
iglocska 890a0f1985 fix: [restsearch] download as a first parameter should default to json 2019-02-05 14:23:14 +01:00
iglocska ea515ee6f2 fix: [UI] event view UUIDs capitalised 2019-02-04 14:46:08 +01:00
iglocska 86fcc72027 fix: [UI] title of org images fixed 2019-02-04 14:41:11 +01:00
iglocska 9c4ec07b5f fix: [ui] Safari.... 2019-02-04 11:47:58 +01:00
iglocska beab317be4 fix: [UI] lol 2019-02-04 11:42:51 +01:00
iglocska 242770db0c fix: [UI] UI experts at work 2019-02-04 11:16:36 +01:00
iglocska b63d01df34 Revert "fix: [UI] small fix"
This reverts commit 1c8d725f8d.
2019-02-04 11:12:45 +01:00
iglocska 1c8d725f8d fix: [UI] small fix 2019-02-04 11:10:10 +01:00
iglocska 75ad83e6ea fix: [ui] small fix 2019-02-04 10:59:26 +01:00
iglocska d68722e9fa fix: [ui] small fix 2019-02-04 10:56:53 +01:00
iglocska 5f433b709f Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-04 10:54:40 +01:00
iglocska bc376fdc11 fix: [ui] small ui fix 2019-02-04 10:54:24 +01:00
mokaddem 1dffae85bd Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-04 09:58:41 +01:00
mokaddem 597d9f6676 chg: [generic_picker] Prevents multiple useless redrawing 2019-02-04 09:57:55 +01:00
mokaddem feb2295d7e fix: [generic_picker] fix #4083. When picking, force exact match
(instead of `contains`)
2019-02-04 09:45:55 +01:00
Alexandre Dulaunoy 49c664e1c7
chg: [objects] misp object templates updated to the latest version 2019-02-04 08:37:05 +01:00
Raphaël Vinot 7ff303ac08 fix: Disable stix test with PyMISP on travis. 2019-02-03 20:25:05 +01:00
Raphaël Vinot 6a45f8e059 chg: [PyMISP] Bump version. 2019-02-03 12:48:26 +01:00
iglocska 897a6ecf2e Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-03 11:03:05 +01:00
iglocska 97a4b5e54c fix: [php min version] Bumped to 7
- not enforced yet
2019-02-02 22:51:58 +01:00
chrisr3d 4d684be5eb Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-02 12:10:53 +01:00
chrisr3d 4f4fe45633
fix: [stix2 export] Fixed attribute counting on restSearch 2019-02-02 12:09:52 +01:00
Alexandre Dulaunoy 28e98b050b
chg: [misp-galaxy] updated to the latest version 2019-02-01 18:47:48 +01:00
Alexandre Dulaunoy 242095b60b
chg: [taxonomies] updated to the latest version 2019-02-01 18:47:19 +01:00
iglocska 35b1db4746 chg: [version] bump 2019-02-01 17:08:17 +01:00
iglocska 0151d21fab Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-01 15:22:38 +01:00
iglocska 0d8bc39278 fix: [restsearch] CSV special parameters added to the URL parameters 2019-02-01 15:21:11 +01:00
Andras Iklody f69fc14ab9
Merge pull request #4075 from obert01/cluster-detach-accessibility
Accessibility: Fixed the detach cluster button.
2019-02-01 15:08:23 +01:00
Olivier BERT 51893fc02b Accessibility: Added ARIA properties on the "detach" button for clusters. 2019-02-01 15:01:55 +01:00
iglocska 35676fecf2 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-01 14:47:14 +01:00
iglocska fe1a7b8947 new: [CLI] Server settings refactored, fixes #4074
- moved most of the codebase to the model
- streamlining of the setting change
- hooked the callback system into the CLI version of the setter
2019-02-01 14:44:52 +01:00
chrisr3d 0d9e359503 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-01 10:57:28 +01:00
chrisr3d 45a0377fb4
fix: [stix 1&2 export] Switched attachment parameter to make it work
- When using the url to query restSearch, withAttachements
  is the correct parameter to use instead of includeAttachements
  which works btw well with the rest Client anyway
2019-02-01 10:54:46 +01:00
Alexandre Dulaunoy 61f396a0fd
chg: [misp-objects] updated to the latest version 2019-02-01 10:36:08 +01:00
chrisr3d 80d349011c Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-01 10:26:36 +01:00
chrisr3d d6af2a7d04
fix: [stix 1&2 export] Using the restSearch API instead of the old download one 2019-02-01 10:25:09 +01:00
mokaddem e5469aa16c fix: [eventGraph] Adding relation via the graph correctly pick the correct element
in the confirm modal
2019-02-01 09:57:28 +01:00
mokaddem de53bf2a13 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-01 09:48:10 +01:00
Alexandre Dulaunoy 98321937a9
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-02-01 09:08:10 +01:00
Alexandre Dulaunoy 14130b5229
chg: [datamodel] me being stupid 2019-02-01 09:07:32 +01:00
iglocska 714a5a4141 chg: [restsearch] Improvements to the restSearch APIs to function better with URL parameters
- fixed returnFormat for events/restSearch
- added page and limit to the list of parameters
2019-02-01 07:56:56 +01:00
Steve Clement 2178bf3c04
Merge pull request #4073 from SteveClement/guides
chg: [installer] Added more comments and implemented base parameter logic
2019-02-01 15:09:04 +09:00
Steve Clement a882ca6cf1 chg: [installer] Added more comments and implemented base parameter logic 2019-02-01 14:57:40 +09:00
Alexandre Dulaunoy c5d10979a9
chg: [datamodel] anonymised updated 2019-01-31 23:44:58 +01:00