458 Commits

Author SHA1 Message Date
Brian Carrier
5e4ed7d047 refactored search engine, used list to make it more deterministic 2014-08-19 10:37:12 -07:00
Brian Carrier
e5230e5a79 Reduce database round trips in registry parsing code 2014-07-28 13:52:38 -04:00
Brian Carrier
e5026a108b Changed uses of Java loggger to Autopsy logger 2014-07-10 17:13:40 -04:00
Brian Carrier
85548bd89b Updated version numbers for 3.1.0 2014-07-09 12:10:09 -04:00
Nick Davis
2a2b8ba847 Re-added newlines to strings in properties files. 2014-07-02 21:10:39 -04:00
Richard Cordovano
9be692953c Merge pull request #800 from sleuthkit/db_threading
Fix error message format error
2014-06-24 16:02:48 -04:00
Richard Cordovano
7a0bb1e22b Fix error message format error 2014-06-24 16:00:50 -04:00
Brian Carrier
4b5ce43726 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-06-23 13:47:55 -04:00
Brian Carrier
ce69ad93fa Ensure USB make is in proper place even if initial entries don't specify it 2014-06-16 14:57:20 -04:00
Kay Bassi
062e8c3d75 Translation completed. 2014-06-13 12:52:53 -07:00
Nick Davis
97ba007fbb Extracted newly added string to bundle.
Fixed spelling.
2014-06-13 13:45:06 -04:00
Brian Carrier
f12ec3da88 fixed #742 to use webkit format time in Chrome instead of PRTime format 2014-06-12 21:33:15 -04:00
Brian Carrier
f91c53fe3e Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-06-06 11:14:24 -04:00
Brian Carrier
1924ff4750 stop executils when it is not needed anymore. Remove stop method from recent activity since it is no longer needed. 2014-06-06 11:14:15 -04:00
Brian Carrier
26e01a6cb0 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-06-05 23:24:03 -04:00
Brian Carrier
bd2f97da4c Allow DS modules to supply sub-title of progress bar and updated RecentActivity to use it 2014-06-05 23:23:54 -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
Richard Cordovano
99fd68b1c5 Change data source ingest behavior 2014-05-15 15:39:42 -04:00
Richard Cordovano
33439ecb43 Merge pull request #681 from mrtizmo/recentactivity-ja
RecentActivity additional Japanese translations
2014-04-23 10:34:44 -04:00
Kay Bassi
c508b6af5f Translation complete. Checked for inconsistencies. 2014-04-22 17:18:22 -04:00
Nick Davis
cb8057e66a Pulled new static string. 2014-04-22 17:06:49 -04:00
Nick Davis
85083eeaac RecentActivity - Added NON-NLS tags to hardcoded strings not needing National Language Support. 2014-04-22 15:52:40 -04:00
Nick Davis
6c5ffc8e3b Removed unused strings from Bundle. 2014-04-15 17:48:30 -04:00
Nick Davis
de73225c13 Pulled strings into Bundle.
Translated strings.
2014-04-15 17:36:32 -04:00
Richard Cordovano
5d4f5f1636 Corrected log message format errors in recent activity extracter ingest module 2014-04-10 17:27:35 -04:00
Richard Cordovano
708dd975df Fixed incorrect auto-format of Firefox(Extracter) log messages 2014-04-10 17:19:56 -04:00
Richard Cordovano
1431d12a90 Eliminated duplication of ingest job cancellation check methods 2014-04-10 17:10:08 -04:00
Richard Cordovano
e8773786f4 Added overwrite flag to PlatformUtil resource file extraction method, use for pipeline config 2014-04-10 12:58:45 -04:00
Brian Carrier
4206ab4a10 Fixed device ID lookup error, updated device mapping file, renamed class 2014-04-07 16:06:46 -04:00
Samuel H. Kenyon
109cd14c98 Remove messageID tracking and passing from modules as class IngestMessage handles it automatically now 2014-04-03 22:49:17 -04:00
Brian Carrier
3abbc64ec9 added more checks to RR plug-ins to not display path of module when key is not found 2014-04-03 15:10:39 -04:00
Richard Cordovano
4f8617a16a Tidied up ingest framework API 2014-03-26 17:12:24 -04:00
Richard Cordovano
7c2282e832 Renamed ingest job settings classes 2014-03-25 09:47:46 -04:00
Richard Cordovano
87bb0211f2 Merged in develop branch as of March 24, 2014 2014-03-24 12:35:48 -04:00
Richard Cordovano
8c433c12a1 Did pull request prep and merge bug fixing 2014-03-20 12:49:34 -04:00
Richard Cordovano
ff0b814225 Merged develop into new ingest framework feature branch 2014-03-19 10:51:58 -04:00
Brian Carrier
7253b964bc restrict firefox querying to only exact matches on places.sqlite 2014-03-18 18:41:24 -04:00
Brian Carrier
b689e5ab35 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-03-18 18:40:01 -04:00
Brian Carrier
dc8bd033a6 Updated autopsy-version of uninstall regripper plug-in to support 32 and 64-bit apps 2014-03-18 18:38:28 -04:00
Richard Cordovano
bed31e5f8f Prepare for merge of develop branch 2014-03-18 15:33:38 -04:00
Richard Cordovano
03e2f5fb6c Fixed show stopper bugs in new ingest framework 2014-03-18 00:22:28 -04:00
Richard Cordovano
e99925fb7d Check in current state of new ingest framework for safekeeping 2014-03-17 17:45:59 -04:00
Richard Cordovano
914691311f Merge pull request #549 from mrtizmo/recentActivity
Completed JA translation of recentactivity module
2014-03-15 07:08:15 -04:00
Brian Carrier
236a8e36e5 removed extra backslash in properties file 2014-03-14 17:35:16 -04:00
Brian Carrier
45fea6ed87 moved SQLiteDBConnect back into core because it needs teh sqlite jar to be in the same NBM and we can load a jar only once accross multiple jars. Moving it back is easiest solution at this point. Doesn't work otherwise. 2014-03-14 00:37:07 -04:00
Richard Cordovano
7b46726810 Check in current state of new ingest framework for safekeeping 2014-03-13 18:07:30 -04:00
Richard Cordovano
44398764bf Check in current state of new ingest framework for safekeeping 2014-03-12 23:55:42 -04:00
Kay Bassi
5238a4b0f5 Translated last 2 text. 2014-03-12 17:50:35 -07:00
Nick Davis
4b2222eb4a Cleaned out 2 extra backslashes. Fixed unintentional escape of 2 Bundle entry. 2014-03-12 19:54:04 -04:00
Nick Davis
836a34a506 Merge branch 'recentActivity' of ssh://repo.narfindustries.com/autopsy-jp into recentActivity 2014-03-12 19:51:18 -04:00