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 |
|
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
|
667e35f372
|
Merge remote-tracking branch 'upstream/credit_card_account_search' into develop
|
2016-10-07 14:56:45 -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 |
|
Sophie Mori
|
7993d6dadd
|
Modified toolbar/case button actions to use annotations, added image/video button
|
2016-09-08 14:07:37 -04:00 |
|
millmanorama
|
6b4e472a50
|
cleanup and refactor
|
2016-09-08 09:59:58 +02:00 |
|
millmanorama
|
c34744f3fd
|
initial action show rejected accounts
|
2016-09-08 09:59:54 +02:00 |
|
millmanorama
|
2e969ada14
|
Merge remote-tracking branch 'upstream/develop' into 836-BIN-enrichment
|
2016-09-08 09:13:08 +02:00 |
|
millmanorama
|
52dc7f8838
|
Revert most of "update controlsfx, clean bogus sor files"
This reverts commit 1dee0f56c34683f0518eb65bad12c1c38c16d8cb.
Conflicts:
KeywordSearch/build.xml
|
2016-09-07 17:08:56 +02:00 |
|
millmanorama
|
a3489acfbb
|
cleanup Accounts.java
|
2016-09-07 16:22:03 +02:00 |
|
millmanorama
|
058547406e
|
move IINRange, IINValidator and ranges.csv to datamodel package in Core
|
2016-09-07 16:22:01 +02:00 |
|
millmanorama
|
4514ed2ed4
|
move commons-csv to CoreLibs
|
2016-09-07 16:21:59 +02:00 |
|
millmanorama
|
535b139ac3
|
fix bugs, add UNIONPAY scheme, make number length optional, parse ranges correctly, use 8 digit iin
|
2016-09-07 16:21:57 +02:00 |
|
millmanorama
|
1dee0f56c3
|
update controlsfx, clean bogus sor files
|
2016-09-07 16:21:56 +02:00 |
|
millmanorama
|
e5d9546d09
|
restore download of ranges.csv as part of build
|
2016-09-07 16:21:53 +02:00 |
|
millmanorama
|
349310aab8
|
continued work to parse ranges.csv and then use it validate and enrich Accounts
|
2016-09-07 16:21:52 +02:00 |
|
millmanorama
|
a3508ad064
|
initial work on parsing ranges.csv file for use in validator
|
2016-09-07 16:21:50 +02:00 |
|
millmanorama
|
ba2600d867
|
commit ranges.csv, don't try to download from github
|
2016-09-07 16:21:47 +02:00 |
|