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 |
|
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
|
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
|
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
|
c45abacdba
|
Merge remote-tracking branch 'upstream/release_4.2.0' into develop
|
2016-10-19 13:30:12 -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 |
|
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
|
6bf235ba17
|
Clean and document KWS AbstractFileChunk class
|
2016-10-18 15:31:14 -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 |
|
Eugene Livis
|
6c2d1d33eb
|
Replacing SortableIntField and other unsupported 'sortable' fields with TrieIntField
|
2016-10-13 17:43:17 -04:00 |
|
Eugene Livis
|
886087a48b
|
Changing other no longer supported field types
|
2016-10-13 17:35:51 -04:00 |
|
Eugene Livis
|
e90a699d7a
|
Using TrieIntField as Solr.IntField has been removed
|
2016-10-13 17:31:42 -04:00 |
|
Eugene Livis
|
081df07fda
|
No longer attempting to download Solr WAR as it no longer exists
|
2016-10-13 17:29:20 -04:00 |
|
Eugene Livis
|
5e3e0a9476
|
Removed unlockOnStartup option which has been removed and now causes an exception
|
2016-10-13 17:20:32 -04:00 |
|
Eugene Livis
|
b10356dda9
|
Downloading latest Solr JARs, not trying to download Solr WAR
|
2016-10-13 17:19:26 -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 |
|
Eugene Livis
|
031d86b7b1
|
Using non-deprecated classes and methods
|
2016-10-07 15:59:49 -04:00 |
|
Richard Cordovano
|
667e35f372
|
Merge remote-tracking branch 'upstream/credit_card_account_search' into develop
|
2016-10-07 14:56:45 -04:00 |
|
Eugene Livis
|
5da78acb57
|
First cut at porting to Solr 6.2.1
|
2016-10-07 11:54:13 -04:00 |
|
Richard Cordovano
|
3e6106bec9
|
Merge pull request #2359 from wishdasher/AUT-2232_options_panel_consistent_UI
Changed options panel UI to be more consistent
|
2016-10-05 12:40:26 -04:00 |
|
Sophie Mori
|
f70fa430b5
|
Renamed button in keyword list options add keyword panel
|
2016-10-04 11:14:39 -04:00 |
|
Sophie Mori
|
25639b76e1
|
Fixed if else logic
|
2016-09-28 15:38:18 -04:00 |
|
Sophie Mori
|
e3cfc3f606
|
Changed adding keywords to use popup dialog box, other UI changes
|
2016-09-26 17:15:18 -04:00 |
|
millmanorama
|
905975e568
|
remove credit from attribute names
|
2016-09-26 16:46:09 +02:00 |
|
millmanorama
|
a39419393d
|
introduce datamodel._private package and move some interfaces and classes there; create basic generic support for other account types; some renaming for clarity
|
2016-09-26 14:27:16 +02:00 |
|
millmanorama
|
bcdb16638b
|
use new sleuthkit Account.Type enum
|
2016-09-24 16:44:28 +02:00 |
|
millmanorama
|
58a90500b9
|
Extract BinMap from Accounts.java
|
2016-09-24 16:06:14 +02:00 |
|
millmanorama
|
42d99e31d6
|
cleanup and commenting
|
2016-09-21 12:21:14 +02:00 |
|
millmanorama
|
f3cb08ed8e
|
fixing reporting for new TSK_ACCOUNT artifact
|
2016-09-21 12:21:12 +02:00 |
|
millmanorama
|
9aafd74c58
|
change to a more generic account type
|
2016-09-21 12:21:11 +02:00 |
|
Richard Cordovano
|
2e239ca601
|
Merge remote-tracking branch 'upstream/develop' into credit_card_account_search
|
2016-09-20 10:13:46 -04:00 |
|
Sophie Mori
|
ea55a7a879
|
Changed requested code
|
2016-09-19 11:39:34 -04:00 |
|
Richard Cordovano
|
8992259908
|
Merge pull request #2335 from millmanorama/842-don't-reject-unknown-BINs
don't reject potential account numbers because we don't know about th…
|
2016-09-14 09:35:37 -04:00 |
|
millmanorama
|
ec85979bbe
|
revert broken change that attempted to find more hits, but actually found less...
|
2016-09-14 12:48:30 +02:00 |
|
millmanorama
|
8a380bb1bd
|
don't reject potential account numbers because we don't know about their BIN
|
2016-09-14 11:29:18 +02:00 |
|
Richard Cordovano
|
b09b9d6d25
|
Merge pull request #2329 from millmanorama/group-bins-by-range
Group bins by range
|
2016-09-12 10:16:54 -04:00 |
|
millmanorama
|
d132957758
|
group bins by range in tree.
|
2016-09-12 16:05:49 +02:00 |
|
millmanorama
|
72b3078d71
|
more WIP to group bins by range in UI and also some bug fixes for when there is more than one valid BIN in a keyword search snippet
|
2016-09-12 15:11:47 +02:00 |
|
millmanorama
|
61a4d52b84
|
modify regex to match ccn with spaces or dashes in between digits
|
2016-09-09 14:01:36 +02:00 |
|