8880 Commits

Author SHA1 Message Date
esaunders
d30ce3c785 No need to refresh entire tree when ingest completes or new data added. Only need to trigger openCoreWindows() when the first data source is added. 2015-07-24 14:04:38 -04:00
esaunders
f32a70cdad Merge branch 'collaborative' of github.com:sleuthkit/autopsy into directory_tree_refresh_work 2015-07-24 13:46:09 -04:00
Richard Cordovano
1db36b28c4 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative 2015-07-24 13:22:13 -04:00
Richard Cordovano
226d73cc6d Remove worker thread from remote event publishing to free database connections 2015-07-24 13:21:11 -04:00
esaunders
5bb462a483 Added a listener to watch for when new content is added to archive files which will refresh the GUI 2015-07-24 13:00:30 -04:00
esaunders
b3b0b901f8 Added refreshChildren() method to refresh the GUI when changes happen to the underlying content. 2015-07-24 12:58:23 -04:00
Richard Cordovano
f46d55123f Merge pull request #1455 from eugene7646/services_check
Services check
2015-07-23 11:09:04 -04:00
Eugene Livis
73f49ccc73 Merged with latest 2015-07-23 10:30:30 -04:00
Richard Cordovano
67c853e7ee Merge pull request #1457 from APriestman/caseImporter
Improved SingleUserCaseImporter
2015-07-23 10:13:55 -04:00
Ann Priestman
8378ff9bd4 Reverting bundle properties 2015-07-23 09:59:14 -04:00
Ann Priestman
54d822d1e0 Merge remote-tracking branch 'upstream/collaborative' into caseImporter
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/CollaborationMonitor.java
2015-07-23 09:53:37 -04:00
Ann Priestman
64ea31b14b Added copy image and delete options to SingleUserCaseImporter 2015-07-23 09:42:09 -04:00
Eugene Livis
2bf4646d94 Removed unused imports 2015-07-22 15:45:46 -04:00
Eugene Livis
811009d615 Got rid of unnecessary changes 2015-07-22 15:42:22 -04:00
Eugene Livis
ad0868001c Minor improvement 2015-07-22 15:36:27 -04:00
Eugene Livis
70fca6263c Changes so that selection of case type sticks 2015-07-22 15:35:46 -04:00
Eugene Livis
4c71a61a8b on startup KWS checks connection to remote KWS server if multi-user case 2015-07-22 15:23:29 -04:00
Eugene Livis
c5fb27aa39 Modified new case panel to not truncate error text 2015-07-22 15:22:38 -04:00
Eugene Livis
031ea86068 Bug fix 2015-07-22 13:54:42 -04:00
Eugene Livis
d458e9af58 New case panel and ingets manager require only database service to be up 2015-07-22 13:33:22 -04:00
Eugene Livis
6633553450 Verifying all multi-user services every time new case wizzard is loaded 2015-07-21 17:04:41 -04:00
Richard Cordovano
04cc65a532 Make core.events package publicly accessible in Core NBM 2015-07-21 15:10:27 -04:00
Richard Cordovano
a7b7c8d5f0 Merge pull request #1449 from eugene7646/services_monitor_2
Case type verification in ingest manager
2015-07-21 13:06:54 -04:00
Eugene Livis
818edd6212 Only cancel ingest for single user cases, additional settings checks for KWS 2015-07-21 11:49:41 -04:00
Ann Priestman
53cf29a076 Moved getLocalHostName into NetworkUtils.
Renamed SingleUserCaseImporter.
Moved TimeStampUtils into coreutils.
Removed unused TimestampingFormatter class.
Removed public from XMLCaseManagement.
2015-07-21 09:33:05 -04:00
Richard Cordovano
7e212ad2e5 Merge pull request #1428 from eugene7646/services_monitor
Services monitor
2015-07-20 16:56:31 -04:00
Eugene Livis
f17853daa0 Display changes 2015-07-20 16:47:04 -04:00
Eugene Livis
bbb42447f2 Using service display name for UI notifications 2015-07-20 16:21:53 -04:00
Eugene Livis
87d71870aa setServiceStatus() is public again, changes based on review 2015-07-20 15:54:51 -04:00
Eugene Livis
c4d7f1533b Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into services_monitor 2015-07-20 14:37:34 -04:00
Richard Cordovano
08ae7fbff7 Merge pull request #1442 from APriestman/caseEDT
Move event publishing and case open/close off EDT
2015-07-20 14:25:41 -04:00
Eugene Livis
ad44b4b24c Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into services_monitor 2015-07-20 13:42:22 -04:00
Eugene Livis
67523bcdf6 Moved ServiceMonitor to separate package 2015-07-20 13:12:40 -04:00
Richard Cordovano
46330c4052 Merge pull request #1443 from karlmortensen/caseconverter
Case converter
2015-07-20 12:10:48 -04:00
Eugene Livis
2d4b789920 Renamed services, added popup message for custom service status changes 2015-07-20 11:35:30 -04:00
Ann Priestman
a2ef14a82f Minor fixes for EDT changes. 2015-07-20 11:14:00 -04:00
Eugene Livis
1637b75ca8 Getter Service.getName() matches property name 2015-07-20 10:15:30 -04:00
Eugene Livis
0844aa2814 Made setServiceStatus private again 2015-07-20 10:13:33 -04:00
Richard Cordovano
20a77a2e0b Merge pull request #1444 from eugene7646/result_view_count
Result count is updated whenever children are added or removed
2015-07-20 09:39:27 -04:00
Richard Cordovano
2d4cd6dd69 Merge pull request #1439 from APriestman/pipelineShutdown
Prevent shutDown from being called on ingest pipelines that haven't s…
2015-07-19 13:42:07 -04:00
Eugene Livis
55c50d5f0d Renamed variable 2015-07-17 16:01:36 -04:00
Eugene Livis
568e6de3b4 Renamed variables and added comments 2015-07-17 15:59:42 -04:00
Eugene Livis
e0431dba77 Fix to have result count be updated whenever children are added or removed 2015-07-17 15:09:11 -04:00
Ann Priestman
42ef9c5a8b Cleanup 2015-07-17 13:47:42 -04:00
Ann Priestman
df36254953 Cleanup 2015-07-17 12:26:23 -04:00
Ann Priestman
47124626ff Added notes about not calling the Case notification methods from the EDT. 2015-07-17 12:21:59 -04:00
Ann Priestman
cc20095f08 Merge branch 'eventHandling' into caseEDT 2015-07-17 12:21:14 -04:00
Ann Priestman
7d02d97a82 Merge remote-tracking branch 'upstream/collaborative' into caseEDT 2015-07-17 11:06:33 -04:00
Karl Mortensen
50c3aacb94 remove solr comment 2015-07-17 10:35:29 -04:00
Karl Mortensen
07f66cbb62 artifact --> attribute 2015-07-17 10:13:32 -04:00