Commit Graph

210 Commits (4fea371c4b417e6eac5cdefe0baf77840f5752a1)

Author SHA1 Message Date
Iglocska 3fb7764c00 First revision of the upgrade scripts
- .sql file to add all the new fields / tables
- admin tool to convert the old organisation fields to the new objects
- still missing a cleanup method (to remove the old organisation fields once the conversion is done)
2015-09-02 01:34:52 +02:00
Iglocska 6e5b9a5ac5 Cleanup and fixes to the memberslist 2015-08-31 03:08:49 +02:00
Iglocska 704880ce59 Merge branch 'master' into feature/sg
Conflicts:
	VERSION.json
	app/Controller/AttributesController.php
	app/Controller/EventsController.php
	app/Model/Attribute.php
	app/Model/Event.php
	app/Model/Server.php
2015-08-30 13:29:05 +02:00
nullprobe 305a1dbe70 Update MYSQL.sql
Unnecessary comma makes the import fail.
2015-08-26 14:57:06 +02:00
Raphaël Vinot ed475a8271 Merge pull request #577 from bemre/patch-1
Update INSTALL.ubuntu1404.txt
2015-08-26 11:29:14 +02:00
Iglocska 087d68e165 Merge branch 'master' of https://github.com/MISP/MISP 2015-08-25 10:36:12 +02:00
Iglocska 556688069a Resolved an issue that can lead to duplicate events showing up in MISP
- UUID uniqueness was previously not enforced
- changed the MYSQL.sql file to reflect the changes
- Added upgrade admin tool to remove duplicate events and make the database changes required
- Tweaked the tool for the attribute uuid fix so that it cannot created duplicate keys

- some minor fixes, such as automatically removing eventTag objects on event deletion
2015-08-25 10:32:26 +02:00
David André be81eb9583 Removed git pull (x2) since we are already doing checkout 2015-08-25 00:17:19 +02:00
Iglocska 254481a663 removed accidental inclusion 2015-08-03 14:14:15 +02:00
Iglocska ad21d5c35a Further work on the Sharing Groups 2015-08-03 14:12:20 +02:00
Iglocska da3e35952a Duplicate field removed in MYSQL.sql 2015-07-29 16:36:30 +02:00
Raphaël Vinot 43a01722c8 Update dependencies
* the real name of libxslt-dev is libxslt1-dev
* curl is required later in the installation and may not be present on the system
2015-07-28 17:29:39 +02:00
Bâkır Emre d3574adb4b Update INSTALL.ubuntu1404.txt
it must be core.php instead of Core.php
2015-07-28 10:49:02 +03:00
Iglocska 9e547cae70 Updated MYSQL.sql 2015-07-22 17:19:23 +02:00
Iglocska 0481e6eb02 Merge branch 'master' into feature/sg
Conflicts:
	VERSION.json
	app/Controller/ServersController.php
	app/Controller/ShadowAttributesController.php
	app/Controller/UsersController.php
	app/Model/Event.php
	app/webroot/js/ajaxification.js
2015-06-29 14:27:16 +02:00
Iglocska 3f215743f0 Complete rework of the ZeroMQ implementation
- python server running in the background doing the publishing
- MISP -> python script communication via redis
- configurable / controllable via the admin UI
2015-06-29 08:56:45 +02:00
Iglocska 3d2b8c3c10 Added pub/sub feature using ZeroMQ, fixes #540 and fixes #526
- by installing the requirements described in the update and the install instructions (ubuntu only for now, centos/red-hat versions to be tested and described), administrators can enable the pub/sub feature
- assign a port to the service via the interface
- each time an event is published, MISP will use ZMQ's PUB feature to push out a MISP JSON package using the "misp_json" prefix
2015-06-24 17:38:15 +02:00
Iglocska c73f71f243 Merge branch 'master' into feature/sg
The merging is complete

Conflicts:
	VERSION.json
	app/Console/Command/ServerShell.php
	app/Controller/AppController.php
	app/Controller/AttributesController.php
	app/Controller/EventsController.php
	app/Controller/PostsController.php
	app/Controller/UsersController.php
	app/Model/Attribute.php
	app/Model/Event.php
	app/Model/Log.php
	app/Model/Server.php
	app/Model/User.php
	app/View/Elements/side_menu.ctp
	app/View/Users/admin_index.ctp
	app/webroot/js/ajaxification.js
