2361 Commits

Author SHA1 Message Date
jmillman
eaea58ec0f put FilterCheckBoxCell update on JFX thread; some minor cleanup 2014-10-15 11:05:15 -04:00
Richard Cordovano
e746182794 Merge pull request #890 from millmanorama/timeline_demo_fixes
low hanging fruit  fixes for timeline to be included in demo
2014-10-14 10:21:44 -04:00
Brian Carrier
ecbe2b5e4e Fixed NPE when no local drives came up 2014-10-07 06:05:39 -07:00
Brian Carrier
c5b05ed946 Added case management to user docs 2014-10-06 09:07:23 -04:00
Brian Carrier
b6188f3c79 Updated python docs and samples 2014-10-01 18:14:30 -04:00
rcordovano
7217907150 Add look up IngestModuleFactoryAdapter instances to IngestModuleFactoryLoader 2014-09-25 12:55:35 -04:00
Richard Cordovano
dac0b4782d Expose process unallocated space setting through IngestJobContext 2014-09-25 11:21:46 -04:00
Richard Cordovano
de76c4946e Improve deserialization of older versions of hash lookup and keyword search settings 2014-09-24 15:57:15 -04:00
jmillman
66e51e6250 remove event, file, and artifact id columns from result viewer, move description after time 2014-09-24 15:41:49 -04:00
jmillman
549c63d80f make log the default scale 2014-09-24 15:35:02 -04:00
Richard Cordovano
399b5e6556 Make new interesting files sets enabled by default in all contexts 2014-09-24 15:15:51 -04:00
Richard Cordovano
4b13ae37f3 Merge pull request #888 from rcordovano/new_hash_sets_enabled_by_default
New hash sets enabled by default in all contexts
2014-09-24 14:32:17 -04:00
Richard Cordovano
63cc7894e8 Add support for deserialization of older version of hash lookup module ingest job settings 2014-09-24 14:07:51 -04:00
Richard Cordovano
2c87ff7a45 Make new hash sets enabled by default in all contexts 2014-09-23 17:28:01 -04:00
Brian Carrier
b067d02736 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-09-23 17:17:48 -04:00
Brian Carrier
e5ecfc5ab3 exposed method to detect file type, keyword search uses existing blackboard type or utility method. Fixes bug whereby open office documents did not have text extracted. 2014-09-23 17:05:44 -04:00
Richard Cordovano
d8203e1673 Merge pull request #885 from millmanorama/develop
fix NPE in timeline, and removed Image Analyzer module from suite
2014-09-23 12:57:40 -04:00
Richard Cordovano
5b4865e583 Merge remote-tracking branch 'upstream/develop' into new_hash_sets_enabled_by_default 2014-09-23 12:36:50 -04:00
Karl Mortensen
f97b98da9d Format HTML output to be more readable 2014-09-23 11:45:27 -04:00
jmillman
8e71a0e004 remove time range intersection which could potentialy return null timerange and lead to NPE 2014-09-23 11:15:57 -04:00
Richard Cordovano
3c10f9fb4b Remove dead auto-gen event code for hash lookup ingest job settings panel 2014-09-22 12:16:15 -04:00
Karl Mortensen
e62b03c36f removed variable argument parameters 2014-09-22 09:27:47 -04:00
Karl Mortensen
e4cc771cdf Add metadata to HTML report 2014-09-19 16:24:35 -04:00
Richard Cordovano
a7a3601683 Merge pull request #876 from rcordovano/format_file
Formatted AddLocalFilesTask.java
2014-09-18 13:29:39 -04:00
Richard Cordovano
91156b8cfc Merge pull request #877 from karlmortensen/format_a_file_test
Formatted DataExplorer.java
2014-09-18 13:28:48 -04:00
Eugene Livis
f20038a1df Formatted CollapseAction.java 2014-09-18 13:15:02 -04:00
Karl Mortensen
d404793b37 Formatted DataExplorer.java 2014-09-18 13:12:23 -04:00
Richard Cordovano
131521f6f1 Formatted AddLocalFilesTask.java 2014-09-18 13:11:55 -04:00
Richard Cordovano
7cfc7b3a26 Add report name column to result view for reports 2014-09-16 17:55:33 -04:00
Richard Cordovano
7ea30da27a Add capture of subprocess exit value to ExecUtil 2014-09-16 15:45:07 -04:00
Richard Cordovano
81872519cb Merge remote-tracking branch 'upstream/develop' into bulk_extractor_module 2014-09-06 09:06:35 -04:00
Richard Cordovano
e2af553706 Add title to interesting files ingest job panel 2014-09-06 09:00:46 -04:00
Richard Cordovano
463081feab Fix null pointer dereference in ExecUtil 2014-09-06 07:55:29 -04:00
Richard Cordovano
678f748fac Add platform util for checking if OS is 64-bit 2014-09-05 16:33:42 -04:00
jmillman
941ced036a Merge remote-tracking branch 'upstream/develop' into timeline_and_image_analyzer 2014-09-04 10:49:42 -04:00
Richard Cordovano
754596a2a9 Fix some comments in BlackboardArtifactNode.java 2014-09-03 14:04:22 -04:00
Richard Cordovano
a76b840200 Add interesting items module
Add factory and file ingest module skeletons for intersing items identifier module

