Commit Graph

5228 Commits (31b6ffd625f06961f4802775da684e117720213c)

Author SHA1 Message Date
Iglocska 7e75aafc22 fix: Added domain|ip to nids exports 2016-11-09 17:08:06 +01:00
Iglocska ccc1038e08 fix: tag API only returns a subset of the results, fixes #1656
- pagination was used even for the API, changed it to a simple find
2016-11-09 16:37:44 +01:00
Iglocska 31848d8e41 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-11-08 17:26:52 +01:00
Iglocska 95e0da7208 chg: Updated the NIDS exports
- allow posting JSON/XML payloads with filter options
- Added the type field to be able to restrict / attribute type
2016-11-08 17:26:02 +01:00
Andras Iklody e763e7646f Update to UPDATE.txt
- indicate that a git pull is all that is normally needed.
2016-11-08 08:56:29 -05:00
Iglocska 852d9c101d fix: Fixed annoyting column order in the statistics 2016-11-06 22:42:19 +01:00
Iglocska 24f3f7f0c8 fix: Some small fixes to the add user API, affects #1621
- Do not force change_pw/termsaccepted default settings based on role when using the API
- Some cleanup
2016-11-07 03:30:16 +01:00
Iglocska 924ac4171f Merge branch '1641' into 2.4 2016-11-05 22:18:17 +01:00
Iglocska 0c59f3445e Merge branch '1652' into 2.4 2016-11-05 22:17:06 +01:00
Iglocska ece343d9eb Merge branch '1651' into 2.4 2016-11-05 22:15:16 +01:00
Iglocska 4a50cfbd55 Merge branch '1642' into 2.4 2016-11-05 22:13:56 +01:00
Iglocska 5505698461 Merge branch '1653' into 2.4 2016-11-05 22:12:27 +01:00
cristian bell 1d8d02428e sorts the "Attributes per organization" array by the total number of attr, highest on top. 2016-11-05 09:57:52 +01:00
cristian bell 3a557636b9 replaced ip address with * for the virtualHost 2016-11-05 08:14:32 +01:00
Richard van den Berg 46dc26f6ca Block alert e-mails based on tag 2016-11-04 16:46:32 +01:00
Iglocska bcdd819bfe Version bump 2016-11-04 16:18:13 +01:00
Iglocska 4d7813539d Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-11-04 15:59:56 +01:00
Iglocska 69172e8525 fix: Fixed an issue with an incorrect condition on the admin index 2016-11-04 15:58:38 +01:00
Alexandre Dulaunoy 332915150c Fix: PyMISP to the latest version 2016-11-04 14:35:00 +01:00
Iglocska 0d85c291d0 fix: Increased space between taxonomy names in the treemap as some of them can be quite long 2016-11-04 13:21:15 +01:00
Iglocska b584224fe6 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-11-04 13:15:25 +01:00
Iglocska c76d358535 new: Added new statistics page, fixes #1648, fixes #1557
- brought back the quick organisation overview as it's a much missed feature
- added treemap for tags
- brought attribute histogram into statistics page

- more coming in the future
2016-11-04 13:14:03 +01:00
Alexandre Dulaunoy e909f4f1e8 fix: PyMISP updated to the latest version 2016-11-04 09:35:45 +01:00
Iglocska 1d63edc1cf Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-11-04 00:13:44 +01:00
Iglocska 617b2c7dca new: Added a check and deletion tools for orphaned attributes to the diagnostics page 2016-11-04 00:13:17 +01:00
Alexandre Dulaunoy 2bc69d1fc8 fix: PyMISP updated to the latest version 2016-11-03 20:39:30 +01:00
Alexandre Dulaunoy 7d4c622f02 add: Screenshot updated 2016-11-03 20:31:52 +01:00
Alexandre Dulaunoy 21e99039be add: Screenshot of an event - version 2.4.53 2016-11-03 20:29:21 +01:00
Alexandre Dulaunoy 3a1a1b43ec fix: MISP name fixed 2016-11-03 20:14:17 +01:00
Iglocska dc77dc6cfc fix: Fixed annoying capitalisation mess in the event index parameters
- just throw everything to lowercase
2016-11-03 16:05:53 +01:00
Iglocska b5718aef1c new: Added two additional api filters to the event index (timestamp, publishtimestamp)
- Currently these are not exposed to the filter UI
- Easy way to get metadata newer than timestamp/publish timestamp
2016-11-03 16:01:35 +01:00
Iglocska 77fdb4a854 new: Enrichment queries now pass the base64 encoded data to the enrichment modules
- first implementation, malware is sent as an encryptet zip base64 encoded
2016-11-02 21:26:39 +01:00
Iglocska 2128c804cb fix: Fixed an invalid path for attribute downloads, fixes #1647 2016-11-02 21:21:22 +01:00
Deventual 22e7d86b41 Update UPDATE.txt 2016-11-02 14:55:45 +02:00
Deventual 23a35678c8 Update UPDATE.txt 2016-11-02 14:26:46 +02:00
cristian.bell@freenet.de a4a58a4121 - search input for "select tag" is fixed and does not scroll up anymore
- removed input end tag
- added css classes to select tag and select tag source popups - so they can be easily changed via the local extra css.
2016-11-02 12:02:24 +01:00
Iglocska ad5c14474e fix: Fixed some merge issues 2016-11-02 11:42:17 +01:00
Iglocska 39ae6bce6d Merge branch 'features/userapi' into 2.4
Conflicts:
	app/Controller/UsersController.php
2016-11-02 11:38:58 +01:00
Iglocska fbfa8ac450 fix: Fixes an invalid check allowing user profile modifications to target different users within the org
- User edit had an incorrect check that allowed a normal user edit on a different account within the same org
- Also removed the deprectated option for this function to be used by org/site admins to be used as an alternative to the admin edit

- as reported by: Vytautas Paulikas and Robert Giruckas from SEC Consult.
2016-11-02 11:32:00 +01:00
Iglocska d9bac88c73 fix: Attempted fix for an issue with large stix exports getting truncated 2016-11-01 17:57:56 +01:00
Iglocska dfda8b6349 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-11-01 13:42:47 +01:00
Iglocska aa141fb54b new: Show file sizes on the export page, fixes #1640 2016-11-01 13:42:17 +01:00
Alexandre Dulaunoy 74416e19b2 add: Hackathon drawing added 2016-11-01 07:10:14 +01:00
Iglocska 17ed6f9309 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-10-31 20:31:17 +01:00
Iglocska 073b650d56 fix: lowercasing in the tag search wasn't exactly great 2016-10-31 20:31:01 +01:00
Iglocska 0e015b8b26 fix: removed test code 2016-10-31 20:26:18 +01:00
Iglocska 2e682189e1 fix: Fixed an issue where pushing events worked even if the remote user wasn't a sync user 2016-10-31 20:25:38 +01:00
Alexandre Dulaunoy c8a8818209 fix: Certificate typo fixed 2016-10-31 20:21:03 +01:00
Alexandre Dulaunoy f37306b410 Taxonomies updated to the latest version 2016-10-31 20:18:56 +01:00
Iglocska 2c94c8c118 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-10-31 14:45:11 +01:00