3760 Commits

Author SHA1 Message Date
Eugene Livis
bd39e37dde First cut at integration with ingest manager 2015-07-06 11:08:20 -04:00
jmillman
f5eec81d50 use FileTypeDetector in DataContentViewerMedia and only fall back on isMimeType 2015-07-02 17:06:40 -04:00
Eugene Livis
6542faf1e0 Added getters to ServiceEvent class 2015-07-02 16:01:38 -04:00
Eugene Livis
8983c34683 Added ServiceEvent class 2015-07-02 15:46:20 -04:00
sidheshenator
ec7f48a4be colored progress bar to indicate success of failure of hash addition 2015-07-02 15:31:53 -04:00
Eugene Livis
a50fbe5f0d Obtaining KWS service via lookup instead of Case.getCurrentCase().getServices().getKeywordSearchService() 2015-07-02 15:18:22 -04:00
Eugene Livis
ea24939365 Changed CrashDetectionTask to be able to properly interract with ServicesMonitor 2015-07-02 15:13:36 -04:00
Eugene Livis
090cd8f10d Added support for small set of subscription and notification events 2015-07-02 15:07:29 -04:00
Eugene Livis
7c1da35b33 Created ServicesMonitor and refactored CollaborationMonitor 2015-07-02 14:42:04 -04:00
jmillman
bf68bea824 Merge remote-tracking branch 'upstream/develop' into include_all_drawable_mimetypes
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
2015-07-02 12:56:32 -04:00
sidheshenator
04bf322b98 Perform optional report deletion from disk 2015-07-02 12:30:24 -04:00
Richard Cordovano
593fc2ca2d Merge pull request #1363 from sidheshenator/goto_hex_offset
jump to hex offset implemented
2015-07-02 11:23:57 -04:00
jmillman
a2a8fc0bc6 move Tag events to ...casemodule.events package; explicitly implement Serializable interface.
use as needed logger to avoid serializing it.
2015-07-02 10:54:29 -04:00
sidheshenator
cb346a00fe jython moduleName getting regex fixed 2015-07-01 17:33:32 -04:00
jmillman
73ad87b161 catch correct exception when no case is open 2015-07-01 13:37:49 -04:00
jmillman
13d4e71b50 fix typo in warning messages 2015-07-01 13:34:47 -04:00
jmillman
1b980ea9dd fix up comments 2015-07-01 13:32:15 -04:00
jmillman
1e13d5a039 Merge remote-tracking branch 'upstream/collaborative' into new-tag-events-collab
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/TimeLineController.java
2015-07-01 13:12:21 -04:00
jmillman
fc3accc733 don't put Tags into the newValue field as serialization will fail. instead rely on private tag member and lazy loading in overriden getNewValue() 2015-07-01 12:34:53 -04:00
jmillman
641fe4aa9d have BlackboardArtifactTagNodeFactory implement Observer and listen to tag changes like ContentTagNodeFactory does 2015-07-01 12:33:49 -04:00
Brian Carrier
1bcc1a7aa5 do not call write when opening a case - not sure why it was ever done 2015-07-01 12:13:24 -04:00
Brian Carrier
3e9b7b5bcb Updated Installer to preload MSVCR120 2015-07-01 11:17:03 -04:00
Richard Cordovano
95231c3a82 Merge in timeline update popup fix and resolve conflicts 2015-07-01 10:44:24 -04:00
jmillman
74a8455c10 update comments 2015-07-01 10:35:25 -04:00
sidheshenator
a73cbbd642 try-with-resource used in ReportKML.generateReport() 2015-06-30 16:43:22 -04:00
Richard Cordovano
6129da5679 Merge pull request #1405 from millmanorama/duplicate_tag_warning
Duplicate tag warning
2015-06-30 16:23:17 -04:00
sidheshenator
d92ea4e830 add hashes to databse implemented 2015-06-30 15:07:05 -04:00
Richard Cordovano
ef2be4c5d4 Merge pull request #1409 from APriestman/zombies2
Fixes for data source analysis events
2015-06-30 13:43:08 -04:00
APriestman
01c6d85166 Moved all DataSourceAnalysis started and cancelled events to DataSourceIngestJob 2015-06-30 12:55:38 -04:00
jmillman
62259e2d6b comments and minor cleanup 2015-06-30 12:43:52 -04:00
jmillman
c12faa9859 refactor TagEvents heirarchy to support serialization;
don't try to lookup DeletedTag by Id, it won't exist.  Instead send DeletedTagInfo which has key info of deleted tag and is serializable.
2015-06-30 12:27:23 -04:00
APriestman
5c9f8303e8 Send event when datasource processing is cancelled before ingest begins 2015-06-30 09:39:46 -04:00
Brian Carrier
8f50658aac Merge branch 'release-3.1.3' into develop 2015-06-29 19:05:07 -04:00
jmillman
bbfeda6401 begin implementing Serializability of tag events via transient fields and id based lookup 2015-06-29 17:39:39 -04:00
jmillman
28c8440343 add getXXXTagByTagId methods to TagsManager 2015-06-29 17:39:04 -04:00
jmillman
27dab95e5a fix catch block around Case.getCurrentCase to catch IllegalStateException 2015-06-29 14:40:29 -04:00
sidheshenator
0c51b8b950 javadoc comment added for Case.deleteReports() 2015-06-29 09:20:58 -04:00
Richard Cordovano
4ced3378df Change defaults for multi user collaboration services settings 2015-06-26 16:50:16 -04:00
sidheshenator
84d7fbd735 Delete report/s implemented. Misc bugs fixed 2015-06-26 14:19:06 -04:00
Richard Cordovano
3b9aebd33a Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2015-06-26 12:03:45 -04:00
Richard Cordovano
72ba0cad26 Add timestamps to notifications 2015-06-26 12:03:10 -04:00
Richard Cordovano
8799601627 Extend time stamping to all notifications 2015-06-26 12:00:45 -04:00
Brian Carrier
9a385b6d7b Added full path to error and warning messages for ZIP extraction 2015-06-25 21:34:01 -04:00
Richard Cordovano
571e2985e3 Merge pull request #1400 from esaunders/solr_monitoring
Added KeywordSearchService.canConnectToRemoteSolr() method and update…
2015-06-25 13:17:37 -04:00
Richard Cordovano
d1219f78de Merge develop into collaborative 2015-06-25 13:15:54 -04:00
Eamonn Saunders
92e3dd26a4 Added KeywordSearchService.canConnectToRemoteSolr() method and updated CollaborationMonitor to use it. 2015-06-25 12:48:56 -04:00
Richard Cordovano
e551fd15ae Restore current case checks to DeletedContent.java 2015-06-25 12:40:07 -04:00
Richard Cordovano
d7cac20824 Merge pull request #1381 from millmanorama/tag_events
Tag Events
2015-06-25 09:45:27 -04:00
Sidhesh Mhatre
10f66173a0 Not logging invalidpathException 2015-06-24 16:19:16 -04:00
Karl Mortensen
cd7e9f6513 only show the message once 2015-06-24 15:50:10 -04:00