2015-06-10 22:54:20 +02:00
Iglocska 345b4d03cb removed some junk 2015-06-10 13:05:04 +02:00
Iglocska 707140243a Updated the documentation to reflect the correct STIX / CyBox versions required
- Updated the admin tool to check the STIX / Cybox versions
2015-06-10 12:47:00 +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 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 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
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 9b46b1b7f8 Some fixes to the documentation
- workers potentially started as root in the documentation, fixed
2015-06-02 13:52:39 +02:00
Aaron Kaplan d9ae3c19b8 Merge branch 'master' of https://github.com/MISP/MISP 2015-05-27 21:10:33 +02:00
AaronK 5d2347bdc6 Update INSTALL.ubuntu1404.txt
Add a note on Debian Wheezy installation instructions
2015-05-27 09:54:50 +02:00
iglocska 99ec766ce3 Merge branch 'cakephppath' into hotfix-2.3.64 2015-05-13 17:10:10 +02:00
iglocska 3ac6c77b37 Merge branch 'saltlength' into hotfix-2.3.64 2015-05-13 17:09:27 +02:00
David André 7d3f53e5ac Removed the RSA key recommendation from INSTALL.ubuntu1404.txt 2015-05-12 15:11:43 +02:00
David André 40a3fe5f8b Removed the RSA key recommendation from INSTALL.centos7.txt 2015-05-12 15:10:59 +02:00
David André 91245f7705 Removed the RSA key recommendation from INSTALL.centos6.txt 2015-05-12 15:09:33 +02:00
Gábor Molnár 62f1e516ce Calrify salt length in INSTALL.md 2015-05-11 12:56:51 +02:00
Gábor Molnár 97c1dc95f6 Note salt key length requirement to INSTALL.md 2015-05-11 11:09:04 +02:00
remg427 76811250a1 Update UPDATE.txt
app missing in path for cakephp
2015-04-28 22:10:08 +02:00
Alexandre Dulaunoy e9e589ecad MISP diagrams in SVG licensed under CC-BY-SA added 2015-04-24 08:47:18 +02:00
Iglocska e0ef372392 Merge branch 'master' into feature/sg
Conflicts:
	app/Controller/EventsController.php
	app/Controller/UsersController.php
	app/Model/Event.php
2015-04-12 10:40:31 +02:00
Iglocska 99fae827a3 Merge branch 'cakeresque-update' into hotfix-2.3.59 2015-04-08 22:40:42 +02:00
Iglocska 99cabe39b9 Merge branch 'ids_example' into hotfix-2.3.59 2015-04-08 22:35:03 +02:00
Iglocska 75925223f5 Merge branch 'password' into hotfix-2.3.59 2015-04-08 22:33:52 +02:00
Iglocska f21cddfb05 Merge branch 'install-centos' into hotfix-2.3.59 2015-04-08 22:28:59 +02:00
Richard van den Berg 09171aa415 Include composer.phar self-update 2015-04-08 14:27:04 +02:00
Richard van den Berg eb9adae030 Use cake-resque:4.1.2
- Remove --no-update for cake-resque
 - Added UPDATE.txt for keeping up2date between major releases
2015-04-08 13:05:05 +02:00
Koen Van Impe 096d19bc6f Removed .swp file ; updated .gitignore 2015-03-19 09:23:12 +01:00
Iglocska c9d1badaa3 Organization field in Servers too short to fit valid organisation identifiers, fixes #436
- updated the MYSQL.sql file for future MISP installations
- added admin script to do the update from the web interface
2015-03-17 00:06:59 +01:00
Koen Van Impe f36304e635 Example file on how to get the exported IDS data from MISP 2015-03-15 02:20:50 +01:00
Alexander J 4c8d1d3e2b update to install howto
remove of -p password in order to avoid having the password in your bash history and the install command for postfix
2015-03-13 13:42:11 +01:00
iglocska 29a6f10048 Merge branch 'master' into feature/sg
Conflicts:
	app/webroot/js/ajaxification.js
