12395 Commits

Author SHA1 Message Date
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
U-BASIS\dsmyda
e7c1c9e0be Merge branch '4388-implement-sqlite-streaming-design' into 4390-text-extraction-stream-impl 2018-11-09 09:50:37 -05:00
U-BASIS\dsmyda
bc7252a4bc Merge branch '4388-implement-sqlite-streaming-design' into 4389-sqlite-stream-impl 2018-11-09 09:49:28 -05:00
U-BASIS\dsmyda
b1708f777e Bug fix on iteration 2018-11-09 09:48:52 -05:00
Eugene Livis
5ec9776d6b Minor name changes 2018-11-09 08:32:02 -05:00
Ann Priestman
ec54936554 Merge remote-tracking branch 'upstream/develop' into 4395_dsHashModule 2018-11-09 07:40:21 -05:00
Ann Priestman
0fc98a7487 Adjusting UI text 2018-11-09 07:39:31 -05:00
Eugene Livis
785b75677e Using try-with-resources instead in couple of places 2018-11-08 17:45:07 -05:00
Eugene Livis
c5b8b91c39 Minor 2018-11-08 17:26:27 -05:00
Eugene Livis
1257120c1d Properly closing database connection for single user cases 2018-11-08 17:16:27 -05:00
U-BASIS\dsmyda
0b4e233bbc Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4390-text-extraction-stream-impl 2018-11-08 17:06:18 -05:00
William Schaefer
b01596afc9 4361 add datasource_id column 2018-11-08 16:42:04 -05:00
Eugene Livis
ba20b8366b Resolved TODOs 2018-11-08 16:39:47 -05:00
Eugene Livis
7c72f7cb0e Added trace and relationship entries for Autopy case. Bug fixes 2018-11-08 16:34:24 -05:00
U-BASIS\dsmyda
e77faa4d2d Fixed a log message 2018-11-08 15:57:16 -05:00
U-BASIS\dsmyda
3040976ab8 Made only unpackstream wrap an encodedfileoutputstream 2018-11-08 15:55:11 -05:00
U-BASIS\dsmyda
f76967969d Merge remote-tracking branch 'upstream/develop' into Appropriate_SevenZipExtractor_Memory_Fix 2018-11-08 15:43:44 -05:00
U-BASIS\dsmyda
3f2a748d9d Fixing unncessary class indirection 2018-11-08 15:43:32 -05:00
William Schaefer
67a2dbb294 4354 add NON-NLS comment to database opperations 2018-11-08 15:40:27 -05:00
William Schaefer
0ebb679778 4354 make upgrade code succeed when object_id column already exists 2018-11-08 15:29:19 -05:00
U-BASIS\dsmyda
1fd7ba7f7c Added param comment to method header 2018-11-08 15:22:27 -05:00
U-BASIS\dsmyda
7cc9fc6b78 Minor changes 2018-11-08 14:47:42 -05:00
U-BASIS\dsmyda
f0998c7a02 Fixed a bug with clicking the same table name 2018-11-08 14:45:57 -05:00
Eugene Livis
d071a155ad Merge branch 'develop' of github.com:sleuthkit/autopsy into case_uco_1889 2018-11-08 14:45:40 -05:00
Eugene Livis
7a0d31c31b Added UI warnings on errors 2018-11-08 14:45:15 -05:00
U-BASIS\dsmyda
711ed7a388 Close now throws exception, so had to wrap it here 2018-11-08 14:29:39 -05:00
U-BASIS\dsmyda
11943c3923 Merge branch '4388-implement-sqlite-streaming-design' into 4389-sqlite-stream-impl 2018-11-08 14:13:54 -05:00
U-BASIS\dsmyda
7199f0e955 Commented and refactored the solution, need to test nothing is broken 2018-11-08 14:11:08 -05:00
William Schaefer
819cf99f9e 4354 adjust comments regarding objectID 2018-11-08 13:41:12 -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
Ann Priestman
6b3fb0ec29 Add code to verify hashes 2018-11-08 12:47:04 -05:00
U-BASIS\dsmyda
5a2de8a02c Bug fix on empty table display 2018-11-08 12:27:51 -05:00
dannysmyda
97b2f6ca81
Merge branch 'develop' into 4389-sqlite-stream-impl 2018-11-08 11:47:40 -05:00
U-BASIS\dsmyda
b4cf1a0470 Added a few more comments 2018-11-08 11:36:07 -05:00
U-BASIS\dsmyda
03e851a341 Deleted SqliteUtil and fixed a log message 2018-11-08 11:31:58 -05:00
U-BASIS\dsmyda
ac4565f42f Refactored some code to make it more readable and added comments 2018-11-08 11:27:42 -05:00
millmanorama
1bbee98a78 Merge remote-tracking branch 'upstream/develop' into timeline-event-mgr
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/modules/encryptiondetection/EncryptionDetectionFileIngestModule.java
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Chrome.java
#	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-11-08 16:23:54 +01: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
Ann Priestman
7368a7e64b Added support for new hash columns.
Started on reworking E01 module.
2018-11-08 08:17:26 -05:00
William Schaefer
0a788d14bc 4354 merge in changes from 4305 to 4354 2018-11-07 17:59:43 -05:00
William Schaefer
a694e78701 4305 allow version to be updated if schema changes already present 2018-11-07 17:50:53 -05:00
William Schaefer
37d048bc59 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4305-NewCorrelationAttrs 2018-11-07 16:51:15 -05:00
Eugene Livis
6fe00f312e Added relationships between traces. Lots of bug fixes 2018-11-07 16:43:31 -05:00
Eugene Livis
46f51c2c18 Saving data soirce imfo in CASE/UCO format 2018-11-07 15:13:00 -05:00
William Schaefer
f78ac99197 4305 remove changes for flag items global setting 2018-11-07 15:04:04 -05:00
Richard Cordovano
8d7fcf13a4
Merge pull request #4260 from APriestman/4357_moveExtractDomain
4357 Move extractDomain into coreutils
2018-11-07 14:53:40 -05:00
U-BASIS\dsmyda
fa2548f919 Merge remote-tracking branch 'upstream/develop' into 4282-streaming-design-implementation 2018-11-07 13:31:13 -05:00
U-BASIS\dsmyda
aac459f4b5 Made content viewer impl new streaming sqlite class 2018-11-07 13:29:32 -05:00
Richard Cordovano
1f469ee112
Merge pull request #4248 from dgrove727/4335_ExtensionMismatchViewer
Using Application tab as the default.
2018-11-07 13:02:49 -05:00