8674 Commits

Author SHA1 Message Date
momo
e35fa1ed90 uncomment path initialization code 2015-09-16 13:53:36 -04:00
Richard Cordovano
ef020a6b56 Merge pull request #1572 from millmanorama/fix_IG_no_fs_sql
fix SQL query when there are no FileSystems in an Image
2015-09-15 09:39:07 -04:00
jmillman
8d391fd077 fix SQL query when there are no FileSystems in an Image 2015-09-14 17:03:17 -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
Richard Cordovano
2469f46e40 Merge pull request #1559 from millmanorama/IG_prepopulation_performance_fix
remove useless calls to isVideoFile() to improve performance
2015-09-14 13:25:04 -04:00
Richard Cordovano
4ce1569c71 Merge pull request #1557 from millmanorama/IG_npe_fix
fix potenial NPE when case is closed out from underneath IG
2015-09-14 13:24:48 -04:00
Richard Cordovano
11d65913bf Merge pull request #1550 from millmanorama/IG_cleanup
review NavPanel threading
2015-09-14 13:24:08 -04:00
Richard Cordovano
1451bf49ce Merge pull request #1568 from mhmdfy/remove-face-detect
removing face detection code
2015-09-11 17:33:58 -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
Brian Carrier
d22b18913a Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2015-09-11 11:11:11 -04:00
Brian Carrier
85b17a5326 Added initial Python report module tutorial final file 2015-09-10 19:12:14 -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
Richard Cordovano
0962851a4b Merge pull request #1561 from mhmdfy/7zipfix
adding underscore between file name and item index
2015-09-10 12:02:06 -04:00
jmillman
7c0f2e8664 make members private 2015-09-09 13:58:36 -04:00
jmillman
fc9073d23c upgrade to jfxtras r4 2015-09-09 12:53:12 -04:00
Richard Cordovano
350fc355c0 Merge pull request #1556 from robertolarcher/develop
Email Parser: NegativeArraySizeException patch
2015-09-09 10:12:34 -04:00
momo
af72dbab34 adding underscore between file name and item index 2015-09-09 09:42:35 -04:00
Richard Cordovano
114aa2870a Merge pull request #1560 from mhmdfy/7zipfix
adding different child classes for each size cases
2015-09-08 16:53:06 -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
Brian Carrier
1b413e0ea1 Sort methods in API docs 2015-09-08 09:22:21 -04:00
jmillman
c855fe7fdf remove useless calls to isVideoFile() to improve performance 2015-09-04 13:07:54 -04:00
Richard Cordovano
401a9a2078 Merge pull request #1558 from sleuthkit/revert-1539-turn_on_IG
Revert "turn on IG"
2015-09-04 11:19:42 -04:00
Richard Cordovano
813994e0f3 Revert "turn on IG" 2015-09-04 11:19:35 -04:00
jmillman
6f84a33422 fix potential NPE in GroupManager 2015-09-04 10:54:37 -04:00
jmillman
80b92f5cb5 fix potenial NPE when case is closed out from underneath IG 2015-09-04 10:44:36 -04:00
Roberto Larcher
3c0a34d1b2 Further analysis
The problem seems to be in java-libpst.
Sometimes getFileInputStream() returns an InputStream, but at the first
InputStream.read(buffer) the method returns -1. Further analysis is
needed to isolate the problem in java-libpst.

To patch this an IOException is thrown
2015-09-04 11:23:24 +02:00
Roberto Larcher
c501c643f7 NegativeArraySizeException patch
This excepion is raised when the attachment size is a multiple of 8176
(the buffer size).

InputStream read methos return -1 if there is no more data because the
end of the stream has been reached

A simple check if result != -1 is added

refs:
http://forum.sleuthkit.org/viewtopic.php?f=6&t=2563
http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html#read()
2015-09-01 16:51:03 +02:00
Roberto Larcher
36a9017c03 Merge remote-tracking branch 'sleuthkit/develop' into develop 2015-09-01 16:09:26 +02:00
jmillman
b9610d7aff rework NAvPanel threading; simplify logic
ensure setFocusedGroup always called from javafx thread.
2015-08-31 16:31:40 -04:00
Richard Cordovano
10324bb068 Merge pull request #1546 from millmanorama/IG_cleanup
Image Gallery cleanup
2015-08-31 10:34:24 -04:00
Richard Cordovano
f131f9c751 Merge pull request #1540 from millmanorama/tags_filter
Tags filter
2015-08-31 10:34:05 -04:00
jmillman
362084e8bc don't reselct when tree changes; use proper logging 2015-08-28 17:24:59 -04:00
jmillman
048530e61c fix bug in sql query; remove unneccesary runLater 2015-08-28 17:24:54 -04:00
jmillman
a08611e8b7 reduce unneeded synchronization 2015-08-28 17:24:50 -04:00
jmillman
7b4216cd4f minor cleanup 2015-08-28 17:24:47 -04:00
jmillman
1f495546f7 synchonizization fix and comment 2015-08-28 17:24:37 -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
Richard Cordovano
d9ed48afa0 Merge pull request #1539 from millmanorama/turn_on_IG
turn on IG
2015-08-28 11:02:49 -04:00
Richard Cordovano
7f97eafe37 Merge pull request #1537 from sidheshenator/face_detect_makernotes_exif
face detection feature added
2015-08-28 10:10:13 -04:00
jmillman
0289c333df turn on IG 2015-08-28 10:07:02 -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