Commit Graph
13104 Commits
Author SHA1 Message Date
Richard Cordovano cf2e5811de Tidy up CoordinationServiceNamespace 2017-01-12 16:03:58 -05:00
Richard Cordovano 6fc42f3018 Merge remote-tracking branch 'upstream/search_improvements' into open_case_resources 2017-01-12 16:01:59 -05:00
Richard Cordovano 9780046a61 Merge remote-tracking branch 'upstream/develop' into search_improvements 2017-01-12 16:00:30 -05:00
Richard Cordovano 500b0188a9 Tidy up AutopsyOptionsPanel 2017-01-12 15:55:27 -05:00
Richard Cordovano 1c84760d67 Merge remote-tracking branch 'upstream/develop' into search_improvements 2017-01-12 15:52:56 -05:00
Richard Cordovano fdd88d549d Tidy up CoordinationService 2017-01-12 15:43:32 -05:00
Richard Cordovano c7c7618717 Merge remote-tracking branch 'upstream/develop' into open_case_resources 2017-01-12 12:16:17 -05:00
Richard Cordovano 9151b7cc5e Clamp number of file ingest therads to 4 2017-01-12 12:15:06 -05:00
Richard Cordovano 5a9a50c09c Merge remote-tracking branch 'upstream/develop' into search_improvements 2017-01-11 17:38:28 -05:00
Richard Cordovano 3379dcfb08 Merge remote-tracking branch 'upstream/release-4.3.0' into develop 2017-01-11 17:36:14 -05:00
Richard Cordovano 5b52aa2ac8 Add comments to ImageNode and VolumeNode PCLs 2017-01-11 17:34:26 -05:00
Richard Cordovano 63072dfdef Merge pull request #2461 from APriestman/locking
Add locking to Case open for multi user cases
2017-01-11 16:04:28 -05:00
Richard Cordovano d0b284c1b1 Merge pull request #2460 from esaunders/2121_regex_query
Remove debug flag from Solr query
2017-01-11 15:15:35 -05:00
Ann Priestman 0dc1775fff Finished moving locks into Case 2017-01-11 14:58:46 -05:00
esaunders 0c6fafc9b0 Updated schema version number to 2.0. 2017-01-11 12:31:22 -05:00
Richard Cordovano aa4474d54d Change TikaTextExtractor static init parallelStream use to stream 2017-01-11 12:31:15 -05:00
Richard Cordovano 1baf516828 Temporarily prevent SolrSearchService from executing openCaseResources 2017-01-11 12:22:33 -05:00
esaunders 8cf57c9346 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2121_regex_query 2017-01-11 11:23:49 -05:00
Richard Cordovano c6adff9c59 Merge in develop with overlapping chunks 2017-01-11 11:22:34 -05:00
Richard Cordovano eee99afdc0 Merge remote-tracking branch 'upstream/release-4.3.0' into develop 2017-01-11 11:09:53 -05:00
Richard Cordovano 6badcfc019 Merge pull request #2456 from millmanorama/2184-overlapping-chunks
2184 overlapping chunks
2017-01-11 11:04:21 -05:00
esaunders 95e846e2b4 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2121_regex_query 2017-01-11 10:59:44 -05:00
esaunders 30c400d601 Removed debug flag from Solr query. 2017-01-11 10:59:14 -05:00
Richard Cordovano eb8422ca1e Merge develop into search_improvements with 32K chunks 2017-01-11 10:19:35 -05:00
Richard Cordovano b6417cbdde Add description to Experimental module 2017-01-11 10:01:03 -05:00
Richard Cordovano 877b87b5cf Merge pull request #2454 from millmanorama/2132-32k-chunks
2132 32k chunks - develop
2017-01-11 09:58:42 -05:00
Richard Cordovano 84b9e7b0d8 Add ingest and case listeners to refresh to ImageNode 2017-01-10 18:08:31 -05:00
Richard Cordovano c44883a276 Added temp version of Case calls to AutopsyService.openCaseResources 2017-01-10 15:03:37 -05:00
Richard Cordovano 63bc24fec7 Added LoggingProgressIndicator 2017-01-10 14:47:54 -05:00
Richard Cordovano 03e3747f7a Complete AutopsyService and ProgressIndicator interfaces 2017-01-10 14:12:39 -05:00
Richard Cordovano ddfe5eccf3 Merge pull request #2458 from esaunders/2121_regex_query
Regular expression keyword search work
2017-01-10 11:46:11 -05:00
esaunders b446e6d23b Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2121_regex_query 2017-01-10 11:05:41 -05:00
esaunders 0aa5d0f63b Changed set of boundary characters into a character class expression which eliminates the need for the 'or' (|) character. 2017-01-10 11:04:50 -05:00
esaunders acf05a45e8 Modified message that is displayed in content viewer when we are unable to find the text associated with a keyword hit. 2017-01-10 10:26:11 -05:00
esaunders d20e70b58b Reverting previous modification of IP address regex as it does not help reduce false positives. 2017-01-10 10:24:57 -05:00
Richard Cordovano 018a360b05 Merge pull request #2457 from eugene7646/solr65
Solr 4 to 6 index upgrade
2017-01-10 09:47:50 -05:00
Eugene Livis f01fc8c24f Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into solr65 2017-01-09 17:08:20 -05:00
Eugene Livis 42360c52ca Moved all the logic into new IndexHandling class 2017-01-09 17:07:58 -05:00
esaunders ff85d494ed Tightened up IP address regex to not match hits that have more than 4 elements separated by dots. Removed trailing slash from URL regex as it is not needed...the trailing slash is being handled as one of the boundary characters in RegexQuery 2017-01-09 16:39:53 -05:00
Eugene Livis 09014d34b6 Registering as service providers 2017-01-09 15:58:50 -05:00
Eugene Livis e3ed9dfc34 Resolved merge conflicts 2017-01-09 14:08:14 -05:00
Richard Cordovano 08148dde7b Merge remote-tracking branch 'upstream/develop' into search_improvements 2017-01-09 13:00:00 -05:00
Eugene Livis 7e291b1124 <erge latest 2017-01-09 10:37:35 -05:00
Eugene Livis 75441946a1 Minor 2017-01-09 10:23:03 -05:00
Richard Cordovano 9d7f56d0eb Merge pull request #2453 from APriestman/highDPI
Make Autopsy scale correctly on high DPI displays
2017-01-09 09:48:26 -05:00
millmanorama 860f4361b3 Merge branch '2132-32k-chunks' into 2184-overlapping-chunks
# Conflicts:
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Ingester.java
2017-01-09 11:51:36 +01:00
millmanorama a8cfbd1e10 refactor TextExtractor to an interface and to remove the intermediary getInputStream() method 2017-01-09 11:07:12 +01:00
millmanorama 7325174dc3 Merge remote-tracking branch 'upstream/develop' into 2132-32k-chunks 2017-01-09 10:47:59 +01:00
Richard Cordovano be7bdced90 Merge in develop branch with text extraction refactoring 2017-01-08 10:48:17 -05:00
Richard Cordovano 837eb1477f Pull in text extraction refactoring and resolve merge conflicts 2017-01-08 10:22:18 -05:00