iglocska
|
473fc9897c
|
fix: Further performance improvements to the zmq module
- should make inserting data faster
|
2017-06-16 10:08:36 +02:00 |
Andras Iklody
|
1eaa8a4f7f
|
Merge pull request #2243 from SHSauler/patch-2
Fix: misp-backup explanation for meaning of variables
|
2017-06-16 09:39:01 +02:00 |
iglocska
|
69436f3dd9
|
fix: Fixed the duplicate sighting save that kept popping up in the ZMQ feed
|
2017-06-16 09:23:05 +02:00 |
iglocska
|
f56288adbb
|
chg: Some small changes to the discussion ZMQ integration
- tied into new way of invoking the ZMQ module
- added some context fields to the messages being pushed (orgname, user email, etc)
|
2017-06-16 09:16:59 +02:00 |
iglocska
|
bcc3923e8e
|
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
|
2017-06-16 08:45:16 +02:00 |
iglocska
|
57857c3a32
|
new: Performance improvements for the pub-sub modules
- Only load and open connection to redis for the pub-sub connection once.
- Massive performance boost when the ZMQ functionality is enabled
|
2017-06-16 08:41:12 +02:00 |
Andras Iklody
|
e8b7df8bfe
|
Merge pull request #2264 from FloatingGhost/2.4
Push Conversation items to a ZMQ topic
|
2017-06-15 16:43:16 +02:00 |
Hannah Ward
|
5825957776
|
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
|
2017-06-15 15:31:13 +01:00 |
Hannah Ward
|
9ab1331bfb
|
new: Push new Discussion items to ZMQ
Under the topic misp_json_conversation
|
2017-06-15 15:30:43 +01:00 |
iglocska
|
e56dc0d046
|
fix: fixed error messages for the CSV export API
|
2017-06-15 14:21:42 +02:00 |
iglocska
|
3e3507a5be
|
fix: Don't return the mixbox version if no mixbox is installed
|
2017-06-15 10:00:35 +02:00 |
iglocska
|
bb20f232f8
|
fix: New way of checking for API access
- meant to resolve some issues such as being redirected to the news page if a new news item exists while running a CSV export via the API
|
2017-06-15 09:57:46 +02:00 |
iglocska
|
a52989c78d
|
fix: Possible fix to the stix export for various STIX versions / python versions
|
2017-06-15 09:20:42 +02:00 |
iglocska
|
b952335711
|
fix: Fixed the mixbox version lookup
|
2017-06-14 11:32:12 +02:00 |
iglocska
|
1db9f8c074
|
fix: Added Mixbox to the STIX installation, fixes #2262 ##comma## fixes 2261
- provided by @newdominic
|
2017-06-14 10:31:27 +02:00 |
iglocska
|
2d06ef9760
|
fix: Corrected range of valid port numbers for the attribute validation
- as pointed out by @MattCarothers
|
2017-06-14 08:24:17 +02:00 |
Andras Iklody
|
8db0267f28
|
Merge pull request #2260 from MattCarothers/fix_backwards_port_validation
Fix: validation for port attribute
|
2017-06-14 08:23:05 +02:00 |
Matt Carothers
|
bd73bf4140
|
Fix: validation for port attribute
The logical check for a valid port was backwards. It looked for an integer outside the range of 1-65535 rather than inside.
|
2017-06-13 09:39:37 -04:00 |
iglocska
|
7f818c7e82
|
new: Add adhereToWarninglists as a JSON parameter to the freetextImport API
|
2017-06-13 15:15:19 +02:00 |
iglocska
|
93a99208c6
|
Merge branch '2.4' into feature/objects
|
2017-06-13 12:08:26 +02:00 |
iglocska
|
9d7ffaea98
|
chg: Added new tables to appmodel upgrade script
|
2017-06-13 12:01:03 +02:00 |
iglocska
|
2b6ddaff95
|
chg: Added new fields to mysql
|
2017-06-13 12:00:32 +02:00 |
iglocska
|
fa4550a270
|
fix: Added cache feeds to the gitignore
|
2017-06-13 10:21:15 +02:00 |
iglocska
|
4a0136bf4f
|
fix: Fixed a notice error in the taxonomy view
|
2017-06-13 10:20:23 +02:00 |
iglocska
|
3083d213a9
|
fix: Fixed an error causing combined feed cache issues
|
2017-06-13 09:11:27 +02:00 |
iglocska
|
31b14f69eb
|
chg: version bump
|
2017-06-12 22:54:37 +02:00 |
iglocska
|
1e61074115
|
fix: Relaxed UUID4 requirement for UUID validation
- we shouldn't enforce anything beyond the basic format
|
2017-06-12 22:39:02 +02:00 |
iglocska
|
551afac9f4
|
fix: Allow browsing events that have a failed full fetch
|
2017-06-12 17:19:18 +02:00 |
iglocska
|
c26e1bb8f1
|
fix: Removed port numbers from correlating, fixes #2141
|
2017-06-12 17:18:28 +02:00 |
iglocska
|
cffc8a4f8f
|
fix: Fixes a feed caching issue introduced by the performance tweaks
- moved the combined feed generation for the fast lookups to the feed caching algorigthms as opposed to an on an on-the-fly merge
|
2017-06-12 15:25:08 +02:00 |
iglocska
|
0b9d55c7b5
|
fix: Fixed invalid looping to pick up feed correlation event info fields
|
2017-06-12 09:51:04 +02:00 |
iglocska
|
185c72e37d
|
fix: Fixes a missing method needed for CIDR correlation, fixes #2256
- CIDR correlation for IPv6 was utterly broken and broke the entry of ip attributes
|
2017-06-09 18:11:39 +02:00 |
iglocska
|
651a52bdb2
|
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
|
2017-06-09 15:39:50 +02:00 |
iglocska
|
3d74dbee28
|
new: First round of massive performance tuning (tm)(c)
- Make MISP fast again
|
2017-06-09 15:38:45 +02:00 |
iglocska
|
47de71eec0
|
fix: Added missing view file
|
2017-06-09 15:37:32 +02:00 |
iglocska
|
859a2eb436
|
fix: typo fixed
|
2017-06-09 12:44:48 +02:00 |
iglocska
|
e3ec60386d
|
fix: GPG vs PGP key naming snafu fixed
|
2017-06-09 11:49:44 +02:00 |
iglocska
|
8a1ce66b3a
|
fix: Fixed the proposal event index view showing org IDs instead of org names, fixes #2248
|
2017-06-09 11:47:02 +02:00 |
iglocska
|
bb4be714ca
|
fix: Truncate log descriptions that are over 65532 character long
|
2017-06-09 11:46:00 +02:00 |
iglocska
|
8b4fc61189
|
chg: Performance tuning: Custom pagination tool
- changed set operation to a more performance alternative
|
2017-06-09 11:44:46 +02:00 |
iglocska
|
95429723ed
|
fix:
- cleanup refactoring of pub sub tool
- better handling of no access to redis
|
2017-06-09 11:43:53 +02:00 |
Alexandre Dulaunoy
|
19c820d01a
|
Merge pull request #2207 from RichieB2B/ncsc-nl/mixbox
Also test for mixbox version
|
2017-06-09 08:55:33 +02:00 |
Alexandre Dulaunoy
|
bef87dcb2d
|
Merge branch '2.4' into ncsc-nl/mixbox
|
2017-06-09 08:47:36 +02:00 |
Alexandre Dulaunoy
|
8201406148
|
fix: MISP galaxy updated to the latest version
|
2017-06-08 21:28:40 +02:00 |
Andras Iklody
|
d1366a3a42
|
Merge pull request #2251 from stinnux/feature/ApacheAuth-AllowUpdate
Feature/apache auth allow update
|
2017-06-08 09:03:05 +02:00 |
iglocska
|
7c66ced4ff
|
fix: Added download buttong for the feed settings in JSON format, fixes #1895
|
2017-06-07 09:33:38 +02:00 |
Thomas Stinner
|
41ee3f54d3
|
Remove Debugging
|
2017-06-06 08:01:01 -07:00 |
Thomas Stinner
|
f60a32cfa0
|
disable user in case he has no roles
|
2017-06-06 07:57:13 -07:00 |
Thomas Stinner
|
a124de314c
|
allow Updating existing users
|
2017-06-06 05:43:24 -07:00 |
iglocska
|
bfc70829b8
|
fix: Fixed issues with feeds that time out causing failures
|
2017-06-06 11:57:34 +02:00 |