Richard Cordovano
|
98c668e5ee
|
Improve docs for DropdownAdHocSearchPanel
|
2016-10-27 10:28:44 -04:00 |
|
Ann Priestman
|
9734adb003
|
Adding support for new SlackFile type
|
2016-10-27 09:37:07 -04:00 |
|
Richard Cordovano
|
f2cbf40cf8
|
Rename DropdownSingleTermSearchPanel to DropdownAdHocSearchPanel
|
2016-10-26 23:54:12 -04:00 |
|
Richard Cordovano
|
0cac7cba48
|
Tidy up and document keyword search DropdownSingleTermSearchPanel
|
2016-10-26 23:52:07 -04:00 |
|
Sophie Mori
|
f803b01f18
|
Cleaned up DataResultViewerTable
|
2016-10-26 13:38:26 -04:00 |
|
U-BASIS\zhaohui
|
d9606a97f4
|
2031: add raw data source processor
|
2016-10-25 16:56:40 -04:00 |
|
Sophie Mori
|
c89af585ef
|
Cleaned up code
|
2016-10-25 16:34:30 -04:00 |
|
Sophie Mori
|
1b70eaf8e4
|
Merging develop
|
2016-10-25 14:49:20 -04:00 |
|
Sophie Mori
|
f126b5a23a
|
Recognized that exception thrown by getValue is ignored
|
2016-10-25 14:33:56 -04:00 |
|
Sophie Mori
|
e35faceb08
|
Now working, using property getValue to color, adding listeners at node to update
|
2016-10-25 14:12:14 -04:00 |
|
Richard Cordovano
|
e3cf3011d3
|
Merge in release_4.2.0 branch and fix merge conflicts
|
2016-10-25 10:01:45 -04:00 |
|
Richard Cordovano
|
68335a3b54
|
Merge remote-tracking branch 'upstream/release_4.2.0' into develop
|
2016-10-25 09:26:09 -04:00 |
|
Richard Cordovano
|
9ab720a37a
|
Update version number to 4.2 in doxyfiles
|
2016-10-25 07:58:55 -04:00 |
|
rcordovano
|
39c7eb3988
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop
|
2016-10-24 14:13:31 -04:00 |
|
rcordovano
|
05dc9c08bc
|
Set project.properties build.type back to DEVELOPMENT
|
2016-10-24 14:13:02 -04:00 |
|
rcordovano
|
5e0a08f00e
|
Merge remote-tracking branch 'upstream/release_4.2.0' into develop
|
2016-10-24 14:11:48 -04:00 |
|
Richard Cordovano
|
621f578ae8
|
Add ingest history feature to NEWS.txt
|
2016-10-24 14:03:11 -04:00 |
|
Richard Cordovano
|
5acc39abaa
|
Make credit card search disabled by default
|
2016-10-24 13:00:16 -04:00 |
|
Richard Cordovano
|
c558a42ee1
|
Revert "Rename TermsComponentQuery to RegexQuery"
This reverts commit fedf10a67c4885e6d919f5c3de55dd7ea2d1b4cb.
|
2016-10-23 15:40:32 -04:00 |
|
Richard Cordovano
|
fedf10a67c
|
Rename TermsComponentQuery to RegexQuery
|
2016-10-22 18:50:32 -04:00 |
|
Richard Cordovano
|
14aae826d3
|
Clean up and document TermsComponentQuery
|
2016-10-22 17:46:28 -04:00 |
|
Richard Cordovano
|
56786863bb
|
Remove incorrect but unused equals and hashCode methods from KeywordList
|
2016-10-22 15:19:27 -04:00 |
|
Richard Cordovano
|
24a5dce1ae
|
Clean and document KeywordList
|
2016-10-22 15:16:40 -04:00 |
|
Richard Cordovano
|
e0f5072555
|
Fix toString, equals, hashCode methods of Keyword
|
2016-10-22 14:50:32 -04:00 |
|
Richard Cordovano
|
f7ea2a3439
|
Correct documentation of Keyword class
|
2016-10-22 14:30:22 -04:00 |
|
Richard Cordovano
|
181f65aee4
|
Clean and document Keyword class
|
2016-10-22 14:03:17 -04:00 |
|
Sophie Mori
|
d961e4baa6
|
Modified table coloring method, reordering and filtering now work
|
2016-10-21 16:50:56 -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 |
|
Sophie Mori
|
83818aefb0
|
Added listening to tag events for various nodes and node factories
|
2016-10-19 17:00:58 -04:00 |
|
esaunders
|
37ad1c08bb
|
Removed MSVCRT artifacts from repo as they are no longer needed.
|
2016-10-19 16:13:22 -04:00 |
|
esaunders
|
d5cb4cf162
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into vs_2015
|
2016-10-19 15:31:26 -04:00 |
|
esaunders
|
41c68e7f9f
|
Modified build script to copy all dll's (except libtsk_jni.dll) from the sleuthkit. This allows us to get rid of the extra rules for PostgreSQL dlls and we will automatically get the versions of the MSVC library that the sleuthkit was built with.
|
2016-10-19 14:32:05 -04:00 |
|
esaunders
|
3b3fa8d96d
|
Load all 40+ dlls required by the latest version of the MSVC runtime.
|
2016-10-19 14:29:08 -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 |
|