17682 Commits

Author SHA1 Message Date
Brian Carrier
b29a2b5c88 Cleaned up Doxygen docs. Removed getDefault() from image modules 2013-06-06 10:54:11 -04:00
adam-m
ebf53d3711 update modules versions for the release 2013-06-05 12:49:07 -04:00
adam-m
746868948c fix javadoc warnings 2013-06-05 10:20:51 -04:00
adam-m
788a5fb66f more wording update (wizard, docs) 2013-06-04 18:45:40 -04:00
adam-m
f34b440039 update user docs and screen shots (add data source wizard) 2013-06-04 18:27:52 -04:00
adam-m
949d09f7b6 add double click actions to file size view nodes 2013-06-04 17:54:55 -04:00
adam-m
371c919a44 view file by size feature 2013-06-04 17:44:41 -04:00
adam-m
5d9bf3ff1f Ingest module API change to include configuration context (placeholder) 2013-06-04 16:07:56 -04:00
adam-m
7665a2cac1 ExecutableFilter - make IDs unique 2013-06-03 17:09:30 -04:00
adam-m
2ad888c249 fix showing some deleted contents in file view 2013-06-03 17:06:12 -04:00
adam-m
6280e8b1ed fix a bug with Recent Files View returning different results if clicked multiple times for the same Node instance cached 2013-06-03 16:59:16 -04:00
adam-m
ffbbd75b22 make member private 2013-06-03 16:55:36 -04:00
adam-m
eefc7d9002 add child counts to other Views 2013-06-03 16:17:02 -04:00
adam-m
d17a4740cd add counts display to file views 2013-06-03 15:49:56 -04:00
adam-m
b20087ea06 fix compile warning 2013-06-03 15:09:08 -04:00
adam-m
a9b39470f1 add executable files filter to Views 2013-06-03 13:04:17 -04:00
adam-m
4d1c07656e adds archive extensions to files view 2013-06-03 11:06:01 -04:00
Brian Carrier
3a3402cc72 fixed issue whre modules were not being shown 2013-05-30 17:38:30 -04:00
Brian Carrier
10764b7ea3 resolved merge conflicts 2013-05-30 15:39:03 -04:00
adam-m
bafafbde13 update welcome logo 2013-05-30 13:44:35 -04:00
adam-m
b41ab8ddb6 fix new logo/splash screen overlay 2013-05-30 13:38:39 -04:00
adam-m
27f83c7bab local file wording change 2013-05-30 13:11:35 -04:00
Brian Carrier
90a0acf1bf Updated IngestModule API to be abstract class instead of interface. Started to update docs. 2013-05-24 09:56:28 -04:00
adam-m
47b3870124 Split solr start and stop cmd-line arguments into array - fixes solr start for java 7.0.21 2013-05-22 16:55:48 -04:00
adam-m
9c2d32c5ed make leaf node for hash db search results 2013-05-22 11:49:44 -04:00
adam-m
ede66488d9 Fix "search by md5 sum" content view refresh and simplify the code by removing custom nodes, reusing FileNodes 2013-05-22 11:43:44 -04:00
adam-m
61793db011 change fileset icon 2013-05-22 10:03:38 -04:00
adam-m
0100c372fd remove space from FileSet node 2013-05-21 17:36:17 -04:00
adam-m
8d6482adc7 use set to keep track of current local files to be added, to filter out duplicates 2013-05-21 17:34:37 -04:00
adam-m
4719645762 Change resolving of local files conflicts by creating a new FileSet parent container for every add 2013-05-21 17:24:04 -04:00
adam-m
4986fd43fb do not add parent-parent context for local dirs 2013-05-21 16:22:38 -04:00
adam-m
62bb213b58 Move ExecUtil class to Core utils and simplify Timeline dependencies 2013-05-21 12:49:53 -04:00
adam-m
8baa57eaf5 update displayed message 2013-05-20 10:45:21 -04:00
adam-m
3cc483d6de Merge branch 'master' into local-files
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/AddImageVisualPanel1.java
	Core/src/org/sleuthkit/autopsy/casemodule/services/FileManager.java
	Core/src/org/sleuthkit/autopsy/corecomponents/ThumbnailViewChildren.java
	Core/src/org/sleuthkit/autopsy/datamodel/FileSearchFilterChildren.java
	Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
	Core/src/org/sleuthkit/autopsy/directorytree/DirectoryTreeFilterChildren.java
2013-05-17 15:50:30 -04:00
adam-m
de1d5c8316 Merge branch 'master' into scalpel-carver 2013-05-17 14:09:16 -04:00
adam-m
9497ad3fda Merge branch 'master' into local-files
Conflicts:
	Core/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.java
2013-05-17 11:57:06 -04:00
adam-m
34068bef2d handle better adding local dirs under / 2013-05-17 11:50:53 -04:00
adam-m
4dd7a8fd36 Ensure unique path for local files 2013-05-16 17:16:35 -04:00
adam-m
a58fa4da50 consolidate and reuse context dirs when create local dirs 2013-05-16 16:17:53 -04:00
adam-m
f305784b1c initialize FileManager early, when Case is opened
Create and cache LocalFiles root at FileManager init()
add method to get matching LocalFiles children by name
2013-05-16 15:29:20 -04:00
adam-m
2339783646 fix refresh of next button on add local files wizard if nothing selected 2013-05-16 14:44:02 -04:00
adam-m
b3562bb9be Fix ingest scheduler to properly start ingest on a single file 2013-05-16 14:37:02 -04:00
adam-m
6dc578ee8f rename input to source 2013-05-16 14:25:39 -04:00
adam-m
1e750d17c5 fix ingest for local files when started from wizard 2013-05-16 12:50:21 -04:00
adam-m
49ec8f325e always show virtual dir in the tree even if it has no files 2013-05-16 12:35:00 -04:00
adam-m
8bd88761f0 disable timezone and skip fat options in Add Local FIles wizard 2013-05-16 12:30:26 -04:00
adam-m
7392085ba1 Fixes adding local files to a brand new Case 2013-05-15 16:52:26 -04:00
adam-m
d3d433f791 local files: send event to refresh dir tree when local files added (for now reusing ingest events) 2013-05-15 15:02:25 -04:00
adam-m
b3479a575f correct last commit 2013-05-14 17:31:45 -04:00
adam-m
ef53d8c70c change file choose button name 2013-05-14 17:24:28 -04:00