2015-02-23 11:38:54 +01:00
iglocska bdc6b5fa8f Initial commit 2015-02-23 11:33:38 +01:00
Richard van den Berg fc84de0cc6 Fix line breaks 2015-02-19 14:54:03 +01:00
Richard van den Berg 622800a4b2 php-xml is needed for DOMDocument class 2015-02-19 14:49:40 +01:00
Richard van den Berg 667ce41eca Merge branch 'master' of github.com:MISP/MISP into ncsc-nl/install-centos 2015-02-19 14:47:36 +01:00
Alexandre Dulaunoy 3298ad4bcd Fix pull #400 2015-02-16 10:58:41 +01:00
Alexandre Dulaunoy 218d8ee45d MISP logos added (SVG, PDF and PNG) 2015-02-16 10:12:08 +01:00
Richard van den Berg 4eca9d72b6 Documentation changes
- Added changes from 9378837f39 for CentOS
- Fixed some typos
2015-02-10 09:56:54 +01:00
iglocska 9378837f39 Documentation changes 2015-02-09 11:07:18 +01:00
iglocska c3481cbf0f New documentation left off 2015-02-05 10:14:27 +01:00
iglocska 2aa902cd4b Removed the old documentation, fixes #378 and some small fixes
- resolved an issue of warnings being generated when an event without attributes / relations gets XML exported.
- added new dump of the documentation
2015-02-05 10:11:29 +01:00
iglocska 98f65aae09 Merging several pull requests and a few other changes
- Pull request by RichieB2B: CentOS 6 & 7 installation instructions
- Pull request by RichieB2B: STIX exports now include comments for indicators
- Pull request by RichieB2B: Issue fixed with md5 type attributes not generating observables correctly during a STIX export
- Password policy change-able by a site admin via a regex and a min char requirement. Old functionality assumed if not set.
- bug fixed with incorrect jobs being created appearing during a scheduled pull (designates a push)
- slight changes to the installation instructions
- database.default.php now uses localhost instead of 127.0.0.1 and the default MySQL port
2015-02-02 13:12:15 +01:00
Richard van den Berg e287378857 Added INSTALL files for CentOS 2015-01-27 11:12:25 +01:00
iglocska cedaac360a Fixes to the scheduled tasks and some documentation issues
- Scheduled pulls should work correctly now
- Scheduled pushes and pulls correctly display in the logs
- Scheduled caching correctly sets the next date of execution
2015-01-12 17:35:08 +01:00
iglocska 71d36b9c64 Several issues fixed
- MYSQL.sql file now correctly includes the task entries
- GenerateCorrelation admin task is now a background job
- Organisation of events pulled now get the org in the server object as the owner instead of the one who initiates the pull
- Small fix to wrapping text in the pivot graph
2014-11-27 14:47:13 +01:00
iglocska 9cca7ed81a Changes to the installation 2014-10-20 14:44:03 +02:00
iglocska e46a7f60e8 Added missing comment about enabling the scheduler worker fixes #295 2014-10-16 09:01:19 +02:00
iglocska 2a4141ec07 Reverted switch to InnoDB for the events table for now, fixes #292
- fulltext indexes are not supported on mysql < 5.6 for innodb, and the default version for the current ubuntu distribution seems to be 5.5 still

