Commit Graph

2639 Commits (19c2e90e3b0dda81af3078b0ba9e796abd5469b5)

Author SHA1 Message Date
Iglocska 822172d425 Fixes to the e-mailer and the HIDS export
- HIDS exports did not include filename|hash types
- Sending a password reset / welcome message picked the opposite subject line
- line breaks were sent as literals.
2015-06-10 09:50:38 +02:00
David André b6c89061a3 Use innodb engine for cake sessions table 2015-06-10 07:09:42 +02:00
Iglocska 70d538056e Merge branch 'hotfix-2.3.80' into develop 2015-06-09 13:08:27 +02:00
Iglocska 8caf13144f Merge branch 'hotfix-2.3.80' 2015-06-09 13:07:41 +02:00
Iglocska 4bcecf0b88 Version bump 2015-06-09 13:07:29 +02:00
Iglocska 47d02845d2 Added the option to use an alternat executable for gpg, fixes #498
- users can specify an alternate gnupg executable
- Since GnuPG2 is not compatible with the last stable CryptGPG version, there are 3 options for CentOS / Red Hat users:
  1. Don't use a passphrase for the server's PGP key
  2. Install the beta version of CryptGPG (1.4.0b4)
  3. Install GnuPG classic and point MISP to the executable

- This patch enables option 3, administrators can point MISP to the alternate executable in the server settings
2015-06-09 13:04:33 +02:00
Iglocska a81f4a19ed Server setting changes logged, fixes #531 2015-06-09 09:55:22 +02:00
Iglocska 818e22c01a Merge branch 'hotfix-2.3.79' into develop 2015-06-06 20:13:41 +02:00
Iglocska 0ada70c146 Merge branch 'hotfix-2.3.79' 2015-06-06 20:13:02 +02:00
Iglocska 31b99c5ce1 Added documentation changes to avoid a non-compatible cybox installation, fixes #529
- STIX exports were failing when using the master branch of the Cybox Python libraries
- installation guide now forces users to use the last compatible release
2015-06-06 20:10:44 +02:00
Iglocska f7afb01324 Documentation for the new export option added 2015-06-06 20:09:18 +02:00
Iglocska 71635b00a1 Added a new API parameter that allows to restrict events to the most recently published ones, #527
- added the new flag "last" to the list of parameters
- exports affected: XML, CSV, NIDS, HIDS, STIX, Text, RestSearch
- Valid values: number + format where format can be d, m, h for day, minute, hour (examples: 5d or 12h or 30m)
2015-06-06 20:00:57 +02:00
Iglocska f51de81286 Merge branch 'hotfix-2.3.78' into develop 2015-06-05 15:36:41 +02:00
Iglocska 340cec4ccc Merge branch 'hotfix-2.3.78' 2015-06-05 15:36:21 +02:00
Iglocska 3b263c6886 Version bump, also, hotfix fixes #521 2015-06-05 15:35:32 +02:00
Iglocska 49e605db6d Tags sorted by name not ID, fixes #522
- Affected views: Tag index, event view tag attach dropdown
2015-06-05 15:34:21 +02:00
Iglocska 2b0a1e5c4e Fixed an issue with log entries being truncated (Requires administrator action!)
- added a new entry to the admin tools (Administartion -> Administrative tools)
- converts title and change columns in the logs table to text from varchar(255)
2015-06-05 15:24:26 +02:00
Iglocska 6b76456481 Merge branch 'hotfix-2.3.77' into develop 2015-06-05 11:11:28 +02:00
Iglocska 56cff7c186 Merge branch 'hotfix-2.3.77' 2015-06-05 11:09:56 +02:00
Iglocska b7ab62c337 Fix to non publish users being able to get around the restriction
- fixed an incorrect privilege check on the publish pop-up
2015-06-05 11:09:03 +02:00
Iglocska 556a0b5550 Merge branch 'hotfix-2.3.76' into develop 2015-06-04 15:43:21 +02:00
Iglocska 65c299a13b Merge branch 'hotfix-2.3.76' 2015-06-04 15:42:38 +02:00
Iglocska 1386fb627a Auth users should only be able to create events for their org
- Sync users should be able to create an event for another orgc, but auth users should not
- Fixed
2015-06-04 15:41:18 +02:00
Iglocska a54c1a3943 Install instruction change under ubuntu: No more reference to removed INSTALL.SH file, fixes #520. Also, removed BUGS.txt, fixes #519 2015-06-04 13:01:09 +02:00
Iglocska 647fd29119 Install instruction change under ubuntu: No more reference to removed INSTALL.SH file, fixes #520. Also, removed BUGS.txt, fixes #519 2015-06-04 12:58:51 +02:00
Iglocska 0c788fe89f Merge branch 'hotfix-2.3.75' into develop 2015-06-04 11:09:08 +02:00
Iglocska 07a984fb54 Merge branch 'hotfix-2.3.75' 2015-06-04 11:08:20 +02:00
Iglocska 4caf9b2d81 Freetext import tool now prunes duplicate values, fixes #517 2015-06-04 11:04:34 +02:00
Iglocska 0ca832887c Oversanitisation breaks links in attribute values, fixes #371 2015-06-04 10:52:38 +02:00
Iglocska 54fe2db45f Merge branch 'mbstring' into develop 2015-06-04 10:04:19 +02:00
Iglocska cddbdcec41 Merge branch 'mbstring' 2015-06-04 10:04:02 +02:00
Richard van den Berg 204ba8bfb2 CakePHP 2.6.7 requires the php mbstring extension
- on CentOS this is a separate package php-mbstring
- on Ubuntu this is part of libapache2-mod-php5
2015-06-04 09:15:51 +02:00
Iglocska 857a4f60ce Merge branch 'hotfix-2.3.74' into develop 2015-06-03 23:51:30 +02:00
Iglocska 8ec6fe8561 Merge branch 'hotfix-2.3.74' 2015-06-03 23:50:49 +02:00
Iglocska b36c0da66a Timing for rescheduling of tasks changed slightly
- The rescheduling now happens before the task is executed - this way a failed job will not prevent the rescheduling of the next execution time
2015-06-03 23:49:37 +02:00
Iglocska c9e9b2f360 Merge branch 'hotfix-2.3.73' into develop 2015-06-03 11:42:08 +02:00
Iglocska 8b3081a06b Merge branch 'hotfix-2.3.73' 2015-06-03 11:41:26 +02:00
Iglocska b200cbb83a AJAX attribute creation would block a follow-up publish request, fixes #514
- Popover_form purged after the form has been submitted
- a duplicate hidden div was created for confirmation popups within the attribute creation popup and clicking publish populated the wrong div
2015-06-03 11:38:19 +02:00
Iglocska 17f4eecb2c Fixes issue with firefox not pasting the fetched PGP key, fixes #514 2015-06-03 11:28:20 +02:00
Iglocska 5a1e4cc68d Merge branch 'hotfix-2.3.72' into develop 2015-06-02 13:53:58 +02:00
Iglocska 37c04b0a48 Merge branch 'hotfix-2.3.72' 2015-06-02 13:53:30 +02:00
Iglocska 9b46b1b7f8 Some fixes to the documentation
- workers potentially started as root in the documentation, fixed
2015-06-02 13:52:39 +02:00
Iglocska ff46811386 Fixed the max width of the attribute value field, fixes #512 2015-06-02 12:47:58 +02:00
Iglocska 8b203324d7 Updated bootstrap datepicker, fixes #507 2015-06-02 12:31:27 +02:00
Iglocska fbd03a025d NIDS filename changes, fixes #509
- instead of misp.rules the filename becomes misp.format.eventid.rules where eventid is only set if a single event is exported
2015-06-02 12:10:14 +02:00
Iglocska d4b72bd0cc Disablerestalert setting clarified and default set to true, fixes 511 2015-06-02 12:06:32 +02:00
Iglocska 197e6a69cc Free text import tool tuning, fixes #510
- comma separated values now correctly parsed
- Ports in IP/url/link/domain/hostname now added as a comment
- virustotal now automatically recognised as external analysis / link
2015-06-02 12:02:07 +02:00
Iglocska 664905255a Merge branch 'hotfix-2.3.71' into develop 2015-06-01 17:48:30 +02:00
Iglocska 05c9951070 Merge branch 'hotfix-2.3.71' 2015-06-01 17:47:49 +02:00
Iglocska b467f0a9a9 Events without attributes are now blocked from pull/push, fixes #476
- Events published / pushed will now refuse to sync if the situation arises where no attributes would be eligible to be synced
- Events pulled that contain no attributes will be thrown away
2015-06-01 17:45:50 +02:00