10952 Commits

Author SHA1 Message Date
William Schaefer
496b3034ae 4272 tweek sizing of tables so device ID will fit by default 2018-10-15 15:36:07 -04:00
William Schaefer
16df60558f 4272 fix warnings regarding raw types with dataSourcesTableModel 2018-10-15 15:29:40 -04:00
William Schaefer
b836dd8923 4272 add missing constructor comment for CasesTableModel 2018-10-15 15:03:11 -04:00
William Schaefer
4ee84efcb9 4272 further comment CaseDetailsDialog and table models used by it. 2018-10-15 14:59:39 -04:00
William Schaefer
e464b31240 4272 add comments to new CaseDetailsDialog methods 2018-10-15 14:25:10 -04:00
William Schaefer
9e44c52f6b 4272 add comments to CaseDataSourcesWrapper remove unused code 2018-10-15 14:19:21 -04:00
William Schaefer
55b972b058 4272 fix bundle message names to reflect refactored class name 2018-10-15 13:45:50 -04:00
Brian Carrier
5e4a296f7c
Merge pull request #4216 from wschaeferB/4313-FileLimitOption
4313 add option to disable limiting of deleted file display to 10k
2018-10-14 21:18:06 -04:00
Richard Cordovano
9230451cb7 Remove SQLiteUtil from public API for future work 2018-10-13 21:08:04 -04:00
William Schaefer
d05adf1120 4272 first batch of clean up for Case Details dialog on CR panel 2018-10-12 17:38:47 -04:00
William Schaefer
ff8c4ff427 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4272-ShowDataSourcesInCRPanel 2018-10-12 17:11:50 -04:00
William Schaefer
a59eadb393 4313 add option to disable limiting of deleted file display to 10k 2018-10-12 16:07:35 -04:00
Richard Cordovano
6bf58a0d3a NBM versioning updates for release 4.9.0 2018-10-12 12:07:41 -04:00
Brian Carrier
c3efd28c14
Merge pull request #4207 from APriestman/ingestDsFix
Run all ingest modules on logical file sets
2018-10-12 11:30:05 -04:00
Brian Carrier
1029f4fcdb
Merge pull request #4214 from sleuthkit/4262_domain_check
validate domains don't have special characters
2018-10-12 11:21:04 -04:00
William Schaefer
26d8baab8b 4272 case info cr options panel with data sources added 2018-10-12 10:54:53 -04:00
Brian Carrier
2582ede1c4 Updated to TSK 4.6.3 2018-10-11 21:50:33 -04:00
Brian Carrier
ab3338ba6b Updated to TSK version 4.6.3 2018-10-11 21:40:18 -04:00
Brian Carrier
e80553351c validate domains don't have special characters 2018-10-11 18:49:32 -04:00
Richard Cordovano
eccf778925 Merge upstream, restore encapsulation of DataResultViewerTable 2018-10-11 18:23:06 -04:00
Richard Cordovano
4a8aecb939 Restore encapsulation of OutlineView in DataResultViewerTable 2018-10-11 18:16:46 -04:00
Richard Cordovano
3d6df1d9ea
Merge pull request #4212 from rcordovano/tree-table-node-public-api-fixes
Refactor to remove public API additions for common properties search
2018-10-11 18:14:28 -04:00
U-BASIS\dsmyda
611353d8f1 Created a solution entirely within the EFE module and not changing any public API in datamodel 2018-10-11 16:36:13 -04:00
Brian Carrier
8b622cfdb3
Merge pull request #4211 from dgrove727/4262_InvalidDomainsFix
4262 invalid domains fix
2018-10-11 15:49:19 -04:00
Richard Cordovano
7d7484aaef Refactor to remove public API additions for common properties search 2018-10-11 15:47:41 -04:00
Richard Cordovano
1bf1d77532 Refactor to remove public API additions for common properties search 2018-10-11 15:43:29 -04:00
Richard Cordovano
df419009c4 Refactor to remove public API additions for common properties search 2018-10-11 15:39:57 -04:00
U-BASIS\dgrove
3c1db06fc4 Minimal fixes. 2018-10-11 15:03:25 -04:00
William Schaefer
7da139012f 4270 fix short circuiting of filter logic and improve comment 2018-10-11 12:02:21 -04:00
Ann Priestman
154eec8cd7 Run all ingest modules on logical file sets 2018-10-11 11:26:07 -04:00
Brian Carrier
7cce72f591
Merge pull request #4194 from rcordovano/fix-copyright
Correct copyright notice in new AutopsyOptionProcessor class
2018-10-11 09:49:21 -04:00
Brian Carrier
5f3844e2ee
Merge pull request #4200 from esaunders/4229_add_interesting_item_hits_in_bulk
In HitsFactory.createKeys() add artifact hits in bulk to speed up dis…
2018-10-11 09:48:51 -04:00
Brian Carrier
a82c68d155 advance groups when none shown, update group when unseen is updated, ensure button stays disabled during rebuild , added comments. 2018-10-10 14:27:04 -04:00
William Schaefer
175c849f25 4272 resize and simplify Case Details panel UI 2018-10-10 13:33:40 -04:00
William Schaefer
f00a647307 4270 adjust comments to account for changes 2018-10-10 12:28:40 -04:00
William Schaefer
4b05906ec3 4270 fix check for filtering criteria being enabled 2018-10-10 12:17:42 -04:00
William Schaefer
7be39a5d04 4270 remove unused import 2018-10-10 12:15:23 -04:00
William Schaefer
c74e4d8620 4270 fix title for single case intercase file type search 2018-10-10 11:29:25 -04:00
William Schaefer
4f10558e93 4270 use mime type when available for intercase common attr search 2018-10-10 11:08:47 -04:00
Raman
ac01d1757b 1080: Ensure CaseDbTransaction is closed in case of exception. 2018-10-09 21:35:08 -04:00
esaunders
e2cc7d009a In HitsFactory.createKeys() add artifact hits in bulk to speed up display of large numbers of interesting hits. 2018-10-09 17:00:41 -04:00
U-BASIS\dsmyda
c88ea15bbc Added some comments and did some testing, everything looks good 2018-10-09 16:22:50 -04:00
U-BASIS\dsmyda
c9913f24e8 Fixed the source of the memory issue and did some light refactoring 2018-10-09 15:05:42 -04:00
Richard Cordovano
8f1c233343 Correct copyright notice in new AutopsyOptionProcessor class 2018-10-05 16:23:24 -04:00
Richard Cordovano
1d195d5bc1 Remove instead of deprecate new AbstractAbstractFileNode API 2018-10-05 16:13:33 -04:00
U-BASIS\dsmyda
b5d13c8928 Stashed here for now, still need to test and comment but exception handling is fixed 2018-10-05 16:13:15 -04:00
William Schaefer
a893b0fcf0 4297 added jira todo for upgrading jackcess in story 4300 2018-10-05 14:02:40 -04:00
William Schaefer
89478966db 4297 silence io, bufferunderflow, and indexoutofbounds exceptions from jackcess DatabaseBuilder.open 2018-10-05 13:59:51 -04:00
U-BASIS\dgrove
efb91718d4 Enable View in Directory. 2018-10-04 22:48:32 -04:00
William Schaefer
a9cec4c296 4273 resolve merge conflicts with develop 2018-10-04 15:09:01 -04:00