5711 Commits

Author SHA1 Message Date
Eugene Livis
e635afd24e Created layer.xml to replace CaseOpenAction with AutoIngestCaseOpenAction 2016-09-15 13:47:12 -04:00
Richard Cordovano
8701b87a45 Merge pull request #2332 from eugene7646/ui_work
Moved auto ingest into Autopsy. Refactored options panel into Tools/Options
2016-09-13 11:29:46 -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
1b623d1782 Merge remote-tracking branch 'upstream/develop' into auto_ingest 2016-09-07 17:23:34 -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
Eugene Livis
28be2cf353 Modified StartupWindowProvider to support more than 2 startup windows 2016-09-07 15:37:07 -04:00
Eugene Livis
ea46ec38cd Fixed merge conflict 2016-09-07 14:27:23 -04:00
Eugene Livis
8f879fb685 Merged latest Autopsy develop 2016-09-07 14:23:25 -04:00
Ann Priestman
56ba457f90 Fix for SingleUserCaseConverter 2016-09-07 14:06:27 -04:00
Richard Cordovano
a8fe78ec75 Merge pull request #2305 from wishdasher/AUT-2212_property_change_listener
Updated use of PropertyChangeSupport in LocalDiskPanel and the panels…
2016-09-07 09:20:09 -04:00
Ann Priestman
b25b84a0e4 Merge remote-tracking branch 'upstream/develop' into encodedFiles 2016-09-07 08:03:43 -04:00
Eugene Livis
6644a2a84b Added notes on when the exception should/shouldn't be thrown 2016-09-06 16:23:56 -04:00
Eugene Livis
413fd2fa57 Moved TimeStampUtils from autoingest into coreutils package 2016-09-06 15:35:25 -04:00
Sophie Mori
97c641d1bf Changed implementation to use method references 2016-09-06 14:26:47 -04:00
Eugene Livis
17856e2239 Added comments and edited documentation 2016-09-06 09:57:39 -04:00
Sophie Mori
7cc85771e5 Added license 2016-09-02 10:55:39 -04:00
Sophie Mori
a5f491fcff Updated use of ContentUtils.writeToFile with a CancellationCheck 2016-09-01 15:32:37 -04:00
Sophie Mori
10380fc16a Added cancellation checks to file ingest modules 2016-08-30 10:45:41 -04:00
Richard Cordovano
faa8220fe2 Add null checks to DSP cancel methods 2016-08-26 10:13:59 -04:00
Richard Cordovano
7410a3af8f Remove unused IngestJob 2016-08-25 23:23:30 -04:00
Richard Cordovano
67eeb2294f Resolve IngestJob/DataSourceIngestJob cancellation deadlock 2016-08-25 23:16:59 -04:00
Sophie Mori
298d84057b Removed removal of property change listeners in DataResultPanel 2016-08-22 10:09:01 -04:00
Eugene Livis
efed6a333b Removed old AIM data source identification logic 2016-08-19 16:52:53 -04:00
Eugene Livis
69dea39c0c Merged with latest from Autopsy develop 2016-08-19 15:22:18 -04:00
Eugene Livis
9303fce034 Added some TODOs 2016-08-19 15:05:50 -04:00
Eugene Livis
4fa475286f LocalDiskDSProcessor implements AutomatedIngestDataSourceProcessor 2016-08-19 14:57:21 -04:00
Sophie Mori
6f2b042239 Updated use of PropertyChangeListener in DataResultPanel and DirectoryTreeTopComponent 2016-08-19 13:24:56 -04:00
Eugene Livis
e0a75cf9fb AutomatedIngestDataSourceProcessor interface methods throw exception 2016-08-19 11:37:58 -04:00
Eugene Livis
74987bce57 LocalFilesDSProcessor implements AutomatedIngestDataSourceProcessor 2016-08-19 10:50:11 -04:00
Eugene Livis
34dac7abe2 Moved zip archive handling into CellebritePhysicalReportProcessor 2016-08-18 17:23:40 -04:00
Sophie Mori
d48fdd00e2 Updated PropertyChangeSupport in AutopsyOptionsPanel, ReportProgressPanel, GlobalEditListPanel, GlobalListsManagementPanel 2016-08-18 17:10:19 -04:00
Eugene Livis
6f436eff99 Added comments and javadocs 2016-08-18 16:40:02 -04:00
Eugene Livis
7c9a3bd5a3 AutomatedIngestDataSourceProcessor extends DataSourceProcessor interface 2016-08-18 16:28:19 -04:00
Eugene Livis
8d9311a345 ImageDSProcessor implements AutomatedIngestDataSourceProcessor interface 2016-08-18 16:24:39 -04:00
Eugene Livis
5bd74189b3 Moved all imageHasFileSystem() related code out of AIM into DataSourceUtils 2016-08-18 15:59:44 -04:00
wishdasher
3950292957 Updated use of PropertyChangeSupport in LocalDiskPanel and the panels linked to the filters in FileSearchPanel 2016-08-18 14:55:58 -04:00
wishdasher
9cd3187017 Updated use of PropertyChangeSupport in FileExtMismatchSettingsPanel, FileTypeIdGlobalSettingsPanel, HashLookupSettingsPanel 2016-08-18 10:16:36 -04:00
Eugene Livis
875c4046a8 Created AutomatedIngestDataSourceProcessor interface, modified AIM and CellebriteAndroidImageProcessor to use it 2016-08-17 17:31:35 -04:00
wishdasher
5c9145733e Updated use of PropertyChangeListener in InterestingItemDefsPanel, KeywordSearchGlobalLanguageSettingsPanel, AddFileTypePanel 2016-08-17 17:21:50 -04:00
Sophie Mori
72012c5888 Updated use of PropertyChangeListener in KeywordSearchGlobalLanguageSettingsPanel, KeywordSearchGlobalSearchSettingsPanel, ImageFilePanel, LocalFilesPanel 2016-08-17 14:23:51 -04:00
U-BASIS\smori
2c06144ca9 changed date on DeleteBlackboardArtifactTagAction 2016-08-17 09:52:47 -04:00
Eugene Livis
9dc6552395 First cut at movin AIM into Autopsy 2016-08-16 12:40:41 -04:00