1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-14 06:56:58 +00:00
Commit Graph

31438 Commits

Author SHA1 Message Date
Mark McKinnon
d072b352e4 Merge remote-tracking branch 'upstream/develop' into 7238-Complete-replacement-of-legacy-Android-Analyzer-module 2021-04-06 14:44:45 -04:00
Richard Cordovano
f1b5cb72b0 Merge pull request #6877 from gdicristofaro/7501-npeOnClose
7501 fix npe on web categories close
2021-04-06 13:50:55 -04:00
Richard Cordovano
82a24d47d7 Merge pull request #6847 from raman-bt/4251-osaccount-update-philosophy
4251: Reconcile different OsAccount update philosophies.
2021-04-06 12:23:53 -04:00
Richard Cordovano
0e8d563846 Merge pull request #6868 from kellykelly3/7495-ra-exception
7495 - Fixed custom artifact RA issue
2021-04-06 10:19:35 -04:00
Greg DiCristofaro
3a74f3a2b4 synchronized database access methods 2021-04-06 10:13:54 -04:00
Greg DiCristofaro
b959863483 fix npe on web categories close 2021-04-06 09:39:26 -04:00
Richard Cordovano
5b63326a78 Merge pull request #6803 from markmckinnon/7255-upgade-ileapp-aleapp-executables
7255-upgade-ileapp-aleapp-executables
2021-04-05 17:05:40 -04:00
Richard Cordovano
f68c39519d Merge pull request #6851 from kellykelly3/7485-translator-lazy-panel-construction
7485 - Removed the panel init from the translator constructors
2021-04-05 16:55:31 -04:00
Richard Cordovano
d16801a6c5 Merge pull request #6876 from APriestman/releaseNoteFixes2
Minor release note fixes
2021-04-05 16:21:29 -04:00
apriestman
8835cc51c7 Minor release note fixes 2021-04-05 16:19:09 -04:00
Richard Cordovano
ffc756d2f6 Merge pull request #6872 from APriestman/7458_shutdownCleanup
7458 Set the data source processor so it can be cancelled if needed.
2021-04-05 16:15:24 -04:00
Richard Cordovano
2876dbad3a Merge pull request #6870 from APriestman/7394_releaseNotes
7394 Update release notes for 4.19
2021-04-05 16:05:05 -04:00
apriestman
50818f25f4 Set the data source processor so it can be cancelled if needed.
Allow cancellation in SHUTTTING_DOWN state.
2021-04-05 10:10:33 -04:00
Raman Arora
55424a82fe Addressed more review comments
- renamed update account methods
 - renamed AccountUpdateStatus and AccountUpdateResult
 - Made OsAccountAttribute an inner class of OsAccount.
