Commit Graph

5917 Commits (4a0136bf4fdf91cdc9086794007fc7ad7d87c104)

Author SHA1 Message Date
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
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
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