22322 Commits

Author SHA1 Message Date
Richard Cordovano
01c6dc45d8
Merge pull request #4452 from APriestman/4428_showAcquisitionDetails
4428 show acquisition details
2019-01-18 17:59:47 -05:00
William Schaefer
9a22de93e4 4632 4630 4629 add check to ensure exact matches of paths and file names found 2019-01-18 17:47:17 -05:00
William Schaefer
991ba3ff0f 4632-4630-4629 Fix bug with matching OS_INFO artifacts 2019-01-18 15:59:20 -05:00
William Schaefer
1fbe222190 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4632-4630-4629-DetectOsSpecificFiles 2019-01-18 15:45:12 -05:00
William Schaefer
5609f1bf6b 4632-4630-4629 clarify comment regarding early return in method checkForOSFiles 2019-01-18 15:44:22 -05:00
William Schaefer
0f004b2cbe 4632-4630-4629 add missing comments and correct errors with enum refactor 2019-01-18 15:41:47 -05:00
William Schaefer
665d61c413 4632-4630-4629 clean up code after changes to Enum based approach. 2019-01-18 15:23:05 -05:00
William Schaefer
e0a836e3e0 4632-4630-4629 use enum to make code easier to read and mantain 2019-01-18 15:10:12 -05:00
U-BASIS\dsmyda
99513880dd Made language pack selection configurable 2019-01-18 14:21:08 -05:00
William Schaefer
b0fab6d18f 4632-4630-4629 adjust comments and bundle message 2019-01-18 14:14:20 -05:00
William Schaefer
f9e612cee1 4632-4630-4629-simplify check for existing attributes method 2019-01-18 13:59:32 -05:00
William Schaefer
2a3a4a7b88 4632-4630-4629 spelling fix for word extractor 2019-01-18 13:45:15 -05:00
William Schaefer
a0fd96acc0 4632-4630-4629 split OS INFO art creation from OS DS Usage art creation 2019-01-18 13:40:11 -05:00
William Schaefer
6206621723 4632 Details panel populates OS field 2019-01-18 11:52:12 -05:00
William Schaefer
0ad8e876f2 4632 Create tabbed panel with files tab for DataSourceSummary 2019-01-18 11:22:04 -05:00
Richard Cordovano
85bfa7ae19
Merge pull request #4453 from dannysmyda/4576-Add-Translation-To-Tree
4576 add translation to tree
2019-01-17 16:36:17 -05:00
William Schaefer
0ccfbc8099 4650 add comment explaining why the conflict clause is used in the insert 2019-01-17 15:49:30 -05:00
William Schaefer
c50fb57afd 4650 add exception handling for executionexception when cache is unable to retrieve value 2019-01-17 15:43:59 -05:00
William Schaefer
5b843dadc1 4650 fix returning of value from cache 2019-01-17 15:41:05 -05:00
William Schaefer
c2f3bbfb2e 4650 newDataSource should get the existing data source if there is one 2019-01-17 15:32:01 -05:00
William Schaefer
9746b618e4 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4606-AddUserLoginsToOsAccountArts 2019-01-17 13:15:19 -05:00
William Schaefer
e732bed1aa 4606 use existing SleuthkitCase reference in ExtractRegistry instead of new one 2019-01-17 13:14:57 -05:00
William Schaefer
fb31d39f13 4606 use existing SleuthkitCase reference in ExtractRegistry instead of new one 2019-01-17 13:14:45 -05:00
Eugene Livis
f149c8138d Merge branch 'develop' of github.com:sleuthkit/autopsy into command_line_4412 2019-01-17 12:23:21 -05:00
William Schaefer
343c8218a3 4632 change name of description for Windows volume to OS Drive (Windows) 2019-01-17 11:12:35 -05:00
Raman
2d519841de 1174: parse and create artifacts from Chrome Autofill data 2019-01-17 10:08:54 -05:00
Richard Cordovano
d3d80650e0
Merge pull request #4460 from millmanorama/timeline-event-mgr
merge develop into Timeline event mgr
2019-01-17 09:11:12 -05:00
William Schaefer
78743445c3 fix npe when using postgres CR and creating a new case 2019-01-16 18:58:06 -05:00
William Schaefer
1ad9faea97 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4632-DetectAndroidOsFiles 2019-01-16 18:18:33 -05:00
William Schaefer
49568986ad 4632 fix android volume path to be correct 2019-01-16 18:08:10 -05:00
William Schaefer
700f63b724 Merge branch '4630-DetectLinuxOsFiles' into 4632-DetectAndroidOsFiles 2019-01-16 14:39:45 -05:00
William Schaefer
3783418c78 Merge branch '4629-DetectOsxFiles' into 4630-DetectLinuxOsFiles 2019-01-16 13:59:27 -05:00
esaunders
675a18054b Merge branch 'develop' into 4531_cps_wait_node_bug 2019-01-16 13:57:45 -05:00
William Schaefer
5abc587349 4629 add comment to explain possible combining of OSInfo objects 2019-01-16 13:46:09 -05:00
esaunders
f687239bf2 Changed from asychronous to synchronous child creation since the keys are already being created on a separate worker thread. This change mitigates the issue where a wait node was being displayed and not going away. 2019-01-16 13:21:25 -05:00
esaunders
27a0ee0012 Fix for null pointer exception when performing common properties search without a central repository. 2019-01-16 13:09:33 -05:00
Richard Cordovano
c93b05540f
Merge pull request #4463 from sleuthkit/ig_comment
Updated comment about when we populate groups as seen
2019-01-16 12:35:10 -05:00
William Schaefer
a00afa9147 Merge branch '4630-DetectLinuxOsFiles' into 4632-DetectAndroidOsFiles 2019-01-16 12:20:31 -05:00
William Schaefer
72fede76ea Merge branch '4629-DetectOsxFiles' into 4630-DetectLinuxOsFiles 2019-01-16 12:20:02 -05:00
William Schaefer
99053a0028 4629 prevent duplicate OS_INFO and DATA_SOURCE_USAGE from being generated 2019-01-16 12:19:21 -05:00
Brian Carrier
d488a279c6 Updated comment about when we populate groups as seen 2019-01-16 11:23:06 -05:00
Raman
1e4cec434b 1175: Get chrome login data 2019-01-16 08:02:06 -05:00
William Schaefer
c55d0c5d15 4632 remove invisible characters from android volume path 2019-01-15 18:55:50 -05:00
William Schaefer
923c2a208a Merge branch '4630-DetectLinuxOsFiles' into 4632-DetectAndroidOsFiles 2019-01-15 18:54:47 -05:00
William Schaefer
3956fb1c1f Merge branch '4629-DetectOsxFiles' into 4630-DetectLinuxOsFiles 2019-01-15 18:54:29 -05:00
William Schaefer
cdb9016afa 4629 Change query for files to look for files with a parent directory instead of parent dir 2019-01-15 18:53:58 -05:00
Eugene Livis
25e1f944fe Modified Autopsy startup window to run NBM in IDE 2019-01-15 18:42:04 -05:00
Eugene Livis
1ca2199945 Created interface for the ingest job running service 2019-01-15 17:44:00 -05:00
William Schaefer
6fc94b533e Merge branch '4630-DetectLinuxOsFiles' into 4632-DetectAndroidOsFiles 2019-01-15 17:27:44 -05:00
William Schaefer
a0be72d37c 4630 fix typo in United Linux release path 2019-01-15 17:27:07 -05:00