252 Commits

Author SHA1 Message Date
Richard Cordovano
f698878151
Merge pull request #6684 from sleuthkit/ig_projvic_names
Update Project Vic Names in Image Gallery - fixes bug in LE Bundle. And other refactoring.
2021-02-04 14:10:27 -05:00
Kelly Kelly
ae7e6137a2 Modified change comment for clarification 2021-02-03 17:48:16 -05:00
Kelly Kelly
5aed1e565c Fixed comment 2021-02-03 16:09:35 -05:00
Kelly Kelly
c5e00cc8d4 Fixed confusing message issue 2021-02-03 15:11:54 -05:00
Brian Carrier
eb25cba6f3 Update Project Vic tag names to latest - fixes bug with latest LE Bundle Module 2021-02-01 09:41:00 -05:00
Kelly Kelly
dfa3a81fea Cleaned up formatting 2020-05-27 17:26:30 -04:00
Kelly Kelly
839bd38ef5 Fixing start up issues 2020-05-27 15:32:23 -04:00
Kelly Kelly
8f9f4b85c6 Fixed TagsManager.getStandardTagsNames 2020-05-13 18:32:37 -04:00
Kelly Kelly
125884f809 Functional IG using TagSet and TagName 2020-04-30 18:10:26 -04:00
Richard Cordovano
fae33241c1 Fix bug in DrawableDB.insertOrUpdateDataSource 2019-11-22 11:05:46 -05:00
Richard Cordovano
5e18757766 Rework INSERT OR REPLACE in DrawableDB to be compatible with cascading deletes 2019-11-20 16:17:28 -05:00
Richard Cordovano
45cff4ad54 Merge in new data source deletion code from McKinnon 2019-10-28 16:14:59 -04:00
Richard Cordovano
379574942d Merge in new data source deletion code from McKinnon 2019-10-28 16:14:08 -04:00
Richard Cordovano
4c3a25346a Merge in new data source deletion code from McKinnon 2019-10-28 16:12:57 -04:00
Richard Cordovano
c3697740d9 Merge in new data source deletion code from McKinnon 2019-10-28 15:44:00 -04:00
William Schaefer
e47d12a8bb 5319 first pass of changing ingest listeners 2019-07-19 13:38:29 -04:00
Richard Cordovano
123d5d643e Addressed Codacy issues and review comments 2019-06-18 10:06:18 -04:00
Richard Cordovano
a7fc8d4cc5 Assorted clean up for IG deadlocks fix 2019-06-14 11:25:52 -04:00
Richard Cordovano
7342c502af Eliminate IG accesses to drawables DB after case closed 2019-06-12 20:07:32 -04:00
Richard Cordovano
e4e00c2385 ImageGalleryConmtroller listener management changes 2019-06-12 09:56:08 -04:00
Richard Cordovano
8be4793245 Image gallery deadlock fixes 2019-06-05 19:36:15 -04:00
Richard Cordovano
90a3890e6f Image gallery deadlock fixes 2019-06-05 16:49:59 -04:00
Richard Cordovano
157e84356c Update formatting of some IG classes 2019-06-03 13:11:47 -04:00
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
f26c2201c6 1130: Mark group as analyzed
- Fixed hang and address review comments in previous commit
 - Handle marking groups as analyzed during rebuild
2018-12-26 14:18:18 -05:00
Richard Cordovano
245f7e3593 Remove unneccessary, dead locking synch from ImageGalleryController 2018-12-23 18:09:22 -05:00
Raman
6c6dc65ab0 1130: determine when a path group is analyzed. 2018-12-14 11:04:13 -05:00
Richard Cordovano
e81ebfac76 4288 Make executor in ImageGalleryController final 2018-12-03 14:29:05 -05:00
Richard Cordovano
0229a19be1 Fix bug in IGModule event handler and tidy up 2018-11-29 13:10:08 -05:00
Richard Cordovano
612b7f135b Remove eager init of executor in IG controller shutDown 2018-11-29 12:30:29 -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
Richard Cordovano
cc6c6aa472 Close IG database, propagate exceptions 2018-11-19 09:21:28 -05:00
Raman
8d2326b475 Address review comments and Codacy comments in the previous commit. 2018-11-14 10:21:12 -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
2272bba4df only show regrouping progress in IG status bar ( not main autopsy one) 2018-11-02 09:32:52 +01:00
Brian Carrier
f9559cc2a2
Merge pull request #4238 from raman-bt/1097-ig-doesnt-detect-mimetype
1097: ImageGallery should not detect MIME type of a file, if it isn't…
2018-10-25 15:55:34 -04:00
Raman
8ec4958322 1097: ImageGallery should not detect MIME type of a file, if it isn't already known. 2018-10-25 10:07:25 -04:00
Brian Carrier
3859979255 release lock during bullk tasks to be more fair. Do not write groups or write to CaseDB during prepopulating 2018-10-24 15:50:40 -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
Raman
cc62e0c713 1060: ingest stuck 2018-10-09 09:55:51 -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
millmanorama
55e39f9f8a reset file limit, cleanup 2018-10-01 18:02:02 +02:00
millmanorama
5d21558863 Merge remote-tracking branch 'upstream/develop' into 1036-check_file_limit_after_datsource_selection
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryTopComponent.java
2018-10-01 17:29:46 +02:00