Commit Graph

3304 Commits (4fea371c4b417e6eac5cdefe0baf77840f5752a1)

Author SHA1 Message Date
William Robinet 4fea371c4b Fix permissions 2016-02-11 17:03:51 +01:00
William Robinet b726ccf955 Fix typos 2016-02-10 16:38:44 +01:00
Iglocska 5c1a5fad75 Fixes to the event downloads / APIs
- download event as JSON now has the option to include attachments
- switched to using the restsearch api instead of the deprecated /events/xml API

- added attachment inclusion to both restsearch apis

- fixed some bugs with the API
2016-02-09 15:43:09 +01:00
Iglocska ba300fcf11 Added option to download CSVs of non published events
- automatically overrides IDS flag too
2016-02-08 17:45:13 +01:00
Iglocska e210c60708 Issue with filter taxonomies details, fixes #920
The filter options are now added to the pagination
2016-02-08 14:08:48 +01:00
Iglocska 89198e028b Removing PEM from a server connection parameter, fixes #771
- Added a way to remove the certificate file when editing the server connection
- Also, it shows the currently selected certificate file as it caused some confusion before
2016-02-07 21:00:40 +01:00
Iglocska 40b348ebfa Order alphabetically organisations in list of organisations to add, fixes #918 2016-02-06 20:01:14 +01:00
Iglocska 28cf469996 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-02-05 19:29:48 +01:00
Iglocska da95a19323 Don't display options to users for which they don't have the rights to use, fixes #880 2016-02-05 19:29:17 +01:00
Andras Iklody 16daf1b545 Merge pull request #919 from deralexxx/patch-1
Update Whitelist.php
2016-02-05 11:21:38 +01:00
Alexander J 4a9d486fab Update Whitelist.php
https://github.com/MISP/MISP/issues/681
2016-02-05 08:30:02 +01:00
Iglocska ecf404b071 Taxonomies update 2016-02-04 18:25:26 +01:00
Iglocska 9ad6f93e7d Tag / taxonomy enabling made easy, fixes #914
- Enable tags for a taxonomy in one go
- Have an indicator of how many tags there are in the taxonomy and how many are enabled
2016-02-04 18:21:02 +01:00
Iglocska cf62635655 Default threat level setting for instance added 2016-02-04 14:19:41 +01:00
Iglocska 1ffa52e032 Fixed the progress bars on the export view, fixes #902 2016-02-03 11:55:05 +01:00
Iglocska 6353de1e58 Template population menu fixes 2016-02-03 10:16:03 +01:00
Iglocska d69065450c Fixed a display issue for the template choices when the name of a template is empty 2016-02-03 10:08:06 +01:00
Iglocska f441d212f9 Removing template elements fixed, fixes #899 2016-02-03 09:59:35 +01:00
Iglocska 07a03abdc7 Fixed adding / removing tags to a template, fixes #898 2016-02-03 09:59:03 +01:00
Iglocska b8591674ef Further fixes to the contact e-mail 2016-02-02 18:19:09 +01:00
Iglocska a69364f786 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-02-02 17:54:11 +01:00
Iglocska 85ae360324 Fix to the e-mail contents of the contact message 2016-02-02 17:53:30 +01:00
Andras Iklody 65c18d2cdc Merge pull request #904 from deralexxx/patch-5
Comment a line that includes a comment
2016-02-02 17:38:12 +01:00
Alexander J f46262ff2f Update INSTALL.ubuntu1404.txt 2016-02-02 17:30:55 +01:00
Alexander J 07487264e9 Update INSTALL.ubuntu1404.txt 2016-02-02 17:29:08 +01:00
Iglocska af57c7fe62 Version bump 2016-02-02 15:32:02 +01:00
Iglocska 051dd6cc3b Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-02-02 15:31:39 +01:00
Iglocska d6c0b6d853 Fixes to several permission issues with the e-mailer
- contact e-mail recipients were incorrectly set resulting in the e-mails landing at the wrong recipient
- disabled users were not excluded from certain e-mails
2016-02-02 15:30:23 +01:00
Andras Iklody 45463a31c9 Merge pull request #903 from deralexxx/patch-4
Create INSTALL.debian.txt
2016-02-02 14:53:26 +01:00
Alexander J f00da2be3d Create INSTALL.debian.txt
I know there is already an ubuntu document, but still I found value to have it being mentioned that debian is supported as well

