iglocska
7e745a1da2
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-06-05 11:39:39 +02:00
iglocska
01a581d4a7
fix: Added empty string as default for feed data
...
- to handle cases where no data is returned.
2017-06-05 11:36:57 +02:00
Alexandre Dulaunoy
ce673df0d5
new: Export default feed list in Markdown format
...
Simple Python script to dump the default feed list in a Markdown list.
The script is to be used for the automatic generation of the
misp-website and documentation to keep an up-to-date list of feeds in
the various public places of the MISP project.
2017-06-05 10:42:51 +02:00
iglocska
2506476f9f
fix: Removed second publish button from the menu
...
- copy pasta fail FTL
2017-06-02 17:16:23 +02:00
Alexandre Dulaunoy
8722c5bb16
Merge pull request #2244 from FloatingGhost/2.4
...
fix: forgot to catch for weird STIX version
2017-06-02 11:33:35 +02:00
Hannah Ward
1c11a81207
fix: forgot to catch for weird STIX version
2017-06-02 10:06:41 +01:00
Steffen Sauler
8b56dc2607
Fix: explanation regarding meaning of variables
...
Default OutputDirName (current dir) led to error for me on Ubuntu 16.04, tar 1.28. Provided works and is neater.
2017-06-02 00:14:54 +02:00
Alexandre Dulaunoy
6e4653a4ae
Merge pull request #2242 from MISP/MURDER_STIX
...
fix: Another IDGen thing
2017-06-01 21:50:57 +02:00
Hannah Ward
60a9c4d370
fix: Another IDGen thing
2017-06-01 20:31:17 +01:00
iglocska
f0849e6b29
fix: Alignment issue fixed
2017-06-01 16:16:33 +02:00
iglocska
809c4539c9
fix: New and improved child-lock
2017-06-01 16:12:50 +02:00
iglocska
1b140204df
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-06-01 16:08:13 +02:00
iglocska
9f39907984
fix: Added child-protection for the mass select on the event index
...
- only site admins can mass select + delete now.
2017-06-01 16:07:35 +02:00
Alexandre Dulaunoy
66390dbf75
Merge pull request #2240 from FloatingGhost/2.4
...
fix: Use IDGen from literally any module that has it
2017-06-01 16:03:21 +02:00
Hannah Ward
6ca867c6a5
fix: Use IDGen from literally any module that has it
2017-06-01 14:57:03 +01:00
iglocska
b0ae887a24
fix: Fixed a silly issue in the ZMQ publisher
...
- was setting up the socket and tearing it down for each message, derp
- as reported by @RichieB2B
2017-06-01 14:16:13 +02:00
iglocska
6fad375685
new: Mass delete events
...
- simply use the multi select on the event index via the UI
- for the API, simply POST to /events/delete with a payload in the following format:
`{"id": [15, 16, 17]}`
- if you've accidentally deleted all your events using this functionality, feel free to contact @rommelfs or contact the NSA for backups
2017-06-01 09:45:10 +02:00
iglocska
b23b898d80
fix: Made Python 3 happy with the ZMQ scripts
2017-06-01 09:17:11 +02:00
iglocska
9a93498ca6
fix: Added missing css loader from the layout
2017-05-31 10:19:07 +02:00
iglocska
190b76f122
fix: email-attachment and email-body now accept line breaks
2017-05-31 10:18:05 +02:00
iglocska
f38e0aa24f
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-05-31 10:17:31 +02:00
iglocska
7321e26151
chg: Added event info in feed correlations via a popover
2017-05-31 10:07:29 +02:00
Alexandre Dulaunoy
96a23e4589
Two new feeds from @bambenek added in the default JSON feed
2017-05-31 09:55:56 +02:00
iglocska
e11d110331
new: Added Font Awesome for greater glory
2017-05-31 09:53:47 +02:00
iglocska
54d7e9ab87
new: Added email-body attribute type, fixes #1062
2017-05-31 09:07:15 +02:00
iglocska
9ef7bd912f
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-05-30 18:11:09 +02:00
iglocska
464684cf61
chg: VERSION bump
2017-05-30 18:10:47 +02:00
iglocska
1efe4a89ce
chg: Querystring version bump
2017-05-30 18:10:24 +02:00
Alexandre Dulaunoy
d89200fae7
fix: misp-galaxy updated to the latest version
2017-05-30 18:01:37 +02:00
Andras Iklody
2c7ea76f62
Merge pull request #2232 from SHSauler/patch-1
...
fix: logrotate, database.php settings explanation
2017-05-30 17:56:18 +02:00
iglocska
d113c30bd3
fix: Clarified ZMQ start button (it doesn't restart anything anyway)
2017-05-30 17:54:14 +02:00
iglocska
e753a82695
fix: Made the mispzmq.py script less crap
2017-05-30 17:50:01 +02:00
Steffen Sauler
032a592642
fix: logrotate, database.php settings explanation
2017-05-30 17:48:44 +02:00
iglocska
be47ace3a4
fix: gitignore updated
2017-05-30 17:35:20 +02:00
iglocska
d408f98c4d
new: Added default feed list
2017-05-30 17:23:08 +02:00
iglocska
c52439b572
new: Publish event to ZMQ on demand and beaconing of ZMQ tool
2017-05-30 17:16:41 +02:00
iglocska
ba8ab5d9d4
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-05-30 15:41:51 +02:00
iglocska
b3b6ef6767
fix: Initial password reset functionality
...
- invalid parameters sent for new users in the on-demand reset
- been bugged for 4 months, but became somewhat obsolete with the automatic notification so no one noticed
2017-05-30 15:40:54 +02:00
Andras Iklody
32a21d1514
Merge pull request #2230 from ppanero/sso_fix
...
newsread attribute fixed for user registration via sso
2017-05-30 14:06:59 +02:00
Pablo Panero
e3637e9c02
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-05-30 13:41:51 +02:00
iglocska
1467c69ab4
chg: Also store the lookup_visible field from the field import
2017-05-30 11:46:27 +02:00
iglocska
9f8954999a
new: Auto load the default feeds from file
2017-05-30 11:42:57 +02:00
iglocska
aa0703de45
fix: Added missing topics to the mispzmq.py script
2017-05-30 08:34:25 +02:00
iglocska
3797177247
fix: fix a copy paste bug
2017-05-29 16:35:11 +02:00
iglocska
bce780090f
new: Added User and Organisation addition/change data to the ZMQ feed
2017-05-29 16:18:37 +02:00
iglocska
bc9aa60577
new: Added filtering to the tag index
...
- also globally fixed the filter issues when filtering from an index with a different pagination position than the first page
2017-05-29 14:51:29 +02:00
iglocska
ad1de39272
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2017-05-29 08:10:03 +02:00
iglocska
9167ed66ea
fix: Fixed an issue with false positive sightings throwing notice errors on the event view
...
- caused by the false positive sightings data being aggregated in the event level sparkline without the correct dates being set
- solution is to remove the false positive data from being entered in the sparkline, the goal of it is only to show sightings anyway.
2017-05-29 08:08:43 +02:00
iglocska
3cccbb9c5c
fix: Truncate the change field in log entries if it becomes humongous
...
- solves a rare situation with massive PGP keys breaking user additions / edits
2017-05-29 07:59:44 +02:00
Alexandre Dulaunoy
39d884788c
fix: [misp-zmq] add a Poller for future multi-SUBscriber in ZMQ
2017-05-27 22:03:02 +02:00