iglocska
04ef84a0cf
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-08-11 11:19:15 +02:00
iglocska
6d18aa23ec
fix: Remove the notice thrown if no valid user exists for the given e-mail
2017-08-11 11:18:34 +02:00
Andras Iklody
4edeca6c91
Merge pull request #2389 from truckydev/expose-galaxies-lit-to-api
...
Expose galaxies lit to api
2017-08-10 17:01:06 +02:00
iglocska
879b5316a9
fix: Fixed the XML output for the restresponse library
2017-08-10 17:00:06 +02:00
truckydev
ad5325440f
Update GalaxiesController.php
2017-08-10 16:45:12 +02:00
truckydev
f46c3a9142
Update GalaxiesController.php
2017-08-10 16:37:08 +02:00
truckydev
e6203fb6dc
Update GalaxiesController.php
2017-08-10 16:32:17 +02:00
iglocska
fb799fc61a
fix: Fixed the saving of objects
2017-08-10 16:19:46 +02:00
iglocska
5d9cfe5d6c
fix: Updated the new ajax methods to follow the new JSON rules
2017-08-10 14:12:47 +02:00
iglocska
1dc58939f9
new: Exposed Feed previews to the API
...
- The following can now be fetched via the API (requires site admin access):
CSV, Freetext, MISP feeds: /feeds/previewEvent/[feed_id]
MISP feeds: /feeds/previewIndex/[feed_id]/[event_uuid]
2017-08-10 14:02:52 +02:00
iglocska
ead2b9e1fd
fix: Various fixes
2017-08-10 11:11:33 +02:00
iglocska
526e15c279
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-08-10 10:39:52 +02:00
iglocska
010260fbce
fix: Fixes to several issues with the template editor, fixes #2387 , fixes #2388
2017-08-10 10:39:19 +02:00
iglocska
e9caf3c180
fix: Fixed an outdated index pointing to a now non-existant field
2017-08-10 09:12:21 +02:00
Andras Iklody
c065cfe4bc
Merge pull request #2385 from cedricbonhomme/fix-command-line-tool-to-enable-disable-MISP
...
Fixed error: 'Value is not a boolean, make sure that you convert 'tru…
2017-08-10 08:46:16 +02:00
Cédric Bonhomme
7c8b6c3795
Fixed error: 'Value is not a boolean, make sure that you convert 'true' to true for example.' when enabling/disabling MISP with the command line tool.
2017-08-10 08:20:07 +02:00
iglocska
aa07299abe
Merge branch '2.4' into objects_wip
2017-08-10 07:29:50 +02:00
iglocska
0e7dd2eddc
new: Added first iteration of object references and other changes
...
- various fixes
- rework of the pagination library
2017-08-09 17:53:25 +02:00
iglocska
3bec45dafa
fix: Several fixes to the template editor
2017-08-09 17:46:25 +02:00
iglocska
d8123b18d9
fix: Fixes to issues introduced by the ajax JSON rework, fixes #2384
2017-08-09 17:32:47 +02:00
iglocska
fb57677690
new: Added command line tool to enable/disable misp
...
- /var/www/MISP/app/Console/cake Live [0|1]
- sets the MISP.live directive
2017-08-09 16:04:34 +02:00
iglocska
ea1702ed54
fix: Tightening the sanitisation of indicators for the e-mail alerts
2017-08-09 15:50:50 +02:00
iglocska
f9053ed3e3
chg: Restrict tag editor permission to only create tags
...
- deleting/eding tags indirectly modifies events created by others
- reduced to site admin only functionality
2017-08-09 14:22:54 +02:00
iglocska
e8177520a2
new: Add a baseurl changer for shell scripts
...
- cake /var/www/MISP/app/Console Baseurl [new baseurl]
2017-08-09 12:21:35 +02:00
iglocska
952fff6252
fix: Fixes to several cases of reflected XSS, fixes #2381
...
- as reported by @import-au
- Additionally enforce content-type on all async APIs called by the UI using CakeResponse
2017-08-08 21:37:03 +02:00
iglocska
1dcb1d1110
chg: Added exit 0 to start.sh to make vagrant happy
2017-08-08 10:14:20 +02:00
iglocska
94fbfed48f
fix: Ommit object template elements with invalid attribute types
...
- and warn users
- shout out to all C-level managers at SHA2017
2017-08-06 20:53:21 +02:00
iglocska
8f6b53ee24
new: Progress on the Objects
...
- Fixed UI elements in the event view
- Added object-aware filtering to the event view
- Objects can now be deleted and viewed once deleted
- object sanitisation if the setting is set is implemented
- Edit objects directly from the interface (if the template exists)
- Various other fixes
2017-08-06 18:23:24 +02:00
iglocska
b0ac802a86
chg: Version bump
2017-08-06 12:39:10 +02:00
iglocska
4bdda92364
Fixed org logos in attribute index
2017-08-06 12:33:27 +02:00
iglocska
ea763bf377
fix: Fixed capitalisation of "throw" in templateElementsController
2017-08-06 12:32:26 +02:00
iglocska
f9b0ebc199
fix: Fixes the lookup of attributes in the UI attribute search to correctly adhere to sharing groups
...
- Attribute search was not correctly adhering to sharing group rules as it wasn't using the centralised lookup method
- As reported by Helge Aksdal
2017-08-06 12:25:40 +02:00
iglocska
04bd85b3d6
chg: Updated misp galaxies
2017-08-06 11:20:10 +02:00
iglocska
c9fd31268d
chg: Updated warninglists
2017-08-04 15:57:38 +02:00
iglocska
6f7529ef92
new: Collapsible object metadata
2017-08-03 17:56:55 +02:00
iglocska
53dfdcc2be
fix: PyMISP version bump
2017-08-03 17:20:11 +02:00
iglocska
f4c02e60f5
fix: Nicer response for the API to push events to ZMQ
2017-08-03 17:09:04 +02:00
iglocska
b1cec01243
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-08-03 17:05:53 +02:00
iglocska
23e777c661
fix: Fixed a typo in the pushEventToZMQ function
2017-08-03 17:05:30 +02:00
iglocska
33c5a80fd5
chg: Added empty row after each object / attribute-proposal block
2017-08-03 15:20:15 +02:00
iglocska
af45895477
fix: Fixed event view issue for empty events
2017-08-03 14:55:58 +02:00
iglocska
48423fa181
fix: Added description field to object template elements
2017-08-03 14:44:33 +02:00
iglocska
1bf51908ea
fix: Fixed previous commit
2017-08-03 14:26:11 +02:00
iglocska
04ffe988a5
fix: Missing field in object template elements added to match upgrade script
2017-08-03 14:23:35 +02:00
iglocska
dd20e98536
chg: Updated object definitions
2017-08-03 13:46:23 +02:00
iglocska
3b004d5686
Merge branch '2.4' into objects_wip
2017-08-03 11:20:34 +02:00
iglocska
8cd31dd76c
new: Further work on the object UI
...
- refactoring
- added objects fields to object rows
- nested rows within the object
- massive cleanup
2017-08-02 23:01:12 +02:00
Alexandre Dulaunoy
027bd5dff2
MISP galaxy updated to the latest version
2017-08-02 10:07:44 +02:00
iglocska
974b9840bf
fix: Only add the permission description to the Role fetcher if the permission level is queried
2017-08-01 11:34:25 +02:00
iglocska
e0caa7a59e
fix: Added constants to role permissions for the API
...
- 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
2017-08-01 11:24:29 +02:00