1012 Commits

Author SHA1 Message Date
Raman
43b580052b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1143-cache-for-updatefile
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/modules/exif/ExifParserFileIngestModule.java
2018-12-07 14:03:02 -05:00
Raman
df4b5f296b 1143: Use the EXIF/Hashset cache for updateFile.
- Also changed EXIF Parser to generate event for each file with EXIF header
2018-12-07 13:55:09 -05:00
Raman
be3276c7f2 Address review comments on previous commit. 2018-12-07 10:07:30 -05:00
esaunders
549f8a6589 Update autoupdate.catalog.url 2018-12-04 16:14:49 -05:00
Richard Cordovano
cf88480658
Merge pull request #4316 from raman-bt/1142-fix-getdatasource
1142: fix DrawableFile.getDataSource()
2018-12-04 13:11:46 -05:00
Raman
aa80d1bcfd 1138: Error marking empty string group seen
- We don't create a group for null/empty value for the group key.
2018-12-04 13:01:18 -05:00
Richard Cordovano
47490dae2b 4288 Add TODOs to ImageGalleryModule 2018-12-03 16:06:49 -05:00
Richard Cordovano
4f8e1c72df 4288 Reorganize loops/conditionals to eliminate some code duplication in ImageGalleryModule 2018-12-03 15:52:44 -05:00
Richard Cordovano
8356f67339 4288 Add some TODO comments to ImageGalleryModule 2018-12-03 15:41:39 -05:00
Richard Cordovano
e21900b073 4288 Change some TODO comments in ImageGalleryTopComponent 2018-12-03 15:26:06 -05:00
Richard Cordovano
8dd3fc406c 4288 Change some TODO comments in ImageGalleryModule 2018-12-03 15:03:06 -05:00
Richard Cordovano
b2b57ca025 4288 Add @Nonull annotation to ImageGalleryModule 2018-12-03 14:39:52 -05:00
Richard Cordovano
e81ebfac76 4288 Make executor in ImageGalleryController final 2018-12-03 14:29:05 -05:00
Raman
e84a1807d5 1142: eliminate extraneous DB round-trip in trying to get data source for a drawable file. 2018-11-30 13:36:44 -05:00
Richard Cordovano
21a279063b Add a TODO to ImageGalleryTopComponent 2018-11-29 14:29:38 -05:00
Richard Cordovano
336b7b4e92 Clarify/add comments in ImageGalleryTopComponent 2018-11-29 14:04:39 -05:00
Richard Cordovano
78dabdf3fa Add comments TODOs ImageGalleryModule 2018-11-29 13:28:13 -05:00
Richard Cordovano
0229a19be1 Fix bug in IGModule event handler and tidy up 2018-11-29 13:10:08 -05:00
Raman
1faf12f3e3 Fixed error message. 2018-11-29 12:40:53 -05:00
Richard Cordovano
612b7f135b Remove eager init of executor in IG controller shutDown 2018-11-29 12:30:29 -05:00
Raman
371b00a9dc 1142: fix DrawableFile.getDataSource() 2018-11-29 11:53:07 -05:00
Richard Cordovano
bc1bee5f1e Merge develop branch into feature branch 2018-11-29 10:27:34 -05:00
Richard Cordovano
93b1e81df2 Initial ImageGalleryTopComponent improvements with TODOs 2018-11-29 09:07:04 -05:00
Brian Carrier
c5fe44944f fixed typo 2018-11-28 16:29:16 -05:00
Brian Carrier
48ac8d11bf ensure stale IDs are only if there is data that has been analyzed. Refined stale message 2018-11-28 15:53:09 -05:00
Brian Carrier
62feed2350 Fixed bug for multi-user case with no ingest run 2018-11-28 15:16:05 -05:00
Brian Carrier
551d5429b0 cleaned up IG states. Made more consistent. 2018-11-28 00:48:26 -05:00
Brian Carrier
969a70a7f0 fixed bug where 'All' was marked as unanalyzed 2018-11-27 17:32:02 -05:00
Brian Carrier
bbc65f6afd Fixed JIRA-1144 about incorrect dialogs when opening single-user case with single data source during ingest 2018-11-26 17:45:16 -05:00
Richard Cordovano
f8c684ff71
Merge pull request #4297 from raman-bt/1133-cache-groupseen
1133: cache the group seen status.
2018-11-26 13:01:50 -05:00
Raman
91dc573d08 1133: cache group seen status
- address review comments.
2018-11-21 18:29:24 -05:00
Richard Cordovano
b420185dab
Merge pull request #4283 from wschaeferB/4361-AddDataSourceIdColumn
4361 add data source id column
2018-11-21 16:08:30 -05:00
Raman
5e8dac43a9 1133: cache the group seen status. 2018-11-21 16:02:26 -05:00
Raman
3acf779e95 1136: Intermittent error: "Error marking group as seen" 2018-11-21 09:22:51 -05:00
U-BASIS\dgrove
864a89f1ae Merge remote-tracking branch 'upstream/develop' into 4302_DarculaLayoutFixes 2018-11-20 16:35:06 -05:00
William Schaefer
8e31b65934 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4361-AddDataSourceIdColumn 2018-11-20 11:08:34 -05:00
Richard Cordovano
c769af555c Eliminate drawables db creation side effect 2018-11-19 19:38:46 -05:00
William Schaefer
0339e4dc8f Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4361-AddDataSourceIdColumn 2018-11-19 17:45:06 -05:00
Richard Cordovano
80cd3a08e5 Remove commented out code and unused case db trans from DrawableDB 2018-11-19 17:13:52 -05:00
Richard Cordovano
2b84fde7e6 Correct typo in DrawableDB comment 2018-11-19 09:25:31 -05:00
Richard Cordovano
cc6c6aa472 Close IG database, propagate exceptions 2018-11-19 09:21:28 -05:00
William Schaefer
9f48caf897 4361 enable/disable settings based on CURRENT_CASE events 2018-11-15 14:06:21 -05:00
Raman
8d2326b475 Address review comments and Codacy comments in the previous commit. 2018-11-14 10:21:12 -05:00
Raman
503e1e56ef Manually applied changes to resolve merge conflict
- Push isImageGalleryOpen() check on EDT.
2018-11-13 18:40:40 -05:00
Raman
d5bd765c9b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1110-no-prepop-2
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryModule.java
2018-11-13 18:00:46 -05:00
Raman
a1d0519b6a 1110: Remove pre-populating phase. 2018-11-13 17:33:47 -05:00
U-BASIS\dgrove
7badc10e86 Many UI fixes to play nice with Darcula. 2018-11-07 10:20:57 -05:00
Brian Carrier
1f52c0e093
Merge pull request #4255 from millmanorama/1100-IG_non_edit_warning_
1110 push isImageGalleryOpen() onto the swing EDT.
2018-11-02 09:41:39 -04:00
millmanorama
cb8021892b push isImageGalleryOpen() onto the swing EDT. 2018-11-02 13:08:28 +01:00
millmanorama
2272bba4df only show regrouping progress in IG status bar ( not main autopsy one) 2018-11-02 09:32:52 +01:00