Commit Graph

75 Commits (979bb370e7b8d5bf01dd95b95ebfdcf7ca1ff842)

Author SHA1 Message Date
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
iglocska a60e4b6ab3 left off line that executes mysql query from the script 2014-02-07 11:48:56 +01:00
iglocska b7b105ccc3 Cosmetic change to the upgrade script 2014-02-07 11:37:25 +01:00
iglocska b3ba4d13e1 Database update added to upgrade script 2014-02-07 11:30:35 +01:00
iglocska 87f3765df0 more fine tuning to the scripts 2014-02-07 11:01:15 +01:00
iglocska 716b2e1446 Changed previous commit 2014-02-07 10:11:39 +01:00
iglocska d5af73916c More work on the scripts 2014-02-07 10:05:49 +01:00
iglocska 8753275793 Fix to the upgrade scripts 2014-02-07 09:57:34 +01:00
iglocska e41a26ebc9 Upgrade shell scripts 2014-02-07 09:09:21 +01:00
iglocska 6dc75d6b22 Integration of plugins / cake core into MISP as submodules
- easier installation script
- the goal is to reduce the procedure to a few steps
2014-02-07 09:03:28 +01:00
iglocska bfc4a1a8d4 Further work on the upgrade scripts / description 2014-02-06 15:55:29 +01:00
iglocska c7352b315c Added threat level id-s for the event table to the upgrade script 2014-02-06 10:21:51 +01:00
iglocska 6bf1063a66 Small fixes 2014-02-06 09:59:41 +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 22c8105f58 Mass replace replace of the old CyDefSig name to MISP - fixes #82 2014-02-05 15:01:26 +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 65753a096a Some minor changes
- Statistics page has gotten a lot of extra information
- Removed some old junk files
- Made the size of the graph in the memberslist larger to fit all the new attribute types
2014-01-09 17:13:07 +01:00
iglocska f0944ab9b0 Proposal changes Fixes #192
- Contextual comments for proposals
- shows proposal count in the top bar
- new view showing all of the events of the user's organisation with an active proposal
2013-12-12 16:25:20 +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 d7b4c28552 Contextual comments
- Attributes now have a comment field
2013-10-30 16:00:46 +01:00
iglocska 088842ad18 Renamed the .sql file used to upgrade 2013-10-30 10:08:42 +01:00
iglocska bbbc17a95b Merge remote-tracking branch 'origin/feature/XML_and_UI' into feature/discussion
- Also some improvements to the shadow attributes

- some minor UI changes

Conflicts:
	app/Controller/EventsController.php
	app/View/Elements/global_menu.ctp
	app/View/Layouts/default.ctp
2013-10-30 10:06:12 +01:00
iglocska d27ddee207 First rework of the siteadmin role
- ADMIN org removed.

- Siteadmins are now identified by the perm_site_admin flag

- Siteadmins can now be of any organisation

- editing the regexp / whitelist rules can now be done by a special user with the perm_regexp_access in his/her role

- Executing a mass replace of attribute values based on the regexp rules cannot be initiated by a regexp/whitelist user, only by a site admin

- If the login page is reached without any users / roles defined they are automatically created (perviously it was only the user that was created)

- Org admins are restricted from assigning perm_site_admin, perm_sync and perm_regexp_access roles to users. This can only be done by a site admin.
2013-10-03 11:45:27 +02:00
iglocska b7d95ed743 Upgrade script for 2.1.8
- we have introduced the "locked" flag for events to protect events of the original creator from being edited by a sync user

- IMPORTANT: before running the script below, make sure to create the locked field for the event table (see INSTALL/LOCKED.sql)

- This script (generateLocked found in the Administrative tools menu) will attempt to set the locked value for existing events to ease the transition

- The default value for locked is 0, and all events created on the instance should be set to this value

- events that were synced from another instance should have their locked value set to 1

- this script checks for local organisations and sets the locked field to 1 for all events not created by them

- a local organisation, as defined for the scope of this scrips is: an organisation with at least 2 members or an organisation with a single member that is not a sync user.

- The script is only accessible by site admins and will return a notification about the number of events altered.
2013-08-21 11:33:30 +02:00
iglocska 0009957b21 Update to the MYSQL.sql file to reflect the 'locked' changed 2013-08-12 17:36:11 +02:00
Alexandre Dulaunoy de6fc6f6ae Version 1.0 of MISP XML Document Type Definition.
The first version of the XML format is loosely based on the current XML
format used by MISP in commit 84b552fb74.

The purpose is to track down the changes in the format and especially
to ensure a consistent definition of the XML format for external tools
and software using the MISP XML format.
2013-07-29 11:37:09 +02:00
iglocska 07c7e8fadf Migration script updated with the regexp changes 2013-07-29 10:33:50 +02:00
Christophe Vandeplas 3ff797c14b fixes #133 2013-07-12 10:18:48 +02:00
Christophe Vandeplas 3ef36db5bf corrections in the documentatino 2013-07-11 14:21:38 +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 077a61e247 Incorrect line removed from migration 2013-06-20 17:21:01 +02:00