2363 Commits

Author SHA1 Message Date
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
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
Richard Cordovano
7ac7b1a603 Resolve merge conflict for merge in of develop 2014-08-05 16:58:09 -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
Richard Cordovano
7298add0e3 Update AddImageTask for non-static case db locking API 2014-08-04 17:12:23 -04:00
jmillman
8cbbfe79b6 removed unused method fireFileIngestDone(long fileId) 2014-07-30 17:39:22 -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
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
Richard Cordovano
8c6085d7f4 Fix typo in TableReportModule 2014-07-25 09:35:35 -04:00
Richard Cordovano
8a3b7dd342 Merge remote-tracking branch 'upstream/develop' into jython_ingest_modules 2014-07-24 15:43:30 -04:00
Richard Cordovano
9167706d6a Update report module API for release 3.1.0 2014-07-24 15:40:18 -04:00
Richard Cordovano
892e6ca441 Merge remote-tracking branch 'upstream/develop' into jython_ingest_modules 2014-07-24 13:54:08 -04:00
jmillman
de9cbbb80b check result of getImage() for null to prevent NPE 2014-07-24 12:57:36 -04:00
Richard Cordovano
8c6e381877 Implement Jython report module support 2014-07-23 16:50:18 -04:00
Richard Cordovano
40c944690e Remove extraneous sample module 2014-07-23 14:39:13 -04:00
Richard Cordovano
1273b8cf31 Rename sample Jython ingest module, add Jython report module discovery 2014-07-23 14:36:14 -04:00
Richard Cordovano
02a3b789d9 Add code to append to Python modules path to JythonModuleLoader 2014-07-23 13:33:32 -04:00
Richard Cordovano
5907b256cc Remove unused import in IngestModuleFactoryLoader 2014-07-23 11:54:53 -04:00
Richard Cordovano
8804571a4d Clarify code in IngestModuleFactoryLoader 2014-07-23 11:52:58 -04:00
Richard Cordovano
c022b05f2f Removed unused import from JythonModuleLoader 2014-07-23 10:31:46 -04:00
Richard Cordovano
9e6def5dcf Improve error message for Python module load failure 2014-07-23 10:11:55 -04:00
Richard Cordovano
69d5060ba8 Resolve some TODOs in Python modules support 2014-07-23 09:42:04 -04:00
Richard Cordovano
7c9db8bbb5 Refine error message in JythonModuleLoader 2014-07-22 17:02:20 -04:00
Richard Cordovano
7df48651a1 Additional evolution of Python module support 2014-07-22 16:39:07 -04:00
Richard Cordovano
4d5bfe2438 Resolve merge conflict with develop branch 2014-07-22 09:24:03 -04:00
Richard Cordovano
21e8c6b69e Initial work on support for Autopsy modules written in Python 2014-07-22 09:02:28 -04:00
Brian Carrier
09af907129 Updated to use SQLite JAR that TSK also uses 2014-07-21 19:32:37 -07:00
Brian Carrier
4953415306 fixed bug that was suppoed to detect duplicate factory names 2014-07-19 14:06:16 -04:00
Brian Carrier
2152c5e53b removed 2nd re-ording of modules based on XML file. 2014-07-19 14:03:05 -04:00
Richard Cordovano
2241af1d82 Merge remote-tracking branch 'upstream/develop' into jython_ingest_modules 2014-07-18 16:52:02 -04:00
Richard Cordovano
0d4271a90b Add design comment to IngestModuleFactoryLoader 2014-07-18 16:43:31 -04:00
Richard Cordovano
0c3a7c0a0a Change file ingest thread options to better match avaialble processors 2014-07-18 16:12:04 -04:00
Richard Cordovano
30f305d40d Fix IngestManager cancellation of all jobs, KeywordSearch.Ingest bug 2014-07-17 15:28:48 -04:00
Richard Cordovano
166a61d935 Remove discarded first draft files for Jython ingest modules, improve samples 2014-07-16 15:22:56 -04:00
Richard Cordovano
b91011619c Add Jython ingest module support, second draft 2014-07-16 13:27:18 -04:00
Richard Cordovano
b9d212114b Add Jython ingest module support, first draft 2014-07-15 17:29:22 -04:00
Brian Carrier
e5026a108b Changed uses of Java loggger to Autopsy logger 2014-07-10 17:13:40 -04:00
Richard Cordovano
bd894e703c Make IngestScheduler use Autopsy Logger 2014-07-10 12:53:19 -04:00
Richard Cordovano
23bb551b71 Add ingest job start/finish log messages 2014-07-10 11:21:52 -04:00
Richard Cordovano
39190abcb9 Merge remote-tracking branch 'upstream/develop' into case_db_thread_safety 2014-07-09 13:07:47 -04:00
Richard Cordovano
0906924287 Update FileManager for new SleuthkitCase transaction API 2014-07-09 13:01:16 -04:00
Brian Carrier
5f85391ba5 Merge pull request #802 from rcordovano/db_threading
Update AddImageTask for change to SleuthkitCase locking API
2014-07-09 12:21:40 -04:00
Brian Carrier
85548bd89b Updated version numbers for 3.1.0 2014-07-09 12:10:09 -04:00