Commit Graph
18776 Commits
Author SHA1 Message Date
Karl Mortensen 2a876ff4c9 option to add timestamp to case folders 2015-07-31 13:36:08 -04:00
sidheshenator 42f96c2467 reverted externalized log messages 2015-07-31 13:33:33 -04:00
sidheshenator 4c0a230fd6 Photorec errors posted to inbox 2015-07-31 12:27:28 -04:00
Karl Mortensen 38003c1809 remove % 2015-07-31 12:18:18 -04:00
Karl Mortensen 354ca9a01b create file in temp folder 2015-07-31 11:58:19 -04:00
Richard Cordovano 9042df3949 Merge pull request #1480 from karlmortensen/handle_input_images
Handle input image folders in case import
2015-07-31 11:40:07 -04:00
Richard Cordovano 85cdf8eddb Make open case check multiuser setting for multiuser cases, part 1 2015-07-31 11:34:19 -04:00
Karl Mortensen 222ba0cbdf merge 2015-07-31 11:28:40 -04:00
Karl Mortensen dd251cefa6 Handle input image folders in case import 2015-07-31 09:41:28 -04:00
Richard Cordovano eac41f8c7d Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative 2015-07-31 07:37:31 -04:00
Richard Cordovano 035d53345a Merge pull request #1479 from rcordovano/res-bundle-fix
Fix faulty merge conflict resolution
2015-07-31 07:33:00 -04:00
Richard Cordovano a8b0d73994 Fix faulty merge conflict resolution 2015-07-31 07:31:08 -04:00
Richard Cordovano bdab0febce Make Case.open() throw if attempt to open multi-user case with no settings 2015-07-31 07:24:35 -04:00
Richard Cordovano 4fa911aabd Merge conflict resolution 2015-07-30 17:26:49 -04:00
Richard Cordovano 69b7d3ed9d Make NewCaseWizardPanel1 track multi-user cases enabled 2015-07-30 17:23:44 -04:00
jmillman 6259869baf Merge branch 'develop' into timeline_hash_set_filter
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/events/FilteredEventsModel.java
	Core/src/org/sleuthkit/autopsy/timeline/events/db/EventDB.java
	Core/src/org/sleuthkit/autopsy/timeline/events/db/EventsRepository.java
	Core/src/org/sleuthkit/autopsy/timeline/events/db/SQLHelper.java
	Core/src/org/sleuthkit/autopsy/timeline/filters/RootFilter.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/AggregateEventNode.java
2015-07-30 16:56:05 -04:00
Richard Cordovano 6869a82564 Merge pull request #1476 from millmanorama/timeline_hash_hits_details
show hash hit pin on groups and add hash hit counts to tooltip
2015-07-30 16:39:51 -04:00
jmillman 6537ebe92c show hash hit pin on groups and add hash hit counts to tooltip 2015-07-30 16:32:36 -04:00
jmillman 8b9032bca8 Merge remote-tracking branch 'upstream/develop' into timeline_hash_set_filter
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
	branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
2015-07-30 16:21:22 -04:00
jmillman 2b6b3550a9 add helper method for hash hit queries 2015-07-30 16:18:17 -04:00
jmillman a8080b482a force usage of RootFilter, improve performance of hash set hit filter part of where query. 2015-07-30 16:08:21 -04:00
Richard Cordovano 497ce91da4 Merge pull request #1459 from millmanorama/timeline_datasource_filter
Timeline datasource filter
2015-07-30 14:36:36 -04:00
Richard Cordovano 086aff9a4b Merge pull request #1456 from millmanorama/update_jfxtras
update JFXtras to 8.0-r3 resolved some bugs with the date/time pickers
2015-07-30 14:34:40 -04:00
Richard Cordovano 0a39771f9d Merge pull request #1448 from millmanorama/metadata_copyable
make Metadata copyable
2015-07-30 14:34:00 -04:00
Richard Cordovano 6a0a4fd4cb Merge pull request #1468 from karlmortensen/hostname_not_ip
use hostname in UNC paths for photorec
2015-07-30 14:31:29 -04:00
Karl Mortensen 25bebee8d9 ignore C: for single user case 2015-07-30 14:13:17 -04:00
Karl Mortensen 252619bd3b rename to SingleUserCaseImporter 2015-07-30 13:32:06 -04:00
jmillman 5df73e7895 Merge branch 'develop' into timeline_hash_set_filter
Conflicts:
	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
	branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
2015-07-30 13:29:40 -04:00
jmillman 4f04fa641a add mimetypes that are supported but seam to be missing from the ones reported. 2015-07-30 13:19:58 -04:00
jmillman c74f204808 fix potential NPE 2015-07-30 13:01:17 -04:00
jmillman 9fe0e26cef cleanup DataContentViewerMedia.isSupported 2015-07-30 12:51:12 -04:00
Karl Mortensen e0afc0c29a lowercamcelcase method names 2015-07-30 12:45:27 -04:00
jmillman 240a46221c refactor isSupportedLogic to provide a clearer distinction between video and images while reusing more code. 2015-07-30 12:38:50 -04:00
momo 5a8bb361cb change date to 0 if not in search query 2015-07-30 11:36:43 -04:00
jmillman f2061d048e Merge branch 'develop' into application/octet-stream_fix 2015-07-30 11:32:08 -04:00
jmillman ea0cdffe1c only show application/octet-stream if the file has a supported extension 2015-07-30 11:30:46 -04:00
Brian Carrier 1eb39955fc Merge pull request #1463 from sidheshenator/sanitize_utf-8-solr
invalid utf-8 data sanitized before feeding to the Solr Ingester
2015-07-30 10:53:39 -04:00
Sidhesh Mhatre d75ad1b21f Avoid duplicate logging of propagated exception. 2015-07-30 10:48:55 -04:00
jmillman d4f26d4916 Merge remote-tracking branch 'upstream/develop' into timeline_datasource_filter
Conflicts:
	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
	branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
2015-07-30 10:39:43 -04:00
jmillman f89ce249db Merge remote-tracking branch 'upstream/develop' into update_jfxtras
Conflicts:
	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
	branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
2015-07-30 10:38:44 -04:00
jmillman 38162049b4 Merge remote-tracking branch 'upstream/develop' into metadata_copyable
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableFile.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/MetaDataPane.java
2015-07-30 10:36:41 -04:00
Karl Mortensen 5aba79120d Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into hostname_not_ip 2015-07-30 10:22:58 -04:00
Karl Mortensen 5d1d3953b9 UNC utilities 2015-07-30 10:14:35 -04:00
Richard Cordovano 31aabfced1 Merge pull request #1474 from esaunders/collaborative
Refresh tree for new carved files.
2015-07-30 10:08:01 -04:00
Richard Cordovano 1e0adc3e6c Merge pull request #1450 from millmanorama/double_click_activate_tile_view
Double click activates tile view
2015-07-30 10:03:27 -04:00
Richard Cordovano d74e3d2a4b Eliminate thread-unsafe flush of concurrent queues in ingest tasks scheduler 2015-07-30 09:15:02 -04:00
jmillman 199d2e6d2a initial pass at timeline hash set filters 2015-07-29 19:09:08 -04:00
esaunders 0bb948cefe Made property change listeners private instead of protected. 2015-07-29 18:09:55 -04:00
esaunders 14a3e3f774 Added listener to VolumeNode so that we can detect when carved files are added. 2015-07-29 17:59:16 -04:00
Richard Cordovano 48841264d6 Merge pull request #1446 from millmanorama/show_hash_in_metadata
Show hash in metadata
2015-07-29 17:42:10 -04:00