momo
|
05489e629e
|
fix regext
|
2015-09-25 13:00:10 -04:00 |
|
momo
|
eb0f20f9e0
|
fix comment formatting
|
2015-09-25 12:57:13 -04:00 |
|
momo
|
5ed0b761d2
|
add logic to escape file names by removing illegal characters, and use them in ExtractAction and SevenZipExtractor"
|
2015-09-25 11:38:06 -04:00 |
|
momo
|
3fb5704135
|
removed trace from wrong exception
|
2015-09-25 11:03:31 -04:00 |
|
momo
|
09b29baa94
|
do not print trace stack
|
2015-09-25 10:47:00 -04:00 |
|
jmillman
|
084d977f3d
|
replace Exception.printStackTrace with proper loggign, plus minor cleanup and comment improvements
|
2015-09-17 17:03:21 -04:00 |
|
Richard Cordovano
|
62dd780891
|
Merge pull request #1575 from millmanorama/tags_and_hash_hits_sql_performance_improvement
replace separate queries for events with tags and hash hits with add…
|
2015-09-17 14:40:19 -04:00 |
|
Richard Cordovano
|
5f3a101f7f
|
Merge pull request #1565 from mhmdfy/NPE-fix
NPE fix
|
2015-09-17 14:39:58 -04:00 |
|
Richard Cordovano
|
b72d836760
|
Merge pull request #1518 from mhmdfy/ingest-menu-tool
Ingest menu tool
|
2015-09-17 14:39:25 -04:00 |
|
momo
|
77f1aae789
|
rename methods, remove null check
|
2015-09-17 13:52:55 -04:00 |
|
momo
|
226045b138
|
refactor class names
|
2015-09-17 13:38:56 -04:00 |
|
momo
|
ba7c0d6958
|
optimizing bytes list
|
2015-09-17 10:29:14 -04:00 |
|
momo
|
8bc876a390
|
Making sure to read all data and not skipping decimals
|
2015-09-16 16:45:30 -04:00 |
|
Richard Cordovano
|
16303830ac
|
Merge pull request #1574 from mhmdfy/hashdb-null-pointer
add getTotalJobs back to startUp() for more insurance
|
2015-09-16 14:45:03 -04:00 |
|
momo
|
e35fa1ed90
|
uncomment path initialization code
|
2015-09-16 13:53:36 -04:00 |
|
jmillman
|
e247a56fed
|
replace separate queries for events with tags and hash hits with additional group_concat columns
|
2015-09-15 14:51:05 -04:00 |
|
mhmdfy
|
4665a8e0c8
|
if getName() is empty -> error popup and don't display the module
|
2015-09-14 14:38:08 -04:00 |
|
Richard Cordovano
|
780f0fa2ce
|
Merge pull request #1570 from mhmdfy/hashdb-null-pointer
Hashdb null pointer
|
2015-09-14 13:36:05 -04:00 |
|
Richard Cordovano
|
018a8acbc8
|
Merge pull request #1564 from millmanorama/IG_in_front
add versions of doDialog that take a owner window as a paramater and …
|
2015-09-14 13:29:09 -04:00 |
|
Richard Cordovano
|
092c249133
|
Merge pull request #1562 from millmanorama/jfxtras_r4
upgrade to jfxtras r4
|
2015-09-14 13:26:11 -04:00 |
|
mhmdfy
|
318fa6e488
|
add getTotalJobs back to startUp() for more insurance
|
2015-09-14 12:20:01 -04:00 |
|
momo
|
e3da44aacf
|
remove redundant code
|
2015-09-11 16:07:17 -04:00 |
|
momo
|
9d5470d93a
|
create a new jobs total for each job
|
2015-09-11 16:06:16 -04:00 |
|
momo
|
97a244fc86
|
adding null check for jobTotals in case jobId was not found
|
2015-09-11 15:16:31 -04:00 |
|
momo
|
4e0e47a33a
|
add class name to logger
|
2015-09-11 13:59:54 -04:00 |
|
momo
|
554f071cfb
|
uncomment test code
|
2015-09-11 13:57:37 -04:00 |
|
momo
|
f780c3f946
|
removing face detection code
|
2015-09-11 13:49:10 -04:00 |
|
momo
|
c63081edd7
|
Don't display file path if it's empty
|
2015-09-11 13:29:03 -04:00 |
|
momo
|
2ac9225b1a
|
change back to error popup for null values
|
2015-09-11 13:27:37 -04:00 |
|
momo
|
7e89403916
|
generalized warning message
|
2015-09-10 13:23:24 -04:00 |
|
momo
|
e67ee808d4
|
adding class name to displayed message
|
2015-09-10 12:53:47 -04:00 |
|
momo
|
4f45e5c0ff
|
use friendly warning message instead of error popup
|
2015-09-10 12:36:17 -04:00 |
|
jmillman
|
314ac85c2f
|
add versions of doDialog that take a owner window as a paramater and use them to show the tagging dialogs over IG without bringing the main autopsy window to the front.
|
2015-09-10 12:28:09 -04:00 |
|
momo
|
a89183f863
|
catching and ignoring report modules with null or empty names
|
2015-09-10 11:27:52 -04:00 |
|
jmillman
|
7c0f2e8664
|
make members private
|
2015-09-09 13:58:36 -04:00 |
|
momo
|
af72dbab34
|
adding underscore between file name and item index
|
2015-09-09 09:42:35 -04:00 |
|
momo
|
871d0d30cc
|
refactor duplication and names
|
2015-09-08 16:49:25 -04:00 |
|
momo
|
6f19fc7726
|
adding different child classes for each size cases
|
2015-09-08 14:39:40 -04:00 |
|
Richard Cordovano
|
f131f9c751
|
Merge pull request #1540 from millmanorama/tags_filter
Tags filter
|
2015-08-31 10:34:05 -04:00 |
|
Richard Cordovano
|
9ec19fd0f1
|
Merge pull request #1525 from sidheshenator/extract_archive_unknown_size
extract unknown size file content from archives
|
2015-08-28 13:16:18 -04:00 |
|
jmillman
|
4428d077ba
|
Merge remote-tracking branch 'upstream/develop' into tags_filter
Conflicts:
Core/src/org/sleuthkit/autopsy/timeline/Bundle.properties
Core/src/org/sleuthkit/autopsy/timeline/TimeLineController.java
Core/src/org/sleuthkit/autopsy/timeline/db/EventsRepository.java
|
2015-08-28 13:14:47 -04:00 |
|
Richard Cordovano
|
fda7ea3f3d
|
Merge pull request #1509 from millmanorama/timeline_threading_review
Timeline threading review and cleanup
|
2015-08-28 11:23:41 -04:00 |
|
Sidhesh Mhatre
|
e47fbafc52
|
Time zone parameter added to getDate()
|
2015-08-28 09:58:04 -04:00 |
|
sidheshenator
|
2ba62e440e
|
face detection feature added
|
2015-08-27 16:28:20 -04:00 |
|
jmillman
|
27db9dfeaa
|
cleanup and comments
|
2015-08-26 16:04:24 -04:00 |
|
jmillman
|
ca1c116b1c
|
cleanup
|
2015-08-26 11:36:27 -04:00 |
|
jmillman
|
cf396e399f
|
optimise tag name retrieval with dedicated sqlite query
|
2015-08-26 11:23:13 -04:00 |
|
jmillman
|
7ff8149c1e
|
WIP to optimise tag name retrieval
|
2015-08-25 17:33:15 -04:00 |
|
sidheshenator
|
d91502f589
|
extract unknown size file content from archives
|
2015-08-25 17:07:26 -04:00 |
|
jmillman
|
e708a43a93
|
fix bug in inserting Tags into new table, cleanup in EventDB
cleanup member order in FilteredEventsModel
|
2015-08-25 14:46:53 -04:00 |
|