Might revisit this in the future
2014-10-15 08:52:31 +02:00
iglocska c819e846ff Upgrade to the upgrade documentation to remove the old cache data 2014-10-13 10:49:56 +02:00
iglocska 04b02e25e3 Typo fail fixed 2014-10-07 23:44:50 +02:00
iglocska d45d5d39fc Documentation changes
- also added the default templates
2014-10-07 23:21:48 +02:00
iglocska 8235e8710d Updates to the documentation 2014-10-07 17:53:22 +02:00
iglocska 7d0061ae40 Update to the documentation 2014-10-01 15:23:12 +02:00
iglocska 25e2a4e44f Change db engine to InnoDB 2014-10-01 15:19:03 +02:00
Christophe Vandeplas 836d105e34 Updated documentation for new release 2014-09-29 19:23:40 +02:00
iglocska cb251c69ab Merge branch 'hotfix-2.2.40' into develop 2014-09-12 13:33:55 +02:00
iglocska f8557f6316 Copy pasta fail 2014-09-12 13:33:01 +02:00
iglocska d51fa92206 Changes to CakeResque installation fixes #287
- CakeResque's installation instructions changed
2014-09-12 13:29:30 +02:00
iglocska f564266fc5 First small changes to the INSTALL.txt, more to follow before 2.3.0 is ready 2014-09-11 14:34:02 +02:00
iglocska aeb7faf0fd MYSQL file left off 2014-08-14 15:09:59 +02:00
iglocska 22c1552bcc SQL scripts, some UI chnages
MYSQL.sql and upgrade_2.3.sql updated
Fixed incorrect proposal counts showing up due to attributes that are flagged for deletion also being counted
Added some extra fields to the view proposal view to make it more useful
2014-08-14 14:45:21 +02:00
iglocska a6a353252e Merge branch 'hotfix-2.2.34' into develop 2014-08-06 13:47:51 +02:00
Alexandre Dulaunoy 65ed10fe12 Update INSTALL.txt
Fix #252
2014-08-02 09:16:16 +02:00
iglocska d3d578d622 Update to the main MYSQL.sql file 2014-07-19 15:48:42 +02:00
iglocska bfdd2ee571 Update for the MYSQL scripts for the new features 2014-07-19 15:46:52 +02:00
iglocska 7b3f578025 Further work on the templating system 2014-06-12 13:59:54 +02:00
iglocska 2c72b129a5 Update to the installation instructions (fixes #257) and the 2.2 upgrade script
- fixed 2 incorrect entries in the installation.txt file

- fixed an incorrect variable name in the 2.2 event upgrade script
2014-05-06 10:44:53 +02:00
iglocska 0016f448bf Update to the installation instructions, fixes #257 2014-05-05 17:13:42 +02:00
Chris Clark 9ce7ee798c Update to include starting the BG Workers.
This is present in the upgrade.txt but not the install.txt. I'm not sure if this is the right location for noting this, but in the current version publishing events will not function w/out starting the BG workers.
2014-03-12 12:20:56 -07:00
iglocska 09f2e5a0bc Anonymising the e-mail addresses in discussions
- The email addresses were shown on the event view even if the post was made by a user of another org
- fixed
2014-02-28 11:06:43 +01:00
Christophe Vandeplas 2940bf347b correct unneeded $(echo $var) 2014-02-20 15:04:36 +01:00
Christophe Vandeplas 1cf211134b minor corrections in the UPGRADE docu 2014-02-17 10:46:53 +01:00
Christophe Vandeplas 2299592176 clean cache at upgrade 2014-02-17 10:29:40 +01:00
iglocska c548527004 Small change in the installation description
- clearer description of the mysql import process
2014-02-13 10:40:26 +01:00
iglocska b312f94145 Fixed some incorrect values in the MYSQL.sql file 2014-02-13 09:04:27 +01:00
iglocska c8dfdff1e7 Changes to the installation instructions
- some changes also to the scripts
- replaced old scripts with newer versions (jquery, d3)
- Some updates to the manual (still needs more work)
2014-02-11 15:54:46 +01:00
iglocska 1e1f84ba6b Check if column exists in mysql upgrade script
- if a column already exists, don't try to add it
- if the key of a value exists, don't insert it
2014-02-10 14:01:29 +01:00
iglocska 6cc9778979 Merge branch 'feature/test' of https://github.com/MISP/MISP into feature/test 2014-02-09 22:11:36 +01:00
iglocska 0e1bf5567f Various changes
- regexp structural changes added to the upgrade script (type)
- Added publish / alert to the background jobs
- fixed a misalignment with the statistics
2014-02-09 22:09:29 +01:00
iglocska 5f7c68d3b4 Small fix to the upgrade script
- location of the upgrade sql script fixed
2014-02-09 17:30:46 +01:00
iglocska 91d736ceb6 Fix to issues with the install script
- no more relative jumps in the script
- moved the cakephp include directory to fix background worker issues
2014-02-09 16:44:48 +01:00
iglocska de1af34a08 Engrish 2014-02-07 15:30:17 +01:00
iglocska 7a52e30e3c Further work on the install script 2014-02-07 14:58:40 +01:00