3179 Commits

Author SHA1 Message Date
Karl Mortensen
ea11b6db0c Force copy of jar files from TSK to Autopsy upon build 2015-06-10 09:50:03 -04:00
Richard Cordovano
dc2b7e4255 Merge pull request #1323 from karlmortensen/cp
Connection Pooling
2015-06-09 15:30:14 -04:00
Eamonn Saunders
362ab0ebae Modified PhotoRec module message to indicate that it was the saving (and not the carving) of unallocated space that failed. 2015-06-09 14:58:53 -04:00
Karl Mortensen
5f0b5165a3 fix silly merge 2015-06-09 09:42:34 -04:00
Karl Mortensen
1459ff6f56 merge in monitor 2015-06-09 09:31:17 -04:00
Richard Cordovano
6d42317b4d Merge pull request #1325 from rcordovano/collaboration-monitor
Collaboration monitor
2015-06-08 18:05:35 -04:00
Richard Cordovano
9950ffea93 Increase number of threads in CollaborationMonitor periodic tasks pool 2015-06-08 17:43:32 -04:00
Richard Cordovano
5adce9a623 Fix CollaboratinoMonitor stale remote task detection 2015-06-08 16:50:32 -04:00
Eugene Livis
5911c0911b Fix to get AIM to work 2015-06-08 16:36:08 -04:00
Richard Cordovano
e910fac7e8 Fix local task reporting bug in CollaborationMonitor 2015-06-08 16:12:27 -04:00
Richard Cordovano
caddaccb37 Refine CollaborationMonitor service status reporting 2015-06-08 15:43:27 -04:00
Karl Mortensen
437301a4ba Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into cp 2015-06-08 15:41:05 -04:00
Karl Mortensen
c2deb82a1b Connection Pooling 2015-06-08 14:31:38 -04:00
Richard Cordovano
2d030aef8e Complete first implementation of CollaboratinoMonitor 2015-06-08 13:52:41 -04:00
Richard Cordovano
b6c8c28d49 Correct merge of upstream 2015-06-08 11:38:05 -04:00
Richard Cordovano
0117cb72f8 Merge upstream 2015-06-08 11:36:45 -04:00
Richard Cordovano
6affa596c0 Remove public access to IngestManager.isRunningInteractively(), fix deprecated method calls 2015-06-08 11:12:50 -04:00
Richard Cordovano
5c61fc15b9 Merge pull request #1321 from eugene7646/tree_view_fix
Removed duplicate call to CoreComponentControl.openCoreWindows()
2015-06-08 11:07:32 -04:00
Richard Cordovano
7d3bc0c4cc Merge develop branch into collabortive branch 2015-06-08 11:05:50 -04:00
Eugene Livis
207857f45c Removed duplicate call to CoreComponentControl.openCoreWindows() 2015-06-08 10:45:37 -04:00
Richard Cordovano
8c9e1f0d70 Merge pull request #1319 from eugene7646/rename_warning
Changed warning text per Brian's request
2015-06-08 10:23:50 -04:00
Richard Cordovano
23635b0f8f Refine CollaboratinoMonitor 2015-06-05 18:10:37 -04:00
Eugene Livis
287ad37189 Changed warning text per Brian's request 2015-06-05 15:18:36 -04:00
Eugene Livis
c0551db926 Fixed a bug where directory free was not showing up 2015-06-05 15:09:05 -04:00
Richard Cordovano
d6740d756e Fix initialization omission in CollaboratinoManager 2015-06-05 14:42:26 -04:00
Richard Cordovano
40520cf312 Revise CollaborationMonitor 2015-06-05 13:49:34 -04:00
Brian Carrier
fd70adfc55 Merge pull request #1315 from sidheshenator/python_module_reload_and_logging
Python module reload and logging
2015-06-05 13:16:16 -04:00
Richard Cordovano
b91f9aedb0 Merge pull request #1311 from millmanorama/timeline_dialogs_text
Timeline dialogs text
2015-06-05 12:07:43 -04:00
Richard Cordovano
825559baf3 Merge pull request #1312 from millmanorama/options_panel_review
cleanup and add explanation to ImageGalleryOptionsPanel
2015-06-05 12:07:29 -04:00
U-BASIS\sidhesh
cc8120a660 py modules reloaded everytime to reflect changes 2015-06-05 11:19:09 -04:00
jmillman
1aad1dfb78 cleanup and add explanation to ImageGalleryOptionsPanel 2015-06-05 10:42:16 -04:00
jmillman
ff0f3c94f2 clarify rebuild messages 2015-06-05 10:24:23 -04:00
Brian Carrier
ccfbfbf1e9 Merge pull request #1313 from sidheshenator/embedded_file_extraction_module
Embedded file extraction module implemented
2015-06-04 15:56:11 -04:00
sidheshenator
07b76f4910 Embedded file extraction module implemented 2015-06-04 15:41:00 -04:00
Richard Cordovano
a16af5c208 Complete first draft of CollaborationMonitor 2015-06-04 15:36:49 -04:00
Richard Cordovano
45b233bfdc Merge in upstream 2015-06-04 12:25:21 -04:00
Karl Mortensen
2e9aa8ba60 merge 2015-06-04 11:45:48 -04:00
Karl Mortensen
91be468c74 private addproblems 2015-06-04 11:43:13 -04:00
Karl Mortensen
88f40b55b7 not public 2015-06-04 11:39:15 -04:00
Karl Mortensen
a9c95d60c7 remove error observer from case 2015-06-04 10:22:47 -04:00
Karl Mortensen
bede5b5e70 remove deprecated 2015-06-04 10:08:55 -04:00
sidheshenator
3f87e78f1d InternalPythonModules folder added along with a readme file 2015-06-04 09:24:45 -04:00
Richard Cordovano
a7b83af5bb Evolve CollaborationManager implementation 2015-06-03 18:03:36 -04:00
Richard Cordovano
e8b207f5fb Make Case.notifyNewDataSource() not attempt window ops if not running interactively 2015-06-03 16:55:27 -04:00
Richard Cordovano
5dd3849f15 Add AddingDataSourceEvent class 2015-06-03 16:43:18 -04:00
Richard Cordovano
66fd8b6415 Merge remote-tracking branch 'upstream/collaborative' into collaboration-monitor 2015-06-03 14:49:42 -04:00
sidheshenator
9b7ea4d0b9 search additional locations for python modules 2015-06-03 14:45:24 -04:00
Richard Cordovano
fa5122e989 Provisional change to Case API to allow public publishing of data source added 2015-06-03 14:24:48 -04:00
Richard Cordovano
23fafe0f1f Additional work on CollaborationMonitor 2015-06-03 14:19:23 -04:00
Karl Mortensen
653bf5980f Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into warn_user_nicely 2015-06-02 17:16:20 -04:00