8513 Commits

Author SHA1 Message Date
Richard Cordovano
ac9763b329 Merge pull request #1302 from millmanorama/GroupPane_Refactor
Group pane refactor and Categorization bugs
2015-06-02 14:51:46 -04:00
Richard Cordovano
5e198ab098 Merge remote-tracking branch 'upstream/collaborative' into collaboration-monitor 2015-06-02 14:46:01 -04:00
Richard Cordovano
0c74f22735 Merge pull request #1300 from APriestman/timezoneNPE
Switched call to getStringTime to use dataSource instead of abstractF…
2015-06-02 14:43:20 -04:00
Richard Cordovano
a8f845bc90 Merge pull request #1299 from karlmortensen/better_disk_space_checking
reduce size of free space required for carving, as the file is alread…
2015-06-02 14:38:06 -04:00
jmillman
e7a9aa7a12 comments 2015-06-02 14:03:33 -04:00
jmillman
5b6251b9f7 fix categorization bug updating ui 2015-06-02 13:35:14 -04:00
jmillman
6e4107a72b simplify CategorizeAction 2015-06-02 12:36:35 -04:00
jmillman
8359528f71 show progress of categorization tasks 2015-06-02 12:36:33 -04:00
jmillman
8a7831b57d cleanup; fix typo 2015-06-02 12:36:31 -04:00
jmillman
a08fa13c5f added convenience methods to access attrubutes of GroupKey; cleanup 2015-06-02 12:36:29 -04:00
jmillman
7bf122e1d6 rename DrawableDB.isImagefile() => isDrawableFile(), and other minor cleanup 2015-06-02 12:36:26 -04:00
jmillman
03c64089eb interim refactor of GroupPane to attempt to eliminate ConcurerntModificationException 2015-06-02 12:36:24 -04:00
APriestman
ae4158b02e Switched call to getStringTime to use dataSource instead of abstractFile to avoid a possible null pointer exception 2015-06-02 11:35:25 -04:00
Karl Mortensen
c59e9e2f9d reduce size of free space required for carving, as the file is already copied to the drive, we don't need 2x. Also warn the user if carving doesn't occur because of lack of disk space. 2015-06-02 09:58:14 -04:00
Richard Cordovano
0322ef8b8a Merge pull request #1297 from millmanorama/develop
remove unneeded  cancellation logging from IngestManager
2015-06-01 16:38:18 -04:00
jmillman
ce3f8aed1f remove unneeded cancellation logging from IngestManager 2015-06-01 16:32:45 -04:00
Karl Mortensen
0b8bf7964a Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into warn_user_nicely 2015-06-01 16:16:13 -04:00
Richard Cordovano
acb427910d Merge pull request #1291 from karlmortensen/caseType
remove parameter
2015-06-01 15:22:58 -04:00
Richard Cordovano
76b1d49d60 Merge pull request #1293 from esaunders/develop
Fix for unalloc space null pointer exception
2015-06-01 15:19:00 -04:00
Brian Carrier
119dd22c92 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2015-06-01 15:08:22 -04:00
Brian Carrier
f433651b53 Added back in feature to open add data source iwzard if empty case is open 2015-06-01 15:08:04 -04:00
Karl Mortensen
87d4747a4c static 2015-06-01 14:18:56 -04:00
Karl Mortensen
a239cbd490 remove vestigial method 2015-06-01 13:57:30 -04:00
Karl Mortensen
c7d9cedf29 remove vestigial method 2015-06-01 13:54:50 -04:00
Eamonn Saunders
5c8e41eba1 Missed a comment change in last checkin. 2015-06-01 11:08:35 -04:00
Eamonn Saunders
d44ae3fc93 Return empty lists instead of null to prevent null pointer exception happening in Collections.sort() 2015-06-01 11:07:51 -04:00
Karl Mortensen
be5eff103e Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into interim 2015-06-01 09:53:29 -04:00
Karl Mortensen
e631dd04b0 remove parameter 2015-06-01 09:34:31 -04:00
Richard Cordovano
35a235e5cf Start implementing CollaborationMonitor 2015-05-29 17:36:36 -04:00
Richard Cordovano
7b91917d7f Merge pull request #1287 from esaunders/extract_unalloc_npe_fix
Extract unalloc npe fix
2015-05-29 14:53:02 -04:00
Eamonn Saunders
06abb7cc1c Missed a comment change in last checkin. 2015-05-29 14:08:31 -04:00
Eamonn Saunders
20ef8d397f Return empty lists instead of null to prevent null pointer exception happening in Collections.sort() 2015-05-29 14:05:09 -04:00
Richard Cordovano
a949403cb2 Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-29 12:41:31 -04:00
Richard Cordovano
be70625963 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative 2015-05-29 12:41:06 -04:00
Richard Cordovano
cf115e2aa6 Merge pull request #1286 from sidheshenator/file_type_identification
non-files, 0-sized, unalloc, unused blocks marked as octet stream
2015-05-29 12:37:06 -04:00
sidheshenator
c6e92d8767 non-files, 0-sized, unalloc, unused blocks marked as octet stream 2015-05-29 12:17:44 -04:00
APriestman
edb05572e8 Catch case where Content is null 2015-05-29 09:45:52 -04:00
Richard Cordovano
d869573a12 Merge pull request #1283 from eugene7646/review_mode_priveledges
Review mode priveledges
2015-05-28 18:03:51 -04:00
Richard Cordovano
52095e783f Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-28 17:58:15 -04:00
Richard Cordovano
4508777129 Re-broaden the FileTypeDetector API 2015-05-28 17:52:56 -04:00
Eugene Livis
0c0a7b3c13 Finished implementation 2015-05-28 17:14:08 -04:00
Richard Cordovano
279ce4b914 Add CollaboratinoMonitor class 2015-05-28 16:32:19 -04:00
Eugene Livis
41bf4df1cc Making sure new case action is not always enabled 2015-05-28 14:34:08 -04:00
Richard Cordovano
e3907d535f Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-28 13:53:46 -04:00
Richard Cordovano
bbd475d1b7 Fix bug injected into FileTypeDetector.detectFileType() 2015-05-28 13:52:26 -04:00
Richard Cordovano
1a0b083b7a Fix bug injected into FileTypeDetector.detectFileType() 2015-05-28 13:47:07 -04:00
Richard Cordovano
f34de7d596 Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-28 11:15:18 -04:00
Richard Cordovano
ffa0b3ae8a Make FileTypeDetector.lookupFileType() more robust 2015-05-28 11:12:11 -04:00
Richard Cordovano
d2c052fcb2 Resolve merge conflicts for develop branch merge 2015-05-28 10:27:02 -04:00
Eugene Livis
5a6e33bda2 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into review_mode_priveledges 2015-05-28 10:16:39 -04:00