64 Commits

Author SHA1 Message Date
Richard Cordovano
fcdf65eb7d
Merge pull request #4446 from raman-bt/1170-alter-groups-table
1170 alter groups table
2019-01-11 12:37:26 -05:00
Raman
2a80c5733b Pulled in changes for 1130 (Is Group Analyzed) to keep all the related changes together on a single branch.
Addressed review comments.
2019-01-10 11:00:12 -05:00
Richard Cordovano
e8d0e92190 Fix bug in handling of case events in ImageGalleryModule 2019-01-02 09:23:45 -05:00
Richard Cordovano
5984f66c51 Add database update app service to Image Gallery 2018-12-31 13:19:09 -05:00
Raman
c6b05837ea Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1130-is-group-analyzed 2018-12-21 11:22:53 -05:00
Richard Cordovano
7b55277f4e Fix DataSourceAnalysisEvent.getDataSource NPEs 2018-12-14 13:01:27 -05:00
Raman
6c6dc65ab0 1130: determine when a path group is analyzed. 2018-12-14 11:04:13 -05:00
Raman
57e580265e 1143: use cache for updatefile
- Update files only if ImageGallery listening is enabled.
2018-12-07 15:04:05 -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
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
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
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
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
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
551d5429b0 cleaned up IG states. Made more consistent. 2018-11-28 00:48:26 -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
Raman
3acf779e95 1136: Intermittent error: "Error marking group as seen" 2018-11-21 09:22:51 -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
millmanorama
cb8021892b push isImageGalleryOpen() onto the swing EDT. 2018-11-02 13:08:28 +01:00
Brian Carrier
2eb9379aee fix NPE - JIRA 1077 2018-10-09 10:35:29 -04:00
millmanorama
f6e5b2d420 Merge remote-tracking branch 'upstream/develop' into 1033-backwards-compatibility
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryModule.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryTopComponent.java
2018-10-01 14:00:18 +02:00
Brian Carrier
28be6a5ed6 Update caches based on events. Get DS Obj Id directly 2018-09-26 23:44:17 -04:00
millmanorama
ba72865298 cleanup 2018-09-26 12:46:19 +02:00
millmanorama
a6b3242106 remove unused method 2018-09-20 13:11:52 +02:00
millmanorama
7f5420e305 fix codacy issues 2018-09-17 12:55:32 +02:00
millmanorama
ec9ab46aca fix initialization of listeningEnabled and stale properties. 2018-09-13 13:30:58 +02:00
millmanorama
c97e64172b more codacy fixes 2018-09-05 15:41:26 +02:00
millmanorama
d8f46f88a8 make sure a grouping is applied the first time Image Gallery is opened. 2018-09-05 15:12:04 +02:00
millmanorama
8c33ae8393 codacy fixes 2018-09-05 14:22:56 +02:00
millmanorama
cea02f4304 fix changing cases 2018-09-04 17:48:41 +02:00
millmanorama
39a3a955ce refactor how ImageGalleryController and ImageGalleryTopComponent are instantiated and interact. 2018-09-04 16:03:22 +02:00
Raman
2c3d515201 1009: Rebuild IG at data-source level 2018-08-10 15:29:19 -04:00
Brian Carrier
9248d8496b change default stale value to false to prevent exceesive rebuilds 2018-08-02 17:07:20 -04:00
Raman
49e7ed7036 1001: Image Gallery for multi-user cases 2018-07-25 19:51:57 -04:00
U-BASIS\zhaohui
7c9a7026c5 3386: Update the files permission from 755 to 644 2018-01-03 14:43:27 -05:00
U-BASIS\dgrove
70339153e1 Sync 2017-08-16 11:44:14 -04:00
jmillman
bd22f0d0d8 use fileTypeDetector.detect
use fileTypeDetector.detect
2016-03-22 17:07:53 -04:00
Nick Davis
ca2a4e5b2b Extracted hard coded strings. Commented strings that shouldn't be extracted using NON-NLS. Used @NbBundle.Messages() style annotations for strings. Verified it correctly builds. 2016-02-02 12:56:17 -05:00
Richard Cordovano
96c966002a Revert "Revert "Revert "1501 ja image gallery - redo 1""" 2016-02-01 13:32:20 -05:00
Richard Cordovano
2a25dab4c6 Revert "Revert "1501 ja image gallery - redo 1"" 2016-02-01 12:49:13 -05:00
Richard Cordovano
e6e91fa9be Revert "1501 ja image gallery - redo 1" 2016-01-30 18:27:15 -05:00
Nick Davis
ee516a45d5 Ran searches. Tagged strings. Moved hard coded strings into @NbBundle.Messages() annotations. 2016-01-30 16:48:14 -05:00