20661 Commits

Author SHA1 Message Date
millmanorama
ad64be1d0f Merge remote-tracking branch 'upstream/timeline-event-mgr' into 1126-timeline_event_publishing_names
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/timeline/TimeLineController.java
#	Core/src/org/sleuthkit/autopsy/timeline/utils/FilterUtils.java
2018-11-20 20:49:57 +01:00
Richard Cordovano
e50cac3947
Merge pull request #4277 from millmanorama/1091-update-filters
1091 update filters
2018-11-20 13:08:27 -05:00
millmanorama
b787475512 Merge remote-tracking branch 'upstream/timeline-event-mgr' into 1126-timeline_event_publishing_names
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/timeline/events/TimelineEventAddedEvent.java
2018-11-15 13:15:15 +01:00
millmanorama
aedd2bd526 Merge remote-tracking branch 'upstream/timeline-event-mgr' into 1091-update-filters
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/timeline/events/EventAddedEvent.java
2018-11-15 13:01:59 +01:00
Richard Cordovano
da2f713c50
Merge pull request #4265 from millmanorama/1116-TL-events-serializable
make EventAddedEvent 'reconstitutable'' after transmision over the ne…
2018-11-13 12:41:11 -05:00
millmanorama
9da50733d3 don't use 'extra' field to store id that is also passed to the superclass constructor. 2018-11-13 12:52:35 +01:00
millmanorama
670d2e6e0c make EventAddedEvent 'reconstitutable'' after transmision over the network. 2018-11-13 12:23:36 +01:00
millmanorama
11b9c72828 rename event enums/classes to specify that they are Timeline related 2018-11-13 12:22:00 +01:00
millmanorama
ea91542b89 fix merge 2018-11-12 17:24:00 +01:00
millmanorama
08be5da09a fix codacy issues 2018-11-09 18:38:40 +01:00
millmanorama
1b1a68a998 fix comments and method name 2018-11-09 18:38:19 +01:00
millmanorama
6198b1fcf3 new filters have the correct enabled/disabled state 2018-11-09 18:38:19 +01:00
millmanorama
8503d8b756 log Exceptions from executor thread. correctly populate filters for new datasources. refactor cache invalidation some. 2018-11-09 18:38:19 +01:00
millmanorama
200ed65526 invalidate caches and so check for new datasoruces for the filters on DATA_SOURCE_ADDED 2018-11-09 18:37:51 +01:00
millmanorama
05fe1c16c4 fixes for codacy issues 2018-11-09 18:37:51 +01:00
millmanorama
e9bb6ed8f1 sync all filters with data from case 2018-11-09 18:37:49 +01:00
millmanorama
b108c86195 copies now make new state for new subfilters 2018-11-09 18:34:12 +01:00
millmanorama
7f573f5ea5 pass arround copies in the right places
some cleanup
2018-11-09 18:34:11 +01:00
millmanorama
9ce28220c7 remove public access to dataSourcesMap, don't swallow exceptions 2018-11-09 18:33:16 +01:00
Richard Cordovano
d2abd39e38
Merge pull request #4264 from millmanorama/274-TL_filetype_filter
274 tl filetype filter
2018-11-09 10:11:30 -05:00
Richard Cordovano
6777d80711
Merge pull request #4263 from raman-bt/timeline-event-mgr
1089: Catch and log Runtime exception when publishing events remotely.
2018-11-08 13:29:54 -05:00
millmanorama
6be0b109db cleanup, comments 2018-11-08 15:08:43 +01:00
millmanorama
e1b593c099 move mime-type lists into FilterUtils and implement 'Other' FileTypeFilter 2018-11-08 15:03:15 +01:00
millmanorama
3f4b04aa2d rework file type filtering to use predefined groups of mime types 2018-11-07 17:27:55 +01:00
millmanorama
7f31d8d571 fix codacy issues 2018-11-07 15:19:14 +01:00
Raman
0a2997d834 1089: Catch and log Runtime exception when publishing events remotely. 2018-11-06 10:56:14 -05:00
millmanorama
1aac00b947 comments 2018-11-06 15:57:36 +01:00
millmanorama
72c7e856e8 TL file type filter first commit 2018-11-06 12:26:54 +01:00
Richard Cordovano
9ef65ebca3
Merge pull request #4252 from millmanorama/1092-counts-graph-table-filtering
1092 fix RootFilterState intersection
2018-11-05 12:58:40 -05:00
Richard Cordovano
79f9906669
Merge pull request #4231 from markmckinnon/timeline-event-mgr
Update Plaso Module to newer release and Change log2timeline run options
2018-11-05 12:36:57 -05:00
Mark McKinnon
ee9d57ac89 Update Core/src/org/sleuthkit/autopsy/modules/plaso/PlasoIngestModule.java 2018-11-02 06:25:52 -07:00
millmanorama
f1d67372da codacy fixes 2018-11-02 09:13:57 +01:00
millmanorama
16c73d45b0 `fix RootFilterState intersection 2018-11-01 14:13:03 +01:00
Brian Carrier
02ce6ee62c
Merge pull request #4229 from millmanorama/timeline-event-mgr
1093 Timeline event mgr
2018-10-31 09:36:49 -04:00
millmanorama
58cef10870 Merge remote-tracking branch 'upstream/develop' into timeline-event-mgr
# Conflicts:
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
2018-10-30 13:41:45 +01:00
Brian Carrier
0a5a6b07b6
Merge pull request #4202 from wschaeferB/4270-FileTypeForInterCase
4270 file type for inter case
2018-10-25 11:35:04 -04:00
Brian Carrier
bfa4611315
Merge pull request #4233 from wschaeferB/4304-ExtractSsid
4304 extract ssid
2018-10-24 16:34:33 -04:00
William Schaefer
2b06275ed6 4304 minor comment fixes for tsk_wifi_network artifact 2018-10-24 10:30:43 -04:00
Mark McKinnon
7b5b9c690a Update Plaso Module to newer release and Change log2timeline run options
Update plaso from release 20180127 to 20180818.

Change run options in log2timeline to run with no dependency check

Add list of parsers to run so it will run all plugins except filestat
2018-10-23 10:38:13 -07:00
William Schaefer
f61dc06a98 4304 remove sys outs used for debugging 2018-10-23 11:03:42 -04:00
William Schaefer
5d2d1ceead Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4304-ExtractSsid 2018-10-23 10:20:38 -04:00
esaunders
c32bdf0b76
Merge pull request #4230 from esaunders/develop
Remove group_id from image_gallery_groups_seen table.
2018-10-23 10:09:51 -04:00
esaunders
3e82019012 Remove group_id from image_gallery_groups_seen table. 2018-10-23 10:08:31 -04:00
William Schaefer
75faa1b574 4304 remove accidently included file 2018-10-22 17:07:23 -04:00
William Schaefer
891ddada28 4304 rename tsk_ssid artifact to tsk_wifi_network 2018-10-22 16:13:53 -04:00
William Schaefer
073c07b089 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4304-ExtractSsid 2018-10-22 11:27:59 -04:00
William Schaefer
416f6e28df 4304 extract SSID using regripper nic2.pl and create TSK_SSID artifact 2018-10-22 11:27:12 -04:00
William Schaefer
33f12675d0 4304 extract SSID using regripper nic2.pl and create TSK_SSID artifact 2018-10-22 11:26:54 -04:00
millmanorama
0ef424871f restore isIgnoredUrl usage to merged ExtractIE and FirefoxExtractor 2018-10-22 16:02:01 +02:00
millmanorama
3bdbe2bb48 Merge remote-tracking branch 'upstream/develop' into timeline-event-mgr
# Conflicts:
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/FirefoxExtractor.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Util.java
2018-10-22 14:22:29 +02:00