2.4.78 released

pull/2/head
Alexandre Dulaunoy 2017-08-06 15:06:12 +02:00
parent 40e58c11af
commit 56af3a21f6
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 81 additions and 0 deletions

View File

@ -2,6 +2,87 @@ Changelog
=========
v2.4.78 (2017-08-06)
--------------------
New
~~~
- Exposed Roles to the API. [iglocska]
- valid commands via the API
- /admin/roles/add [GET, POST]
- /admin/roles/delete/{id} [POST, DELETE]
- /admin/roles/edit/{id} [GET, POST]
- /admin/roles/index [GET]
- /admin/roles/set_default/{id} [POST]
- /roles/index [GET]
Changes
~~~~~~~
- Version bump. [iglocska]
- Updated misp galaxies. [iglocska]
- Updated warninglists. [iglocska]
Fix
~~~
- Fixed capitalisation of "throw" in templateElementsController.
[iglocska]
- Fixes the lookup of attributes in the UI attribute search to correctly
adhere to sharing groups. [iglocska]
- Attribute search was not correctly adhering to sharing group rules as it wasn't using the centralised lookup method
- As reported by Helge Aksdal
- PyMISP version bump. [iglocska]
- Nicer response for the API to push events to ZMQ. [iglocska]
- Fixed a typo in the pushEventToZMQ function. [iglocska]
- Only add the permission description to the Role fetcher if the
permission level is queried. [iglocska]
- Added constants to role permissions for the API. [iglocska]
- Permission now accepts a constant [read|manage_own|manage_org|publish] in addition to a numeric value [0|1|2|3]
- Querying a role via the API returns the constant additionally to the numeric value in the permission_description field
- Added /roles/view/{id} to the API
- Previous commit was incorrect, empty filters contain null not false.
[iglocska]
- Fixed "published":0 filter for restsearch. [iglocska]
- also removed an empty function
- Added put/post to role deletion. [iglocska]
- Invalid model used to push ZMQ messages for discussion posts.
[iglocska]
- Potential fix to the template element adding issue throwing ajax only
exceptions. [iglocska]
- Changed the validation of newsread and change_pw to boolean. [Andras
Iklody]
- Fixed an issue with the roles model failing on stricter MySQL settings
due to missing group by. [iglocska]
Other
~~~~~
- Fixed org logos in attribute index. [iglocska]
- Merge branch '2.4' of https://github.com/MISP/MISP into 2.4.
[iglocska]
- MISP galaxy updated to the latest version. [Alexandre Dulaunoy]
- Merge branch '2.4' of https://github.com/MISP/MISP into 2.4.
[iglocska]
- Merge pull request #2364 from strikaco/patch-1. [Alexandre Dulaunoy]
Adds missing sudo invocation
- Adds missing sudo invocation. [Johnny]
- Fix #2347 - cookie attribute type. [Alexandre Dulaunoy]
HTTP cookie as often stored on the web client and can be authentication
or even session cookie.
- Merge pull request #2340 from Rafiot/travis. [Alexandre Dulaunoy]
Update travis file.
- Update travis file, use composer for all PHP deps. [Raphaël Vinot]
- MISP website links and references updated. [Alexandre Dulaunoy]
- A link to the CONTRIBUTING page added. [Alexandre Dulaunoy]
v2.4.77 (2017-07-12)
--------------------