7005 Commits

Author SHA1 Message Date
Brian Carrier
59d98e455e Merge pull request #859 from millmanorama/with_image_analyzer_module
Merge remote-tracking branch 'upstream/develop' into with_image_analyzer_module
2014-08-15 12:28:04 -04:00
jmillman
9bc3d30154 Merge remote-tracking branch 'upstream/develop' into with_image_analyzer_module 2014-08-15 12:22:36 -04:00
jmillman
b47cc16d88 correct url for help 2014-08-15 12:20:21 -04:00
Brian Carrier
3570328b7a Merge branch 'release-3.1.0' into develop 2014-08-15 05:46:36 -07:00
Brian Carrier
7fc9eba784 updated to use getDataSource versus getImage, removed unneeded Image methods from case, renamed getRootObjects to getDataSources. Fixed keyword search bug that did not work on local files 2014-08-14 18:48:33 -07:00
Richard Cordovano
fd95b8e0a8 Remove unused ContentIdHierarchyVisitor class 2014-08-14 14:31:47 -04:00
jmillman
9a42d44a1c better less aliased version without green border 2014-08-14 10:23:56 -04:00
jmillman
eb467bdc25 tweak icon to remove green border 2014-08-14 09:57:48 -04:00
Brian Carrier
d1136879fa Merge branch 'release-3.1.0' of github.com:sleuthkit/autopsy into release-3.1.0 2014-08-14 06:39:56 -07:00
Brian Carrier
4261615d05 Fixed bug where .. entry was not shown when .. was for root directory. Removed some uneeded visitors in process. 2014-08-14 06:39:25 -07:00
Richard Cordovano
07b1608ef7 Merge pull request #858 from sleuthkit/diagnostics-panels
Diagnostics panels
2014-08-13 16:43:43 -04:00
Brian Carrier
c21ee90758 fixed bug so that ingest messages are enabled by default on new lists 2014-08-13 12:55:56 -07:00
Brian Carrier
5f74de3cf8 removed author tag 2014-08-13 11:36:01 -07:00
Brian Carrier
6732da6d9a more diagnostics updates. 2014-08-13 11:28:01 -07:00
Brian Carrier
25f2680413 Fixed build.xml since quick start no longer exists 2014-08-13 07:10:24 -07:00
Brian Carrier
6f67885086 Merge branch 'develop' into with_image_analyzer_module 2014-08-13 06:34:15 -07:00
Brian Carrier
88f02e9b25 Initial commit of module stats 2014-08-13 06:23:23 -07:00
Brian Carrier
e22593dcfc Added diagnostics panel to get throughput numbers for debugging performance issues 2014-08-13 05:06:35 -07:00
Brian Carrier
e73581143a minor comments, added stats structures from scheduler and jobs, updated status panel to display job status 2014-08-12 17:52:51 -07:00
Richard Cordovano
b338954330 Merge pull request #857 from rcordovano/develop
Add Jython JAR to external modules
2014-08-11 17:51:56 -04:00
Richard Cordovano
366433631d Update project.xml with relative path to jython JAR file 2014-08-11 17:50:38 -04:00
Richard Cordovano
311fbd97e1 Add Jython JAR to external modules 2014-08-11 17:44:44 -04:00
Brian Carrier
463c6a5890 Updated About Page 2014-08-11 16:28:19 -04:00
Brian Carrier
8fd70fcca6 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-08-11 16:02:26 -04:00
Richard Cordovano
2b3b091207 Merge pull request #856 from rcordovano/develop
Complete GeneralReportModuleAdapter class implementation
2014-08-11 15:45:16 -04:00
Richard Cordovano
82e8dfb3d3 Complete GeneralReportModuleAdapter class implementation 2014-08-11 15:44:37 -04:00
Richard Cordovano
5d2ffb1b8c Update GeneralReportModuleAdapter for change to ReportModule interface 2014-08-11 15:33:05 -04:00
Richard Cordovano
087c714387 Merge pull request #855 from rcordovano/jython_ingest_modules
Jython ingest modules
2014-08-11 15:28:59 -04:00
Richard Cordovano
de8451c1c9 Update sample Python report module for ReportModule interface API change 2014-08-11 15:23:50 -04:00
Richard Cordovano
dcd99faefd Merge remote-tracking branch 'upstream/develop' into jython_ingest_modules 2014-08-11 15:20:31 -04:00
Richard Cordovano
12c6618b76 Merge pull request #852 from millmanorama/fix_tree_population_existing_case
populate tree view when opening an existing case, tweak fxml
2014-08-11 15:10:29 -04:00
Brian Carrier
2b7f283874 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-08-11 15:04:13 -04:00
Brian Carrier
5497fcb292 fixed permission and connect exceptions 2014-08-11 15:04:01 -04:00
Richard Cordovano
a266d9a547 Merge pull request #853 from rcordovano/case_db_conn_per_thread
Case db conn per thread
2014-08-11 14:51:05 -04:00
Richard Cordovano
a41930b0dc Merge remote-tracking branch 'upstream/develop' into case_db_conn_per_thread 2014-08-11 14:49:48 -04:00
Richard Cordovano
498ca848cc Merge pull request #851 from millmanorama/wwf_datetimeparsing
fixed datetime parsing in wwf analyzer
2014-08-11 14:20:34 -04:00
jmillman
90b21054c5 populate tree view when opening an existing case, tweak fxml 2014-08-11 14:15:18 -04:00
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