14068 Commits

Author SHA1 Message Date
Richard Cordovano
1a875df9f5
Merge pull request #5570 from raman-bt/5949-move-attachment-classes
5949: Move Attachment classes into a new package.
2020-01-09 12:18:56 -05:00
Richard Cordovano
0d5d82f419
Merge pull request #5567 from dannysmyda/5933-Refactor-Text-File-Extractor
5933 refactor text file extractor
2020-01-09 11:36:23 -05:00
Raman Arora
29ff31059c 5949: Move Attachment classes into a new package. 2020-01-09 10:53:50 -05:00
Ann Priestman
72b022b3ac Doxygen warning fix 2020-01-09 09:37:32 -05:00
U-BASIS\dsmyda
fdcb831cad Some clean up after reviewing the diffs 2020-01-08 16:30:18 -05:00
U-BASIS\dsmyda
ffda16a53d Refactored the encoding logic and updated the clients of TextFileExtractor 2020-01-08 16:26:13 -05:00
Richard Cordovano
7586ea2612
Merge pull request #5565 from wschaeferB/ChangeDescToComment
Change desc attr to comment attr for TSK_USER_CONTENT_SUSPECTED artifact
2020-01-08 15:51:05 -05:00
William Schaefer
26984e911a Change Desc to comment for TSK_USER_CONTENT_SUSPCETED artifact 2020-01-08 15:26:45 -05:00
Richard Cordovano
9c6238a6e6
Merge pull request #5561 from dannysmyda/5916-Media-Player-FFW
5916 media player ffw
2020-01-08 10:27:09 -05:00
William Schaefer
090bc7a749 remove logging deemed unnecessary 2020-01-07 18:42:44 -05:00
U-BASIS\dsmyda
a1fd0b12c6 Backed out changes to condensing the extension and mimetype lists 2020-01-07 16:48:00 -05:00
U-BASIS\dsmyda
00291898ad Implemente and tested new FFW algorithm 2020-01-07 16:44:01 -05:00
U-BASIS\dsmyda
c09e67d2b5 Cleaned up comments and collapsed mime type and extension lists 2020-01-07 16:14:51 -05:00
Richard Cordovano
de6db690ca
Merge pull request #5559 from wschaeferB/UpdateMergedFiles
Update merged files which were missed when message was changed
2020-01-06 17:20:36 -05:00
Richard Cordovano
cd1b84bd91
Merge pull request #5550 from dannysmyda/5740-Media-Slider-Bug
5740 media slider bug
2020-01-06 17:13:34 -05:00
William Schaefer
b0b05ee863 Update merged files which were missed when message was changed 2020-01-06 16:48:37 -05:00
Richard Cordovano
41f7f00cad
Merge pull request #5549 from dannysmyda/5717-Video-Player-Icons
5717 Video Player Icons
2020-01-06 15:37:54 -05:00
Richard Cordovano
7ff6f62a44
Merge pull request #5547 from wschaeferB/5935-MissingScrollPanes
5935 missing scroll panes
2020-01-06 14:10:35 -05:00
U-BASIS\dsmyda
094906ef09 Fixed bug with dragging and volume slider pausing video as well 2020-01-03 16:20:17 -05:00
U-BASIS\dsmyda
5238233779 Updated the Video Player to use icons instead of unicode characters 2020-01-03 16:02:58 -05:00
William Schaefer
841368fc47 5935 adjust minimum sizes of lists to ensure scroll bars are present 2020-01-03 13:28:54 -05:00
Richard Cordovano
a476a309e1
Merge pull request #5539 from raman-bt/5913-attchmnt-cnt
5913: attachment counts are always 0.
2020-01-02 12:59:17 -05:00
Richard Cordovano
279ea11b79
Merge pull request #5543 from markmckinnon/5633-Investigate-embedded-file-extractor-log-messages
5633-Investigate-embedded-file-extractor-log-messages
2020-01-02 11:33:26 -05:00
Richard Cordovano
6f49f5244b
Merge pull request #5542 from wschaeferB/veryCommonFix
Fix Very Common frequency filter display name
2020-01-02 11:31:58 -05:00
Richard Cordovano
838884da01
Merge pull request #5530 from dannysmyda/5888-Gstreamer-Crash-On-Autopsy
5888 Gstreamer crash on Windows
2020-01-02 10:24:36 -05:00
Mark McKinnon
89b3cb7135 Remove informational message about unknown Item Path
Remove the informational message aobut unknown item path in archive as it makes a lot of noise for an informational message now.
2019-12-31 12:44:58 -05:00
William Schaefer
2c61bad57d Fix Very Common frequency filter display name 2019-12-31 10:45:20 -05:00
Raman Arora
ee36a5735b 5913: attachment counts are always 0. 2019-12-27 14:42:59 -05:00
Richard Cordovano
f7c5e56271
Merge pull request #5534 from markmckinnon/5601-warn-user-if-they-already-unpackaged-a-portable-case-message
5601-warn-user-if-they-already-unpackaged-a-portable-case-message
2019-12-23 13:27:35 -05:00
Richard Cordovano
ad7e0ceaff Clean up in TextFileExtractor 2019-12-23 12:15:45 -05:00
Richard Cordovano
f9445ff7d8 Clean up in TextFileExtractor 2019-12-23 12:08:18 -05:00
Mark McKinnon
606e5ced85 Change Message
Update Message for unpack previously seen case
2019-12-23 10:44:47 -05:00
Richard Cordovano
36c7e1f9dc
Merge pull request #5524 from sleuthkit/5894_encoding
5894 encoding fix
2019-12-23 10:16:46 -05:00
Richard Cordovano
96ee05719e Move PhoneNumUtils out of public API 2019-12-20 12:55:28 -05:00
U-BASIS\dsmyda
5aba1efc95 Moved Gst init, which serves as a bandaid fix until the root cause is understood 2019-12-20 12:17:37 -05:00
Richard Cordovano
02470ed15a Moved AutopsyExceptionHandler fro coreutils to exceptions 2019-12-19 17:23:53 -05:00
Brian Carrier
3d08ea5780
Merge branch 'release-4.14.0' into 5894_encoding 2019-12-19 17:18:52 -05:00
Brian Carrier
69e8783869 change encoding threshold to better deal with binary/ASCII cache files - JIRA 5894. Refactor 2019-12-19 17:15:21 -05:00
Richard Cordovano
696104e61a Move ContextViewer to a private package 2019-12-19 17:04:52 -05:00
Richard Cordovano
d28a085041 Remove unused public exception class from TextFileExtractor 2019-12-18 19:54:44 -05:00
Richard Cordovano
4c34d6117a Make Case.deleteDataSourceFromCurrentCase package access 2019-12-18 18:33:24 -05:00
Richard Cordovano
6de4c87b2d
Merge pull request #5516 from raman-bt/5875-message-for-attachment
5875: For an attachment file, the Message Viewer should show the mess…
2019-12-18 17:49:16 -05:00
Raman Arora
93d3e236a1 Added null check for file lookup. 2019-12-18 17:30:17 -05:00
Raman Arora
01ba832a3c 5875: For an attachment file, the Message Viewer should show the message it was attached to. 2019-12-18 15:19:33 -05:00
Richard Cordovano
39f730caf4
Merge pull request #5499 from wschaeferB/5716-RawMediaArtifactType
5716 raw media artifact type
2019-12-18 15:08:48 -05:00
Richard Cordovano
deda848fc8
Merge pull request #5512 from wschaeferB/5869-GoToResultButtonHiddenWhenCVDisabled
5869 go to result button hidden when cv disabled
2019-12-18 13:22:12 -05:00
William Schaefer
c072f06c62 5716 fix import and add merged file 2019-12-18 11:31:06 -05:00
William Schaefer
8f517dd745 5716 rename device original to user content created 2019-12-18 11:18:55 -05:00
William Schaefer
f1d91e197b Merge branch 'release-4.14.0' of https://github.com/sleuthkit/autopsy into 5716-RawMediaArtifactType 2019-12-17 17:54:14 -05:00
William Schaefer
38314d8c16 5869-hide Sources label from context viewer when empty as well 2019-12-17 17:51:09 -05:00