10195 Commits

Author SHA1 Message Date
rishwanth1995
137917c37e added casedir as optional in autopsyoption 2018-08-20 17:05:13 -04:00
Richard Cordovano
1f4ba4a60c
Merge pull request #4042 from dannysmyda/4084-sqlite-public-api
Added sqlitereader to public api
2018-08-16 18:15:17 -04:00
William Schaefer
2f105eaf2d Add back a deprecated PathValidater.isValid method for public API 2018-08-15 10:08:42 -04:00
U-BASIS\dsmyda
f9213d75af Added sqlitereader to public api 2018-08-14 13:14:29 -04:00
Richard Cordovano
90ef414a17
Merge pull request #4015 from rishwanth1995/live_autopsy_warning
warn user for case folder, if they are running autopsy in target system
2018-08-13 18:17:31 -04:00
Richard Cordovano
e0ea55e558
Merge pull request #4032 from millmanorama/timeline-menu-disabling
disable menus appropriately in timeline list view
2018-08-13 16:36:54 -04:00
rishwanth1995
4a29680c4a made case wizard default to the mounted drive in when autopsy in target 2018-08-13 16:07:10 -04:00
Richard Cordovano
cc83c9dedd
Merge pull request #4024 from briangsweeney/commonfiles
Commonfiles
2018-08-10 18:40:00 -04:00
Brian Sweeney
ba55eecccc more codacy things 2018-08-10 08:42:44 -06:00
rishwanth1995
1932d4381b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into live_autopsy_warning 2018-08-10 09:50:15 -04:00
rishwanth1995
60ee75098f refactored method names in pathvalidator 2018-08-10 09:45:04 -04:00
Brian Sweeney
ac096fac57 codacy stuff 2018-08-09 17:41:10 -06:00
Brian Sweeney
7daab901b3 simplify some code 2018-08-09 08:40:18 -06:00
millmanorama
a5f3f0fa9d disable menus appropriately in timeline list view 2018-08-09 16:39:17 +02:00
Brian Sweeney
06b6e1a89f improved checks for availability of eamdb and related resources 2018-08-08 21:59:30 -06:00
Brian Sweeney
a7738ce0bf bundle property was missing 2018-08-08 19:17:43 -06:00
Brian Sweeney
d4ab36eaf4 this was missing metadata 2018-08-08 18:56:53 -06:00
Brian Sweeney
93bf1b2e9c fixed bug where toggling between any data source and single data source on intra case search would not always run the correct algorithm 2018-08-08 18:41:51 -06:00
Brian Sweeney
0673c49c12 case was missing from casedbattributeinstancenodes 2018-08-08 12:05:45 -06:00
Richard Cordovano
f672bf7740
Merge pull request #4011 from dannysmyda/4063-migrate-to-standard-7zip-interface
4063 migrate to standard 7zip interface
2018-08-08 13:32:28 -04:00
Richard Cordovano
b8364e91be
Merge pull request #4005 from dannysmyda/4092-factor-out-sqlite-reader
4092: Refactored SQLite parsing functionality out of SQLiteViewer and into SQLiteReader
2018-08-08 10:00:29 -04:00
Brian Sweeney
0e58f6ea05 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into commonfiles 2018-08-07 16:54:46 -06:00
Brian Sweeney
1a08c871c7 fixed a bug where single intercase search would stay selected after it was selected once and then changed back to any intercase 2018-08-07 16:10:41 -06:00
William Schaefer
cdce28d6dc 4014 auto format DataContentViewerOtherCases 2018-08-07 17:38:51 -04:00
William Schaefer
6fd7482e6e 4014 clean up files that might be modified to determine the presence of CR comments 2018-08-07 17:37:39 -04:00
William Schaefer
d7c20b386f 4014 clean up files that might be modified to ensure no additional query of tags occurs 2018-08-07 17:10:37 -04:00
Richard Cordovano
b3e82c7e5f
Merge pull request #4021 from dgrove727/4078_HtmlReportInvalidPathException_1a
Normalize path.
2018-08-07 15:35:49 -04:00
Richard Cordovano
090612d6a9
Merge pull request #4023 from wschaeferB/4103-AddIconsBackToAid2.0
4103 added icons back to AID 2.0 as part of figuring out how to do 4095
2018-08-07 15:26:33 -04:00
Richard Cordovano
1d300fb07f
Merge pull request #4013 from dgrove727/4089_CentralRepositoryCommentDialogWidth
Fixed dialog size.
2018-08-07 15:25:21 -04:00
Richard Cordovano
15ec0ca5f2
Merge pull request #4022 from dgrove727/4033_SaveLastExportLocation_1
4033 save last export location 1
2018-08-07 14:42:13 -04:00
Richard Cordovano
5a524f3ec0
Merge pull request #4014 from wschaeferB/4065-FilterTagsForUser-Rev2
4065 filter tags for user rev2
2018-08-07 14:35:53 -04:00
Richard Cordovano
25b232c5c8
Merge pull request #3951 from dgrove727/3995_OtherOccurrencesNoResultsFound
3995 other occurrences no results found
2018-08-07 14:34:30 -04:00
Brian Sweeney
bf2d2be90d Merge branch 'develop' of https://github.com/briangsweeney/autopsy into commonfiles 2018-08-07 12:33:56 -06:00
U-BASIS\dsmyda
913891bdf2 Typos and grammar 2018-08-06 15:52:56 -04:00
U-BASIS\dsmyda
99b12cc269 Added some comments and implemented PR review changes 2018-08-06 15:48:15 -04:00
U-BASIS\dsmyda
11a2bc3685 Final cleanup of comments 2018-08-06 13:43:12 -04:00
U-BASIS\dsmyda
d516660aa3 Fixed param and return type comment headers 2018-08-06 13:39:34 -04:00
U-BASIS\dsmyda
c6db99e3dd Implemented suggested changes from PR review 2018-08-06 13:36:40 -04:00
Brian Sweeney
02c340fae9 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into commonfiles 2018-08-05 21:22:56 -06:00
William Schaefer
833da05484 3964 update url for new version of Emedded test file 2018-08-03 17:27:46 -04:00
William Schaefer
79d4b507a6 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3964-testZipBomb-Rev2 2018-08-03 17:12:14 -04:00
William Schaefer
19b7ba19c0 4103 added icons back to AID 2.0 as part of figuring out how to do 4095 2018-08-03 16:15:27 -04:00
Richard Cordovano
78f9cf5fe4
Merge pull request #4007 from dannysmyda/1837-escape-control-characters-fileutil
1837: Updated the regex in FileUtil.escapeFileName function to remove ascii control characters
2018-08-03 15:44:16 -04:00
Richard Cordovano
9ceacdfa05
Merge pull request #3984 from wschaeferB/4040-TagsWithUser
4040 Associate the user name of who created a tag with that tag
2018-08-03 15:43:47 -04:00
U-BASIS\dgrove
9fe9afc0d7 Resolved merge conflicts. 2018-08-03 14:43:05 -04:00
U-BASIS\dgrove
9c4f2b2438 Normalize path. 2018-08-03 14:23:11 -04:00
Richard Cordovano
7175ba9bc2
Merge pull request #4018 from dgrove727/4078_Prep_HtmlReportInvalidPathException
Cleanup.
2018-08-03 14:17:03 -04:00
Richard Cordovano
616bb5b4e1
Merge pull request #4009 from dgrove727/4033_Prep_SaveLastExportLocation
Cleanup.
2018-08-03 14:13:39 -04:00
Richard Cordovano
fa05d237d8
Merge pull request #3987 from dgrove727/4066_PreventDuplicateHashSetHits
4066 prevent duplicate hash set hits
2018-08-03 14:07:10 -04:00
Richard Cordovano
71fcb4a342
Merge pull request #3980 from dgrove727/4020_AddHashesButtons
Changed form layout to conform with Add Keywords.
2018-08-03 14:05:19 -04:00