33708 Commits

Author SHA1 Message Date
Mark McKinnon
9eccb10860 Create DataSourceProcessorModule.py
Add new Datasource Processor example module
2022-09-11 20:22:36 -04:00
eugene7646
ffd5dca3cd
Merge pull request #7659 from gdicristofaro/cli-profiles
fix for using profiles from cli
2022-09-02 13:36:10 -04:00
Greg DiCristofaro
fb1ec4efa2 Merge branch 'develop' of github.com:sleuthkit/autopsy into cli-profiles 2022-09-02 12:30:03 -04:00
eugene7646
6e8aa91be3
Merge pull request #7664 from gdicristofaro/centralRepoTestFix
central repo test fix
2022-08-31 14:49:54 -04:00
Greg DiCristofaro
1e62607cc6 commenting 2022-08-31 14:40:20 -04:00
eugene7646
1046503a4a
Merge pull request #7663 from gdicristofaro/jythonDeterministicFix
deterministic ordering of jython modules
2022-08-31 14:25:34 -04:00
Greg DiCristofaro
3fd7600864 hardcoding property file location to avoid qa functional classloader issues 2022-08-31 12:33:56 -04:00
Greg DiCristofaro
98400fcb0d deterministic ordering of jython modules 2022-08-31 10:33:13 -04:00
eugene7646
ff244a93da
Merge pull request #7662 from eugene7646/invalid_report_profile_name_8409
CL processor returns error when invalid report config name is used (8409)
2022-08-23 10:50:14 -04:00
eugene.livis
77c99666ea Minor 2022-08-23 10:28:09 -04:00
eugene.livis
efbf423f9a Minor 2022-08-22 16:19:28 -04:00
eugene.livis
41d928b6fc CL returns error when invalid report config name is used 2022-08-22 11:49:02 -04:00
eugene.livis
991f211da7 CL returns error when invalid report config name is used 2022-08-22 09:15:22 -04:00
eugene7646
1f1ecf164d
Merge pull request #7655 from markmckinnon/Named_Profile_Extensions_Support
Update Chromium for Profiles and Extensions
2022-08-19 10:18:19 -04:00
Greg DiCristofaro
c6f446f448 fix for using profiles from cli 2022-08-19 09:57:38 -04:00
Mark McKinnon
c17b2f930f Update Chromium for Profiles and Extensions
Add better handling of profiles across all chromium browsers.
Get chromium browser information for all users/profiles
Get extensions for each user/profile
Get Bookmarks for Synched bookmarks, synched bookmarks are bookmarks that are from other devices.
2022-08-17 19:46:47 -04:00
eugene7646
4105a2097f
Merge pull request #7654 from eugene7646/profiles_NPE_840_DEVELOP
NPE when cancelling profiles creation (8404)
2022-08-11 11:42:07 -04:00
eugene.livis
8ee5c10308 NPE when cancelling profiles creation (8404) 2022-08-11 11:40:52 -04:00
eugene7646
3568e78867
Merge pull request #7650 from eugene7646/invalid_profile_dev_8401
Autopsy CL does not return an error if given an invalid ingest profile name (8401)
2022-08-03 18:41:35 -04:00
eugene7646
f08c74de08
Merge pull request #7625 from markmckinnon/Add-Chrome-Profile-support-to-RA
Add Chrome Profile Support to RA
2022-08-03 13:52:09 -04:00
eugene.livis
923c9620f9 Potential bug fix 2022-08-03 13:46:43 -04:00
Mark McKinnon
596d888f09 Address Comments
Address comments from PR
2022-08-03 13:35:47 -04:00
eugene.livis
f20bb479d3 bug fix 2022-08-03 10:53:33 -04:00
eugene7646
25f84c7464
Merge pull request #7644 from gdicristofaro/8372-reportCLIException
8372 cli report exception for report generation failures
2022-07-14 13:58:09 -04:00
Greg DiCristofaro
66c33ccbe6 cli report exception for report generation failures 2022-07-12 16:07:38 -04:00
eugene7646
4eb04f1853
Merge pull request #7640 from kellykelly3/cl-doc-story
Updated the CL doxygen file.
2022-07-12 13:29:14 -04:00
eugene7646
60bb132e3e
Merge pull request #7638 from kellykelly3/8367-cl-return-code
8367 cl return code
2022-07-12 10:59:44 -04:00
Kelly Kelly
deb27f14ef Fixed typo 2022-07-11 16:00:10 -04:00
Kelly Kelly
d744d2f4b2 Updated doc after clarification 2022-07-11 15:52:21 -04:00
Ann Priestman
8624fc5498
Merge pull request #7642 from markmckinnon/Update-Python-Examples-Latest-version-Autopsy
Update Examples to Work With Latest Version of Autopsy
2022-07-11 10:02:34 -07:00
Mark McKinnon
dc1c2e2b5c Update Examples to Work With Latest Version of Autopsy
Update Examples to work with the latest version of Autopsy.
2022-07-10 15:34:59 -04:00
Kelly Kelly
1ebca69631 Modified the docs 2022-07-07 14:50:33 -04:00
Kelly Kelly
6b0c09b86b Merge branch 'develop' into cl-doc-story 2022-07-07 14:17:08 -04:00
Kelly Kelly
80d403fdd3 Merge branch 'develop' into 8367-cl-return-code 2022-07-07 14:12:44 -04:00
Kelly Kelly
144dff1488 First pass 2022-07-07 14:12:07 -04:00
eugene7646
0212f46811
Merge pull request #7637 from kellykelly3/8364-command-line-profile-option
Added listprofiles option to CL
2022-07-07 13:47:50 -04:00
Kelly Kelly
bfa874a243 CL should return an error code on error 2022-07-06 16:18:04 -04:00
eugene7646
20be9173c9
Merge pull request #7620 from kellykelly3/8344-fix-thread-panel-layout
Cleaned up top of thread panel
2022-07-06 15:31:45 -04:00
Kelly Kelly
5d72558009 If there is an exception thrown while running the process an error code of 1 will be returned. 2022-07-06 15:08:49 -04:00
Kelly Kelly
4fdb5ae5c1 Add output text before and after the json 2022-07-06 14:46:35 -04:00
Kelly Kelly
d493065ee7 Removed unused import 2022-07-05 14:16:28 -04:00
Kelly Kelly
6b83f8830f Added listprofiles option to CL 2022-07-05 13:16:11 -04:00
eugene7646
21eb52795a
Merge pull request #7635 from kellykelly3/jna-update-branch
Updated jna version
2022-06-30 17:33:49 -04:00
Kelly Kelly
181c242dd3 Updated jna version 2022-06-30 17:20:16 -04:00
eugene7646
b7ea64745a
Merge pull request #7634 from gdicristofaro/jna_512
fixes for jna 5.12.0
2022-06-27 11:43:55 -04:00
Greg DiCristofaro
aa32b62958 fixes for jna 5.12.0 2022-06-27 08:16:47 -04:00
Mark McKinnon
f3ecd28282 Add FAVICON artifact to RA
Add Favicon artifact to RA
2022-06-21 10:05:13 -04:00
Mark McKinnon
70846566df Update Chromium.java
Add System profile along with other profiles
2022-06-17 09:51:50 -04:00
eugene7646
aa2c230055
Merge pull request #7633 from gdicristofaro/8363_developIngestFix
8363 develop ingest fix
2022-06-14 16:51:20 -04:00
Greg DiCristofaro
bc86a6a671 wait timeout 2022-06-14 16:44:00 -04:00