(There are also some minor changes to the ubuntu docu, would adjust the ubuntu doc as well)
2016-02-02 14:51:11 +01:00
Iglocska 23b091755d Version bump 2016-02-02 09:37:48 +01:00
Iglocska bd27545418 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-02-02 09:37:32 +01:00
Iglocska 97533ab272 Major speed boost to the correlation
- it seems that for some reason some conditions in the correlation lookup massacred the performance of the correlation
- doing that additional filter on a PHP level fixes it for now, but it would be interesting to investigate this further and potentially reuse the findings to improve other queries

- also fixed an issue with the indexing script failing on some fulltext fields if it has to fall back to regular indeces.
2016-02-02 09:35:14 +01:00
Andras Iklody 460c6e52c6 Merge pull request #897 from koenigswinter/2.4
Update INSTALL.ubuntu1404.txt
2016-02-01 23:34:10 +01:00
Heiko Siebel 38804da49f Update INSTALL.ubuntu1404.txt
30: + gnupg-agent (apt-get install)
178: - su www-data -c 'bash /var/www/MISP/app/Console/worker/start.sh', + sudo -u www-data bash /var/www/MISP/app/Console/worker/start.sh (default Ubuntu installation fails to start the workers after a reboot --> "www-data" has no shell in "/etc/passwd").
220: + pip install redis
2016-02-01 23:26:43 +01:00
Iglocska 7f97a49b45 Reverted the automation change 2016-02-01 15:16:32 +01:00
Iglocska 5074ee948f Merge branch 'update_script' into 2.4 2016-02-01 15:13:55 +01:00
Iglocska 6a4d191454 Left off a view for the org merge tool 2016-02-01 15:11:59 +01:00
Iglocska 9c6ed17a4d Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-02-01 15:11:32 +01:00
Iglocska 375a66220e Made the background workers baseline, should make the installation a bit easier 2016-02-01 15:10:45 +01:00
AaronK f33f7feaa7 Merge pull request #1 from aaronkaplan/aaronkaplan-patch-1
Update UPDATE.txt
2016-02-01 13:49:20 +01:00
AaronK 22b6bdd725 Update UPDATE.txt
permissions: it's enough to chown -R www-data /var/www/MISP
2016-02-01 13:49:04 +01:00
aaronkaplan 3ca4bf96e0 Merge branch 'master' of https://github.com/MISP/MISP 2016-02-01 12:15:01 +01:00
Alexandre Dulaunoy 1736bb4e99 Merge pull request #894 from deralexxx/patch-3
Update INSTALL.ubuntu1404.txt
2016-01-31 18:43:18 +01:00
Iglocska 3560b3bc06 Fix to the initial version of the correlation on the event index
- also removed an expensive lookup of sharing group permissions required for event views utilising the pagination from being run on actions that do not make use of it
2016-01-31 00:32:17 +01:00
Iglocska 12e32d4673 Correlations on the event index, first implementation 2016-01-30 19:26:47 +01:00
Iglocska 9c8719bf58 Display and Search for model ID in the audit logs, fixes #889 2016-01-29 15:48:23 +01:00
Alexander J 5ad2434db6 Update INSTALL.ubuntu1404.txt
change base url should be not optional but required for every installation to be changed
2016-01-29 15:33:27 +01:00
Iglocska 0357ec2558 Version bump 2016-01-29 14:32:41 +01:00
Iglocska f42ae2cf0f Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-01-29 14:29:12 +01:00