3282 Commits

Author SHA1 Message Date
momo
a024152259 fix few comments 2015-10-08 10:48:45 -04:00
momo
9c0b39cdc5 change gzip to x-gzip (equivalent) 2015-10-08 10:46:26 -04:00
momo
1a1084dd3f adding predefined rule for gzip 2015-10-08 10:45:36 -04:00
momo
52ce5bfceb Merge branch 'develop' of https://github.com/sleuthkit/autopsy into sanitize-utf-8 2015-10-06 10:58:00 -04:00
jmillman
6d7bd8281c cleanup EventDetailChart 2015-09-29 16:45:10 -04:00
jmillman
ef1bce95f2 clean up and rearange initialization code and tooltip loading 2015-09-29 16:11:39 -04:00
jmillman
d8c78b56fa load tooltip info on background thread 2015-09-29 15:14:43 -04:00
jmillman
eb0c72b43a more cleanup and simplification of code for only new style clustering 2015-09-29 14:18:45 -04:00
jmillman
41110ae0b5 cleanup and simplify code for only new style clustering 2015-09-28 17:22:10 -04:00
jmillman
df60c51331 remove UI access to old style clustering 2015-09-28 16:19:49 -04:00
jmillman
844bf393f0 resolve potentially ambiguous column in db ambiguous 2015-09-28 16:19:42 -04:00
jmillman
2b0159af4e fix guideLine placement when action is initiated over a DetailEventNode 2015-09-28 16:19:38 -04:00
jmillman
bd1e9a58d8 fix description generation and clustering
- rename getAggregatredEvents to getEventClusters
- make more members private
- improve logic to get subclusters
- introduce notion of RelativeDetail for navigating DescriptionLoDs
2015-09-28 16:19:34 -04:00
jmillman
ce930506bb make sure short description (root folder) ends with "/" 2015-09-28 16:19:30 -04:00
jmillman
4dacbbe083 fix description generation WIP 2015-09-28 16:19:26 -04:00
jmillman
3c0f270ab0 add a description filter and use it rather than the looser text filter to do sub clustering 2015-09-28 16:19:23 -04:00
jmillman
eadd7266ed use ControlsFX Actions to add expand/collapse menu items to AbstractDetailViewNode 2015-09-28 16:19:20 -04:00
jmillman
40d1ec9a5e create some additional indexes; don't use group_concat uselessly 2015-09-28 16:18:12 -04:00
jmillman
36097522a1 refactor common code out of clustering modes 2015-09-28 16:16:58 -04:00
jmillman
d48ff72098 WIP Cleanup, verification that all existing features till work in new alternate layout mode. 2015-09-28 16:16:54 -04:00
jmillman
dbdf8bffc9 extend DetailViewNode interface to support more features of old visualization in new mode. 2015-09-28 16:16:50 -04:00
jmillman
1065d13536 single cluster WIP 2015-09-28 16:16:39 -04:00
momo
1a05a07cc6 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into sanitize-utf-8 2015-09-28 10:48:06 -04:00
Brian Carrier
9b0d70d260 Merge pull request #1594 from mhmdfy/extract-excpetion
Extract excpetion
2015-09-28 09:53:04 -04:00
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
Richard Cordovano
1e99aeb8ff Make logger code thread-safe 2015-09-24 16:06:29 -04:00
Ann Priestman
a2f258e8b1 Update the "always calculate hashes" setting when the Hash Lookup settings panel is reloaded 2015-09-24 16:00:24 -04:00
momo
d254aa1bc0 adding sanitization code 2015-09-23 11:18:30 -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