10856 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
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
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
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
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
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
millmanorama
91a486234a Merge remote-tracking branch 'upstream/timeline-event-mgr' into timeline-event-mgr 2018-10-15 16:50:19 +02:00
millmanorama
11274bce62 Merge branch 'develop' into timeline-event-mgr
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/modules/embeddedfileextractor/SevenZipExtractor.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/TermsComponentQuery.java
#	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
#	branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
2018-10-15 16:35:28 +02:00
Brian Carrier
5e4a296f7c
Merge pull request #4216 from wschaeferB/4313-FileLimitOption
4313 add option to disable limiting of deleted file display to 10k
2018-10-14 21:18:06 -04:00
Richard Cordovano
9230451cb7 Remove SQLiteUtil from public API for future work 2018-10-13 21:08:04 -04:00
William Schaefer
a59eadb393 4313 add option to disable limiting of deleted file display to 10k 2018-10-12 16:07:35 -04:00
Richard Cordovano
6bf58a0d3a NBM versioning updates for release 4.9.0 2018-10-12 12:07:41 -04:00
Brian Carrier
c3efd28c14
Merge pull request #4207 from APriestman/ingestDsFix
Run all ingest modules on logical file sets
2018-10-12 11:30:05 -04:00
Brian Carrier
1029f4fcdb
Merge pull request #4214 from sleuthkit/4262_domain_check
validate domains don't have special characters
2018-10-12 11:21:04 -04:00
Brian Carrier
2582ede1c4 Updated to TSK 4.6.3 2018-10-11 21:50:33 -04:00
Brian Carrier
ab3338ba6b Updated to TSK version 4.6.3 2018-10-11 21:40:18 -04:00
Brian Carrier
e80553351c validate domains don't have special characters 2018-10-11 18:49:32 -04:00
Richard Cordovano
eccf778925 Merge upstream, restore encapsulation of DataResultViewerTable 2018-10-11 18:23:06 -04:00
Richard Cordovano
4a8aecb939 Restore encapsulation of OutlineView in DataResultViewerTable 2018-10-11 18:16:46 -04:00
Richard Cordovano
3d6df1d9ea
Merge pull request #4212 from rcordovano/tree-table-node-public-api-fixes
Refactor to remove public API additions for common properties search
2018-10-11 18:14:28 -04:00
Brian Carrier
8b622cfdb3
Merge pull request #4211 from dgrove727/4262_InvalidDomainsFix
4262 invalid domains fix
2018-10-11 15:49:19 -04:00