3224 Commits

Author SHA1 Message Date
momo
e35fa1ed90 uncomment path initialization code 2015-09-16 13:53:36 -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
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
f780c3f946 removing face detection code 2015-09-11 13:49:10 -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
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
jmillman
9296507ea5 migrate away from SQLite ATTACH
- breakout tag handlers into seperate methods in FilteredEventsModel
- keep tags in new table in db
2015-08-25 13:52:06 -04:00
jmillman
dec2e51e5e WIP migrate away from SQLite ATTACH 2015-08-25 10:55:10 -04:00
jmillman
1492ae7eb2 Merge remote-tracking branch 'upstream/develop' into tags_filter_refresh_button 2015-08-25 10:18:23 -04:00
Richard Cordovano
762d622ad9 Revert "extract content from archive having unknown size - sevenzipextractor" 2015-08-24 17:59:27 -04:00
jmillman
b3973e7f87 rename packages to better reflect contents 2015-08-24 14:53:12 -04:00
jmillman
ae6acee464 cleanup 2015-08-24 14:39:06 -04:00
jmillman
649351588c count DISTINCT events in counts view 2015-08-24 14:06:06 -04:00
jmillman
b365ebe814 fix bug in EventDB where spanning intervals where not computed correctly 2015-08-24 13:29:38 -04:00
jmillman
b698e7cd1d allow the user to refresh the visualization when tags are added or deleted.
fix sql bugs in EventsDB
2015-08-24 12:24:26 -04:00
jmillman
f3e40e5289 Merge remote-tracking branch 'upstream/develop' into timeline_threading_review 2015-08-24 10:45:57 -04:00
jmillman
deab3ce575 Merge remote-tracking branch 'upstream/develop' into tags_filter_refresh_button 2015-08-24 09:55:30 -04:00
Brian Carrier
fe5e353b72 Merge pull request #1520 from sidheshenator/exif_mimetypes
Update ExifParserFileIngestModule.java
2015-08-24 09:46:46 -04:00
Sidhesh Mhatre
94431e06fa Update ExifParserFileIngestModule.java
Added the missed type param.
2015-08-24 09:39:42 -04:00
sidheshenator
5ed3809ab8 tagged unallocated space reported 2015-08-21 17:41:37 -04:00
millmanorama
9ab4e92925 remove dead code and fix bad merges 2015-08-20 16:22:54 -04:00
millmanorama
04c5120216 Merge remote-tracking branch 'origin/timeline_tags_filter_dynamic_update' into tags_filter_refresh_button
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/events/EventsTaggedEvent.java
	Core/src/org/sleuthkit/autopsy/timeline/events/FilteredEventsModel.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/AbstractVisualization.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/AggregateEventNode.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventDetailChart.java
2015-08-20 16:03:56 -04:00
millmanorama
50e1961b9f WIP 2015-08-20 15:51:51 -04:00
millmanorama
200fa2835d Merge remote-tracking branch 'upstream/develop' into tags_filter_refresh_button 2015-08-20 14:40:21 -04:00
Brian Carrier
43b30b8649 Merge pull request #1516 from sidheshenator/exif_mimetypes
include tiff, wav along with existing jpeg as exif supported mimetypes
2015-08-20 14:02:34 -04:00
sidheshenator
f637783fa3 include tiff, wav along with existing jpeg as exif supported mimetypes 2015-08-20 13:48:12 -04:00
millmanorama
106d332fbb WIP 2015-08-20 13:30:52 -04:00
Brian Carrier
bdd4920875 Merge pull request #1515 from sidheshenator/exclude_virtual_files
exclude virtual files from file type search
2015-08-20 13:17:00 -04:00
sidheshenator
de5463f68a exclude virtual files from file type search 2015-08-20 12:19:02 -04:00
millmanorama
d4f185697b Merge remote-tracking branch 'upstream/develop' into tags_filter_refresh_button 2015-08-20 12:14:50 -04:00
millmanorama
74394a2814 add new cluster when needed based on new tags
set artifactID to null when given zero; only test blackboard artifacts for tag filter when the event is based on an artifact;
2015-08-18 13:46:08 -04:00