2021-04-05 08:39:49 -04:00
Raman Arora
ad2b69e5b7 Renamed AccountUpdateStatusEnum/AccountUpdateStatus to AccountUpdateStatus/AccountUpdateResult. 2021-04-03 01:40:24 -04:00
apriestman
8c26a15b96 Update release notes for 4.19 2021-04-02 19:48:06 -04:00
Kelly Kelly
d8b7b5c655 Fixed custom artifact RA issue 2021-04-02 14:37:36 -04:00
Raman Arora
cf9068e751 Revert changes to Bundle.properties 2021-04-02 13:20:01 -04:00
Raman Arora
7f0234dad6 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4251-osaccount-update-philosophy
# Conflicts:
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
2021-04-02 00:07:31 -04:00
Richard Cordovano
0952403cf4 Merge pull request #6861 from APriestman/7478_movePersonMethods
7478 Updates for person/host refactor
2021-04-01 15:31:40 -04:00
Richard Cordovano
974c1116d4 Merge pull request #6856 from kellykelly3/7484-cr-origanization-cleanup
7484-fix-cr-new-case-slowdown
2021-04-01 15:18:16 -04:00
Richard Cordovano
7463f10335 Merge pull request #6865 from kellykelly3/7488-fix-summarypanel-worker
7488 - added check for a null list from getAccountFileInstances
2021-04-01 15:13:32 -04:00
Kelly Kelly
15d0ad1684 Added check for a null list from getAccountFileInstances 2021-04-01 13:56:26 -04:00
Richard Cordovano
df92127aa1 Merge pull request #6863 from rcordovano/4700-current-case-reference-not-nulled-out-fix
4700 Correctly set current case to null when exception thrown during case closing
2021-04-01 13:07:02 -04:00
Richard Cordovano
4dd12a1c36 Merge pull request #6864 from APriestman/doxygen_040121
Doxygen fixes
2021-04-01 12:56:58 -04:00
Richard Cordovano
a1fbafcd08 Merge pull request #6860 from rcordovano/7389-illegal-arg-ex-ingets-task-pipeline
7389 Remove erroneous IllegalArgumentException throw from IngestTaskPipeline
2021-04-01 12:54:21 -04:00
Kelly Kelly
75c5fe79a7 Removed some commented out code 2021-04-01 12:15:21 -04:00
Richard Cordovano
64c028ca6c Merge pull request #6855 from kellykelly3/7490-OsAccountViewer-NPE-fix
7490 - Fixed OsAccountDataPanel NPE
2021-04-01 12:00:36 -04:00
apriestman
dfcc43d275 Doxygen fixes 2021-04-01 11:31:19 -04:00
Richard Cordovano
72109a8fcf Merge remote-tracking branch 'upstream/develop' into 4700-current-case-reference-not-nulled-out-fix 2021-04-01 11:30:32 -04:00
Richard Cordovano
76a224ccb7 Merge pull request #6862 from rcordovano/format-case-java
Format Case.java
2021-04-01 11:29:09 -04:00
Richard Cordovano
5d9df2f43c Format Case.java 2021-04-01 11:26:06 -04:00
Richard Cordovano
f135aa8f87 4700 Correctly set curent case to null when case is closed 2021-04-01 11:23:39 -04:00
Kelly Kelly
eee5b8fde6 Removed unused import 2021-04-01 10:51:29 -04:00
apriestman
8878fbd34a Updates for person/host refactor 2021-04-01 10:34:44 -04:00
Richard Cordovano
9f02344f09 Merge remote-tracking branch 'upstream/develop' into 7389-illegal-arg-ex-ingets-task-pipeline 2021-04-01 09:59:32 -04:00
Richard Cordovano
9248c9dd7e Merge pull request #6859 from rcordovano/format-IngestPipeline.java
Format IngestTaskPipeline.java
2021-04-01 09:58:54 -04:00
Richard Cordovano
2c46a33066 Format IngestTaskPipeline.java 2021-04-01 09:58:12 -04:00
Richard Cordovano
333b323813 7389 Remove erroneous IllegalStateException throw 2021-04-01 09:56:28 -04:00
Ann Priestman
f69836b9a5 Merge pull request #6857 from gdicristofaro/osAccountAttrFix
fix for os account attribute api changes
2021-04-01 08:13:10 -04:00
Greg DiCristofaro
0a01daa394 fix for os account attribute api changes 2021-04-01 08:04:57 -04:00
Raman Arora
9cde7d329d Uses the new apis to update accounts. 2021-04-01 05:31:07 -04:00
Raman Arora
abc8ec680a Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4251-osaccount-update-philosophy 2021-04-01 03:50:26 -04:00
Kelly Kelly
e037b9673d Inital Test 2021-03-31 18:06:44 -04:00
Kelly Kelly
5e93f16b5d Fixed OsAccountDataPanel NPE 2021-03-31 16:47:50 -04:00
Richard Cordovano
1dd4cfcb5e Merge pull request #6854 from kellykelly3/deprecate-tsk-os-account
7318 - Added suppress deprecation annotation for tsk_os_account
2021-03-31 16:19:00 -04:00
Richard Cordovano
26f25e9d25 Merge pull request #6827 from markmckinnon/73880-New-Parser-Errors
7388-New-Email-Parser-Errors
2021-03-31 16:05:39 -04:00
Kelly Kelly
6a9a878fb2 Added supress deprecation annotation for tsk_os_account 2021-03-31 15:46:14 -04:00
Richard Cordovano
4c32218780 Merge pull request #6850 from rcordovano/7090-ingest-mgr-concurrent-modification-ex
7090 Fix concurrent mod ex in IngestManager
2021-03-31 15:30:12 -04:00
Richard Cordovano
e9d9406ed5 Merge pull request #6848 from rcordovano/7360-ingest-manager-deadlock
7360 Eliminate IngestManager/IngestJobPipeline deadlock
2021-03-31 14:48:10 -04:00