5945 Commits

Author SHA1 Message Date
William Schaefer
dc06e7727b 1917 Fixing broken multi-user query, by adding IS 2016-12-01 12:21:57 -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
Sophie Mori
0917c3f53f Make tagged items darker and move tags column to end by default 2016-11-23 13:00:01 -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
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
William Schaefer
2bab13a1f2 1917 Null Case Implemented for MIME tree, and clean up 2016-11-15 16:48:58 -05:00
Ann Priestman
bb00f9491f Added getItemType() 2016-11-15 10:06:13 -05:00
Ann Priestman
5b860abb44 Merge remote-tracking branch 'upstream/develop' into slackSpace
Conflicts:
	Core/src/org/sleuthkit/autopsy/directorytree/DirectoryTreeTopComponent.java
2016-11-15 08:58:33 -05:00
Sophie Mori
d689f4861e Clean up code 2016-11-14 16:11:02 -05:00
Sophie Mori
25ee3d762b Update README in InternalPythonModules folder 2016-11-14 15:27:30 -05:00
William Schaefer
0a15b431c0 1917 minor comment fixes to denote some NON-NLS text 2016-11-14 13:43:22 -05:00
Sophie Mori
b3549a2c3f Add radio button/checkbox format for fileextmismatch settings 2016-11-14 13:41:31 -05:00
William Schaefer
ec2e548f2b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1917-MimeTypeView-NewTree-2nd 2016-11-14 13:09:27 -05:00
William Schaefer
e8f7029a0f 1917-Comments added and other minor clean up, emptyNode removed 2016-11-14 13:05:23 -05:00
Sophie Mori
69b8535dc6 Merge branch 'develop' into AUT-2106_tags_table_view 2016-11-11 16:52:22 -05:00
William Schaefer
f45b0b642b 1917 Mime Tree fixed when updating from empty to contents 2016-11-11 16:13:46 -05:00
Ann Priestman
c48b73b232 Fixing NPE 2016-11-11 14:19:29 -05:00
William Schaefer
cfeae34850 1917 - Mime Type tree added - still needs clean up and null case 2016-11-11 13:55:47 -05:00
Sophie Mori
1f9f60dbc6 Fix unexpected behavior when two columns come to share the same index 2016-11-10 16:32:29 -05:00
Sophie Mori
d6db5a7160 Give nodes that are parents of file-like objects the same key 2016-11-10 11:28:02 -05:00
Richard Cordovano
467e84c350 Merge pull request #2386 from wishdasher/AUT-2237_open_report_external_viewer
Modified ExternalViewerAction to accommodate opening reports
2016-11-09 18:02:56 -05:00
Sophie Mori
b3b2b37235 Fix bundle message 2016-11-09 17:40:43 -05:00
Sophie Mori
7ef40946f0 Make column order loading robust against identical position values 2016-11-09 15:53:22 -05:00
Sophie Mori
1efcfe3dc5 Add a few more basic mode MIME types 2016-11-09 13:34:02 -05:00
Sophie Mori
80eea3d420 Fix alignment of elements in file ext ingest settings panel 2016-11-09 13:33:43 -05:00
Sophie Mori
5052d62133 Clean up code 2016-11-09 10:32:58 -05:00
Sophie Mori
b957ebd795 Resolve merge conflict between columns reordering and tag column color 2016-11-09 10:23:55 -05:00
Sophie Mori
8ebe87e8e2 Merge branch 'develop' into AUT-1849_persistent_table_column_reordering 2016-11-09 09:43:20 -05:00
Sophie Mori
041186873b Format MIME types better 2016-11-09 09:43:08 -05:00