Richard Cordovano
d07f80fd00
Merge in new data source deletion code from McKinnon
2019-10-28 16:31:24 -04: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
Richard Cordovano
537c9b68ee
Update NBM versioning for release 4.13.0
2019-10-04 17:44:53 -04:00
Richard Cordovano
74550f2698
Merge pull request #5173 from eugene7646/image_gallery_paths_5418
...
Modified IG tables to store strings as TEXT instead of VARCHAR(255)
2019-09-12 14:32:40 -04:00
Eugene Livis
f40d950059
Modified Image Gallery tables to store strings as TEXT instead of VARCHAR(255)
2019-09-11 18:02:26 -04:00
Richard Cordovano
c673acf87d
Merge pull request #5081 from wschaeferB/5217-ImageGalleryNotOpenFeedback
...
5217 provide users feed back when image gallery fails to open
2019-09-11 17:22:19 -04:00
William Schaefer
a432d304bb
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5217-ImageGalleryNotOpenFeedback
2019-08-28 13:30:45 -04:00
William Schaefer
a6652d5220
5319 resolve merge conflicts
2019-08-28 13:21:20 -04:00
William Schaefer
0a4cba4498
5118 resolve merge conflicts
2019-08-28 10:53:59 -04:00
Richard Cordovano
ba8275410e
Complete deprecation of Autopsy Blackboard
2019-08-07 20:21:05 -04:00
Richard Cordovano
73305ff5e5
Complete deprecation of Autopsy Blackboard
2019-08-07 20:15:26 -04:00
Richard Cordovano
b630371511
Merge pull request #5095 from sleuthkit/release-4.12.0
...
Merge release 4.12.0 into develop
2019-08-02 13:03:29 -04:00
Richard Cordovano
6474fdcb66
Update NBM versioning for release 4.12.0
2019-07-31 15:18:56 -04:00
William Schaefer
06dc0fc5eb
5217 provide users feed back when image gallery fails to open
2019-07-30 15:51:11 -04:00
William Schaefer
e1e468884b
5118 clean up imports and copyright dates
2019-07-30 11:57:01 -04:00
William Schaefer
50e7d7e986
5118 remove uses of exception.printStacktrace
2019-07-30 11:33:33 -04:00
William Schaefer
e47d12a8bb
5319 first pass of changing ingest listeners
2019-07-19 13:38:29 -04:00
Raman
d3d73a983b
5237: Duplicate datasources do not show in the ImageGallery Path group tree
2019-07-09 13:08:18 -04:00
Richard Cordovano
e4f90a4b05
Update DrawableAttribute.java
2019-06-26 17:05:45 -04:00
Eugene Livis
85e0dbadfc
Adressed code review comments
2019-06-26 15:56:14 -04:00
Eugene Livis
5021d61728
Added exception handling
2019-06-25 15:09:52 -04:00
Eugene Livis
cc03c73c1a
Added exception handling
2019-06-25 15:04:34 -04:00
Richard Cordovano
41f29d66ed
Additional Codacy fixes for Image Gallery code
2019-06-18 13:52:27 -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
641bf73e40
Restore some formatting in ImageGalleryOptionsPanel.java for easy diffing
2019-06-13 14:26:34 -04:00
Richard Cordovano
e59985966e
Add IG controller null check to open action
2019-06-13 12:09:38 -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
32b7d73e16
Image gallery deadlock fixes
2019-06-05 16:52:47 -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
Mark McKinnon
732ac99284
initial code changes
...
Add foreign Key constraints. Add event code to trigger Delete of data in drawable database. Changed schema version
2019-05-25 22:20:34 -04:00
Richard Cordovano
202781415e
Merge pull request #4755 from raman-bt/4877-IG-live-update
...
4877 ig live update
2019-05-24 18:26:39 -04:00
Raman
03875858f3
4877: Image gallery live update.
...
- Update seen status of Image gallery groups that are not in the selected "GroupBy" view.
- Fixed couple of other problems with navigation of unseen groups.
2019-04-29 12:42:02 -04:00
Richard Cordovano
2afc59ee39
Revert "merge develop into Timeline event mgr"
2019-04-19 13:16:26 -04:00
Richard Cordovano
f8e359f0ba
Merge pull request #4721 from millmanorama/timeline-event-mgr
...
merge develop into Timeline event mgr
2019-04-17 19:04:06 -04:00
rcordovano
6aab496d6b
Update module dependencies for release 4.11.0
2019-04-17 12:54:17 -04:00
rcordovano
164543ab64
Update module version numbers for 4.11.0 release
2019-04-17 11:32:33 -04:00
Raman
e33e091bf8
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4877-IG-live-update
...
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
2019-04-17 09:09:08 -04:00
millmanorama
01966ad498
Merge remote-tracking branch 'upstream/develop' into timeline-event-mgr
...
# Conflicts:
# Core/build.xml
# Core/src/org/sleuthkit/autopsy/casemodule/Case.java
# Core/src/org/sleuthkit/autopsy/coreutils/ExecUtil.java
# Core/src/org/sleuthkit/autopsy/modules/encryptiondetection/EncryptionDetectionDataSourceIngestModule.java
# Core/src/org/sleuthkit/autopsy/modules/encryptiondetection/EncryptionDetectionFileIngestModule.java
# Core/src/org/sleuthkit/autopsy/timeline/db/EventsRepository.java
# KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/Bundle.properties-MERGED
# KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/MultiCaseKeywordSearchErrorDialog.java
# KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/MultiCaseKeywordSearchOpenAction.java
# KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/MultiCaseKeywordSearchPanel.java
# KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/MultiCaseSearcher.java
# KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/SearchQuery.java
# KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/SelectMultiUserCasesDialog.java
# KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/multicase/SelectMultiUserCasesPanel.java
# RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Extract.java
# RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Util.java
2019-04-16 18:40:34 +02:00
Raman
90a86ff75f
4818: Additional data sources do not show up in ImageGallery under Path grouping
...
- Fixed a warning introduced in previous commit.
2019-04-11 14:26:49 -04:00
Raman
0e0ae17807
4918: Additional data sources do not show up in ImageGallery under Path grouping
2019-04-04 07:37:19 -04:00
Raman
540b4fd8d3
Changes to address live update of groups in ImageGallery.
...
- this modifications allow for all groups to get updated live (w.r.t count & unseen status), as opposed to only the grouping under view.
This however still suffers from the problem that "unseen group list" traversal mixes up groups from across grouping type.
2019-04-02 15:19:57 -04:00
Raman
3cb13d77c7
4882: DrawbaleDB init error
2019-03-26 17:26:00 -04:00
Raman
6515269e37
4882: DrawableDB init error
2019-03-26 12:57:04 -04:00