Commit Graph
18776 Commits
Author SHA1 Message Date
Eugene Livis 4bd8356fa8 Modified HashMap to operate on strings, added UnknownServiceException 2015-07-06 15:56:09 -04:00
Eugene Livis 041f2644ee Changed how service status updates are set and obtained 2015-07-06 15:12:41 -04:00
Eugene Livis 01e19c3bc3 Added publishing of KWS and messaging events 2015-07-06 14:16:30 -04:00
Eugene Livis 50708fc211 Updated javadocs 2015-07-06 12:30:20 -04:00
Eugene Livis bd39e37dde First cut at integration with ingest manager 2015-07-06 11:08:20 -04:00
Brian Carrier 9a989506e7 Merge pull request #1423 from kefir-/sample_module_crossplatform
Use os.path.join() for path manipulation in reportmodule.py,
2015-07-06 10:18:39 -04:00
Ketil Froyn 7ff99f03d8 Use os.path.join() for path manipulation in reportmodule.py,
rather than hardcoding backslash
2015-07-04 02:05:15 +02:00
jmillman f7e56bebcc Merge branch 'develop' into include_all_drawable_mimetypes
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
2015-07-02 17:20:46 -04:00
jmillman f5eec81d50 use FileTypeDetector in DataContentViewerMedia and only fall back on isMimeType 2015-07-02 17:06:40 -04:00
jmillman 276a6155cf comments 2015-07-02 16:23:08 -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
jmillman ae38edf854 add some more image format extensions 2015-07-02 15:24: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
jmillman 4db07ba65e add "undisplayable" icon to DrawableTile.fxml and SlideShow.fxml; show this icon , when we can't display the contents of a drawable file. 2015-07-02 15:04:37 -04:00
Eugene Livis 7c1da35b33 Created ServicesMonitor and refactored CollaborationMonitor 2015-07-02 14:42:04 -04:00
jmillman 798ce18f0b fix animated gif loading; add "undisplayable" icon to DrawableTile.fxml 2015-07-02 14:14:53 -04:00
jmillman 47d6318ecd Merge remote-tracking branch 'upstream/develop' into include_all_drawable_mimetypes
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
2015-07-02 14:14:07 -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
Richard Cordovano da3c3fc050 Merge pull request #1413 from millmanorama/new-tag-events-collab
make the new tag events work in collaborative autopsy.
2015-07-02 11:23:22 -04:00
jmillman febbee6634 export org.sleuthkit.autopsy.casemodule.events from Core module 2015-07-02 11:02:24 -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
jmillman 1138ed5f89 fix video/supoprted mimetype confusion 2015-07-02 10:34:14 -04:00
jmillman 8c224393e5 remove unsed icons 2015-07-02 10:33:34 -04:00
Richard Cordovano e59ba14a44 Merge pull request #1417 from millmanorama/concurrent_hashmap_npe_fix
improve synchronization and guard the videoFileMap from null keys to eliminate NPE
2015-07-02 09:36:25 -04:00
Richard Cordovano 9de25349c8 Merge pull request #1419 from sidheshenator/py_module_fix
jython moduleName getting regex fixed
2015-07-02 09:35:14 -04:00
Richard Cordovano d6ef60ec5d Merge pull request #1416 from millmanorama/contents_tree_fix
fix rebuilding the contents tree when switching grouping
2015-07-02 09:33:26 -04:00
sidheshenator cb346a00fe jython moduleName getting regex fixed 2015-07-01 17:33:32 -04:00
Richard Cordovano 43220d9d83 Merge pull request #1418 from karlmortensen/doc_update
change default to 10
2015-07-01 17:04:23 -04:00
Karl Mortensen 78a93f3a5b change default to 10 2015-07-01 16:47:12 -04:00
Richard Cordovano 3a3eb141e1 Merge pull request #1415 from karlmortensen/docs
update docs for collaborative mode
2015-07-01 15:59:52 -04:00
jmillman beb8efaa6a Extract FileTypeUtils from ImageGalleryModule
remove FileTypeIcons
remove deprecated method from GroupManager
2015-07-01 15:58:37 -04:00
jmillman 64e887b098 work towards showing a filetype icon even when we can't show the file 2015-07-01 15:58:30 -04:00
jmillman e2cb9544f8 experimental work to show mimetype icon for undisplayable images/videos 2015-07-01 15:58:24 -04:00
jmillman 13d60ead02 use FileTypeDetector and mimetypes to decide what to include only falling back on extension if we can not get a mime type. 2015-07-01 15:58:15 -04:00
jmillman 924d012527 fix rebuilding the contents tree when switching grouping 2015-07-01 15:54:07 -04:00
jmillman 5866b88a35 improve synchronization and guard the videoFileMap from null keys to eliminate NPE 2015-07-01 15:52:12 -04:00
Karl Mortensen a134f3da4d update docs for collaborative mode 2015-07-01 15:49:43 -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 bb7ab1eab3 don't call getNewValue and getOldValue unless they are needed
they might invoke expensive db operations to load transient members and should be avoided unless those values are needed
2015-07-01 13:06:54 -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