Add additional classes to interestingitems package

Add getDefaultIngestJobSettings() impl to InterestingItemsIngestModuleFactory

Add more capability to interesting file set definitions and rules

Moved interesting items codwe closer to first version completion

Simplify interesting file rule classes and partially complete XM parse/write methpds

Flesh out more of InterestingItemDefinitions class

Continue work on interesting items module

Fix InterestingFilesIdentifierJobSettingsPanel bug

Begin implementation of global settings for interesting items module

Continue implementing global settings panel for interesting items module

Add new and edit interesting files set and files set rule dialog skeletons

Add copy contructors to FilesSet clases in interestingitems package

Implement new, edit and delete buttons for interesting item defs panel

Work on rule create, edit and delete capabilities for interesting files sets

Debug user interactions code for interesting item defs panel

Correct component interactions in InterestingItemDefsPanel

Debug/improve interesting files ingest module

Fix interesting files regex filters

Tie up loose ends for interesting items module

Fix comment in interesting items module

Fix warnings in interesting items module

Fix bugs in interesting items module

Apply fixes to interesting items modules

Implement fixes and artifact display changes for interesting file set hits

Added/updated some comments in the interesting items module
2014-09-03 13:52:29 -04:00
jmillman
5871aaea07 fxmlconstructor simplification, compiler warning fixs 2014-08-29 12:49:55 -04:00
jmillman
cec2d3a081 backed out of FXMLConstructor in CoreUtils because of resource loading issues 2014-08-28 17:40:27 -04:00
jmillman
04c7928a2b comments/todos 2014-08-28 15:25:36 -04:00
jmillman
45dfc29cc1 move FXMConstructor to CoreUtils 2014-08-28 15:25:21 -04:00
jmillman
3d2631ffef prevent instantiation of ColorUtilities 2014-08-28 15:10:45 -04:00
jmillman
8e60ce5061 move LoggedTask to CoreUtils 2014-08-28 15:01:34 -04:00
jmillman
3272132585 removed Eureka from class names; fix history 2014-08-28 13:46:11 -04:00
jmillman
ea0eca1ae5 Merge remote-tracking branch 'upstream/develop' into timeline_and_image_analyzer 2014-08-28 11:32:36 -04:00
Richard Cordovano
2153ca3201 Merge pull request #865 from millmanorama/compiler_warning_fixes
fix or supress compiler warning
2014-08-28 11:10:43 -04:00
jmillman
9012e245f0 finish converting image analyzer to use History.java 2014-08-28 10:21:18 -04:00
jmillman
ddb9d0c245 converting image analyzer to history manager 2014-08-27 17:05:49 -04:00
jmillman
9074d436ef Merge branch 'advanced_timeline' into timeline_and_image_analyzer
Conflicts:
	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
	branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
	nbproject/project.properties
2014-08-27 16:51:35 -04:00
jmillman
760e352230 move timeline to Core; add controlsfx/jfxtras/jodatime to CoreLibs via ivy 2014-08-27 16:47:11 -04:00