14698 Commits

Author SHA1 Message Date
Kelly Kelly
64f8609fe7 Cleaned up imports and removed test code 2019-11-26 14:09:40 -05:00
Kelly Kelly
f8639837ef Moved the progress bar 2019-11-26 13:59:32 -05:00
Kelly Kelly
bfc86b8c76 addressed codacy issues and review comment 2019-11-26 13:33:45 -05:00
Kelly Kelly
5ae4d23de9 Added loading progress bar to geolocation window 2019-11-26 13:02:21 -05:00
Richard Cordovano
41633f3f76
Merge pull request #5448 from markmckinnon/5801-cvt-should-change-to-summary-panel-when-account-selection-changes
5801-cvt-should-change-to-summary-panel-when-account-selection-changes
2019-11-26 10:54:59 -05:00
Ann Priestman
755d111a52 Merge remote-tracking branch 'upstream/apfs' into 5746_remove_offset 2019-11-26 08:21:32 -05:00
Mark McKinnon
be6fef888f Update RelationshipBrowser.java
Set selected index for panel back to summary for each selection instead of staying on the currently selected tab
2019-11-25 20:22:35 -05:00
U-BASIS\dsmyda
1fb1cdbd1b Added null to the action list, which is interpreted as a separator 2019-11-25 16:02:06 -05:00
Richard Cordovano
1c9b0f7202
Merge pull request #5422 from APriestman/5387_poolObject
5387 Add pool node
2019-11-25 15:46:07 -05:00
Ann Priestman
4b20b1f05f Change item type key.
Remove unused logger.
2019-11-25 12:35:42 -05:00
U-BASIS\dsmyda
f2428d67ad Merged in develop 2019-11-25 12:24:56 -05:00
U-BASIS\dsmyda
731e9c0013 Changed DSP name and bundle messages 2019-11-25 11:56:33 -05:00
Kelly Kelly
56d89fb4a2 fixed codacy issues 2019-11-25 11:26:49 -05:00
Ethan Roseman
ca7af08a76 Adding Tika to getEncoding with newly-established confidence threshold 2019-11-25 10:27:19 -05:00
Mark McKinnon
02d5c6b3d1 Update UnpackagePortableCaseProgressDialog.java
Write unpackage information to config file to be used to check if package has been unpackaged before.
2019-11-22 16:35:54 -05:00
Richard Cordovano
e60d96f341
Merge pull request #5444 from sleuthkit/develop
Merge develop into file-search branch
2019-11-22 16:15:59 -05:00
Kelly Kelly
fe61a37d29 Added support for mbtile files 2019-11-22 15:39:45 -05:00
U-BASIS\dsmyda
253976b3b0 Removed timeline event and associated object artifacts from showing in the tree and in reports 2019-11-22 13:42:09 -05:00
Ann Priestman
43d52e5784 Support pools in portable cases 2019-11-22 13:35:24 -05:00
Ann Priestman
78232befeb Remove offset from PoolNode display 2019-11-22 10:57:59 -05:00
Mark McKinnon
b737ab86b2 Update PlasoIngestModule.java
Move code to check if datasource is image to process instead of starup and fail gracefully if it is not.
2019-11-22 10:25:21 -05:00
Raman Arora
2ef14e2554 Addressed Codacy comments in previous commit, added more documentation. 2019-11-21 21:50:52 -05:00
Raman Arora
8e48ac03e6 5780: Context content viewer to show source of message attachments and web downloaded files.
- This includes replacing the TSK_DOWNLOAD_SOURCE artifact with TSK_ASSOCIATED_OBJECT artifact, in the RecentActivity module.
2019-11-21 13:14:25 -05:00
Richard Cordovano
6689565e6e
Merge pull request #5430 from dannysmyda/5741-implement-XRY-auto-ingest
5741-implement-XRY-auto-ingest
2019-11-21 13:08:43 -05:00
Ethan Roseman
d6ce8ad157 Restoring line 2019-11-21 10:44:43 +09:00
Ethan Roseman
a914e4b76e Further refactoring 2019-11-21 10:42:17 +09:00
Ethan Roseman
5f144cdbc6 Moving the null charset as wellg 2019-11-21 10:21:25 +09:00
William Schaefer
27cfd81dcd Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5716-RawMediaArtifactType 2019-11-20 15:22:47 -05:00
Richard Cordovano
9c483393f1
Merge pull request #5425 from kellykelly3/5753-geolocation-tile-options
5753 Geolocation User Preferences support
2019-11-20 14:55:17 -05:00
Ann Priestman
c1f8efba5f Changed pool icon 2019-11-20 11:20:06 -05:00
Ethan Roseman
e869fc7006 Refactoring 2019-11-20 13:34:23 +09:00
Richard Cordovano
5452d2ba02
Merge pull request #5423 from raman-bt/5698-associate-attached-files-to-msg
5698: associate attached files with the message.
2019-11-19 14:39:40 -05:00
U-BASIS\dsmyda
6896777cd3 Added bundle file 2019-11-19 13:38:48 -05:00
U-BASIS\dsmyda
0291db8a55 Added permission checks to children files during isPanelValid and implemented and tested the new autoingest methods 2019-11-19 13:20:16 -05:00
William Schaefer
006eb5fe07 5716 intial changes for support of user created type 2019-11-18 18:00:45 -05:00
Kelly Kelly
cee83ae7ee Fixed codacy issues 2019-11-18 16:17:52 -05:00
Kelly Kelly
b6f1046f58 Merge branch 'develop' into 5753-geolocation-tile-options 2019-11-18 14:51:16 -05:00
Kelly Kelly
fa41fc9ef4 Adding geolocation preferences 2019-11-18 14:47:42 -05:00
U-BASIS\dsmyda
29c3155766 Merge branch 'develop' of github.com:sleuthkit/autopsy into Minor-Tweaks-XRY-DSP-Testing 2019-11-15 13:59:49 -05:00
Richard Cordovano
dca56ebf43
Merge pull request #5419 from dannysmyda/5734-implement-XRY-DSP
5734 implement xry dsp
2019-11-15 13:59:05 -05:00
U-BASIS\dsmyda
3513c79514 Merge branch '5734-implement-XRY-DSP' into Minor-Tweaks-XRY-DSP-Testing 2019-11-15 13:09:42 -05:00
U-BASIS\dsmyda
858f9fab9d Addressed review comments 2019-11-15 13:06:45 -05:00
Raman Arora
975c32e8ab 5698: associate attached files with the message. 2019-11-15 13:06:10 -05:00
Richard Cordovano
747035e2b9
Merge pull request #5418 from kellykelly3/5658-geolocation-simple-filtering
5658 Geolocation waypoint filtering
2019-11-15 11:39:43 -05:00
U-BASIS\dsmyda
09c45b7c47 Merge branch '5734-implement-XRY-DSP' into Minor-Tweaks-XRY-DSP-Testing 2019-11-15 11:37:23 -05:00
U-BASIS\dsmyda
5085d3de5a Make progress bar indeterminate 2019-11-15 11:36:50 -05:00
Kelly Kelly
312c37756e Merge branch 'develop' into 5658-geolocation-simple-filtering 2019-11-15 09:36:53 -05:00
Ann Priestman
771ec7df96 Cleanup 2019-11-15 08:57:04 -05:00
Kelly Kelly
7e1755102b addressed review comments and fixed bug from jira 5778 2019-11-14 18:18:01 -05:00
U-BASIS\dsmyda
09961c71ba Minor fixes that fell out of testing 2019-11-14 16:50:20 -05:00