12395 Commits

Author SHA1 Message Date
William Schaefer
5ec17adf8e 4305 add icon for tsk_wifi_network artifacts 2018-10-29 12:30:46 -04:00
William Schaefer
8805b1a2bd 4272 rename case manager for CR to Manage Cases 2018-10-29 11:39:29 -04:00
U-BASIS\dsmyda
95b981c991 Final codacy issues 2018-10-29 09:01:51 -04:00
U-BASIS\dsmyda
0eb61e5520 Removed useless log message from extractor code 2018-10-29 08:46:40 -04:00
William Schaefer
4c42a25e57 4272 fix creation date column header, rename dialog to case manager 2018-10-29 02:47:40 -04:00
William Schaefer
1a2c5938d7 4297 remove already done todo 2018-10-29 01:20:48 -04:00
U-BASIS\dsmyda
45268e4397 Removed zip bomb detection via compression ratio heuristic on unallocated files 2018-10-26 15:24:52 -04:00
Brian Carrier
ac2181246a Updated TSK version 2018-10-26 11:50:49 -04:00
U-BASIS\dsmyda
af192b2c1d Changed panel text according to Brian's request 2018-10-26 09:13:48 -04:00
U-BASIS\dsmyda
5e817a63e5 Made TextTranslationService a singleton 2018-10-26 08:59:26 -04:00
U-BASIS\dsmyda
0edda0d0ae Did codacy suggestions 2018-10-26 08:47:52 -04:00
William Schaefer
b4c8abad8f 4305 allow correlation attrs to be added when ingest not running 2018-10-25 16:02:39 -04:00
U-BASIS\dsmyda
1f3c2d2f0b Removed unused imports 2018-10-25 15:40:51 -04:00
U-BASIS\dsmyda
cefbafa63c Made the labels all point to the same bundle message 2018-10-25 15:39:52 -04:00
U-BASIS\dsmyda
f9606deea7 Added log message in 2018-10-25 15:32:14 -04:00
U-BASIS\dsmyda
7e97e5e195 reverted space is case.java 2018-10-25 15:18:38 -04:00
U-BASIS\dsmyda
7401fbe32c Added some comments 2018-10-25 15:17:22 -04:00
U-BASIS\dsmyda
4e17668db8 Added some comments and move stuff around to make it clearer 2018-10-25 14:32:11 -04:00
Ann Priestman
ba84b4c74b Prepend the archive name to any images extracted in the archive DSP.
Don't use the device ID for the name in the Local Files DSP.
2018-10-25 12:27:54 -04:00
U-BASIS\dsmyda
57db0cd43f Add test translation of file names 2018-10-25 11:51:44 -04: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
3765e26431 Make error message more clear 2018-10-25 09:48:45 -04:00
U-BASIS\dgrove
fcc356beaa CASE_INSENSITIVE flags used. 2018-10-24 23:58:15 -04:00
William Schaefer
1dda52aa03 4305 added correlation attribute for wifi networks 2018-10-24 14:45:43 -04:00
U-BASIS\dgrove
7c44559c87 Revised 'createTimeZoneString()'. 2018-10-24 13:37:18 -04:00
U-BASIS\dgrove
1ca5f5daa2 Consolidated time zone generation code. 2018-10-24 12:35:00 -04:00
U-BASIS\dgrove
724861a3bd Removed duplicated code. 2018-10-24 10:16:50 -04:00
U-BASIS\dgrove
01aa9ecf90 Cleanup. 2018-10-24 09:46:14 -04:00
U-BASIS\dsmyda
4ce87674c1 Fixed imports and remove unused stuff 2018-10-24 09:36:46 -04:00
U-BASIS\dgrove
fc438cb561 Refresh bug fixed. 2018-10-24 09:32:38 -04:00
U-BASIS\dsmyda
9114867803 Unfortunately, the changes to allow a custom file property are not worth it and frankly very difficult to do since the AAFN fillPropertyMap method is static 2018-10-24 09:25:30 -04:00
U-BASIS\dgrove
f2e50be2e5 Supporting custom time zone preference. 2018-10-23 18:41:58 -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
U-BASIS\dgrove
e2f9dfaace Upgraded Jackcess for Autopsy-Core. 2018-10-22 15:18:23 -04: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
U-BASIS\dsmyda
82ce8bb843 Removed unused import 2018-10-19 15:34:33 -04:00
U-BASIS\dsmyda
cf9a1040c9 Time to move this somewhere special.... 2018-10-19 15:22:25 -04:00
U-BASIS\dsmyda
316b2bd24a Got custom properties working, will most likely change implementation later 2018-10-19 15:21:46 -04:00
U-BASIS\dsmyda
8eb7e25095 Moved the Property interfaces to the data model package where they belong and refactored imports 2018-10-19 15:05:13 -04:00
U-BASIS\dsmyda
6db31caf49 Looks good, I'll do a little harder testing on Monday 2018-10-19 14:56:21 -04:00
U-BASIS\dsmyda
63ac179f91 Finished creating a good workable interface now testing 2018-10-19 14:47:18 -04:00
U-BASIS\dgrove
69589897f7 Using text prompts for file name input. 2018-10-19 14:34:20 -04:00
U-BASIS\dsmyda
46205e1794 Still making progress on the clean up 2018-10-19 14:28:13 -04:00
U-BASIS\dsmyda
1b78fa78a3 In progress of making a correct solution to handling properties in the UI... 2018-10-19 14:21:52 -04:00
U-BASIS\dsmyda
bc9a94ab79 comment fix 2018-10-19 08:50:31 -04:00
U-BASIS\dgrove
d2007f4d92 Renamed new TextMatcher class. 2018-10-17 08:37:01 -04:00
U-BASIS\dgrove
5de9bae6b7 Handling CSV list for extensions. 2018-10-17 08:32:22 -04:00
U-BASIS\dsmyda
87a145d74c Created a system exception for translation errors for implementing classes 2018-10-16 14:50:01 -04:00
William Schaefer
40c4c3dfcc 4272 make data source column header more consistant 2018-10-16 13:56:44 -04:00
U-BASIS\dsmyda
d00d67e854 Added the framework for text translation services 2018-10-16 13:35:26 -04:00