Commit Graph
12480 Commits
Author SHA1 Message Date
Ann Priestman d9c8cb4cbe Cleanup 2016-11-08 09:57:32 -05:00
Ann Priestman 5959ef0ed6 No longer store mime type in the gen info artifact 2016-11-08 08:56:38 -05:00
Ann Priestman 3df5c2330d Merge remote-tracking branch 'upstream/develop' into slackSpace 2016-11-08 08:43:31 -05:00
Richard Cordovano 4c0d2d59c1 Merge pull request #2396 from wishdasher/develop
Remove internal IDs from content viewer windows
2016-11-07 17:54:13 -05:00
Richard Cordovano f9d100fd24 Merge pull request #2391 from zhhl/2031-rawDataSourceProcessor
2031 raw data source processor
2016-11-07 17:43:58 -05:00
Richard Cordovano d07ef6d3a0 Merge pull request #2398 from wishdasher/AUT-2245_report_race_condition
Fix race condition between report completion and GUI state
2016-11-07 17:34:15 -05:00
Richard Cordovano 04568dc06c Merge pull request #2399 from wishdasher/vmextractor_version
Correct version number of virtual machine extractor module
2016-11-07 17:32:28 -05:00
Sophie Mori 3302c61283 Correct version number of virtual machine extractor module 2016-11-07 14:22:01 -05:00
U-BASIS\zhaohui 1cc1cd5a7b remove the PropertyChangeSupport instance and call super class method directly 2016-11-07 13:49:20 -05:00
Sophie Mori 17b3615976 Fix race condition between report completion and GUI state 2016-11-07 13:33:23 -05:00
U-BASIS\zhaohui 8a43f62e4b adjust the panel to make it looks similar to the other adding data source page. 2016-11-07 11:47:03 -05:00
U-BASIS\zhaohui ebbac8a4ce cleanup PropertyChangeListener and deprecated enum value FOCUS_NEXT. 2016-11-07 11:12:20 -05:00
U-BASIS\zhaohui d6ef38ad39 more uses of @Messages instead of hard coded for internationalization and more cleanup. 2016-11-07 10:58:01 -05:00
Ann Priestman d0ffab6caa Setup up context menu for slack files.
Don't skip slack files in file type ID
2016-11-07 09:45:50 -05:00
U-BASIS\zhaohui dcc5a93278 use @Messages instead of hard coded for internationalization. Use UUID for deviceId. more cleanup 2016-11-07 09:06:32 -05:00
U-BASIS\zhaohui cd247c8acb 2031: use 'Unallocated Space Image File' instead of 'Raw Data Source' for data source type 2016-11-04 13:09:24 -04:00
Sophie Mori 12aee1a540 Merge branch 'develop' of https://github.com/wishdasher/autopsy into develop 2016-11-04 11:33:12 -04:00
Sophie Mori 01a2f08250 merging develop 2016-11-04 11:32:31 -04:00
Sophie Mori 1036e3eb29 Remove internal ID and artifact ID from content viewer windows 2016-11-04 11:24:28 -04:00
U-BASIS\zhaohui d50a6f7f3d 2031: clean up and change access level of the class/methods 2016-11-04 10:11:45 -04:00
U-BASIS\zhaohui aa45df82f4 Merge remote-tracking branch 'upstream/develop' into 2031-rawDataSourceProcessor 2016-11-04 09:07:59 -04:00
Ann Priestman 00a95a272d Merge remote-tracking branch 'upstream/develop' into slackSpace 2016-11-02 13:03:28 -04:00
Richard Cordovano 6f2fbc8be5 Merge pull request #2395 from millmanorama/patch-1
fix typo in javadoc
2016-11-02 06:55:59 -04:00
Jonathan Millman 45afb4e4e0 fix typo in javadoc 2016-11-02 11:48:18 +01:00
Richard Cordovano 7df405271b Merge pull request #2390 from millmanorama/2053-accounts-refresh
fix null pointer exception, and index out of bounds exception when re…
2016-11-01 19:17:29 -04:00
Richard Cordovano e692c8d3e2 Merge pull request #2389 from millmanorama/make-accounts-nodes-lazier
improve lazy creation of accounts related nodes
2016-11-01 19:00:23 -04:00
Richard Cordovano 485cbbd37a Merge pull request #2394 from esaunders/vs_2015
Vs 2015
2016-11-01 14:34:33 -04:00
Ann Priestman 0da17bd6cc Adding SlackFileFilterNode.java 2016-11-01 14:01:01 -04:00
Ann Priestman 51d5d28948 Slack file timing testing 2016-11-01 13:55:28 -04:00
Richard Cordovano 2f48775e34 Start cleanup and doc of DropdownSingleKeywordSearchPanel and DropdownToolbar VisualStudio_2010 2016-11-01 09:49:13 -04:00
Ann Priestman 2da987a22f Add support for slack files 2016-10-31 15:28:57 -04:00
U-BASIS\zhaohui 76055ac8e6 2031: cleanup and let processor cancel(0 to cancel the task 2016-10-28 09:50:16 -04:00
millmanorama 92f5b8a153 improve lazy creation of accounts related nodes 2016-10-27 22:30:17 +02:00
millmanorama b37171e1ac fix null pointer exception, and index out of bounds exception when refreshing the accounts tree 2016-10-27 22:28:10 +02:00
Richard Cordovano b73dad822e Update docs and rename DropdownAdHocSearchPanel -> DropdownSingleKeywordSearchPanel 2016-10-27 16:17:18 -04:00
U-BASIS\zhaohui aec6333a0f Merge remote-tracking branch 'upstream/develop' into 2031-rawDataSourceProcessor 2016-10-27 14:22:30 -04:00
Richard Cordovano 98c668e5ee Improve docs for DropdownAdHocSearchPanel 2016-10-27 10:28:44 -04:00
Ann Priestman 9734adb003 Adding support for new SlackFile type 2016-10-27 09:37:07 -04:00
Richard Cordovano f2cbf40cf8 Rename DropdownSingleTermSearchPanel to DropdownAdHocSearchPanel 2016-10-26 23:54:12 -04:00
Richard Cordovano 0cac7cba48 Tidy up and document keyword search DropdownSingleTermSearchPanel 2016-10-26 23:52:07 -04:00
U-BASIS\zhaohui d9606a97f4 2031: add raw data source processor 2016-10-25 16:56:40 -04:00
Sophie Mori 1b70eaf8e4 Merging develop 2016-10-25 14:49:20 -04:00
Richard Cordovano 68335a3b54 Merge remote-tracking branch 'upstream/release_4.2.0' into develop 2016-10-25 09:26:09 -04:00
Richard Cordovano 9ab720a37a Update version number to 4.2 in doxyfiles 2016-10-25 07:58:55 -04:00
rcordovano 39c7eb3988 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-10-24 14:13:31 -04:00
rcordovano 05dc9c08bc Set project.properties build.type back to DEVELOPMENT 2016-10-24 14:13:02 -04:00
rcordovano 5e0a08f00e Merge remote-tracking branch 'upstream/release_4.2.0' into develop 2016-10-24 14:11:48 -04:00
Richard Cordovano 621f578ae8 Add ingest history feature to NEWS.txt 2016-10-24 14:03:11 -04:00
Richard Cordovano 5acc39abaa Make credit card search disabled by default 2016-10-24 13:00:16 -04:00
Richard Cordovano c558a42ee1 Revert "Rename TermsComponentQuery to RegexQuery"
This reverts commit fedf10a67c.
2016-10-23 15:40:32 -04:00