Commit Graph

1601 Commits (8fc85f95b99938ea0665cb123014338cfd2512b9)

Author SHA1 Message Date
iglocska 8fc85f95b9 Fixes with the synchronisation
- background pulls fixed
- now correctly logs changes
- now correctly updates attributes
2014-02-25 12:27:20 +01:00
iglocska e06c4b9299 Incremental pull and fixes to pulling shadow attributes
- during the event id pull, the local server already checks the timestamps, removing the ids of events that are not newer than the local version
- this results in only the event metadata being pulled for all events, and the attributes of only those events that need to be updated are pulled resulting in much quicker pulls

- Fixed an issue with proposals that got pulled not finding the attribute that they are proposals to (for proposals that belong to an attribute)
2014-02-20 17:28:39 +01:00
iglocska ff47eb6631 Merge branch 'hotfix-2.2.1' 2014-02-20 10:44:24 +01:00
iglocska 4279ca5130 Changes to the tagging
- tags can now be set correctly for all events
- some UI changes to the tags
- moved the deletion of all event_tags when a tag gets deleted to beforefilter
2014-02-20 10:07:51 +01:00
iglocska 1af6979365 Merge branch 'hotfix-2.2.1' 2014-02-19 17:39:13 +01:00
iglocska 914687142e Deleting tags fixed
- now it correctly deletes tags
- also deletes all EventTags
2014-02-19 17:38:31 +01:00
iglocska 6c54c85686 Merge branch 'hotfix-2.2.1' 2014-02-19 17:13:53 +01:00
iglocska 5796320e84 Update to the tag automation tag searches
- A colon in the tag search tag will render the tag search invalid. Since colons are commonly used in tag names, this poses an issue - users should use a semi-colon instead, which gets automatically converted to a colon.
2014-02-19 17:07:24 +01:00
Christophe Vandeplas 0330379eb5 fixing newlines in script 2014-02-18 08:00:38 +01:00
iglocska f4911dc034 Merge branch 'develop' 2014-02-17 16:20:59 +01:00
iglocska da8b62d3f8 Added OpenIOC mapping for DnsEntryItem/RecordName fixes #210 2014-02-17 16:20:16 +01:00
iglocska 3a4e41f814 Merge branch 'develop' 2014-02-17 11:45:05 +01:00
iglocska f5c717f067 UI now correctly shows if self-signed certificates are allowed for a link 2014-02-17 11:44:16 +01:00
iglocska 11b1ff6926 Changes to uploading a ca file for a server link
- create folder if it doesn't exist
- correctly save file if edited
2014-02-17 11:40:44 +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 8d72b5e0d7 Merge branch 'develop' 2014-02-14 13:33:20 +01:00
iglocska 411c017707 Bug fixes
- issues with the way users were passed to the related event finder during a publish
2014-02-14 13:32:19 +01:00
iglocska 89c3acafce Merge branch 'develop' 2014-02-14 11:12:47 +01:00
iglocska 85e3837919 Update to the threatconnect import
- Threatconnect import now allows any valid threatconnect csv file to be imported as long as type, value, confidence, description and source are included
2014-02-14 11:09:04 +01:00
iglocska a9c90774de Merge branch 'develop' 2014-02-14 10:27:58 +01:00
iglocska 722f17f38d Deprecated flag used to check it sync is enabled
- fixed, now correctly looking for MISP.sync
2014-02-14 10:27:09 +01:00
iglocska cfbba4cd48 Merge branch 'develop' 2014-02-14 10:21:13 +01:00
iglocska 19302aca4f Thread count now correctly displayed in the statistics
- Viewing an event without a discussion thread creates an empty thread in preparation of future posts - these empty threads should not count as active threads though.
2014-02-14 10:19:57 +01:00
iglocska 43362d7c52 Merge branch 'develop' 2014-02-14 10:15:12 +01:00
iglocska 2fbbbabf52 Fix to scrolling the heatmaps
- Scrolling would reset the organisation data -> fixed
2014-02-14 10:11:58 +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 16f1072120 Statistics changes
- remove actions such as login, logout, changepw
- fixed range so that a addinga a massive event doesn't make every other day seem less active
2014-02-12 17:17:15 +01:00
iglocska 949f0fd009 Fix to the statistics page
- heatmap now fed the correct data
2014-02-12 16:49:14 +01:00
iglocska 5990600983 updated message for old browsers 2014-02-12 13:54:13 +01:00
iglocska d40b0f8c34 bug with the text export 2014-02-12 11:53:38 +01:00
iglocska 3b8f9b9e2b Removal of obsolete stuff
- taking out the trash
2014-02-11 17:39:16 +01:00
iglocska 6124489e2b Some fixes to the automation and an updated manual
- made it easier to provide null values if the user would want to specify the n+1th parameter whilst leaving the nth on null
2014-02-11 17:16:31 +01:00
iglocska 667b34e350 xml export now takes null in the eventid parameter as null
- also a debug method removed
2014-02-11 16:29:16 +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 a5785713f4 Updated link in gitmodules to cake-resque 2014-02-11 15:30:07 +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 07c4536932 Fixed various things
- logging of event publishing enabled for background jobs
- disabled a gpg debug mode that was enabled by accident
- better feedback for publishing
2014-02-10 00:29:46 +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 5604fd6fbd Updated paths for the console and test 2014-02-07 13:27:50 +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