1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-04 06:50:00 +00:00

Commit Graph

  • 15c2d395fa move Chunk and Chunker out of Ingester millmanorama 2017-01-03 14:23:38 +01:00
  • d2a6fe3fda move chunking algorithm into seperate class(es) and reduce chunk size to ~32k millmanorama 2016-12-19 11:18:24 +01:00
  • 46369eff44 Update NBM versioning for 4.3.0 Richard Cordovano 2017-01-02 18:45:21 -05:00
  • 62abe62a6c Update Autopsy version numbers Richard Cordovano 2017-01-02 18:44:54 -05:00
  • 91f4993456 Update NEWS.txt for 4.3.0 release Richard Cordovano 2017-01-02 18:08:10 -05:00
  • 6ad40d4949 Merge pull request #2452 from rcordovano/develop Richard Cordovano 2017-01-02 17:57:25 -05:00
  • 13411450aa 4.3.0 preps: DSPs, public API restore, const name Richard Cordovano 2017-01-02 17:36:59 -05:00
  • 3557f141e1 use UTF-8 encoding for ArtifactTextExtractor streams and readers millmanorama 2017-01-02 16:45:51 +01:00
  • 4ae0a688bc don't commit unnecessarily millmanorama 2016-12-31 14:31:11 +01:00
  • 680015c184 Merge branch 'develop' into 2131-refactor-TextExtractors millmanorama 2016-12-30 11:14:32 +01:00
  • d426c0a76a Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1903-IngestSetFilter William Schaefer 2016-12-29 11:03:45 -05:00
  • fbb37c619b Merge pull request #2450 from APriestman/docUpdate Richard Cordovano 2016-12-29 09:09:19 -05:00
  • a7a5dcb2ef Update link to online documentation Ann Priestman 2016-12-29 08:08:47 -05:00
  • 6437cf86ee Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop Eugene Livis 2016-12-28 15:38:09 -05:00
  • 518635f491 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop Richard Cordovano 2016-12-28 15:01:22 -05:00
  • 4631c71502 Tentative NEWS file update for Autopsy 4.3.0 Richard Cordovano 2016-12-28 14:59:46 -05:00
  • 681699467d Needed to tweak the CC regex and our boundary characters to successfully match CC numbers in our test data set. esaunders 2016-12-28 14:37:51 -05:00
  • 392bbb16bb Merge pull request #2449 from APriestman/docUpdate Richard Cordovano 2016-12-28 14:23:15 -05:00
  • c5e49b7b54 Fixing typos/wording Ann Priestman 2016-12-28 14:22:13 -05:00
  • a67593bc99 Finishing doc updates Ann Priestman 2016-12-28 13:50:47 -05:00
  • a751f3b6f7 Update image gallery help URL Richard Cordovano 2016-12-28 13:44:59 -05:00
  • e41f141a9c Merge remote-tracking branch 'upstream/develop' into docUpdate Ann Priestman 2016-12-28 13:36:47 -05:00
  • 85bd18a7f2 Update image DSP type string Richard Cordovano 2016-12-28 13:16:23 -05:00
  • 331f6e0c0a Updating documentation Ann Priestman 2016-12-28 12:35:03 -05:00
  • 8526427b4f cleanup and comment TextExtractor millmanorama 2016-12-16 14:37:59 +01:00
  • f56c2b43c8 move all 'appendix' related code into TikaTextExtractor and simplify TextExtractor interface. millmanorama 2016-12-16 14:24:01 +01:00
  • 8841f6e773 minor fixes millmanorama 2016-12-15 22:02:58 +01:00
  • 2d5cd2efc1 comment up Ingester millmanorama 2016-12-15 13:00:02 +01:00
  • c94d3de872 move encoding options to StringsTextExtractor millmanorama 2016-12-14 17:17:45 +01:00
  • 9b85284194 remove unused outerclasses that have copies as innerclasses millmanorama 2016-12-14 17:11:51 +01:00
  • c42f687bfb more cleanup millmanorama 2016-12-14 15:27:55 +01:00
  • bdfe6e2c14 More comment clarification for CCN_REGEX esaunders 2016-12-28 10:24:44 -05:00
  • 3c585b1321 Fixed comment for CCN_REGEX esaunders 2016-12-28 10:08:26 -05:00
  • b904c37dd2 remove more unneeded ContentStreams and cleanup logging millmanorama 2016-12-14 13:31:58 +01:00
  • 0303c96d41 cleanup Ingester.indexChunk millmanorama 2016-12-14 13:14:28 +01:00
  • abf21f58ee remove obsolete and unused ContentStreams millmanorama 2016-12-14 13:04:36 +01:00
  • 2b4bb33798 cleanup up ArtifactExtractor; reduce use of ContentStream millmanorama 2016-12-14 13:01:09 +01:00
  • 697a7d7a58 reduce method overloads for indexing artifacts millmanorama 2016-12-14 12:08:23 +01:00
  • b38171dbd7 make the ByteXXXStream classes inner classes of the TextExtractors that use them. millmanorama 2016-12-13 00:04:53 +01:00
  • 85af7c57b6 build out ArtifactExtractor millmanorama 2016-12-13 00:02:03 +01:00
  • 1a70a4e8b2 introduce ArtifactExtractor millmanorama 2016-12-12 17:06:58 +01:00
  • 359dc16ee5 inline indexChunk millmanorama 2016-12-12 16:52:02 +01:00
  • c9795cabcb pull up methods from TextExtractorBase into TextExtractor.java millmanorama 2016-12-12 16:49:30 +01:00
  • 0f1f8b2211 refactor common chunking algorithm into TextExtractorBase, remove AbstractFileChunk millmanorama 2016-12-12 15:41:24 +01:00
  • 5b04e8483c Merge pull request #2446 from wschaeferB/2147-TimelineLamdaBug Richard Cordovano 2016-12-28 08:45:34 -05:00
  • 259a4ec1c9 Restructured HighlightedText.attemptManualHighlighting() esaunders 2016-12-27 17:13:08 -05:00
  • 8d82672f2f Merge branch 'develop' of github.com:sleuthkit/autopsy into 2121_regex_query esaunders 2016-12-27 17:10:39 -05:00
  • 0e925e6823 Modified creation of regex keyword hits to break on a whitespace or punctuation boundary to support consistent highlighting. Also added HighlightedText.attemptManualHighlighting() for those situations where the Lucene highlighter doesn't give us useful results. esaunders 2016-12-27 17:00:00 -05:00
  • 4b80395b9d Replaced credit card regular expression with one that does not attempt to limit the first digit to 3-6. The old regular expression resulted in an error from Solr stating: Determinizing .*[3-6]([ -]?[0-9]){11,18}.* would result in more than 10000 states. esaunders 2016-12-27 16:46:41 -05:00
  • 2f5dd79d48 2147 Eleminating issue with timeline exception by changing lambdas to anon inner classes William Schaefer 2016-12-27 16:41:18 -05:00
  • db20de2df4 Merge pull request #2445 from wschaeferB/2142-CaseClosing2 Richard Cordovano 2016-12-27 16:25:56 -05:00
  • 806191e79f 2142 minor changes to make netbeans happier, mainly using diamond type inference William Schaefer 2016-12-27 15:53:14 -05:00
  • 76c33ad857 2142 - null checked all uses of db in GroupManager.java William Schaefer 2016-12-27 15:37:31 -05:00
  • 37069402de 2142 - minor formatting corrections William Schaefer 2016-12-27 13:43:12 -05:00
  • 19e4331221 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2142-CaseClosing2 William Schaefer 2016-12-27 13:38:10 -05:00
  • d202bccf7d Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop Eugene Livis 2016-12-27 13:32:02 -05:00
  • 0333d46943 Merge pull request #2443 from wschaeferB/2142-CaseClosing Richard Cordovano 2016-12-27 13:05:41 -05:00
  • 85f173b0ec Merge pull request #2444 from zhhl/2166-invalidPathMessage Richard Cordovano 2016-12-27 12:59:05 -05:00
  • d671227f50 2142-added null check on DB to eleminate null pointers when case closed while recatagorizing William Schaefer 2016-12-27 12:56:39 -05:00
  • ee8c63d518 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop Eugene Livis 2016-12-27 10:12:11 -05:00
  • 403021dd8a 2166: show the invalid path message in autoingest panel U-BASIS\zhaohui 2016-12-22 18:13:32 -05:00
  • 9c6486d39b 2142 added breaks to catch statement in loops which try to modify tags after case closed William Schaefer 2016-12-22 13:55:23 -05:00
  • f6b4df71a7 2142 wrapped IllegalStateExeption errors in TagsManager, added break on error to loops William Schaefer 2016-12-22 12:24:58 -05:00
  • 40ae4c90e1 Merge pull request #2442 from APriestman/disableExpInInstaller Richard Cordovano 2016-12-22 10:15:33 -05:00
  • 04fa39cbe2 Disable the experimental module by default in the installer. Ann Priestman 2016-12-22 09:23:43 -05:00
  • 9f5ac10197 Merge pull request #2439 from zhhl/2153-restartRequiredMessageNeeded Richard Cordovano 2016-12-21 22:09:42 -05:00
  • c5b41d7c6c 2153: clean up U-BASIS\zhaohui 2016-12-21 16:19:24 -05:00
  • a46628fa84 2153: make sure the message just popup once U-BASIS\zhaohui 2016-12-21 16:17:39 -05:00
  • df8e3ea4a4 Merge pull request #2440 from APriestman/configUpdate Richard Cordovano 2016-12-21 15:56:35 -05:00
  • fd42a96af3 Update wording in the auto ingest settings panel Ann Priestman 2016-12-21 12:05:35 -05:00
  • 88af9d19fb 2153: Restart message is needed while Auto Ingest options changes and switch between standalone and Join AutoIngest cluster U-BASIS\zhaohui 2016-12-21 10:04:42 -05:00
  • 4105fbbb49 Remove semicolons Sophie Mori 2016-12-20 12:35:56 -05:00
  • 7aee886379 Remove semicolon Sophie Mori 2016-12-20 12:34:25 -05:00
  • a5902d50f5 Correctly handle CancellationException in KeywordSearchResultFactory.BlackboardResultWriter Richard Cordovano 2016-12-19 17:27:42 -05:00
  • 53e7ff4252 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop Richard Cordovano 2016-12-19 12:04:44 -05:00
  • 6f73889945 Avoid exporting non-public types via AutopsyItemVisitor Richard Cordovano 2016-12-19 11:58:33 -05:00
  • 242cc392e2 Allow user to add agency logo Sophie Mori 2016-12-16 15:16:43 -05:00
  • 094db06075 fix compiler warnings about raw types millmanorama 2016-12-16 14:56:41 +01:00
  • 81852338eb Merge pull request #2433 from millmanorama/search_improvements Richard Cordovano 2016-12-15 09:29:52 -05:00
  • e02ede09e0 Merge remote-tracking branch 'upstream/develop' into search_improvements millmanorama 2016-12-15 12:07:33 +01:00
  • 186a998436 Merge pull request #2431 from wschaeferB/2149-MimeTypeTreeNullPointerFix Richard Cordovano 2016-12-14 17:38:11 -05:00
  • 6820aa81c5 Added listener for case closed event, changed warning on failure to an error William Schaefer 2016-12-14 17:33:52 -05:00
  • 4ed1b8c5ea Merge pull request #2432 from esaunders/2121_regex_query Richard Cordovano 2016-12-14 17:22:56 -05:00
  • 0fce991ca0 Removed unnecessary Solr artifacts from build scripts. esaunders 2016-12-14 17:11:20 -05:00
  • 64990065f2 Merge branch 'solr6_standalone' into 2121_regex_query esaunders 2016-12-14 16:49:20 -05:00
  • 0312fbd4e5 Merge pull request #2423 from APriestman/autoIngestMove Richard Cordovano 2016-12-14 16:05:06 -05:00
  • bcda17746e Updated version number and commented out copying of content and file_name into content_ws. esaunders 2016-12-14 15:58:32 -05:00
  • 63829ba3bc Updated search runner to use RegexQuery for regular expressions. esaunders 2016-12-14 15:56:41 -05:00
  • a991bf7d8e Modified regular expressions for use with new RegexQuery class. esaunders 2016-12-14 15:54:04 -05:00
  • 203ed65e50 Cleanup. Moved TimeStampUtils into AutoIngest. Changed some exception strings. Made the RuntimeProperties methods synchronized. Ann Priestman 2016-12-14 14:49:30 -05:00
  • add50b1628 Clearing and filling hashmap now wrapped by same synchronized block William Schaefer 2016-12-14 14:18:03 -05:00
  • 020011bff1 Change the ordering of the regex for the last element of the IP address regex because we were only getting IP address hits containing a single digit as the last element, e.g. we would get a hit for 152.163.199.5 instead of 152.163.199.56. esaunders 2016-12-14 13:58:18 -05:00
  • c4561579f9 Perform Java regex validation for now even though Lucene regex syntax is a subset of Java. esaunders 2016-12-14 13:51:46 -05:00
  • 89f7af8943 Merge branch 'develop' of github.com:sleuthkit/autopsy into 2121_regex_query esaunders 2016-12-14 12:51:16 -05:00
  • db904a6080 Merge pull request #2430 from eugene7646/fix_error_msg Richard Cordovano 2016-12-14 10:05:06 -05:00
  • d1616cdeb6 Fixed a very misleading error mesage Eugene Livis 2016-12-14 09:56:25 -05:00
  • 62167d4e54 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop Eugene Livis 2016-12-14 09:54:23 -05:00
  • bb1975b9c4 Merge pull request #2428 from zhhl/2123-sortSolrResultToKeepConsistantKeywordPreview Richard Cordovano 2016-12-14 09:51:08 -05:00
  • b4ef211c12 Add file id to file name in temporary folder Sophie Mori 2016-12-14 09:39:34 -05:00
  • 2711788582 2123: correction U-BASIS\zhaohui 2016-12-13 17:42:02 -05:00