Brian Sweeney
|
3b07165c9d
|
codacy stuff
|
2018-09-04 08:29:07 -06:00 |
|
millmanorama
|
39a3a955ce
|
refactor how ImageGalleryController and ImageGalleryTopComponent are instantiated and interact.
|
2018-09-04 16:03:22 +02:00 |
|
Ann Priestman
|
8875793dfb
|
Cleanup
|
2018-09-04 09:37:38 -04:00 |
|
millmanorama
|
f04788e27d
|
Merge branch '1010/7-datasource-filtering-test' into threading-review
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
|
2018-09-04 09:52:47 +02:00 |
|
millmanorama
|
a6e5e43d34
|
codacy fixes
|
2018-09-04 09:49:56 +02:00 |
|
millmanorama
|
8df6dfb8f7
|
pass controller to DrawableTagsManager constructor, ImageGalleryController keeps reference to Case object
|
2018-09-04 09:46:10 +02:00 |
|
millmanorama
|
76668f53ec
|
minor cleanup
|
2018-09-04 09:38:18 +02:00 |
|
millmanorama
|
2ca0240a47
|
Merge branch '1010/7-datasource-filtering-test' into threading-review
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableTagsManager.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/DrawableTileBase.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/GroupPane.java
|
2018-09-03 18:09:44 +02:00 |
|
millmanorama
|
a37b8dc743
|
simplify locking in DrawableTagsManager.java by making the backing tagsManager final
|
2018-09-03 17:41:35 +02:00 |
|
millmanorama
|
f8cdcc7f4d
|
cleanup
|
2018-09-03 17:32:39 +02:00 |
|
Brian Sweeney
|
96ab162c9a
|
mime types work for intra case search only
|
2018-08-31 18:04:48 -06:00 |
|
Brian Sweeney
|
7b3c4ab7a7
|
tests updated
|
2018-08-31 17:01:27 -06:00 |
|
Brian Sweeney
|
481099dedd
|
bug in size function
|
2018-08-31 17:00:49 -06:00 |
|
Brian Sweeney
|
921d6c6f7c
|
comments reformatted
|
2018-08-31 17:00:05 -06:00 |
|
U-BASIS\dsmyda
|
532bace6c2
|
Almost forgot this file too
|
2018-08-31 18:04:53 -04:00 |
|
U-BASIS\dsmyda
|
ced6607b4c
|
Functional text extractor, looks functionally good. Need to test to make sure its good and also refactor and comment and clean up. this is first commit
|
2018-08-31 18:04:21 -04:00 |
|
Brian Sweeney
|
d81c82a712
|
minor merge errors
|
2018-08-31 15:28:06 -06:00 |
|
Brian Sweeney
|
8ef34cb4d6
|
Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 4121_correlation_types
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/AllInterCaseCommonAttributeSearcher.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonAttributePanel.form
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonAttributePanel.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/IntraCaseCommonAttributeSearcher.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleInterCaseCommonAttributeSearcher.java
|
2018-08-31 15:08:59 -06:00 |
|
millmanorama
|
31903d04d8
|
aquire db locks in consistent order : drawable then case. release in reverse order
|
2018-08-31 16:55:04 +02:00 |
|
millmanorama
|
49dfc6ae4b
|
only change group after regrouping if the datasources are different.
|
2018-08-31 16:11:16 +02:00 |
|
millmanorama
|
9c666b52bf
|
make GroupViewState.getGroup return an optional
|
2018-08-31 16:10:50 +02:00 |
|
millmanorama
|
0eff6537d6
|
only show message over group are so user can change the datasource and bring other groups into the display.
|
2018-08-31 14:26:18 +02:00 |
|
U-BASIS\dsmyda
|
b7f87171a2
|
Added comment
|
2018-08-30 17:16:02 -04:00 |
|
U-BASIS\dsmyda
|
f1f5734769
|
Fixed an embarassing hashmap key collision error that was making it not read correctly
|
2018-08-30 17:12:44 -04:00 |
|
Ann Priestman
|
71f5570225
|
Make the selection context work in group by data source mode
|
2018-08-30 15:12:48 -04:00 |
|
William Schaefer
|
2e8be0f85a
|
4114 resolve merge conflict in DataResultViewerTable
|
2018-08-30 13:17:05 -04:00 |
|
William Schaefer
|
604400a71a
|
4112 resolve merge conflicts remove unused imports
|
2018-08-30 13:13:22 -04:00 |
|
millmanorama
|
7484533c9c
|
release locks /commit transactions in reverse order of a acquiring/starting them
|
2018-08-30 19:05:01 +02:00 |
|
William Schaefer
|
e2833b3b2e
|
4112 change status column to score column change icons to be circles
|
2018-08-30 13:03:58 -04:00 |
|
millmanorama
|
19a6a60289
|
cleanup focusing on GroupManager and thread safety
|
2018-08-30 18:59:25 +02:00 |
|
millmanorama
|
6716216e0b
|
cleanup DrawableTagsManager
|
2018-08-30 14:22:00 +02:00 |
|
millmanorama
|
b838c17c11
|
codacy fixes
|
2018-08-30 14:02:09 +02:00 |
|
William Schaefer
|
d76aeb914d
|
4165 fix attrbute data array size
|
2018-08-29 18:11:02 -04:00 |
|
William Schaefer
|
f37ff02c3f
|
4165 populate the comment and description columns for interesting files in reports
|
2018-08-29 17:55:17 -04:00 |
|
U-BASIS\dgrove
|
f324265353
|
Added null check; revised method inputs.
|
2018-08-29 17:16:02 -04:00 |
|
William Schaefer
|
48da354380
|
4112 group tagged items and items with interesting artifacts together
|
2018-08-29 17:00:04 -04:00 |
|
William Schaefer
|
f519c4c2b8
|
4112 remove unnecessary query from interesting item check
|
2018-08-29 14:21:41 -04:00 |
|
William Schaefer
|
59c8f80d7c
|
4112 intial column status still has placeholder for notable item
|
2018-08-29 14:13:20 -04:00 |
|
esaunders
|
8bd9f76f6f
|
Merge pull request #4068 from briangsweeney/3870-pure-callable
4111 performance improvements for common files search from tree expansion listener
|
2018-08-29 12:42:11 -04:00 |
|
Andrew Ziehl
|
56156cc7b9
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3870-pure-callable
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/AllInterCaseCommonAttributeSearcher.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonAttributeSearchResults.java
# Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/InterCaseTestUtils.java
# Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IntraCaseTestUtils.java
|
2018-08-29 08:56:55 -07:00 |
|
Brian Carrier
|
dac120113c
|
Merge pull request #4066 from briangsweeney/4102-filter-by-frequency
4102 filter by frequency
|
2018-08-29 09:15:33 -04:00 |
|
millmanorama
|
15b36b2349
|
remove dead code
|
2018-08-29 12:38:36 +02:00 |
|
millmanorama
|
cc59b5c046
|
don't show regrouping confirmation when already showing all data sources
|
2018-08-29 12:30:08 +02:00 |
|
millmanorama
|
99100f0557
|
force regroup when using datasource dialog
|
2018-08-29 12:29:07 +02:00 |
|
millmanorama
|
6b5cc03fad
|
make non path regrouping cancellable via dialog
|
2018-08-29 11:56:38 +02:00 |
|
millmanorama
|
02955014ba
|
WIP
|
2018-08-29 09:52:18 +02:00 |
|
Brian Sweeney
|
333060bebb
|
ui text added to bundles
|
2018-08-28 18:15:35 -06:00 |
|
Brian Sweeney
|
59efa9bf0e
|
removed dead code
|
2018-08-28 17:53:30 -06:00 |
|
Brian Sweeney
|
c202db7261
|
error messages truncated
|
2018-08-28 17:49:46 -06:00 |
|
Andrew Ziehl
|
e5f1936e1f
|
Make outlineView protected so that CommonAttributesSearchResultsViewerTable can add the treelistener itself.
|
2018-08-28 15:10:51 -07:00 |
|