2499 Commits

Author SHA1 Message Date
adam-m
042b47b766 fix signature before merge 2012-05-17 10:21:33 -04:00
adam-m
9e2de4cb63 Catch cancellation exception in addition to checking for iscancelled 2012-05-17 10:17:33 -04:00
adam-m
d4affa5ef6 Keyword search ingest: handle final searcher case if thread cancel() is non-blocking operation
In done(), collect and log all exceptions thrown while in background
2012-05-17 10:09:37 -04:00
adam-m
acab96de5c Keyword search chunks: faster generating preview from dir tree, by quering only the content id of interest. Added support to filter query by id to keyword search API. 2012-05-16 17:28:44 -04:00
adam-m
4d5fdcd31f Update page nav code 2012-05-16 15:06:35 -04:00
adam-m
1658103e9e Fix for getting correct # of pages to display 2012-05-16 14:34:17 -04:00
adam
b56ad31026 Merge pull request #47 from aebadirad42six/master
Reporting bug fixes
2012-05-16 10:51:58 -07:00
Alex Ebadirad
a6d43b67a6 Using copycasedb method now, additional information to the filterpanel to show more progress so it doesn't appear anything is 'hanging'.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-16 10:40:44 -07:00
adam-m
cd50f26d10 Merge branch 'master' into new-features-20120503 2012-05-16 12:43:25 -04:00
adam-m
65173df7a3 remove empty line 2012-05-16 12:42:48 -04:00
adam-m
0995de16eb update gitignore with build-modified files 2012-05-16 12:39:59 -04:00
adam-m
20fba05138 Fix Reporting file name change merge 2012-05-16 12:24:19 -04:00
Alex Ebadirad
449c4ef3a6 fixed typo for method from extention to extension
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-16 08:31:16 -07:00
adam-m
2111361cea Remove comment, update text 2012-05-16 11:09:30 -04:00
adam-m
0d20d22808 Keyword search: hit navigation now spans all pages that have hits 2012-05-16 10:57:23 -04:00
adam-m
945cfcdfb1 Page/hit navigation fix for special case 2012-05-16 10:15:52 -04:00
adam-m
fee9f9d0b1 Keyword search large strings: improvements in navigation, added support for chunk hit preview in dir tree (still needs optimizations) 2012-05-15 21:16:59 -04:00
adam-m
9164551f2a Keyword search: preliminary hit navigation for large files 2012-05-15 18:17:42 -04:00
Alex Ebadirad
86c58ede4b Cleans up some spacing issues
Save/export report now functions differently, only saving the reports that ran
New view each report after its been run in default program
Added some getters and privitized some data members
Added new method to get extention for each report type so we can use it to write files using a universal save method

Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 15:09:33 -07:00
Alex Ebadirad
5e6749dbd5 Modified method use to from label instead of having to rely on blackboardartifact.java enum to match the label. Can merge without need to modify tsk now. 2012-05-15 12:58:01 -07:00
Alex Ebadirad
884a3d1b27 AUT-53 bug fixes for:
checkbox/lookup code
use case temp dir for db copy
fixed html report keyword list column
reportxml visitor content exceptions
css style should be present
Better formatting on files

Do not merge without changing line 51 in BlackboardArtifact.java in the sleuthkit from:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJ", "Recent Documents"),
to:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJECT", "Recent Documents"),

Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 10:47:02 -07:00
unknown
a78e8e7ec6 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-15 10:04:33 -07:00
Alex Ebadirad
18414d783c temp dir for copy of db fix, reportxml visitor content issue fixed 2012-05-15 09:05:58 -07:00
adam-m
5fe01b84e2 Merge branch 'master' into new-features-20120503 2012-05-15 11:03:03 -04:00
adam-m
cad40bad30 Add missing line 2012-05-15 11:02:22 -04:00
adam-m
9faa71a804 Merge branch 'master' into new-features-20120503
Conflicts:
	CoreUtils/src/org/sleuthkit/autopsy/coreutils/Bundle.properties
	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
2012-05-15 10:58:27 -04:00
adam-m
9f2274b9f3 Revert generated files (consider gitignore) 2012-05-15 10:40:44 -04:00
adam-m
b897ac4f42 Merge branch 'master' into new-features-20120503
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
2012-05-15 10:37:26 -04:00
adam-m
90a26a698c Fix java path for pasco 2012-05-15 10:21:38 -04:00
adam
2ec16daf42 Merge pull request #45 from aebadirad42six/master
Reporting framework integration pull
2012-05-15 07:03:02 -07:00
Alex Ebadirad
7a23eedfaa Changed how progress bar works. 2012-05-15 03:38:46 -07:00
Alex Ebadirad
6594de3e37 Bug fixes and tweaks to GUI and report framework
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 03:05:55 -07:00
Alex Ebadirad
a06fb7f142 report action UI changes, improvements using new service lookup 2012-05-15 00:53:04 -07:00
Alex Ebadirad
641d23771f Report register service basic check in, unfinished UI changes
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-14 15:48:20 -07:00
adam-m
bf645bc9bb Keyword search: unify result viewers and remove the old single non-regex result viewer. Keeping the code for now, but will remove in future (will simplify keyword search code greatly) 2012-05-14 18:03:57 -04:00
adam-m
5d280074ab Update action name 2012-05-14 17:52:22 -04:00
adam-m
c3a2f3a13c Preliminary version of large files string extraction support - no full hit navitation yet.
Also, some refactoring and cleanup of old keyword search code.
2012-05-14 17:37:27 -04:00
Alex Ebadirad
1e7e4d9f05 Minor bugfix to Report.java 2012-05-14 09:54:26 -07:00
Alex Ebadirad
61dba172ec Tweaks to report/Report.java 2012-05-14 09:45:39 -07:00
Alex Ebadirad
88251cb997 Reporting caps fix
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-11 15:13:58 -07:00
adam-m
c49af47c5a Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-11 18:11:57 -04:00
adam-m
c97b75d33a Inbox, fix and check for last message 2012-05-11 18:10:39 -04:00
Dick Fickling
ea834f11a8 Separate hashset hits in directory tree, various fixes 2012-05-11 13:38:32 -04:00
Alex Ebadirad
efc98cab47 change to report/Report.java 's getgroupedkeywords method 2012-05-11 10:29:50 -07:00
Alex Ebadirad
ca50b0d96f Re-adding files back to git repo with proper capitalization in place.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-11 08:48:03 -07:00
Alex Ebadirad
9facfee95a Removing old lower-case file names. 2012-05-11 08:47:26 -07:00
Alex Ebadirad
d400c636c2 Mild reporting fix to compile
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:48:18 -07:00
Alex Ebadirad
a8cdf70ee8 refactored classes for camel casing of filenames
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:23:29 -07:00
adam-m
e9783acd2a Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-10 17:55:01 -04:00
adam-m
d6b18a546d Add image error handling adjustments - log errors and continue 2012-05-10 17:54:42 -04:00