Commit Graph

8070 Commits (2e38015e8eaefd95fc9a3d3eca8640f64100490e)

Author SHA1 Message Date
iglocska 2e38015e8e fix: [data model] fixed a bug that caused org_id fields to be tinyint(1) for org_ids on tags 2019-01-01 16:37:15 +01:00
iglocska 1b1fca34ce fix: [tag collections] fixed galaxies not showing up 2018-12-29 04:25:57 +01:00
iglocska 977d10a87f fix: [added missing controller] tag collections controller 2018-12-28 12:55:41 +01:00
iglocska cf666eec5a new: [tag collections] Added missing views 2018-12-28 12:55:17 +01:00
iglocska bf0fffcd58 fix: [model linking] Made tag collection tag dependent of tag 2018-12-28 12:54:51 +01:00
iglocska facedf7fc3 chg: [refactor] Refactoed attachCluster to be more model agnostic 2018-12-28 12:54:22 +01:00
iglocska 7cebaef6c8 fix: [db update] Fixed update script for tag collection tags 2018-12-27 05:24:30 +01:00
iglocska d22787b263 chg: [tag collection tag] Renamed Model references in the codebase 2018-12-26 23:48:49 +01:00
iglocska 6a74eb0bb6 fix: [cleanup] removed tagCollectionElement 2018-12-25 14:45:12 +01:00
iglocska aefb824d5c new: [tag collections] Renamed tagCollectionElement to tagCollectionTag 2018-12-25 14:44:26 +01:00
iglocska 856a76951f fix: [js] Various fixes with adding/removing tags 2018-12-25 14:04:01 +01:00
iglocska 6f8e03c657 chg: [generic index] Fixed scoping issue with rows 2018-12-24 05:51:03 +01:00
iglocska 15d8fd31db new: [tag collections] WIP 2018-12-23 22:45:25 +01:00
iglocska 3ba8c360bf new: [WIP] tag collections WIP 2018-12-20 21:48:04 +01:00
iglocska 54bb5f3d01 new: [tag_collections] Added db upgrade 2018-12-15 10:02:38 +01:00
iglocska ecf52d5cb8 new: [Tag collections] Added boilerplate models 2018-12-14 20:25:38 +01:00
iglocska 10557c12da Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-12-13 10:30:40 +01:00
iglocska be05652072 fix: [CLI] usage output fixed for the server shell tasks 2018-12-13 10:30:04 +01:00
iglocska 2ce3bdddbe fix: [sync] Fixed an incorrectly formatted event index output when minimal:1 is passed, breaking the sync pull
- ffs
2018-12-13 10:28:58 +01:00
Tom King da3bba7ba8 fix: Make IE11 compliant by removing default param value from ES2015 2018-12-13 09:13:21 +00:00
Tom King 3c2e976997 fix: Make IE11 compliant by removing default param value from ES2015 2018-12-13 09:07:35 +00:00
iglocska a56e1b44b5 fix: [server preview] fixed sharing groups linking to the equivalent ID sharing group on the local instance 2018-12-12 19:26:40 +01:00
iglocska 147ab92aa9 fix: [api] Fixed event index to include sharing group metadata 2018-12-12 19:24:12 +01:00
iglocska ba74597e87 fix: [Restresponse] fixed XML converter 2018-12-12 19:23:40 +01:00
iglocska a2f073e6d1 fix: [compatibility] reverted IE11 breaking change in misp.js, fixes #3939 2018-12-12 17:53:10 +01:00
iglocska fe3bf1f57a fix: [feeds] Fixed an issue that caused a misp format feed fetch to fail intermittently 2018-12-12 17:30:58 +01:00
iglocska d79757ad73 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-12-12 16:01:15 +01:00
iglocska c7a4b6f1f5 fix: [sync] Issue with events not updating on a pull
- overzealous protection removed
- Conditions blocking an event edit via a pull now rely on the locking mechanism, relaxed via an internal sync link
2018-12-12 15:58:36 +01:00
Sami Mokaddem ac0db78bc1 chg: [eventView] applied quick-edit button for comment field 2018-12-12 15:38:22 +01:00
Sami Mokaddem 1c8601c0e1 chg: [quickEditHover] change variable scope to local 2018-12-12 15:16:01 +01:00
Sami Mokaddem e076239a0e new: [eventview] value quickedit are triggered by clicking a button
And no longer using double-click
2018-12-12 14:45:18 +01:00
Sami Mokaddem 260f75d8c3 fix: [upload_analysis_file] Prevent object creation on non-existing events 2018-12-12 11:16:00 +01:00
Sami Mokaddem 244f62e355 chg: [eventGraph] added fail save if requiredOneOff is not set 2018-12-12 10:28:08 +01:00
Sami Mokaddem 5140ab0b74 fix: [eventGraph] Object's label gets set correctly
Add both requiredOneOf and required (forgotten one) fields in the Object's label
2018-12-12 10:25:18 +01:00
chrisr3d dee614b4b8
fix: [stix 1&2 import] Fixed version attribute of the original filename 2018-12-12 10:19:40 +01:00
chrisr3d 12b713af35
fix: [stix2 import] Allowing import of STIX 2.0 documents that have non v4 UUIDs
- Some further operations may be done on those UUIDs later
- Atm, we (at least) avoid loading errors from the stix2 python library
2018-12-11 15:50:14 +01:00
Alexandre Dulaunoy 6a60438229
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-12-11 14:13:15 +01:00
Alexandre Dulaunoy cef0931d46
chg: [misp-galaxy] updated to the latest version 2018-12-11 14:12:21 +01:00
iglocska 47c9f6114e fix: [API] Attribute tags could be added by 3rd parties via the API
- fixed
2018-12-11 11:36:40 +01:00
Christophe Vandeplas 589070a5cd fix: [objecttemplates] fixes issue #3921 2018-12-09 14:58:25 +01:00
Alexandre Dulaunoy 8982fdac8a
chg: [taxonomies] updated to the latest version 2018-12-09 12:18:30 +01:00
Andras Iklody c733857fef
Merge pull request #3924 from keram79/patch-1
Fix error handling in Server.php
2018-12-08 09:41:06 -05:00
iglocska 2aef86abf1 fix: [API] tags/attachTagToObject wasn't unpublishing events correctly 2018-12-07 16:33:08 +01:00
chrisr3d 8ce3d46a91 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-12-07 15:40:18 +01:00
chrisr3d 87190f6510
fix: [restSearch] Using the correct python version to call STIX scripts
- Using the correct python defined in virtual env,
  if available, and the default global python3
  otherwise
2018-12-07 15:31:04 +01:00
Sami Mokaddem 3e8b96a13d fix: [attachement] prevent creation of empty event 2018-12-07 15:01:37 +01:00
keram79 e34e62efe8
Fix error handling in Server.php
according to http://php.net/manual/de/exception.getmessage.php , the parenthesis are required
2018-12-06 19:42:44 +01:00
Raphaël Vinot 083beae502
chg: Bump PyMISP recommended version 2018-12-06 15:27:02 +01:00
chrisr3d aea66ccac1
fix: [stix import] Fixed missing event fields import
- Such as event info, event date and so on
2018-12-06 14:39:47 +01:00
iglocska 6d6528a4bc fix: [STIX2] fixed stix2 to use the internal original file capture 2018-12-06 12:06:42 +01:00