Commit Graph
18776 Commits
Author SHA1 Message Date
jmillman 9ef9cb28aa improve thread safety 2014-08-11 14:14:35 -04:00
Richard Cordovano 2142ffe90f Merge remote-tracking branch 'upstream/develop' into case_db_conn_per_thread 2014-08-11 11:58:50 -04:00
jmillman 70c763d300 removed commented dead code 2014-08-11 11:13:00 -04:00
jmillman dfe9e83488 Merge remote-tracking branch 'upstream/develop' into wwf_datetimeparsing 2014-08-11 11:12:27 -04:00
Richard Cordovano 48997a097a Merge pull request #850 from millmanorama/with_image_analyzer_module
updated ImageAnayzer doxygen
2014-08-11 11:04:58 -04:00
jmillman 9baed2fb7f Merge remote-tracking branch 'upstream/develop' into with_image_analyzer_module 2014-08-11 10:59:31 -04:00
jmillman 7c1945e203 ensure GUI update on JFX thread 2014-08-11 10:31:29 -04:00
jmillman 11da944b65 use strftime to get datetime as seconds since unix epoch 2014-08-08 15:28:22 -04:00
jmillman 67644fa067 Merge remote-tracking branch 'upstream/with_image_analyzer_module' into with_image_analyzer_module 2014-08-08 13:23:49 -04:00
jmillman 69fcfd1098 updated ImageAnalyze doxygen 2014-08-08 13:22:54 -04:00
jmillman 394a1f184c Merge remote-tracking branch 'upstream/develop' into with_image_analyzer_module 2014-08-08 10:48:56 -04:00
Brian Carrier bb92666a78 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-08-08 10:47:24 -04:00
Brian Carrier 7466fb0a6d Fixed timing issue in scheduler where file could be stuck in running state even if it had been completed 2014-08-08 10:46:57 -04:00
Richard Cordovano 6c28818237 Merge pull request #849 from rcordovano/additional_tag_node_props
Additional tag node props
2014-08-06 18:05:51 -04:00
Richard Cordovano eee067a7e5 Merge pull request #848 from millmanorama/with_image_analyzer_module
refactor code to simplify ui initialization and remove blocking calls that prevented ui from displaying
2014-08-06 18:05:06 -04:00
Richard Cordovano 01749ab3ab Add file times and size properties to ContentTagNode property sheet 2014-08-06 18:01:30 -04:00
Richard Cordovano faf592a2bb Add file times and size properties to ContentTagNode property sheet 2014-08-06 17:59:19 -04:00
jmillman f8f32c5337 refactor code to simplify ui initialization and remove blocking calls that prevented ui from displaying 2014-08-06 14:17:25 -04:00
jmillman 738fed0182 put db unlock in finally 2014-08-06 13:50:58 -04:00
jmillman e3d926adda Merge remote-tracking branch 'upstream/with_image_analyzer_module' into with_image_analyzer_module 2014-08-06 10:15:11 -04:00
Brian Carrier 72dfabbd55 Updated main page 2014-08-05 23:28:57 -04:00
Brian Carrier b980ffa863 Added performance optimization notes to user guide 2014-08-05 23:25:02 -04:00
Brian Carrier 51001fbcb4 move quick start doc to user dc 2014-08-05 17:29:50 -04:00
Brian Carrier f84472b0e0 Added skeleton for User Guide 2014-08-05 17:13:12 -04:00
Richard Cordovano 7ac7b1a603 Resolve merge conflict for merge in of develop 2014-08-05 16:58:09 -04:00
jmillman 93ed0e5166 Merge remote-tracking branch 'upstream/develop' into with_image_analyzer_module 2014-08-05 16:56:59 -04:00
jmillman 06496cd3ad move stuff onto/off jfx thread; check for no open case and npe 2014-08-05 16:53:58 -04:00
Richard Cordovano 24441a06d1 Merge pull request #847 from rcordovano/develop
Fix bug in DeletedContent.DeletedContentChildren.createKeys()
2014-08-05 16:21:11 -04:00
Richard Cordovano 1eb456baeb Fix bug in DeletedContent.DeletedContentChildren.createKeys() 2014-08-05 16:20:06 -04:00
Richard Cordovano c00db4b4f6 Fix bug in DeletedContent.DeletedContentChildren.createKeys() 2014-08-05 16:19:24 -04:00
jmillman a679d93c69 Merge branch 'image_analyzer' into with_image_analyzer_module 2014-08-05 15:25:15 -04:00
jmillman cf0f1b04ba changed options panel icon 2014-08-05 15:24:35 -04:00
Richard Cordovano ae8b021981 Merge pull request #846 from millmanorama/image_analyzer
project changes to work as a module in Autopsy
2014-08-05 15:03:25 -04:00
jmillman a2ffd3e500 project changes to work as a module in Autopsy 2014-08-05 14:15:11 -04:00
jmillman 0f99c1cee0 Merge remote-tracking branch 'image_analyzer/develop' into image_analyzer
Conflicts:
	.gitattributes
	.gitignore
	build.xml
	nbproject/build-impl.xml
	nbproject/genfiles.properties
	nbproject/platform.properties
	nbproject/project.properties
	nbproject/project.xml
2014-08-05 14:05:43 -04:00
Richard Cordovano 7298add0e3 Update AddImageTask for non-static case db locking API 2014-08-04 17:12:23 -04:00
Richard Cordovano 19a4ea6da8 Merge pull request #842 from millmanorama/FILE_DONE_abstract_file
removed unused method fireFileIngestDone(long fileId)
2014-07-30 18:05:36 -04:00
jmillman 8cbbfe79b6 removed unused method fireFileIngestDone(long fileId) 2014-07-30 17:39:22 -04:00
Richard Cordovano 9ab4319284 Merge pull request #841 from millmanorama/FILE_DONE_abstract_file
pass AbstractFile as part of FILE_DONE event
2014-07-30 17:37:38 -04:00
jmillman f8fe5694ef pass AbstractFile as part of FILE_DONE event 2014-07-30 17:08:21 -04:00
Richard Cordovano 58385478f1 Remove unused import from FileManager.java 2014-07-30 15:17:10 -04:00
Richard Cordovano aaf2dde78a Merge remote-tracking branch 'upstream/develop' into base_case_db_conn_per_thread 2014-07-30 15:05:56 -04:00
Richard Cordovano f4bf6e646e Merge pull request #840 from rcordovano/develop
Remove expensive test from DataResultViewerThumbnail.isSupported()
2014-07-29 15:42:14 -04:00
Richard Cordovano 68ead3dc85 Clarify javadocs comment for ReportModule.getRelativeFilePath 2014-07-29 15:41:47 -04:00
Richard Cordovano 7ffe07c00c Remove thumbnail supported test from DataResultViewerThumbnail.isSupported() 2014-07-29 15:24:00 -04:00
Brian Carrier 56bc933c61 Added hasData method to Case to reduce DB trips 2014-07-28 14:13:33 -04:00
Brian Carrier e5230e5a79 Reduce database round trips in registry parsing code 2014-07-28 13:52:38 -04:00
Richard Cordovano 8c6085d7f4 Fix typo in TableReportModule 2014-07-25 09:35:35 -04:00
Richard Cordovano df2d73def6 Update report module develop guide for Jython 2014-07-24 16:06:36 -04:00
Richard Cordovano 8a3b7dd342 Merge remote-tracking branch 'upstream/develop' into jython_ingest_modules 2014-07-24 15:43:30 -04:00