6036 Commits

Author SHA1 Message Date
Richard Cordovano
186a998436 Merge pull request #2431 from wschaeferB/2149-MimeTypeTreeNullPointerFix
Clearing and filling hashmap now wrapped by same synchronized block
2016-12-14 17:38:11 -05:00
William Schaefer
6820aa81c5 Added listener for case closed event, changed warning on failure to an error 2016-12-14 17:33:52 -05:00
Richard Cordovano
0312fbd4e5 Merge pull request #2423 from APriestman/autoIngestMove
Auto ingest move
2016-12-14 16:05:06 -05:00
Ann Priestman
203ed65e50 Cleanup.
Moved TimeStampUtils into AutoIngest.
Changed some exception strings.
Made the RuntimeProperties methods synchronized.
2016-12-14 14:49:30 -05:00
William Schaefer
add50b1628 Clearing and filling hashmap now wrapped by same synchronized block 2016-12-14 14:18:03 -05:00
Richard Cordovano
176e36581c Move new FileTypesByExtNode class into new FileTypesByExtension class 2016-12-11 14:26:00 -05:00
Richard Cordovano
d574e1ba69 Tidy up and refactor file types data model classes 2016-12-11 13:41:26 -05:00
Richard Cordovano
ebe1a30238 Add private constructor to utility class FileTypeExtensions 2016-12-11 12:38:16 -05:00
Richard Cordovano
377e91ebb0 Tidy up EmptyNode class 2016-12-11 12:35:26 -05:00
William Schaefer
8f216bf330 1917 Renamed child factory for consistency 2016-12-07 10:11:40 -05:00
William Schaefer
5290f1d211 1917-Added back mistakenly removed japanese bundle properties 2016-12-05 18:14:22 -05:00
William Schaefer
efee3816f6 1917-Corrected variable name for skCase 2016-12-05 17:57:30 -05:00
William Schaefer
155b1cead2 1917 Modified documentation for EmptyNode
class
2016-12-02 13:04:16 -05:00
Ann Priestman
96db8ba580 Merge remote-tracking branch 'upstream/develop' into autoIngestMove 2016-12-02 11:00:08 -05:00
William Schaefer
d8c4ea9044 1917 made FileTypeByExtType a inner class of FileTypesByExtType 2016-12-01 16:51:13 -05:00
William Schaefer
038ce32767 1917 fixed to bundle messages, shortened inner class names 2016-12-01 15:58:12 -05:00
William Schaefer
63dcd67493 1917 instance of Sleuthkitcase now final 2016-12-01 15:10:52 -05:00
William Schaefer
58cdd58f98 1917 cleaned up access levels and made EmptyNode more general purpose 2016-12-01 14:51:29 -05:00
William Schaefer
dc06e7727b 1917 Fixing broken multi-user query, by adding IS 2016-12-01 12:21:57 -05:00
Ann Priestman
f53a583d79 Merge remote-tracking branch 'upstream/develop' into autoIngestMove 2016-12-01 10:29:09 -05:00
William Schaefer
ef94fd80a8 1917-fixed issue where mime nodes were not updating 2016-11-30 10:29:40 -05:00
William Schaefer
a78e3a5bdd Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1917-MimeTypeTree 2016-11-29 16:40:00 -05:00
Ann Priestman
751141cc86 Change to new isImageTool.
Fix Hash options panel.
Disable Case Import options panel.
2016-11-28 13:03:19 -05:00
Ann Priestman
a08d0501bd Fixing Hash DB panel 2016-11-23 13:10:46 -05:00
Sophie Mori
0917c3f53f Make tagged items darker and move tags column to end by default 2016-11-23 13:00:01 -05:00
Ann Priestman
1b7f4d5673 Merge remote-tracking branch 'upstream/develop' into autoIngestMove
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/LocalFilesPanel.java
2016-11-23 12:29:04 -05:00
Richard Cordovano
31795cec11 Merge pull request #2387 from wishdasher/AUT-2106_tags_table_view
Added tags column and coloring for tagged nodes in table view
2016-11-23 11:46:09 -05:00
William Schaefer
8f0b9c057c 1917-fixed re-opening project, and queries only returning files 2016-11-23 11:04:41 -05:00
Sophie Mori
e0112d2030 Remove tag columns for tag nodes, add column for VD 2016-11-23 10:27:43 -05:00
William Schaefer
bf62c2175d 1917 added support for Slack filter node to null case 2016-11-22 17:59:37 -05:00
Ann Priestman
eba08a053a Fix modality bug after opening the progress snapshot.
Fix bug in Cellebrite Physical processor that was excluding the wrong files.
2016-11-22 12:12:09 -05:00
Sophie Mori
6e8a6262f5 Change static method reference to use class name 2016-11-22 10:07:34 -05:00
Sophie Mori
961c29a28d Rename method that gets the standard MIME types 2016-11-22 10:04:56 -05:00
Sophie Mori
4daea3f48d Clean up code 2016-11-21 17:11:43 -05:00
Sophie Mori
e4f351bf8c Remove optional parameters from MIME types 2016-11-21 17:06:31 -05:00
Richard Cordovano
7a08914b6d Deprecate field retained for serialization compatibility in FileExtMismatchDetectorModuleSettings 2016-11-21 08:45:29 -05:00
Richard Cordovano
b74aa34956 Change default ext mismatch type plus bug fix plus docs 2016-11-18 15:34:45 -05:00
Sophie Mori
740c504b42 Change default ext mismatch setting to original 2016-11-18 11:19:24 -05:00
Sophie Mori
44bd98bdd2 Rename check type enum in file ext mismatch settings 2016-11-17 16:38:25 -05:00
Sophie Mori
945a5c9ef4 Merge branch 'develop' into AUT-2254_ext_mismatch_basic_mode 2016-11-17 14:13:42 -05:00
Sophie Mori
d1e4c0774a Add back field to maintain serialization compatibility 2016-11-17 14:12:56 -05:00
Sophie Mori
c8550a7050 Merge branch 'develop' into AUT-2106_tags_table_view 2016-11-16 17:31:21 -05:00
Richard Cordovano
2a46063213 Merge pull request #2397 from wishdasher/AUT-2247_logical_files_processor_commas
Allow logical files panel to handle commas
2016-11-16 17:26:37 -05:00
Sophie Mori
8d4f276160 Merge branch 'develop' into AUT-2247_logical_files_processor_commas 2016-11-16 17:00:04 -05:00
Sophie Mori
2200b32f3c Add comment about changes that affect a deprecated method 2016-11-16 17:00:00 -05:00
Richard Cordovano
255029104f Merge pull request #2409 from wishdasher/AUT-2251_regripper_report_hive
Change if else ladders to switch statements in ExtractRegistry
2016-11-16 16:40:25 -05:00
Richard Cordovano
2d6b6d1056 Merge pull request #2408 from wishdasher/AUT-2253_internal_python_module_folder
Update README in InternalPythonModules folder
2016-11-16 16:30:08 -05:00
Richard Cordovano
e159bdfeb3 Remove unnecessary warning suppresion from ReportWizardAction 2016-11-16 14:23:45 -05:00
Richard Cordovano
30deb77736 Fix warning for erroneous argument to InstalledFileLocator.locateAll in JythonModuleLoader 2016-11-16 14:22:37 -05:00
Ann Priestman
3b9fc65c55 Merge remote-tracking branch 'upstream/develop' into autoIngestMove 2016-11-16 11:28:12 -05:00