Commit Graph
26570 Commits
Author SHA1 Message Date
Greg DiCristofaro 4cda428708 updates in central repository to avoid bug on initialization if sqlite db already exists 2020-02-26 12:25:08 -05:00
Greg DiCristofaro 6d412131b0 updated messages 2020-02-25 16:12:44 -05:00
U-BASIS\gregd 86285c071c further cleanup of central repo code 2020-02-24 13:37:29 -05:00
U-BASIS\gregd 0004afacd1 some more code cleanup 2020-02-24 13:05:36 -05:00
U-BASIS\gregd 8b09842bb5 fix for licenses on new files in central repo 2020-02-24 11:09:25 -05:00
U-BASIS\gregd 367bd69bdd central repo code cleanup 2020-02-24 10:11:16 -05:00
U-BASIS\gregd bf4c252fed central repo code cleanup 2020-02-24 10:03:52 -05:00
U-BASIS\gregd fcf85ee0df fix for exception on method 2020-02-24 09:19:45 -05:00
U-BASIS\gregd fb00d63575 resolving merge conflicts from master 2020-02-24 09:14:46 -05:00
U-BASIS\gregd 22131f4491 updated formatting in central repo initialization message 2020-02-24 07:54:11 -05:00
Richard Cordovano 94e41680d8 Merge pull request #5653 from wschaeferB/6059-EliminateNoModuleFoundMessages
6059 change file name of xml to check to match file name it is listed in
2020-02-21 17:03:41 -05:00
Richard Cordovano 7cfdec4e7f Merge pull request #5655 from markmckinnon/6074-Standardize-file-paths-in-recent-documents-to-match-format-that-is-stored-in-autopsy-database
6074-Standardize-file-paths-in-recent-documents-to-match-format-that-is-stored-in-autopsy-database
2020-02-21 16:32:15 -05:00
U-BASIS\gregd 1b18e39dcf created central repo on first load 2020-02-21 16:08:26 -05:00
U-BASIS\gregd 851a3308ad working through initial central repository enable 2020-02-21 13:51:16 -05:00
Mark McKinnon 492382ea74 Normalize file path names.
normalize path names with unix/linux format instead of windows in Recent Documents by LNK and Recent Doc MRU's
2020-02-21 11:22:20 -05:00
U-BASIS\gregd 49bf930794 finished refactoring 2020-02-21 10:16:04 -05:00
Richard Cordovano a97f29b1fa Merge pull request #5630 from sleuthkit/cache_refactor
Refactored Chrome/ChromeCacheExtractor and added comments. No logic changes
2020-02-20 15:32:36 -05:00
Richard Cordovano e318a5e95c Merge pull request #5651 from markmckinnon/5343-Create-artifacts-for-files-which-were-Recently-used-by-other-applications-of-interest
5343 create artifacts for files which were recently used by other applications of interest
2020-02-18 15:34:55 -05:00
Richard Cordovano 26145339f9 Merge pull request #5650 from gdicristofaro/env-setup-script
environment variable setup script for development
2020-02-18 13:50:29 -05:00
U-BASIS\gregd a56005d420 updated environment setup script 2020-02-18 13:25:41 -05:00
Richard Cordovano b805d2a1ec Merge pull request #5645 from raman-bt/6038-cr-schema-creation-refactor
6038:  CR schema creation refactoring - unify the SQL
2020-02-18 13:19:36 -05:00
Raman Arora 239f856f51 Renamed class RdbmsCentralRepoSchemaFactory to RdbmsCentralRepoFactory. 2020-02-18 12:54:29 -05:00
Mark McKinnon d7e7dfe511 Update ExtractRegistry.java
Address comments for RegFile and check for empty artifacts
2020-02-18 12:44:21 -05:00
Mark McKinnon 5f822c767b Update ExtractRegistry.java
Update for codacy, change error message, remove try and if blocks that were not needed.
2020-02-18 11:27:34 -05:00
Mark McKinnon 0cae9216bf Update ExtractRegistry.java
Remove line and bracket
2020-02-18 10:02:45 -05:00
William Schaefer 026b6be3bc 6059 change file name of xml to check to match file name it is listed in 2020-02-14 17:07:48 -05:00
Richard Cordovano 16de2ab22e Merge pull request #5639 from sleuthkit/6044_fontsize
removed hard coded font sizes
2020-02-14 16:43:40 -05:00
Richard Cordovano c6d96f507f Merge pull request #5632 from sleuthkit/6036_optimize
6036: reduce cache processing time. Ignore associated objects and min…
2020-02-14 16:39:04 -05:00
Richard Cordovano b9a9f36fa9 Merge pull request #5644 from markmckinnon/5342-Create-artifacts-for-recently-used-Windows-Media-Player-files-from-regripper-output
5342-Create-artifacts-for-recently-used-Windows-Media-Player-files-from-regripper-output
2020-02-14 16:15:41 -05:00
Richard Cordovano bafe741361 Merge pull request #5558 from wschaeferB/5866-CvtExceptionCaseClosed
5866 changes to prevent CVT case closed exception
2020-02-14 16:13:49 -05:00
Raman Arora 458bd200f2 Addressed comments from review & verification test. 2020-02-14 15:26:28 -05:00
U-BASIS\gregd 5419db1dea working through refactoring of classes 2020-02-14 12:32:09 -05:00
U-BASIS\gregd 5befaf6b21 continuing refactor of Central Repo Db Manager 2020-02-14 09:14:14 -05:00
U-BASIS\gregd 4db9310495 environment variable setup script for development 2020-02-14 08:46:27 -05:00
Richard Cordovano 8394b29073 Merge pull request #5649 from APriestman/6004_sharedConfigEmptyPathComment
6004 Refactoring to make it clearer why the database paths may be empty.
2020-02-14 08:17:13 -05:00
Richard Cordovano 8c6c59a217 Merge pull request #5646 from esaunders/6007-multi-user-cli
6007 multi user cli
2020-02-14 08:09:36 -05:00
Mark McKinnon 88e15e7780 Update ExtractRegistry and rollback autopsyrecentdocs.pl
Added Applets, mmc, winrar and officedocs2010 to recent documents.  Rolled back autopsyrecentdocs.pl to original version
2020-02-13 20:15:14 -05:00
Richard Cordovano 88762e6838 Merge pull request #5628 from raman-bt/5907-update-legacy-py-modules
5907: Update legacy modules
2020-02-13 18:23:05 -05:00
U-BASIS\gregd f13160df2e adding DatabaseTestResult 2020-02-13 17:39:12 -05:00
U-BASIS\gregd 79fda84050 refactoring in EamDbSettingsDialog 2020-02-13 17:37:55 -05:00
William Schaefer 2e1d5ac5e1 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5866-CvtExceptionCaseClosed 2020-02-13 15:34:36 -05:00
apriestman a2c8eedc4b Refactoring to make it clearer why the database paths may be empty. 2020-02-13 14:34:04 -05:00
Richard Cordovano e9ac6a28e4 Merge pull request #5618 from APriestman/6004_sharedConfigHashBug
6004 Check for empty database paths.
2020-02-13 14:28:43 -05:00
Richard Cordovano 088c79b3e7 Merge pull request #5616 from kellykelly3/1401-geolocation-show-datasource-with-gps-artifacts
1401 - Show only data sources with TSK_GPS artifacts
2020-02-13 14:06:19 -05:00
Richard Cordovano 1c4597b157 Merge pull request #5606 from markmckinnon/5638-keyword-preview-is-on-far-right-for-ad-hoc-searches
5638-keyword-preview-is-on-far-right-for-ad-hoc-searches
2020-02-13 13:48:31 -05:00
Richard Cordovano 9fb8c1cbd4 Merge pull request #5591 from APriestman/5926_photorecErrorMessage
5926 Make photorec error message less specific
2020-02-13 13:47:49 -05:00
Richard Cordovano e5fc9792a7 Merge pull request #5578 from markmckinnon/5922-ExtractRecycleBin.parseIFile-makes-assumptions-about-size-of-data-read
5922-ExtractRecycleBin.parseIFile-makes-assumptions-about-size-of-data-read
2020-02-13 13:45:26 -05:00
U-BASIS\gregd 7dcaa72f78 updated default for flag previous devices 2020-02-13 12:14:52 -05:00
Mark McKinnon 55f5ee2c78 Update ExtractRegistry.java
Address review comment
2020-02-13 10:21:01 -05:00
Mark McKinnon 475ef2c44e Update ExtractRegistry.java
Added trustrecords and arcHistory MRU records
2020-02-12 21:38:25 -05:00