7005 Commits

Author SHA1 Message Date
alexjacks92
de063b9957 Working towards moving both sets of logs for testing. 2014-06-02 16:38:32 -04:00
Richard Cordovano
2c39db9591 Merge remote-tracking branch 'upstream/develop' into external_results_utility 2014-05-30 19:39:50 -04:00
Richard Cordovano
db6347d693 Merge pull request #739 from rcordovano/log_files_to_logs_folder
Log files to logs folder
2014-05-30 19:31:34 -04:00
Richard Cordovano
1c7d72b053 Write to log files in case log directory 2014-05-30 19:27:53 -04:00
Richard Cordovano
a36b9f5645 Commit interim work on external results import feature 2014-05-30 17:03:36 -04:00
Richard Cordovano
641f3fe6df Merge pull request #738 from alexjacks92/IdBug
Dropping tsk_files object ID instead of replacing it.
2014-05-30 15:14:28 -04:00
Richard Cordovano
88c87e66d8 Merge pull request #736 from mrtizmo/lastphase3
Tagged hard coded strings with //NON-NLS
2014-05-30 14:19:18 -04:00
alexjacks92
93bcdaebd2 Dropping tsk_files obj_id istead of replacing. 2014-05-30 14:17:31 -04:00
Brian Carrier
2767542a1a Restored default behavior to ignore text files 2014-05-30 00:29:37 -04:00
Brian Carrier
9e07e6f78b Added more extensions to config file 2014-05-30 00:28:51 -04:00
Brian Carrier
8ddffa8ba3 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-05-30 00:21:02 -04:00
Brian Carrier
1d3b1dab67 USB device parser adds vendor name when product code isn't known 2014-05-30 00:20:51 -04:00
Brian Carrier
6687457705 don't hash directories and prevent adding empty file hash value to database 2014-05-29 23:52:01 -04:00
Richard Cordovano
b18a9649bb Refactor and fix of external results utility classes (continued) 2014-05-29 16:09:08 -04:00
Nick Davis
4e8e7fa3dd Tagged hard coded strings with \\NON-NLS 2014-05-29 14:28:50 -04:00
Nick Davis
57f8081ccb Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-05-29 14:16:33 -04:00
Brian Carrier
e237f8390e Fixed bug that caused duplicate keyword hit entries to exist 2014-05-28 17:42:08 -04:00
Brian Carrier
a85346c0dd Added artifact ID to artifact content viewer 2014-05-28 14:46:30 -04:00
Richard Cordovano
f21ed14f9f Complete sample/test external executable ingest module 2014-05-28 11:58:36 -04:00
Richard Cordovano
7dcd2a747f Add ExternalResultXML enum and partial impl of sample module 2014-05-27 17:46:41 -04:00
Brian Carrier
7e61cdb1ac fixed renaming issue in layer.xml 2014-05-27 16:35:52 -04:00
Brian Carrier
1cf18724db refactoring of keyword search markup classes 2014-05-27 14:44:16 -04:00
Brian Carrier
ac6c6da3e3 Fixed bug that caused null pointer exception when displaying keyword hits. Other minor refactoring 2014-05-27 14:20:05 -04:00
Brian Carrier
9b546fcbec Changed project ot development status so that error messages go to console 2014-05-27 13:59:08 -04:00
Richard Cordovano
eb7506b2d2 Fix merge conflicts after develop merge 2014-05-27 10:08:39 -04:00
Richard Cordovano
f6720111ae Merge conflict resolution - branding 2014-05-27 10:01:37 -04:00
Richard Cordovano
5f003b4cf2 Rename local variables in ExternalResultsImporter (derp, derf, etc.) 2014-05-23 09:04:43 -04:00
Richard Cordovano
14ffe64459 Merge pull request #735 from alexjacks92/japaneseUI
UI changes to fit Japanese translations better
2014-05-23 08:58:34 -04:00
Brian Carrier
4a4cff8ef7 Merge branch 'develop' of github.com:sleuthkit/autopsy into SynapticNulship-keyword-refactor 2014-05-22 23:58:23 -04:00
Brian Carrier
f92f34c968 Fixed bug where list names could be added as empty string and refactored to better integrate list names. Lots of renamig too. 2014-05-22 23:58:01 -04:00
Richard Cordovano
0c3430b0d9 Remove external results ingest module, reduce and change public API 2014-05-22 15:51:06 -04:00
alexjacks92
89c563d462 First pass at adjusting UI to fit japanese translations better. 2014-05-22 15:05:28 -04:00
Richard Cordovano
12306e794a Merge pull request #734 from rcordovano/ingest_scheduler_improvements
Ingest scheduler improvements
2014-05-22 14:46:16 -04:00
Richard Cordovano
00ba1b610a Make sure ingest jobs with empty directories finish 2014-05-22 14:44:33 -04:00
Richard Cordovano
b86f6c3088 Merge pull request #733 from rcordovano/develop
Update ingest module developer guide
2014-05-21 17:45:16 -04:00
Richard Cordovano
121f76487a Update ingest module developer guide for move of shutDown() from IngestModule to FileINgestModule 2014-05-21 17:42:46 -04:00
Richard Cordovano
fd0d110a06 Merge pull request #731 from mrtizmo/update_bubble_ja
Localization of Autopsy auto update notification bubble
2014-05-21 09:06:43 -04:00
Richard Cordovano
3cc566cf3b Merge pull request #730 from mrtizmo/ingest-ja
Ingest module Japanese localization of additional strings and cleanup
2014-05-20 17:51:41 -04:00
Richard Cordovano
f9362a95b9 Merge pull request #732 from rcordovano/ingest_scheduler_improvements
Ingest scheduler improvements
2014-05-20 17:51:22 -04:00
Richard Cordovano
ed096f9852 Make sure ingest job completion is always detected 2014-05-20 17:37:03 -04:00
Nick Davis
f80aa1d688 Added updates_ja.xml. This file needs to be placed on the autopsy web server next to http://sleuthkit.org/autopsy/updates.xml. This file should be accessible at http://sleuthkit.org/autopsy/updates_ja.xml. This file should be updated anytime that updates.xml is updated. Or any time you want a user running with the JA locale to be notified of a software update.
Updated Bundle_ja.properties to use the updates_ja.xml instead of the updates.xml.
2014-05-20 16:21:38 -04:00
Nick Davis
766e86984d Removed unused strings from Bundle. 2014-05-20 15:44:06 -04:00
Nick Davis
98e7f42696 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into ingest-ja 2014-05-20 15:39:38 -04:00
Richard Cordovano
02966a1179 Merge pull request #729 from mrtizmo/corecomponents-ja
Corecomponents module Japanese localization of additional string and file cleanup
2014-05-20 15:38:59 -04:00
Nick Davis
2bd1eed9c5 Removed extra empty lines. 2014-05-20 15:35:44 -04:00
Nick Davis
cb496cb66f Merge branch 'develop' of https://github.com/sleuthkit/autopsy into corecomponents-ja 2014-05-20 15:26:23 -04:00
Richard Cordovano
f093614480 Fix implementation of not running empty ingest pipelines 2014-05-20 13:55:55 -04:00
Richard Cordovano
3aeb9da77f Fix bug injected into FileIngestTaskScheduler.getNextTask() 2014-05-20 13:28:57 -04:00
Richard Cordovano
496925a543 Shut down file ingest pipeline ASAP 2014-05-20 13:01:13 -04:00
Richard Cordovano
47b48546ed Fix IngestScheduler race condition and run of empty ingest pipeline 2014-05-20 11:56:21 -04:00