5696 Commits

Author SHA1 Message Date
Eugene Livis
5b0a0635f1 Merge latest 2016-10-07 14:39:12 -04:00
esaunders
5134fdfb45 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2016-10-05 17:05:25 -04:00
esaunders
5291ed80dc Upgrade PostgreSQL driver from 9.4.1201-jdbc41 to 9.4.1211.jre7 2016-10-05 17:04:47 -04:00
Richard Cordovano
3e6106bec9 Merge pull request #2359 from wishdasher/AUT-2232_options_panel_consistent_UI
Changed options panel UI to be more consistent
2016-10-05 12:40:26 -04:00
Richard Cordovano
474b5a6b14 Merge pull request #2366 from wishdasher/AUT-2231_artifact_content_viewer_datetime_format
Updated getString to use attribute's getDisplayString
2016-10-05 12:16:22 -04:00
Sophie Mori
7471881951 Updated getString to use attribute's getDisplayString 2016-10-05 10:52:24 -04:00
Sophie Mori
ed9cdfbcb4 Changed file extension mismatch options panel UI to resize correctly 2016-10-04 13:48:47 -04:00
Sophie Mori
01c2487157 Reset border for File extension mismatch options panel 2016-10-04 12:45:30 -04:00
Sophie Mori
0e5f72270c Changed DATETIME format for artifact viewer in ArtifactStringContent 2016-10-04 09:48:05 -04:00
Richard Cordovano
f8a5795107 Merge pull request #2357 from wishdasher/AUT-2231_artifact_content_viewer_datetime_format
Changed datetime value type attributes to be formatted as dates inste…
2016-10-03 18:45:05 -04:00
Richard Cordovano
1464fc973d Improve/fix tags option panel implementation 2016-10-03 18:12:08 -04:00
Richard Cordovano
4115dab333 Changes to tags management (partial) 2016-10-03 00:23:47 -04:00
Richard Cordovano
6e60f9a978 Changes to tags management (partial) 2016-10-02 23:31:56 -04:00
Richard Cordovano
00a905533e Merge pull request #2355 from wishdasher/AUT-2107_tag_deletion_options_panel
Added options panel for adding and deleting user tag names
2016-09-30 17:57:50 -04:00
U-BASIS\zhaohui
32e3501126 2025: disable cmd file context menu of 'open in external viewer' 2016-09-30 15:27:08 -04:00
Richard Cordovano
f380dbc429 Fix transaction error handling in FileManager 2016-09-30 11:22:58 -04:00
Sophie Mori
b7f227b76c Updated implementation to not automatically add user tag names 2016-09-28 15:09:28 -04:00
Richard Cordovano
d2942263f2 Fix cause of IndexOutOfBounds exception for DataResultViewerThumbnail 2016-09-27 17:28:55 -04:00
Sophie Mori
ba4640648c Updated listener method for list selection 2016-09-27 15:30:57 -04:00
Sophie Mori
cdcd0fa45e Updated TagsManager for multiuser loading, changed some UI text 2016-09-27 15:19:44 -04:00
Sophie Mori
a32b95943f Made TagsManager methods more general, moved tag name display logic to TagsManager clients 2016-09-27 11:17:31 -04:00
Sophie Mori
e7a5f59081 Modified button behavior and text, disallowed empty tags 2016-09-27 09:44:04 -04:00
Sophie Mori
857233d84f Renamed labels and buttons, adjusted UI spacing 2016-09-26 17:14:38 -04:00
Sophie Mori
78772dc1d2 Modified FileTypeId options panel UI 2016-09-26 17:14:05 -04:00
Sophie Mori
9b90145167 Changed adding types and extensions to use popup dialog boxes, renamed buttons 2016-09-26 17:12:23 -04:00
Eugene Livis
d99d530568 Made 7zip packages public 2016-09-26 14:33:08 -04:00
Sophie Mori
df38863178 Changed datetime value type attributes to be formatted as dates instead of longs 2016-09-26 10:15:49 -04:00
Sophie Mori
807d3c0017 Cleaned up formatting, comments, and imports 2016-09-23 16:07:23 -04:00
Sophie Mori
665aacf9dc Changed user interface, kept bookmark tag always, renamed files 2016-09-23 15:47:47 -04:00
Richard Cordovano
7c2e8a91c9 Merge pull request #2343 from wishdasher/AUT-2226_error_loading_stix_file
Modified exception throwing and moved logging to upper levels
2016-09-15 15:13:52 -04:00
Richard Cordovano
a004da6fef Merge pull request #2344 from wishdasher/AUT-2227_thumbnail_report_npe
Removed invalid characters from tag path name
2016-09-15 15:13:27 -04:00
Richard Cordovano
22676a849e Merge pull request #2341 from esaunders/alert_on_custom_file_types
Resurrected functionality that used to let users create an interestin…
2016-09-15 15:01:30 -04:00
Sophie Mori
01bb69b065 Removed invalid characters from tag path name 2016-09-15 11:34:37 -04:00
Sophie Mori
4c36a1d353 Modified exception throwing and moved logging to upper levels 2016-09-15 11:29:17 -04:00
Ann Priestman
058c229c67 Changed "ToolName" to "AppName" 2016-09-15 09:04:06 -04:00
esaunders
5f34221183 Resurrected functionality that used to let users create an interesting file hit when custom file types were found. 2016-09-14 17:31:34 -04:00
Ann Priestman
e36019654f Added tool name user preferences field 2016-09-14 13:43:11 -04:00
Richard Cordovano
a45501a684 Merge pull request #2336 from APriestman/noModuleError
Improved error reporting in beginIngestJob
2016-09-14 12:39:22 -04:00
Ann Priestman
daeb19754d Improved error reporting in beginIngestJob 2016-09-14 10:13:45 -04:00
Richard Cordovano
3bb09d8b64 Merge pull request #2321 from wishdasher/AUT-2211_toolbar_button_image_gallery
AUT-2211 toolbar button for image/video gallery
2016-09-12 10:18:54 -04:00
Richard Cordovano
150509f8f8 Merge pull request #2325 from zhhl/1971-moveTestFixturesToAutopsy
1971: move custom artifacts generator ingest module test fixture to A…
2016-09-09 11:34:46 -04:00
U-BASIS\zhaohui
2c81619dfb 1971: move custom aritfacts generator ingest module test fixture to Autopsy 2016-09-09 08:31:08 -04:00
Richard Cordovano
22782867ee Merge pull request #2317 from APriestman/encodedFiles
Adding support for encoded files
2016-09-08 16:33:00 -04:00
Richard Cordovano
9e20bc13f9 Merge pull request #2320 from zhhl/1970-moveHashTagToAutopsy
1970: move hashdb for tagged files from viking to autopsy
2016-09-08 15:50:39 -04:00
U-BASIS\zhaohui
45e8db8b87 1970: move hashdb for tagged files from viking to autopsy 2016-09-08 15:12:46 -04:00
Sophie Mori
b9c3cd2c73 Added case listener to OpenAction to allow it to enable and disable itself 2016-09-08 14:44:59 -04:00
Sophie Mori
7993d6dadd Modified toolbar/case button actions to use annotations, added image/video button 2016-09-08 14:07:37 -04:00
Richard Cordovano
bd083a866c Merge pull request #2314 from wishdasher/AUT-2213_ingest_modules_cancellation_checks
AUT-2213 Added cancellation checks for ingest modules using ContentUtils.writeToFile
2016-09-07 17:19:26 -04:00
Sophie Mori
b65a7d12dd Removed unnecessary imports and modified documentation 2016-09-07 17:13:49 -04:00
Ann Priestman
56ba457f90 Fix for SingleUserCaseConverter 2016-09-07 14:06:27 -04:00