jmillman
c6834afb4a
use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy
2015-06-19 13:53:53 -04:00
Richard Cordovano
1930ac6531
Merge pull request #1383 from sidheshenator/embedded_file_extractor_runtime_exceptions
...
Embedded file extractor runtime exceptions
2015-06-19 13:32:44 -04:00
Richard Cordovano
8ec247c622
Merge pull request #1382 from sidheshenator/embedded_file_extractor_runtime_exceptions
...
comment about POI RuntimeExceptions added
2015-06-19 13:32:28 -04:00
Sidhesh Mhatre
03731d9756
comment about POI RuntimeExceptions added
2015-06-19 13:23:27 -04:00
Richard Cordovano
f5fe025df1
Merge pull request #1377 from sleuthkit/datasourceRefresh
...
Datasource refresh
2015-06-19 13:19:32 -04:00
Richard Cordovano
87a17afca9
Merge pull request #1380 from sidheshenator/embedded_file_extractor_runtime_exceptions
...
catch all throwables while instantiating the POI container
2015-06-19 13:18:49 -04:00
jmillman
5de6e17fac
Merge branch 'tag_events' into multiple_tag/follow_up_fixes
...
Conflicts:
Core/src/org/sleuthkit/autopsy/casemodule/Case.java
Core/src/org/sleuthkit/autopsy/casemodule/services/TagsManager.java
2015-06-19 12:36:06 -04:00
jmillman
ba81377eb0
Tag Events
...
- created new Case.Event enum values for BlackBoard/Content tags added/deleted
- created new PropertyChangeEvent subclasses for BlackBoard/Content tags added/deleted
- replaced ModuleDataEvent hack with new Tag Events
- removed [in] from javadocs, other minor cleanup
2015-06-19 12:33:04 -04:00
sidheshenator
b6d0c3c5b6
catch all throwables while instantiating the POI container
2015-06-19 11:43:13 -04:00
jmillman
7f6bbf1ebc
more granular synchronization in DrawableTagsManager
2015-06-19 10:18:08 -04:00
Brian Carrier
62df408f0e
do not add to list
2015-06-18 17:23:08 -04:00
jmillman
1fc618f0df
new Tag event system
2015-06-18 16:57:28 -04:00
Brian Carrier
5e0d8a6f5e
Fixed compiler warnings
2015-06-18 16:01:30 -04:00
Brian Carrier
91725425f4
Updated versions to 3.1.3
2015-06-18 15:41:47 -04:00
jmillman
48d455bf29
more tag/category autopsy integeration
...
update CategoryCounts, FollowUp and Category border on general Tag Event
use most severe category if multiple categories are present for a file
enforce category ordering via enum declaration order
2015-06-18 15:20:02 -04:00
jmillman
961e08501f
Merge remote-tracking branch 'upstream/develop' into multiple_tag/follow_up_fixes
2015-06-18 14:03:35 -04:00
Brian Carrier
a6790d79e3
Updated NEWS for 3.1.3 release
2015-06-18 14:01:46 -04:00
jmillman
b572ac4742
rename method; add synchronization; remove singletonness from SummaryTablePane
2015-06-18 13:51:37 -04:00
Brian Carrier
f391e32f6b
Merge pull request #1368 from sidheshenator/embedded_file_extractor_refactor
...
embedded file extractor module refactored
2015-06-18 13:48:44 -04:00
Brian Carrier
39f4ebec9b
Merge pull request #1371 from sidheshenator/lesser_stacktrace_embedded_file_extraction_module
...
stack trace removed for POI container init warnings
2015-06-18 13:47:26 -04:00
Brian Carrier
e356317e0e
Merge remote-tracking branch 'origin' into datasourceRefresh
2015-06-18 13:32:25 -04:00
Richard Cordovano
e9264687bf
Merge pull request #1376 from millmanorama/develop
...
fix javadoc and sources references
2015-06-18 13:20:35 -04:00
jmillman
37eee8444e
fix javadoc and sources reference
2015-06-18 13:18:03 -04:00
jmillman
7d68ed1b66
refactor in GroupManager, to make logic and flow cleaner
...
split FileUpdateEvent handlers to seperate update and removed methods
name DbWorkerThread, Thread
2015-06-18 13:12:14 -04:00
Richard Cordovano
6071dc5357
Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into closed-case-checks
2015-06-18 12:13:21 -04:00
Richard Cordovano
e641d14f7e
Make IngestManager.isRunningINteractiveyl public again
2015-06-18 11:54:40 -04:00
jmillman
d39644687b
more work to keep autopsy and ImageGallery tags in sync
...
add setFiles method to DrawableGroup;
don't clear groups from GroupMap except for CaseChange; reuse groups via setFiles method when regrouping
reselect group in navpanel after regroup
2015-06-17 17:42:00 -04:00
Richard Cordovano
8a57c8fb96
Merge pull request #1374 from eugene7646/export_autosy_event
...
Export org.sleuthkit.autopsy.events
2015-06-17 16:34:16 -04:00
Richard Cordovano
24b0fd1d64
Merge pull request #1373 from karlmortensen/trim_whitespace
...
trim whitespace in multiuserpanel items
2015-06-17 16:33:53 -04:00
Richard Cordovano
4e0f7b4f7e
Merge pull request #1369 from karlmortensen/more_comments
...
comment where each requirement comes from
2015-06-17 16:32:59 -04:00
Richard Cordovano
82f1cfe4a5
Merge pull request #1372 from karlmortensen/no_popup_for_unknown_paths
...
no popup when not interactive
2015-06-17 16:32:31 -04:00
Richard Cordovano
d12c70f333
Merge pull request #1370 from karlmortensen/UNC
...
Warn if failure, allow retry, for UNC compatibility
2015-06-17 16:30:30 -04:00
jmillman
4ae9eaf019
more cleanup of Categories/Tags and listening to autopsy generated "Tag Events"
...
-remove unused code from Category.java
-use Category.isCategoryTagName instead of .getDisplayName().startsWith(Category.CATEGORY_PREFIX)
-regroup when notified of Tag Change from autopsy
2015-06-17 15:54:34 -04:00
jmillman
36b727e94d
make sure all code is using the correct TagsManager (DrawableTagsManager) from controller; more cleanup
2015-06-17 15:51:15 -04:00
Eugene Livis
01b15bd04f
Minor
2015-06-17 15:39:34 -04:00
Eugene Livis
5e30637359
Minor
2015-06-17 15:38:38 -04:00
Eugene Livis
eaeddeb236
Changes to have org.sleuthkit.autopsy.events exported
2015-06-17 15:34:53 -04:00
Karl Mortensen
ff0d4769b7
trim whitespace in multiuserpanel items
2015-06-17 15:22:33 -04:00
Karl Mortensen
8dda2c5839
no popup when not interactive
2015-06-17 14:12:24 -04:00
sidheshenator
e1b2844b95
stack trace removed for POI container init warnings
2015-06-17 13:53:44 -04:00
Richard Cordovano
a37ed4814f
Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into closed-case-checks
2015-06-17 13:29:47 -04:00
Karl Mortensen
be9fd906a4
Warn if failure, allow retry
2015-06-17 09:26:00 -04:00
Karl Mortensen
dbdd346f81
comment where each requirement comes from
2015-06-17 08:58:52 -04:00
jmillman
fe95cc21d7
clean up and refactor code related to Tagging and actions;
...
move away from singleton by injecting controller rather than using getDefault();
use EventBus in DrawableTagsManager (used to be TagUtils)
requires equal and hashcode method implemented on TagName
2015-06-16 16:53:16 -04:00
Richard Cordovano
8cf9316035
Add checks for nulls due to closed case
2015-06-16 16:23:43 -04:00
Richard Cordovano
a7575e57d6
Merge pull request #1367 from karlmortensen/sanitize_case_names
...
sanitize case names for database, Solr, and ActiveMQ
2015-06-16 15:55:21 -04:00
Karl Mortensen
12a33d8658
Count underscore
2015-06-16 15:52:31 -04:00
Karl Mortensen
38fdd21b0d
Merge branch 'sanitize_case_names' of https://github.com/karlmortensen/autopsy into sanitize_case_names
2015-06-16 14:24:54 -04:00
Karl Mortensen
db9b252b37
change to underscores, not blanks
2015-06-16 14:24:25 -04:00
sidheshenator
31166c39c2
embedded file extractor module refactored
2015-06-16 14:14:28 -04:00