21675 Commits

Author SHA1 Message Date
U-BASIS\dsmyda
c845a73bda Added comment 2019-01-09 14:56:27 -05:00
U-BASIS\dsmyda
6e8c225016 Renamed enum and reordered statements 2019-01-09 14:49:43 -05:00
U-BASIS\dsmyda
19c375c37e Made translation of AbstractAbstractFileNode name change the displayName and fixed functionality that broke as a result 2019-01-09 14:28:14 -05:00
William Schaefer
5b765914ad 4606 add parsing of SAM regripper output 2019-01-09 13:52:08 -05:00
Raman
31a7e4cfeb Address review comments:
- Perform schema upgrade as a transaction
2019-01-09 11:39:40 -05:00
Richard Cordovano
ca67849d2a
Merge pull request #4450 from dannysmyda/4596-Upgrade-Sqlite-Version
4596 Upgrade Sqlite Version
2019-01-09 11:25:51 -05:00
Ann Priestman
a4f570caf5 Add default string for empty details 2019-01-09 11:10:28 -05:00
Ann Priestman
222db62abb Show acquisition details in content viewer 2019-01-09 09:52:15 -05:00
U-BASIS\dgrove
61f2112bcc Persist CR data on hash setters. 2019-01-09 00:14:53 -05:00
Brian Carrier
94e4b1042a update to quick start 2019-01-08 22:56:09 -05:00
William Schaefer
5183e20404 4590 remove new attribute in favor of tsk_description 2019-01-08 15:49:00 -05:00
William Schaefer
8cd3040dbf 4590 fix errors when refactoring name of artifact 2019-01-08 14:57:38 -05:00
William Schaefer
b7be944a0b 4590 rename artifact and attribute for data source usage 2019-01-08 14:44:11 -05:00
William Schaefer
35b8fe44cc 4590 update comment for windows volume check 2019-01-08 13:42:22 -05:00
William Schaefer
7c9d4e1596 4590 change data source profile artifact/attribute relationship to 1 to 1 2019-01-08 13:41:03 -05:00
William Schaefer
cde86ea894 4590 hide Data Source Profile in tree 2019-01-08 12:35:26 -05:00
Brian Carrier
055f9f70b5
Update main.dox 2019-01-08 12:27:47 -05:00
U-BASIS\dsmyda
dfbfeb6ea5 Added a test for ensuring single selection 2019-01-08 09:31:27 -05:00
U-BASIS\dsmyda
6b2736a4ec Bug fixes and update to tests 2019-01-08 09:18:57 -05:00
Raman
face09c9d1 Guard lastUpdatedPathGroup for concurrent access. 2019-01-08 07:44:00 -05:00
William Schaefer
64e1d6065d 4590 Add datasourceprofiler class to recent activity 2019-01-07 18:41:54 -05:00
William Schaefer
c2a6f6d0a2 4590 fix possible npe when artifact associated with non-abstractfile 2019-01-07 18:23:10 -05:00
William Schaefer
72046156c8 4568 add exception logging and disable goto datasource button when no datasource selected 2019-01-07 16:01:52 -05:00
William Schaefer
97f5d1cd3e 4568 add comments and clean up classes in regards to data source summary 2019-01-07 15:50:12 -05:00
U-BASIS\dgrove
c6e73b31cc Cleanup. 2019-01-07 15:21:42 -05:00
U-BASIS\dgrove
40a2909a0e Updated comment for 'fireModuleContentEvent()'. 2019-01-07 15:16:41 -05:00
U-BASIS\dgrove
a197036db5 Cleanup. 2019-01-07 14:58:14 -05:00
U-BASIS\dgrove
22e347ba01 Using DATA_SOURCE_ANALYSIS_COMPLETED. 2019-01-07 14:28:24 -05:00
William Schaefer
9e298d608e 4568 create second action to avoid multiple instances of CallableSystemAction being created 2019-01-07 13:48:04 -05:00
William Schaefer
783b1846cc 4568 add context menu action and selection of datasource 2019-01-07 12:16:47 -05:00
Ann Priestman
3c24597fac Send event for verification failed artifact 2019-01-07 12:00:31 -05:00
U-BASIS\dsmyda
9f97452c2c Upgraded jar reference in ImageGallery, Core, and Keyword Search 2019-01-07 10:18:11 -05:00
U-BASIS\dgrove
47ebc4d001 Merge remote-tracking branch 'upstream/develop' into 4597_StoreDataSourceHashesInCentralRepo 2019-01-07 10:09:02 -05:00
U-BASIS\dsmyda
d0eea2db85 External Rules bug fix 2019-01-07 09:31:52 -05:00
U-BASIS\dsmyda
3dffd34d18 Review changes 2019-01-07 09:03:40 -05:00
U-BASIS\dgrove
1d5815030d Tweaked SevenZipExtractor; uncommented test. 2019-01-05 01:51:57 -05:00
Raman
e9dd0c25e5 1171: Create IG table schema versions 2019-01-04 22:51:49 -05:00
William Schaefer
2aa9908307 4568 make use of CaseDbAccessManager to eliminate need for datamodel changes 2019-01-04 13:39:55 -05:00
U-BASIS\dgrove
e893637813 Cleanup. 2019-01-04 12:45:18 -05:00
U-BASIS\dgrove
a98dd5d6d5 DataSourceUpdateService now checks for hash changes. 2019-01-04 12:32:06 -05:00
William Schaefer
a26d0dbf70 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4568-DataSourceSummary 2019-01-04 11:31:10 -05:00
William Schaefer
06d5c55fb2 4568 add counts for file types to Data source summary 2019-01-04 10:57:13 -05:00
U-BASIS\dgrove
e496d01aea Data Source Integrity hash value sync added. 2019-01-04 02:35:56 -05:00
William Schaefer
82bab17795 4568 populate file/result/tag count columns for data sources 2019-01-03 18:43:45 -05:00
William Schaefer
1d143a315b 4568 add initial Data source summary dialog and action 2019-01-03 16:02:19 -05:00
Richard Cordovano
2901daa71f
Merge pull request #4440 from dgrove727/4594_HashFileTypeTestsFixes
4594 hash file type tests fixes
2019-01-03 15:11:11 -05:00
Richard Cordovano
91d6f5d627
Merge pull request #4434 from dgrove727/4574_HtmlReportCaseNotes
4574 html report case notes
2019-01-03 15:09:46 -05:00
Richard Cordovano
bce2e9a738
Merge pull request #4418 from dgrove727/4162_LocalDiskPanelCleanUp
Removes drive from which application runs.
2019-01-03 15:09:13 -05:00
U-BASIS\dgrove
bca30c33fb Partial updates to DataSourceIntegrityIngestModule. 2019-01-03 13:08:27 -05:00
Richard Cordovano
7e6169def7
Merge pull request #4431 from wschaeferB/4556-RemoveUnecessaryNewCaseCalls
4556 remove unnecessary calls to EamDb.getInstance().newCase()
2019-01-03 11:19:03 -05:00