13208 Commits

Author SHA1 Message Date
Ann Priestman
a7a5dcb2ef Update link to online documentation 2016-12-29 08:08:47 -05:00
Richard Cordovano
518635f491 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-12-28 15:01:22 -05:00
Richard Cordovano
4631c71502 Tentative NEWS file update for Autopsy 4.3.0 2016-12-28 14:59:46 -05:00
Richard Cordovano
392bbb16bb Merge pull request #2449 from APriestman/docUpdate
Updates to documentation
2016-12-28 14:23:15 -05:00
Ann Priestman
c5e49b7b54 Fixing typos/wording 2016-12-28 14:22:13 -05:00
Ann Priestman
a67593bc99 Finishing doc updates 2016-12-28 13:50:47 -05:00
Richard Cordovano
a751f3b6f7 Update image gallery help URL 2016-12-28 13:44:59 -05:00
Ann Priestman
e41f141a9c Merge remote-tracking branch 'upstream/develop' into docUpdate 2016-12-28 13:36:47 -05:00
Richard Cordovano
85bd18a7f2 Update image DSP type string 2016-12-28 13:16:23 -05:00
Ann Priestman
331f6e0c0a Updating documentation 2016-12-28 12:35:03 -05:00
millmanorama
8526427b4f cleanup and comment TextExtractor
cleanup and comment TextExtractor immplementations more.

remove constants left over from merge
2016-12-28 17:30:42 +01:00
millmanorama
f56c2b43c8 move all 'appendix' related code into TikaTextExtractor and simplify TextExtractor interface. 2016-12-28 17:30:32 +01:00
millmanorama
8841f6e773 minor fixes 2016-12-28 17:30:30 +01:00
millmanorama
2d5cd2efc1 comment up Ingester 2016-12-28 17:30:27 +01:00
millmanorama
c94d3de872 move encoding options to StringsTextExtractor 2016-12-28 17:30:25 +01:00
millmanorama
9b85284194 remove unused outerclasses that have copies as innerclasses 2016-12-28 17:30:23 +01:00
millmanorama
c42f687bfb more cleanup
more cleanup
2016-12-28 17:30:15 +01:00
millmanorama
b904c37dd2 remove more unneeded ContentStreams and cleanup logging 2016-12-28 15:03:45 +01:00
millmanorama
0303c96d41 cleanup Ingester.indexChunk 2016-12-28 15:03:04 +01:00
millmanorama
abf21f58ee remove obsolete and unused ContentStreams 2016-12-28 15:03:03 +01:00
millmanorama
2b4bb33798 cleanup up ArtifactExtractor; reduce use of ContentStream 2016-12-28 15:03:01 +01:00
millmanorama
697a7d7a58 reduce method overloads for indexing artifacts 2016-12-28 15:02:59 +01:00
millmanorama
b38171dbd7 make the ByteXXXStream classes inner classes of the TextExtractors that use them. 2016-12-28 15:02:58 +01:00
millmanorama
85af7c57b6 build out ArtifactExtractor 2016-12-28 15:02:56 +01:00
millmanorama
1a70a4e8b2 introduce ArtifactExtractor 2016-12-28 15:02:39 +01:00
millmanorama
359dc16ee5 inline indexChunk 2016-12-28 15:02:23 +01:00
millmanorama
c9795cabcb pull up methods from TextExtractorBase into TextExtractor.java 2016-12-28 15:02:21 +01:00
millmanorama
0f1f8b2211 refactor common chunking algorithm into TextExtractorBase, remove AbstractFileChunk 2016-12-28 15:02:18 +01:00
Richard Cordovano
5b04e8483c Merge pull request #2446 from wschaeferB/2147-TimelineLamdaBug
2147 Eleminating issue with timeline exception
2016-12-28 08:45:34 -05:00
William Schaefer
2f5dd79d48 2147 Eleminating issue with timeline exception by changing lambdas to anon inner classes 2016-12-27 16:41:18 -05:00
Richard Cordovano
db20de2df4 Merge pull request #2445 from wschaeferB/2142-CaseClosing2
2142 case closing2
2016-12-27 16:25:56 -05:00
William Schaefer
806191e79f 2142 minor changes to make netbeans happier, mainly using diamond type inference 2016-12-27 15:53:14 -05:00
William Schaefer
76c33ad857 2142 - null checked all uses of db in GroupManager.java 2016-12-27 15:37:31 -05:00
William Schaefer
37069402de 2142 - minor formatting corrections 2016-12-27 13:43:12 -05:00
William Schaefer
19e4331221 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2142-CaseClosing2 2016-12-27 13:38:10 -05:00
Richard Cordovano
0333d46943 Merge pull request #2443 from wschaeferB/2142-CaseClosing
2142 case closing
2016-12-27 13:05:41 -05:00
Richard Cordovano
85f173b0ec Merge pull request #2444 from zhhl/2166-invalidPathMessage
2166: show the invalid path message in autoingest panel
2016-12-27 12:59:05 -05:00
William Schaefer
d671227f50 2142-added null check on DB to eleminate null pointers when case closed while recatagorizing 2016-12-27 12:56:39 -05:00
U-BASIS\zhaohui
403021dd8a 2166: show the invalid path message in autoingest panel 2016-12-22 18:13:32 -05:00
William Schaefer
9c6486d39b 2142 added breaks to catch statement in loops which try to modify tags after case closed 2016-12-22 13:55:23 -05:00
William Schaefer
f6b4df71a7 2142 wrapped IllegalStateExeption errors in TagsManager, added break on error to loops 2016-12-22 12:24:58 -05:00
Richard Cordovano
40ae4c90e1 Merge pull request #2442 from APriestman/disableExpInInstaller
Disable the experimental module by default in the installer.
2016-12-22 10:15:33 -05:00
Ann Priestman
04fa39cbe2 Disable the experimental module by default in the installer. 2016-12-22 09:23:43 -05:00
Richard Cordovano
9f5ac10197 Merge pull request #2439 from zhhl/2153-restartRequiredMessageNeeded
2153: Restart message is needed while Auto Ingest options changes and…
2016-12-21 22:09:42 -05:00
U-BASIS\zhaohui
c5b41d7c6c 2153: clean up 2016-12-21 16:19:24 -05:00
U-BASIS\zhaohui
a46628fa84 2153: make sure the message just popup once 2016-12-21 16:17:39 -05:00
Richard Cordovano
df8e3ea4a4 Merge pull request #2440 from APriestman/configUpdate
Update wording in the auto ingest settings panel
2016-12-21 15:56:35 -05:00
Ann Priestman
fd42a96af3 Update wording in the auto ingest settings panel 2016-12-21 12:05:35 -05:00
U-BASIS\zhaohui
88af9d19fb 2153: Restart message is needed while Auto Ingest options changes and switch between standalone and Join AutoIngest cluster 2016-12-21 10:04:42 -05:00
Richard Cordovano
a5902d50f5 Correctly handle CancellationException in KeywordSearchResultFactory.BlackboardResultWriter 2016-12-19 17:27:42 -05:00