Commit Graph

242 Commits (2.4)

Author SHA1 Message Date
Iglocska da3e35952a Duplicate field removed in MYSQL.sql 2015-07-29 16:36:30 +02:00
Iglocska 9e547cae70 Updated MYSQL.sql 2015-07-22 17:19:23 +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 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
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 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 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 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 aeb7faf0fd MYSQL file left off 2014-08-14 15:09:59 +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 b312f94145 Fixed some incorrect values in the MYSQL.sql file 2014-02-13 09:04:27 +01:00
iglocska 4b8c4f4e4a New upgrade scripts and more
- MYSQL.sql updated
- upgrade_2.2.sql updated

- List of active proposals for you and your organisation now shows the org logos of the contributing organisations
2014-02-05 17:06:49 +01:00
iglocska 065f40fdf6 Some changes from master branch
- regexp default list
- GFI improvements (removed a lot of junk imports, distribution taken from the event)
2014-01-13 12:47:43 +01:00
iglocska 1c997992d8 Revert "Merge branch 'master' into develop"
This reverts commit fbe2eddc7a, reversing
changes made to b59965b971.
2013-12-20 11:17:41 +01:00
iglocska fbe2eddc7a Merge branch 'master' into develop
Conflicts:
	INSTALL/MYSQL.sql
	app/Controller/EventsController.php
	app/Model/Attribute.php
2013-12-20 11:02:21 +01:00
iglocska e0dd74a7ba Update to the GFI import
- fixed an issue where a blacklisted value added through uloadattachments would break the import

- fixed the distribution level of attributes created by the GFI import always being your org only

- removed registry attributes that do not contain a malware sample or a dropped file in the value

- fixed a set of regular expressions dealing with the sanitisation of user names that would fail on user names consisting of more than one word

- added a few regular expressions
2013-12-18 16:31:42 +01:00
Alexandru Ciobanu f36cc43955 replace Risk with ThreatLevel [skip ci]
- Event.risk has been replaced by Event.threat_level_id.
      all functionality remains the same and users should not see
      any difference.
      ENUM() used for Event.risk is vendor specific and requires
      too many hacks to play nicely with bake.
    - Added default schema file, SQL dumps should be avoided since
      they make updating/upgrading a pain.
    - Removed old unused schemas
2013-11-17 17:54:15 +01:00
iglocska df40448be0 post merge changes
- some changes to remove strict messages caused by an update to cakephp

- added missing changes to the sql files - all changes from the merge are reflected in ROLECHANGE.sql, import that to upgrade your instance!
2013-11-06 10:35:51 +01:00
iglocska 0009957b21 Update to the MYSQL.sql file to reflect the 'locked' changed 2013-08-12 17:36:11 +02:00
Christophe Vandeplas 3ff797c14b fixes #133 2013-07-12 10:18:48 +02:00
Christophe Vandeplas 5eff27b5c0 'type' same size in regexp than in attribute 2013-07-11 13:12:37 +02:00
iglocska 7b022d815b MYSQL.sql change left off from regexp changes 2013-07-11 10:41:14 +02:00
iglocska 7e6f73a776 Removal of the blacklist
- Since regexp can be used to blacklist things, there's no need to have
two separate features that accomplish the same thing

- Add a regexp named /1.1.1.1/ with nothing as replacement and it will
behave the same as adding a blacklist for 1.1.1.1 in the old system.
2013-07-05 14:34:32 +02:00
Christophe Vandeplas 12e36671bc consistency in MYSQL database file 2013-06-24 12:36:52 +02:00
Christophe Vandeplas 70cdc621e5 unify db schema 2013-06-24 11:46:37 +02:00
iglocska 37af0fdc03 First update to the SQL scripts 2013-06-20 16:32:23 +02:00
Christophe Vandeplas 3363936689 fix MYSQL missing ; 2013-06-12 14:56:47 +03:00
iglocska 96234bbbcc new sql changes 2013-06-10 17:40:12 +02:00
Christophe Vandeplas 38897d9af3 create default admin user automatically 2013-06-04 13:06:57 +02:00
Christophe Vandeplas 69251490ef Merge branch 'feature/gui' of https://github.com/MISP/MISP into
feature/gui

Conflicts:
	app/View/Logs/admin_index.ctp
	app/View/Logs/admin_search.ctp
	app/View/Users/memberslist.ctp
2013-05-31 17:50:00 +02:00
Christophe Vandeplas 62a3da46f2 removed useless hop_count 2013-05-22 08:18:34 +02:00
Iglocska e67e199c96 Update to the mysql.sql file
- aros setup from earlier versions was still included. Removed.
2013-05-08 16:31:35 +02:00
Andras Iklody 9a3ae39967 db changes for the integrated ownership
- updated the MYSQL.sql file,
	- tables aros, acos, aros_acos removed and shadow_attributes added
2013-04-26 08:50:52 +02:00
Christophe Vandeplas 23742c543c rewrote fetching of the related events 2013-04-22 15:04:27 +02:00
Christophe Vandeplas bc3921eece new logic to generate correlation, relates to issue #95 . Updated DB
schema !
2013-04-22 10:59:55 +02:00
iglocska d634d4ea47 Update to the targets of contact emails and more
- The original creator of an event will also get contacted by contact org
  if he/she has the contactalerts turned off.

- error in the SQL permissions of normal users and org admins - they
  weren't able to modify/delete events of their own organisation that they
  themselves didn't create
2013-03-13 16:45:40 +01:00
iglocska c86a90dd9f Upgrades to the installation and upgrade process
- Instructions updated

- SQL scripts tidied up of incorrect junk (from export)

- upgrade scripts finish gracefully
2013-03-13 11:42:24 +01:00
deresz 29191bdde1 Merge branch 'develop' of /home/git/cydefsig into develop 2013-03-01 09:42:28 +01:00
Christophe Vandeplas a1d51d4dfa updated structure of the documentation 2013-02-15 08:20:14 +01:00