12419 Commits

Author SHA1 Message Date
Richard Cordovano
181f65aee4 Clean and document Keyword class 2016-10-22 14:03:17 -04:00
Richard Cordovano
c8fd478428 Merge remote-tracking branch 'upstream/release_4.2.0' into develop 2016-10-20 12:47:01 -04:00
Richard Cordovano
56e7dcd658 Improve logging of credit card number parsing errors 2016-10-20 12:37:16 -04:00
Richard Cordovano
b2f9b1ee75 Exclude set name and Solr doc id from credit card account reports 2016-10-20 11:49:35 -04:00
Richard Cordovano
cad70697e7 Merge pull request #2385 from millmanorama/don't-report-associated-artifact-for-accounts
don't report on associated artifacts for accounts
2016-10-20 09:06:19 -04:00
millmanorama
34f08fa780 don't report on associated artifacts for accounts 2016-10-20 12:52:33 +02:00
Richard Cordovano
d2148a86ca Merge pull request #2384 from wschaeferB/2047-copyright
General cleanup of AbstractFileStringContentStream.java (copyright up…
2016-10-19 17:53:01 -04:00
Richard Cordovano
39e3a96d0e Merge pull request #2382 from millmanorama/fix-accounts-refresh
refresh accounts when manual search adds results. upgrade to guava 19…
2016-10-19 17:41:31 -04:00
Richard Cordovano
4bc353d222 Merge pull request #2383 from millmanorama/inbox-message-null-check
do a null check on attribute before including its value in html message
2016-10-19 17:41:25 -04:00
William Schaefer
309a7fb5d0 General cleanup of AbstractFileStringContentStream.java (copyright update, remove unused logger, make variables final) 2016-10-19 17:39:42 -04:00
Richard Cordovano
af0bf08758 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-10-19 13:30:45 -04:00
Richard Cordovano
c45abacdba Merge remote-tracking branch 'upstream/release_4.2.0' into develop 2016-10-19 13:30:12 -04:00
Richard Cordovano
8b507cc3ba Merge pull request #2381 from millmanorama/add-set-name-to-accounts-artifacts
add a set name attribute to account artifacts too
2016-10-19 12:47:03 -04:00
Richard Cordovano
aedf51ad3d Merge pull request #2379 from wishdasher/AUT-2236_hashset_panel_sizing
Fixed sizing and scrolling issues for a few options panels
2016-10-19 12:46:31 -04:00
Richard Cordovano
3e371d3c68 Merge pull request #2377 from wishdasher/develop
ReportHTML NPE catch and log with detailed error message
2016-10-19 12:44:41 -04:00
Sophie Mori
947afff79b Fixed scrolling in file extension mismatch panel 2016-10-19 11:37:58 -04:00
millmanorama
573425e71c do a null check on attribute before including its value in html message 2016-10-19 15:55:03 +02:00
millmanorama
4fea244c31 add a set name attribute to account artifacts too 2016-10-19 14:57:24 +02:00
millmanorama
9f09858f53 refresh accounts when manual search adds results. upgrade to guava 19 so we can make handlers default access 2016-10-19 14:55:04 +02:00
Richard Cordovano
8f41a8389e Rename KWS TermComponentQuery to TermsComponentQuery and add to doc 2016-10-18 16:54:50 -04:00
Richard Cordovano
87f2e7bfe7 Minor 'linting' of KWS Ingester.java 2016-10-18 16:53:34 -04:00
Richard Cordovano
a5d71db1b3 Merge remote-tracking branch 'upstream/release_4.2.0' into develop 2016-10-18 16:00:32 -04:00
Richard Cordovano
9463a2a398 Merge pull request #2380 from APriestman/postgresFixes
Fixes for new Account object with postgres databases
2016-10-18 15:42:56 -04:00
Ann Priestman
f10400b31e Fixes for new Account object with postgres databases 2016-10-18 15:39:39 -04:00
Richard Cordovano
6bf235ba17 Clean and document KWS AbstractFileChunk class 2016-10-18 15:31:14 -04:00
Richard Cordovano
a237d4e064 Merge remote-tracking branch 'upstream/release_4.2.0' into develop 2016-10-18 09:21:34 -04:00
Richard Cordovano
91c08b0881 Merge pull request #2375 from millmanorama/ccn-insonsistency-fix
don't create the artifact until we know we have a ccn; some other ref…
2016-10-17 18:35:31 -04:00
Sophie Mori
b2faf6d31a Added scrolling function to two newest options panels 2016-10-17 13:30:46 -04:00
Sophie Mori
9763d4513c Fixed interesting items scrolling and sizing 2016-10-17 13:25:41 -04:00
Sophie Mori
6b990de886 Fixed hash options panel size issue 2016-10-17 13:25:03 -04:00
Richard Cordovano
2ef7b2394e Merge pull request #2374 from millmanorama/fix-account-icon
fix account icon in reports
2016-10-17 11:11:06 -04:00
millmanorama
6b3593744c don't create the artifact until we know we have a ccn; some other refactoring that fell out 2016-10-17 17:05:34 +02:00
millmanorama
997a1615de fix account icon in reports 2016-10-17 17:02:19 +02:00
Sophie Mori
8d639a29e4 merging develop 2016-10-17 10:15:38 -04:00
Richard Cordovano
d6f57de1b8 Merge pull request #2373 from zhhl/2020-NPEatStixReport
2020: instead of passing a msg from getLocalizedMessage() method, pas…
2016-10-13 14:47:35 -04:00
U-BASIS\zhaohui
bd023b6859 2020: instead of passing a msg from getLocalizedMessage() method, pass an string of error message to avoid a NPE problem 2016-10-13 13:44:26 -04:00
Sophie Mori
594305ca6f pulling latest develop branch 2016-10-13 11:40:07 -04:00
Sophie Mori
7593f0eb0e ReportHTML NPE catch and log with detailed error message 2016-10-13 11:38:47 -04:00
Richard Cordovano
a9f67de54a Correct typo in docs/doxygen/modDevPython.dox 2016-10-12 18:35:15 -04:00
Richard Cordovano
c3fbd0a2f2 Add missing @Override annotation in PrimaryDetailsChartLane.java 2016-10-12 18:34:50 -04:00
Richard Cordovano
9675133b65 Fix doxygen warnings 2016-10-12 18:24:47 -04:00
Richard Cordovano
16106cd78c Update Autopsy-Core NBM versioning for release 4.2.0 2016-10-12 13:23:56 -04:00
Richard Cordovano
34ac5152cb Restore and deprecate Server.ID_CHUNK_SEP in keywrod search module 2016-10-12 13:10:31 -04:00
Richard Cordovano
82b6da6a46 Version number chnages 4.1.1 to 4.2.0 2016-10-12 13:03:57 -04:00
Richard Cordovano
c507799d47 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-10-12 10:28:57 -04:00
Richard Cordovano
f4153d5f0b Restore AutopsyItemVisitor and AutopsyVisitableItem to public API 2016-10-12 10:28:20 -04:00
Richard Cordovano
37061a7309 Merge pull request #2370 from wishdasher/AUT-2233_race_condition_vic_tag_names
Fixed race conditions when adding tag names
2016-10-12 10:18:12 -04:00
Sophie Mori
81622f985f Merging in develop, resolved conflict in DrawableTagsManager 2016-10-12 09:54:54 -04:00
Sophie Mori
0c433e43ac Updated error messages 2016-10-12 09:29:27 -04:00
Richard Cordovano
6c5079ee97 Merge pull request #2372 from ffsantos92/patch-1
Link to developer docs v4.1
2016-10-11 18:19:40 -04:00