20771 Commits

Author SHA1 Message Date
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
esaunders
b303322427 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2018-10-09 14:12:09 -04:00
Raman
89ce91e3f9 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2018-10-09 13:04:10 -04:00
Brian Carrier
330d75518a
Merge pull request #4198 from sleuthkit/1077_npe
fix NPE - JIRA 1077
2018-10-09 13:00:16 -04:00
Brian Carrier
88413f2f30
Merge pull request #4197 from raman-bt/1060-ingest-stuck-take4
1060 ingest stuck
2018-10-09 12:59:55 -04:00
Raman
8b59f526a8 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2018-10-09 10:49:53 -04:00
Brian Carrier
fe6d0bef32
Merge pull request #4195 from sleuthkit/ig_optimization
Only use ID to compare Data sources to save call to getChildren().
2018-10-09 10:43:11 -04:00
Brian Carrier
cca0ac3157
Merge pull request #4188 from millmanorama/1051-update_behavior_dialog
1051 show dialog describing behavior of multi user cases.
2018-10-09 10:42:52 -04:00
Brian Carrier
ac4778e7f5
Merge pull request #4186 from millmanorama/1054-populate_widgets_on_bg_thread
1054 make sure all db queries for widget initialization happen on bg threads.
2018-10-09 10:40:51 -04:00
Brian Carrier
2eb9379aee fix NPE - JIRA 1077 2018-10-09 10:35:29 -04:00
Raman
cc62e0c713 1060: ingest stuck 2018-10-09 09:55:51 -04:00
Raman
8ff4b44b97 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2018-10-06 07:37:38 -04:00
Brian Carrier
2080ae357d update equals to equivalent to hashCode and use only DS ID for comparision instead of needting to call getChildren() 2018-10-05 16:38:37 -04:00
Richard Cordovano
8f1c233343 Correct copyright notice in new AutopsyOptionProcessor class 2018-10-05 16:23:24 -04:00
Richard Cordovano
12058c5eea
Merge pull request #4193 from rcordovano/develop
Remove instead of deprecate new AbstractAbstractFileNode API
2018-10-05 16:18:26 -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
Raman
6e90654d71 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2018-10-05 16:10:05 -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
Richard Cordovano
c4364b25f8
Merge pull request #4190 from dgrove727/4281_CommonPropertiesViewSourceFile
Enable View in Directory.
2018-10-05 11:57:32 -04:00
Richard Cordovano
e9cedb3f45
Merge pull request #4184 from millmanorama/1040-keep_list_in_sync_with_thumbnails
1040 - make sure to change viewed group to one that is in selected datasourc…
2018-10-05 11:35:04 -04:00
Raman
9f8e1d8d95 Revert "1060: ingest stuck when adding another data source during ingest"
This reverts commit bfd8ed8325df1a8da85ccd4e91c18d0c759cb18d.
2018-10-05 10:27:22 -04:00
Raman
bfd8ed8325 1060: ingest stuck when adding another data source during ingest 2018-10-05 10:21:15 -04:00
U-BASIS\dgrove
efb91718d4 Enable View in Directory. 2018-10-04 22:48:32 -04:00
millmanorama
a2998329db use getExecutorForClass() 2018-10-05 00:21:24 +02:00
millmanorama
2bbb7a9c4f show dialog describing behaviour of multi user cases. 2018-10-05 00:17:55 +02:00
Richard Cordovano
05b4298576
Merge pull request #4187 from rcordovano/version-number-changes
Update application version number to 4.9.0
2018-10-04 16:35:32 -04:00
Richard Cordovano
f3491f9905
Merge pull request #4175 from wschaeferB/4273-InterCaseSearchProvideDisabledFeedback
4273 inter case search provide disabled feedback
2018-10-04 16:32:08 -04:00
Richard Cordovano
af4e63093c Update application version number to 4.9.0 2018-10-04 16:20:05 -04:00
William Schaefer
a9cec4c296 4273 resolve merge conflicts with develop 2018-10-04 15:09:01 -04:00
William Schaefer
eb4bdcd39f 4273 adjust CommonAttributePanel regarding PR comments 2018-10-04 15:04:47 -04:00
Richard Cordovano
4ff7e6783c Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2018-10-04 14:59:11 -04:00
Richard Cordovano
108854c540
Merge pull request #4182 from rcordovano/develop
Removed hard-coding of version number in online doc URL
2018-10-04 14:46:53 -04:00
Richard Cordovano
6452c92509
Merge pull request #4181 from wschaeferB/4289-CustomFileTypeUIFixes
4289 fix display of custom mime type set name
2018-10-04 14:44:33 -04:00
Richard Cordovano
0da299337d Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2018-10-04 14:38:01 -04:00
Richard Cordovano
4c14837fae
Merge pull request #4177 from wschaeferB/4275-KeywordSearchIngestWarning
4275 add ingest ongoing warning to keyword search options panel
2018-10-04 14:36:50 -04:00
millmanorama
0d9f5578b4 Merge remote-tracking branch 'upstream/develop' into 1054-populate_widgets_on_bg_thread
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/navpanel/HashHitGroupList.java
2018-10-04 20:35:53 +02:00
Richard Cordovano
fcb04c5974
Merge pull request #4183 from millmanorama/placeholder_for_empty_list
1069 - Placeholder for empty lists/selections
2018-10-04 13:40:06 -04:00
Richard Cordovano
f19cf9fbaa
Merge pull request #4185 from dannysmyda/Fix_memory_leak_in_EFE
EFE - Fixed memory leaks issues and added more informative progress bar updates
2018-10-04 13:37:21 -04:00