Commit Graph
8277 Commits
Author SHA1 Message Date
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
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
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
Richard Cordovano 791a27aeb9 Merge pull request #1281 from millmanorama/image_gallery_module_folder
Move Image Gallery files to ModuleOutput folder
2015-05-28 10:14:34 -04:00
Richard Cordovano e14d413d93 Merge pull request #1280 from eugene7646/add_data_source
Add data source
2015-05-28 10:13:12 -04:00
jmillman 1744a0c595 reduce visibility of members of ImageGalleryModule 2015-05-28 10:12:01 -04:00
Richard Cordovano a20febd923 Merge pull request #1278 from APriestman/abstractFileNullCheck
Add checks for null after calls to getAbstractFileById
2015-05-28 10:10:41 -04:00
Eugene Livis ee48f3850d Changes from review feedback 2015-05-28 10:09:18 -04:00
Eugene Livis 9ca7cd79c3 Modified new case action to be disableable 2015-05-28 09:56:29 -04:00
Richard Cordovano 849efea10c Merge pull request #1282 from rcordovano/develop
Reduce public API of FileTypeDetector to previous state
2015-05-27 20:46:24 -04:00
Richard Cordovano 23d383ac00 Minor fixes for file type detection code in KWS and file type modules 2015-05-27 20:42:04 -04:00
Richard Cordovano 81c0eaa21c Improve comments in FileTypeDetector.java 2015-05-27 20:35:53 -04:00
Richard Cordovano e7773e5489 Reduce public API of FileTypeDetector back to what it was 2015-05-27 20:16:51 -04:00
Richard Cordovano e0614436a7 Merge pull request #1266 from sidheshenator/file_type_identification
File type identification
2015-05-27 18:09:35 -04:00
jmillman c123bb991a Move Image Gallery files to ModuleOutput folder
- replace ImageGalleryModule.MODULE_NAME with getter
- move drawable.db to ModuleOutput folder
- move per case ImageGallery properties to ModuleOutput folder.  cleanup PerCaseProperties.java
2015-05-27 15:38:44 -04:00
Richard Cordovano 443918f8e2 Resolve merge conflicts for develop branhc merge 2015-05-27 15:15:55 -04:00
Eugene Livis 146c0c3b23 Refactored some code 2015-05-27 14:50:18 -04:00
Richard Cordovano 94c825eb56 Merge pull request #1268 from sidheshenator/imgscalr_bug_handling
Image resizing exception handled. Image cropped instead
2015-05-27 14:44:07 -04:00
Eugene Livis 5711197357 Local disk DSP is no longer available for MU cases 2015-05-27 14:40:34 -04:00
Richard Cordovano 5887d2aa8f Merge pull request #1277 from millmanorama/categorization_fixes
Categorization fixes
2015-05-27 14:22:27 -04:00
APriestman b67eda618f Add checks for null after calls to getAbstractFileById 2015-05-27 14:16:35 -04:00
Eugene Livis 9e925bb0b7 Refactored PathValidator and error label 2015-05-27 14:13:14 -04:00
Eugene Livis d724a2c0d4 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into add_data_source 2015-05-27 14:00:37 -04:00
jmillman b04fa81b53 fix categorization ui update errors
- remove old listeners when updating treecell item.  cleanup GroupTreeCell
- invalidateHashSetHitsCount before adding/removing files to make sure it is seen during listner involation
- cleanup GroupTreeItem and NavPanel
- add comment to GroupManager
2015-05-27 13:36:32 -04:00
Eugene Livis a750a970a6 Fixes for new case open panel 2015-05-27 13:31:40 -04:00
jmillman 09aa1b243e remove unused variable 2015-05-27 13:30:52 -04:00
Eugene Livis 46a8090aa2 Testing things 2015-05-27 13:07:32 -04:00
Eugene Livis 5951111754 Modified panels per review feedback 2015-05-27 11:13:49 -04:00
Richard Cordovano e98c04dbe1 Merge pull request #1271 from sleuthkit/ingest_error_dialogs
Bubble dialogs for exception firewall (common with Python modules), b…
2015-05-26 23:06:59 -04:00
Richard Cordovano 2754ba6c19 Merge pull request #1276 from millmanorama/progress_fix
fix progress bar not going away
2015-05-26 22:54:05 -04:00
Richard Cordovano c0b1d20350 Merge pull request #1275 from sidheshenator/python_logging
python logger logs appropriate logging source
2015-05-26 22:51:44 -04:00
Richard Cordovano 6fa65783a6 Made CaseMetadata.CaseMetadataException class static 2015-05-26 21:15:43 -04:00
Richard Cordovano 3fb33da0c8 Moved static Case.getCaseType() to new CaseMetadata class 2015-05-26 20:36:42 -04:00
Richard Cordovano 841d7efd39 Merge pull request #1269 from karlmortensen/getCaseType
Add getCaseType(Path)
2015-05-26 19:33:13 -04:00
jmillman b8dc1ad97a fix progress bar not going away 2015-05-26 15:04:56 -04:00
sidheshenator abe801e151 python logger logs appropriate logging source 2015-05-26 14:39:55 -04:00
Richard Cordovano 930dc8ce9a Merge pull request #1270 from APriestman/catZeroBug
Cat zero bug
2015-05-26 14:28:52 -04:00