William Schaefer
|
b49411c880
|
3087 changes to creation of tables for central repo, case_id uniqueness
|
2017-09-26 13:11:05 -04:00 |
|
William Schaefer
|
b4c645d770
|
Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 3086-CeContentViewerScrolling
|
2017-09-26 12:33:18 -04:00 |
|
Richard Cordovano
|
5989a7fab3
|
Merge pull request #3107 from esaunders/3094_thumbnail_fix
There can now be multiple Content lookups associated with a node so m…
|
2017-09-26 11:42:13 -04:00 |
|
millmanorama
|
332c116486
|
revert unneeded upgrade to guava 19
|
2017-09-26 13:49:23 +02:00 |
|
millmanorama
|
2e70a97387
|
Merge remote-tracking branch 'upstream/release-4.5.0' into 3007-fix-ccn-attributes
|
2017-09-26 13:22:04 +02:00 |
|
millmanorama
|
83336abc61
|
expanded unit tests
|
2017-09-26 13:21:19 +02:00 |
|
William Schaefer
|
677de7a1f1
|
3086 resize columns and table size for correlation engine content viewer
|
2017-09-25 18:56:44 -04:00 |
|
esaunders
|
6fd3ca7c86
|
There can now be multiple Content lookups associated with a node so make sure we get the right one.
|
2017-09-25 17:39:46 -04:00 |
|
Brian Carrier
|
a132d6962c
|
refactor. Removed some methods and reduced scope. Renamed case
|
2017-09-25 17:16:00 -04:00 |
|
Richard Cordovano
|
face3ca367
|
Remove case auto ingest log warning if AFE is not enabled
|
2017-09-25 16:36:44 -04:00 |
|
Richard Cordovano
|
7769e10071
|
Merge pull request #3104 from sleuthkit/bcarrier-patch-1
Added comment about usage of toString elsewhere.
|
2017-09-25 16:27:42 -04:00 |
|
William Schaefer
|
339f42e2b2
|
3061 make clone method for RunIngestModulesAction throw exception to prevent use
|
2017-09-25 15:50:45 -04:00 |
|
Richard Cordovano
|
5fcb66023f
|
Merge pull request #3091 from millmanorama/2963-validate-CCN-format
2963 validate ccn format
|
2017-09-25 15:46:57 -04:00 |
|
millmanorama
|
a6c76a1100
|
validate that ccn lengths match BINs
|
2017-09-25 21:42:14 +02:00 |
|
millmanorama
|
795a4677e7
|
Merge branch '2963-validate-CCN-format' into 3007-fix-ccn-attributes
# Conflicts:
# KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/RegexQuery.java
|
2017-09-25 21:39:23 +02:00 |
|
millmanorama
|
561aed9b65
|
address code review comments, fixed one bug ( potential NPE thrown by switch statement)
|
2017-09-25 21:29:24 +02:00 |
|
William Schaefer
|
dde230d88a
|
2740 removed adding of individual actions in DirectoryTreeFilterNode
|
2017-09-25 15:27:40 -04:00 |
|
millmanorama
|
ccc5a2492c
|
Merge remote-tracking branch 'upstream/release-4.5.0' into 2963-validate-CCN-format
|
2017-09-25 21:13:09 +02:00 |
|
Richard Cordovano
|
14bd167307
|
Merge pull request #3101 from APriestman/3083_dataSourceChildren
Only use visible files/artifacts to determine whether a node should b…
|
2017-09-25 14:48:07 -04:00 |
|
Richard Cordovano
|
667cc0d95d
|
Merge pull request #3093 from APriestman/eamInstanceNullCheck
Check for null return value from getEamArtifactFromContent
|
2017-09-25 14:46:13 -04:00 |
|
Richard Cordovano
|
ac11686e0b
|
Merge pull request #3105 from sleuthkit/bcarrier-patch-2
Add comment to build.xml
|
2017-09-25 13:52:31 -04:00 |
|
Brian Carrier
|
f6e9d33b1c
|
Update build.xml
|
2017-09-25 13:29:58 -04:00 |
|
Brian Carrier
|
81f5fb1849
|
Added comment about usage of toString elsewhere.
|
2017-09-25 13:17:07 -04:00 |
|
William Schaefer
|
335ec15f17
|
Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 2740-FileSystemDetailsDialog
|
2017-09-25 13:08:31 -04:00 |
|
William Schaefer
|
24a8e1282f
|
3081 resolve merge conflict
|
2017-09-25 13:07:40 -04:00 |
|
Brian Carrier
|
f157df2e7e
|
Merge pull request #3099 from sleuthkit/ce_refactor
renamed some methods/classes for clarity. Fixed some content viewer …
|
2017-09-25 13:01:24 -04:00 |
|
U-BASIS\dgrove
|
4d46283830
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2017-09-25 12:12:32 -04:00 |
|
William Schaefer
|
162c87b9a9
|
Merge branch 'release-4.5.0' of https://github.com/sleuthkit/autopsy into 3081-CorrelationEngineCorrectReset
|
2017-09-25 11:26:51 -04:00 |
|
William Schaefer
|
f9b29afb0f
|
3061 changed runIngestmodules from callableSystemAction to abstractAction to avoid exeption
|
2017-09-25 11:18:47 -04:00 |
|
Ann Priestman
|
dbbcd7c199
|
Only use visible files/artifacts to determine whether a node should be shown in the tree
|
2017-09-25 10:27:17 -04:00 |
|
millmanorama
|
bc591661b3
|
some more cleanup/refactoring
|
2017-09-25 12:26:33 +02:00 |
|
millmanorama
|
798118ccdb
|
factor away createHit
|
2017-09-25 11:21:13 +02:00 |
|
millmanorama
|
e65ef996fd
|
fix a bug and do some cleanup
|
2017-09-25 10:01:28 +02:00 |
|
millmanorama
|
e7cc636e17
|
cleanup in AccountsText
|
2017-09-24 21:17:39 +02:00 |
|
millmanorama
|
838ae0901a
|
Merge remote-tracking branch 'upstream/release-4.5.0' into 3007-fix-ccn-attributes
|
2017-09-24 15:00:30 +02:00 |
|
millmanorama
|
53dccc2ddf
|
Merge branch '2963-validate-CCN-format' into 3007-fix-ccn-attributes
|
2017-09-23 21:51:41 +02:00 |
|
millmanorama
|
61cdebf9ef
|
remove null checks
|
2017-09-23 21:51:23 +02:00 |
|
Brian Carrier
|
36fd426ddf
|
renamed some methods/classes for clarity. Fixed some content viewer bugs. Reduced duplicate code
|
2017-09-22 16:54:42 -04:00 |
|
Brian Carrier
|
4b743c0ab6
|
Merge pull request #3098 from dgrove727/3082_CopyrightHeaders
Added copyright headers.
|
2017-09-22 14:20:40 -04:00 |
|
U-BASIS\dgrove
|
b0845d6241
|
Added copyright headers.
|
2017-09-22 14:10:44 -04:00 |
|
William Schaefer
|
e0e1c3dce4
|
3081 correct reset of recent central repo artifacts
|
2017-09-22 13:42:24 -04:00 |
|
Ann Priestman
|
b88c3b2213
|
Improved handling of null result
|
2017-09-22 08:30:37 -04:00 |
|
Richard Cordovano
|
1a0ec35ef2
|
Merge pull request #3089 from wschaeferB/3067-ChangeKnownBadCRType
3067 change known bad cr type
|
2017-09-21 18:24:31 -04:00 |
|
Richard Cordovano
|
c60c0ac329
|
Merge pull request #3094 from millmanorama/3065-@RetainLocation_of_DataResultTopComponent
add the @RetainLocation("editor") annotation to DataResultTopComponen…
|
2017-09-21 18:17:26 -04:00 |
|
Richard Cordovano
|
5ba6cc2e3c
|
Revert "Add deep copying of auto ingest monitor snapshots"
This reverts commit 2abb7557032f079c284a6ced62cecc23a24d2eff.
|
2017-09-21 17:47:10 -04:00 |
|
Richard Cordovano
|
cd92352db1
|
Revert "Add missing snapshot deep copy to auto ingest monitor"
This reverts commit 3049f60e0e74f508cfa4957783a96c028afc23a5.
|
2017-09-21 17:46:37 -04:00 |
|
William Schaefer
|
2174f2c040
|
2740 moved Properties context action adding to after null content check
|
2017-09-21 17:15:59 -04:00 |
|
Richard Cordovano
|
eca3313a00
|
Merge pull request #3092 from APriestman/2983_updateHashDocs
Update hashDb docs/images for switch to "notable"
|
2017-09-21 17:15:32 -04:00 |
|
Richard Cordovano
|
25f36e92c9
|
Merge pull request #3087 from wschaeferB/3037-IndexedTextTabScrollBarFix
3037 Minimum size for indexed text area set larger than control area
|
2017-09-21 17:12:54 -04:00 |
|
Richard Cordovano
|
3049f60e0e
|
Add missing snapshot deep copy to auto ingest monitor
|
2017-09-21 16:09:03 -04:00 |
|