Commit Graph

13932 Commits (8d14250cbf4997b0b1f2624935a8a25c5b44afeb)

Author SHA1 Message Date
iglocska 8d14250cbf
chg: [VERSION] bump 2019-12-02 09:56:42 +01:00
Raphaël Vinot a48299078a Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-12-02 09:44:25 +01:00
Raphaël Vinot 183dee34f0 chg: Bump PyMISP 2019-12-02 09:44:15 +01:00
iglocska c6b5f44f84
chg: [deprecation] Show data in an easier to understand format 2019-12-02 09:37:12 +01:00
iglocska f4b5aa7204
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-12-02 08:47:56 +01:00
iglocska bed34757f8
fix: [internal] When capturing an object, avoid throwig notice errors if no attributes are set, fixes #5439 2019-12-02 08:47:07 +01:00
Raphaël Vinot 86922ec6a7 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-30 10:44:07 +01:00
Raphaël Vinot a5bdbf3e2e chg: Bump PyMISP, fix lief 2019-11-30 10:42:02 +01:00
Steve Clement 9c81666fb6
chg: [i18n] Updated norwegian translation (#5438)
chg: [i18n] Updated norwegian translation
2019-11-30 16:06:45 +09:00
Steve Clement ab30ab3a76
chg: [i18n] Updated norwegian translation 2019-11-30 16:05:38 +09:00
Raphaël Vinot a66358f0b7 chg: Bump PyMISP 2019-11-29 16:34:10 +01:00
iglocska ff333ccb85
fix: [internal] fixed the hacky removal of passwords on returned user objects for /users/edit
- this commit gets 1*
2019-11-29 16:12:33 +01:00
iglocska a48c5499f3
chg: [db_schema] updated 2019-11-29 15:28:44 +01:00
iglocska a2c3d69a74
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-29 15:27:03 +01:00
iglocska c2d59dd3a5
Merge branch 'db_fix' into 2.4 2019-11-29 15:26:43 +01:00
iglocska 785d6e8f2c
Merge branch 'db_fix' into 2.4 2019-11-29 15:24:50 +01:00
iglocska d9d1b0c9cd
fix: [API] fix to a double negation fail in the tagging 2019-11-29 13:40:22 +01:00
iglocska 396cd25cb4
fix: [API] Better error reporting for attaching tags to events/attributes 2019-11-29 13:31:29 +01:00
iglocska ca484ae1dc
fix: [API] /users/edit modifications
- remove sanitised password when directly posting back a user object
- more graceful error handling if something goes critically wrong
2019-11-29 12:40:18 +01:00
iglocska d656490461
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-29 12:18:14 +01:00
iglocska be4034d7a2
fix: [user API] users/edit now avoids having to set confirm_password when setting a password via the API 2019-11-29 12:16:27 +01:00
Andras Iklody 687a91cba0
Merge pull request #5435 from RichieB2B/ncsc-nl/fix-sightings-push
Select right servers for pushing sightings
2019-11-29 11:57:44 +01:00
Richard van den Berg 1c6278d354 Select right servers for pushing sightings 2019-11-29 11:54:15 +01:00
iglocska b8e583f727
fix: [internal] taxonomy exclusive flag now handles the key not existing in the JSON format 2019-11-29 11:07:39 +01:00
iglocska bd2772bf82
fix: [internal] sighting restSearch
- some small fixes
2019-11-29 10:55:47 +01:00
mokaddem 386b910361
fix: deleted useless comments 2019-11-29 10:55:38 +01:00
iglocska 02fcf3d9a7
fix: [ACL] added restsearch on the appcontroller 2019-11-29 10:55:31 +01:00
mokaddem d5e8be036c
chg: [diagnostic:DBSchema] Added warning for `missing_table` errors 2019-11-29 10:48:59 +01:00
mokaddem 1ff5576915
fix: [diagnostic:DBSchema] Removed query execution and soften the
warning message
2019-11-29 10:41:09 +01:00
iglocska 35761e018d
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-29 10:15:04 +01:00
iglocska 1c5afa49ed
new: [refactor] Massive internal refactor and cleanup of deprecated APIs
- new centralised restSearch function in AppController as entry point via all controllers
- new component handling restSearch related support functions, such as parameter mapping
- hollowed out all deprecated export functions on the event/attribute controller
  - replaced with a new functionality that remaps them to restSearch
  - all functionality should be maintained with all additional advantages introduced with restsearch
- additional cleanup (some unused functions removed)
2019-11-29 10:11:30 +01:00
chrisr3d 6e40efec57 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-29 01:00:45 +01:00
chrisr3d d5b63e0b72
fix: [stix2 export] Fixed pattern mapping for stix2 pattern objects 2019-11-29 00:59:12 +01:00
iglocska 21c25f60c2
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-27 09:48:14 +01:00
iglocska 7a8574851e
fix: [internal] potential fix to uninitialised AdminSetting model errors when calling changeSetting() in the upgrade process 2019-11-27 09:47:25 +01:00
Alexandre Dulaunoy 74f61bcf4c
chg: [galaxy] updated to the latest version 2019-11-26 23:40:23 +01:00
Alexandre Dulaunoy 1739e77a8f
chg: [objects] updated to the latest version 2019-11-26 23:39:59 +01:00
Alexandre Dulaunoy 2da79369cd
chg: [taxonomies] updated to the latest version 2019-11-26 23:39:30 +01:00
Andras Iklody 0cbc96a7aa
Merge pull request #5430 from RichieB2B/ncsc-nl/perm-sighting
Allow pushing of sightings only for perm_sighting
2019-11-26 19:57:27 +01:00
Richard van den Berg 6458015708 Allow pushing of sightings only for perm_sighting 2019-11-26 19:40:49 +01:00
iglocska bd2fcc1189
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-26 19:35:00 +01:00
iglocska e6e28dfc27
fix: [API] Don't strip empty usersettings from users/view 2019-11-26 19:34:37 +01:00
Andras Iklody add02eb29a
Merge pull request #5280 from vpiserchia/fix-feed-cli
Server shell: use the right array key
2019-11-26 19:30:58 +01:00
iglocska 0c850c7cdb
fix: [API] users/edit fixed 2019-11-26 19:25:30 +01:00
iglocska dc1f9fcad9
fix: [internal] fixed weird user massage code
- I have no idea what I was thinking there...
2019-11-26 19:19:58 +01:00
iglocska 26459f1b63
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-26 19:04:34 +01:00
iglocska 958731920c
chg: [API] users/edit refactor
- load only what is needed
- handle API requests in a cleaner way
2019-11-26 19:03:53 +01:00
iglocska 642306640e
new: [API] refactored deprecated APIs to use the legacy system 2019-11-26 19:03:02 +01:00
Raphaël Vinot 8d33957fb1 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-26 19:02:29 +01:00
Raphaël Vinot 7ea7e6cc4c chg: Bump PyMISP 2019-11-26 19:02:15 +01:00