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
Karl Mortensen
df2f8cea7f
interim update
2015-05-27 16:59:43 -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
Eugene Livis
3d99f685c1
Modified panels to treat C drive path as warning rather than error
2015-05-26 13:35:11 -04:00
Karl Mortensen
3c310f90b6
code review updates
2015-05-26 12:15:09 -04:00
Eugene Livis
970ff5edf4
Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into add_data_source
2015-05-26 11:10:36 -04:00
Karl Mortensen
1475574ace
framework to warn user of issues without spamming them
2015-05-26 10:08:05 -04:00
Eugene Livis
e895be0fd7
Reworked add data source functionality to not use service provider architecture
2015-05-26 09:50:47 -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
Richard Cordovano
dc75a1c318
Merge remote-tracking branch 'upstream/develop' into collaborative
2015-05-21 14:21:58 -04:00
Karl Mortensen
3a1733607c
Add getCaseType(Path)
2015-05-21 11:46:57 -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
Eugene Livis
adfbdf78e7
Modified error text
2015-05-21 10:14:03 -04:00
Eugene Livis
3ecab54625
Added case type to WizardPathValidator, modified new case panel
2015-05-21 09:56:42 -04:00
Eugene Livis
9fcb1a3036
Bug fixes
2015-05-20 17:29:27 -04:00
Eugene Livis
e22fd06a64
Bug fixes
2015-05-20 17:09:15 -04:00
Eugene Livis
9f603eb116
Integrated local files panel
2015-05-20 16:26:44 -04:00
Eugene Livis
2f7297101e
Modified local files panel
2015-05-20 16:01:21 -04:00