Commit Graph
10337 Commits
Author SHA1 Message Date
Brian Sweeney e3c44671e9 init string builder with larger buffer 2018-09-07 11:30:43 -06:00
Brian Sweeney c3e1e48119 toggled off failing tests and added notes on the situation 2018-09-07 10:26:42 -06:00
Brian Sweeney 1c7da1277b Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 4121_correlation_types 2018-09-07 09:34:26 -06:00
Brian Sweeney f21a82033f typo 2018-09-07 08:27:14 -06:00
Brian Sweeney fd5d8cb891 more test code 2018-09-06 15:17:51 -06:00
Brian Sweeney bd2b47636f more test code 2018-09-06 13:11:25 -06:00
eugene7646 17a83d0d79 Merge pull request #4088 from sleuthkit/livetriage_arg_fix
fix out of bounds exception for live triag drive JIRA-4183
2018-09-06 14:23:01 -04:00
Brian Sweeney 2ef07d9c4d test code 2018-09-06 12:20:18 -06:00
Brian Sweeney a3542d7f72 logic bug in tests 2018-09-05 18:36:01 -06:00
Brian Sweeney c8b72724c6 more test code 2018-09-05 18:17:16 -06:00
Brian Sweeney 6a4f612e87 more test code 2018-09-05 16:39:57 -06:00
Brian Sweeney 169bfcfe9d test code 2018-09-05 16:14:56 -06:00
Brian Sweeney 385deb411c test code 2018-09-05 15:46:27 -06:00
Brian Sweeney a9777929d6 attribute type added to frequency filtering 2018-09-05 15:41:06 -06:00
esaunders 9ad3b9cee9 Merge pull request #4080 from dannysmyda/4130-bug-fix-on-excel-reading
4130 bug fix on excel reading
2018-09-05 16:50:12 -04:00
Brian Carrier 1cae7cba11 fix out of bounds exception for live triag drive JIRA-4183 2018-09-05 16:22:02 -04:00
Brian Sweeney 9e25ce6fe0 MD% verbiage replaced with more generic Value verbiage 2018-09-04 18:32:43 -06:00
Brian Sweeney 9201051d50 needed type too 2018-09-04 17:52:58 -06:00
Brian Sweeney 9b5b6a2c17 equals/tostring need additional criteria now that attribute and instance are merged into one thing 2018-09-04 11:03:18 -06:00
Brian Sweeney 3b07165c9d codacy stuff 2018-09-04 08:29:07 -06: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
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
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
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 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
Andrew Ziehl ea29efccf3 Address PR feedback 2018-08-28 13:24:03 -07:00
Andrew Ziehl c113844a3c rename findFiles() to findMatches() since it's more type agnostic. Add code comments. 2018-08-28 11:57:12 -07:00
Andrew Ziehl 5b2ac0ea0c Disable mimetype UI elements. 2018-08-28 11:23:14 -07:00
Andrew Ziehl f8e89a1f57 Adjust bunddle strings, naming from files to attributes, add type to tab title. Bugfix to check for null before adding commonAttributeValue to results. 2018-08-28 11:18:35 -07:00
Brian Sweeney 120b3db105 comparison was backwards 2018-08-28 11:37:19 -06:00
Andrew Ziehl a80efc959d fix spacing issue in query after switching to string builder. 2018-08-28 10:01:40 -07:00
Andrew Ziehl 3bde2744aa Fix for non-file correlation types. Also fies bug where last instance of CR search matches was not added to results. 2018-08-28 09:52:34 -07:00
Andrew Ziehl 1d99ed0e3b Functioning common file search on types. 2018-08-27 16:28:39 -07:00
Andrew Ziehl dc8749d000 Add combobox to intercasePanel. Wire up typing. 2018-08-27 15:31:01 -07:00
Andrew Ziehl 8d847415a2 Merge branch '4102-filter-by-frequency' 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/CommonAttributePanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/InterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/IntraCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleInterCaseCommonAttributeSearcher.java
#	Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IngestedWithHashAndFileTypeInterCaseTests.java
2018-08-27 15:13:35 -07:00
Andrew Ziehl d0961279cc Revert "Break CommonFilesSearch into two Tab Panels"
This reverts commit cf5f576830.
2018-08-27 15:08:53 -07:00
Brian Sweeney 6681accdc7 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4102-filter-by-frequency
# Conflicts:
#	Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IntraCaseTestUtils.java
2018-08-27 13:46:02 -06:00
Andrew Ziehl 0a3f8c5773 add code to fill out correlation type filter model, and create a backing Map to lookup the type at time of search. 2018-08-27 07:55:49 -07:00
Andrew Ziehl cf5f576830 Break CommonFilesSearch into two Tab Panels 2018-08-24 13:25:47 -07:00
Andrew Ziehl cf8af26327 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4121_correlation_types
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CentralRepoCommonAttributeInstance.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/InterCaseSearchResultsProcessor.java
2018-08-24 12:59:08 -07:00
Brian Carrier 8dcb97dc81 Merge pull request #4058 from rishwanth1995/autopsy_option_casedir
added  casedir as optionalargument in live ISO mode
2018-08-23 15:41:10 -04:00
Brian Carrier 0780e23507 Merge pull request #4046 from esaunders/4074_thumbnail_performance
Check extensions first in thumbnailSupported().
2018-08-23 15:31:31 -04:00