Brian Sweeney
|
c4be23b841
|
Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3623-common-files-optimize
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchNode.java
|
2018-04-09 14:00:04 -06:00 |
|
Brian Sweeney
|
7beb8c78d6
|
added data result filter node back
|
2018-04-09 13:58:17 -06:00 |
|
Brian Sweeney
|
bc26799d5f
|
better error hanlding
|
2018-04-09 13:58:17 -06:00 |
|
Brian Sweeney
|
ee809a0fe9
|
removed unneeded code
|
2018-04-09 13:58:16 -06:00 |
|
Brian Sweeney
|
a51c9c595c
|
property error handling around data source selection for common files
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
|
2018-04-09 13:58:16 -06:00 |
|
Brian Sweeney
|
0b9987c7f9
|
improved event handler wire-up for search button
|
2018-04-09 13:57:04 -06:00 |
|
Brian Sweeney
|
d934805234
|
implement filenode to enable bottom right pane
|
2018-04-09 13:57:03 -06:00 |
|
Brian Sweeney
|
3b698f10cf
|
whitespace, final modifier
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchNode.java
|
2018-04-09 13:57:02 -06:00 |
|
Brian Sweeney
|
e0247395b0
|
fixed name column of common files search result
|
2018-04-09 13:56:52 -06:00 |
|
Brian Sweeney
|
e250067731
|
Merge branch '3602-common-case-files_r2' of https://github.com/briangsweeney/autopsy into 3602-common-case-files_r2
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
|
2018-04-09 13:56:51 -06:00 |
|
Andrew Ziehl
|
a0b41500a9
|
add getChildren call back in
|
2018-04-09 13:56:12 -06:00 |
|
Andrew Ziehl
|
86b61f4a02
|
Merge branch '3602-common-case-files_r2' of https://github.com/briangsweeney/autopsy into 3602-common-case-files_r2
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesChildren.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchNode.java
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchNode.java
|
2018-04-09 13:56:11 -06:00 |
|
Andrew Ziehl
|
3b89d3b800
|
wip ChildFactor refactor
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesChildren.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchNode.java
|
2018-04-09 13:47:10 -06:00 |
|
Brian Sweeney
|
e983bfaeba
|
comments
|
2018-04-09 13:41:19 -06:00 |
|
Brian Sweeney
|
43257d86a4
|
better access modifiers/encapsulation, deduped datasource list, fixed a off-by-1 error in enumerating the non-deduped files
|
2018-04-09 13:41:18 -06:00 |
|
Brian Sweeney
|
2a58fb6843
|
comment cleanup
|
2018-04-09 13:41:18 -06:00 |
|
Brian Sweeney
|
8d5f209fb3
|
cleanup, notes, narrower access on a few items
|
2018-04-09 13:41:17 -06:00 |
|
Brian Sweeney
|
c77408eae2
|
wrapped commonfilessearchnode with tablefilternode
|
2018-04-09 13:41:17 -06:00 |
|
Brian Sweeney
|
ef2c2ec533
|
appropriate columns in common files search
|
2018-04-09 13:41:16 -06:00 |
|
Brian Sweeney
|
0c82f1637c
|
adjusted the sql query to select all the data needed to display common files, passed new data down to nodes
|
2018-04-09 13:41:16 -06:00 |
|
Brian Sweeney
|
0d7d68af50
|
utility for collating common files
|
2018-04-09 13:41:15 -06:00 |
|
Brian Sweeney
|
0e19f28958
|
first pass at reimplementing common search results with CommonSearchNode
|
2018-04-09 13:41:14 -06:00 |
|
Brian Sweeney
|
b42966c8fb
|
begin some changes based on latest comments from story 3602 - implenet AbstractNode rather than AbstractFsContentNode
|
2018-04-09 13:41:14 -06:00 |
|
Brian Sweeney
|
5bd046ab64
|
renamed a class
|
2018-04-09 13:41:13 -06:00 |
|
Brian Sweeney
|
fe13e3dcff
|
tweaks based on PR comments
|
2018-04-09 13:41:13 -06:00 |
|
Brian Sweeney
|
160506034a
|
amended swing worker pattern as per richards best practices
|
2018-04-09 13:41:12 -06:00 |
|
Brian Sweeney
|
58c0b6c553
|
removed unneeded interface, renamed a type to be more descriptive
|
2018-04-09 13:41:12 -06:00 |
|
Andrew Ziehl
|
cafa60abc0
|
known files query update
|
2018-04-09 13:41:11 -06:00 |
|
Brian Sweeney
|
12e6ab9e90
|
comments
|
2018-04-09 13:41:11 -06:00 |
|
Brian Sweeney
|
e0a6571003
|
comments based on chat w/richard
|
2018-04-09 13:41:10 -06:00 |
|
Brian Sweeney
|
bbd2b847a3
|
messages implemented using message Attribute
|
2018-04-09 13:41:10 -06:00 |
|
Brian Sweeney
|
0bc9752203
|
comments
|
2018-04-09 13:41:09 -06:00 |
|
Brian Sweeney
|
a7516e0620
|
2nd pass implementing swingworker pattern
|
2018-04-09 13:41:08 -06:00 |
|
Brian Sweeney
|
9edda4c63a
|
refactored search action target to make use of swingworker pattern
|
2018-04-09 13:41:07 -06:00 |
|
Brian Sweeney
|
b8d9d2d4b2
|
added serialization id
|
2018-04-09 13:41:07 -06:00 |
|
Brian Sweeney
|
acbb84e9c0
|
synchronized method
|
2018-04-09 13:41:06 -06:00 |
|
Brian Sweeney
|
5d3dc1aaf9
|
copyright year corrected
|
2018-04-09 13:41:06 -06:00 |
|
Brian Sweeney
|
1324571791
|
static logger
|
2018-04-09 13:41:05 -06:00 |
|
Brian Sweeney
|
c7bd020684
|
removed use of deprecated functions
|
2018-04-09 13:41:05 -06:00 |
|
Brian Sweeney
|
2d94bec621
|
final classes for types not intended to be subclassed
|
2018-04-09 13:41:04 -06:00 |
|
Brian Sweeney
|
4744255270
|
comments (license headers and class docs)
|
2018-04-09 13:41:04 -06:00 |
|
Brian Sweeney
|
d815c66eea
|
license headers added, attribution removed
|
2018-04-09 13:41:03 -06:00 |
|
Brian Sweeney
|
be2a19f91c
|
whitespace, removed unneeded checks
|
2018-04-09 13:41:03 -06:00 |
|
Brian Sweeney
|
652678b77d
|
whitespace
|
2018-04-09 13:41:02 -06:00 |
|
Brian Sweeney
|
93f36899e0
|
first pass a common files search feature
|
2018-04-09 13:12:20 -06:00 |
|
Brian Sweeney
|
fd5e7d5486
|
stubbed out lots of ui components for common files search
|
2018-04-09 13:12:20 -06:00 |
|
Brian Sweeney
|
347a4887d6
|
private member made final
|
2018-04-09 13:12:19 -06:00 |
|
Brian Sweeney
|
8f8d5ebe04
|
stubbing out new feature
|
2018-04-09 13:12:18 -06:00 |
|
Richard Cordovano
|
ebe4436394
|
Merge pull request #3651 from millmanorama/967-don't-show-secondary-relationships-by-default
967 don't show secondary relationships by default
|
2018-04-04 09:37:55 -04:00 |
|
millmanorama
|
c326c1245f
|
change default to fast organic
|
2018-04-04 14:47:58 +02:00 |
|