8544 Commits

Author SHA1 Message Date
jmillman
03c64089eb interim refactor of GroupPane to attempt to eliminate ConcurerntModificationException 2015-06-02 12:36:24 -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
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
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
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
4508777129 Re-broaden the FileTypeDetector API 2015-05-28 17:52:56 -04:00
Richard Cordovano
bbd475d1b7 Fix bug injected into FileTypeDetector.detectFileType() 2015-05-28 13:52:26 -04:00
Richard Cordovano
ffa0b3ae8a Make FileTypeDetector.lookupFileType() more robust 2015-05-28 11:12:11 -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
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
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
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
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
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
jmillman
09aa1b243e remove unused variable 2015-05-27 13:30:52 -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
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
sidheshenator
4dd9db3084 Unalloc space consistently marked as octet/stream 2015-05-26 09:43:45 -04:00
Brian Carrier
ad779792e0 Merge pull request #1273 from sleuthkit/report_updates
Updated report interface variable name to make it more clear. Updated…
2015-05-26 09:37:16 -04:00
Brian Carrier
525b87d096 Updated report interface variable name to make it more clear. Updated sample python report module 2015-05-26 09:35:47 -04:00
Brian Carrier
33380ef487 Merge pull request #1272 from sleuthkit/python_example_updates
Updated python examples and docs
2015-05-25 15:40:28 -04:00
Brian Carrier
60a41bcfbc Updated python examples and docs 2015-05-25 15:37:22 -04:00
Brian Carrier
404ea583b0 Bubble dialogs for exception firewall (common with Python modules), better Python load error 2015-05-25 15:10:51 -04:00
sidheshenator
34c5a1d6c9 Resource bundle updated. Unalloc Unused blocks marked as octet-stream 2015-05-22 11:22:49 -04:00
APriestman
6c7f10a68d Added comments about caching. 2015-05-22 10:30:59 -04:00
APriestman
24bc7c14f7 Fixed bug where the incorrect category name was being displayed when grouping by category.
For speed, now stores hash set hits in memory.
Fixed bug where hash hit count would never update after a group was created, even if files were added/removed
Changed category zero count to be bases on other counts and not stored separately.
2015-05-22 09:35:50 -04:00
sidheshenator
f4e93f52a6 replace ternary operator with Math.min() 2015-05-21 11:45:43 -04:00
sidheshenator
1c6f612588 Image resizing exception handled. Image cropped instead 2015-05-21 10:50:43 -04:00
sidheshenator
22b50d5570 FileTypeDetector made non-static field in ingest modules 2015-05-20 11:54:47 -04:00
Brian Carrier
91648425fb updated link to JNI blackboard page 2015-05-20 08:33:43 -04:00
Brian Carrier
546fc12894 Merge pull request #1265 from harvv/patch-1
fix small error (inverted logic)
2015-05-20 00:10:11 -04:00
Brian Carrier
615b6dc53b updated docs footer 2015-05-20 00:05:51 -04:00
Brian Carrier
f0ae026a68 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2015-05-20 00:04:57 -04:00