10555 Commits

Author SHA1 Message Date
U-BASIS\dsmyda
ac513faccf Removed duplicate recipes dependency 2018-09-24 12:08:39 -04:00
U-BASIS\dsmyda
b82ef4fe47 Fixed mistake in project properties 2018-09-24 12:02:32 -04:00
U-BASIS\dsmyda
2a0dc6d38a Removed excel reader dependency from ivy and netbeans project files 2018-09-24 11:50:32 -04:00
U-BASIS\dsmyda
6528d383ef Fixed codacy issues and renamed a few things 2018-09-24 08:59:07 -04:00
U-BASIS\dsmyda
bbfeefdd65 Reverted content viewer to previous version, moved readers to another project, modified sqlite text extractor to load one table at a time to save memory. Removed formatters and documented new functions 2018-09-21 16:15:07 -04:00
William Schaefer
626712c7b0 4235 add back code to inherit highlighting to icon columns 2018-09-19 17:58:01 -04:00
Richard Cordovano
19a4fffec1
Merge pull request #4120 from wschaeferB/FixNullValueCaching
4163 Handle new cases, data sources and other null values that can no…
2018-09-19 17:45:06 -04:00
William Schaefer
8b53713dd2 remove logging for expected cache loading exceptions 2018-09-19 17:39:36 -04:00
William Schaefer
4a4be1dc9f Change logging level so messages will not be logged with every case creation 2018-09-19 17:27:30 -04:00
William Schaefer
25fc3f5ace 4163 Handle new cases, data sources and other null values that can not go in cache 2018-09-19 17:09:57 -04:00
Richard Cordovano
f0280376bd
Merge pull request #4117 from dgrove727/4227_CasePreferencesFix
Fixed switch case to avoid null values.
2018-09-19 16:22:15 -04:00
U-BASIS\dgrove
831126e61c Fixed switch case to avoid null values. 2018-09-19 13:03:49 -04:00
Richard Cordovano
385ce07dbe
Merge pull request #4073 from wschaeferB/4163-AddCachesToCrResultsDev
4163 add caches to cr results dev
2018-09-19 12:45:52 -04:00
William Schaefer
ed8592c03d Modify tests to use appropriate method signature for AbstractCommonAttributeSearcher 2018-09-19 12:26:20 -04:00
Richard Cordovano
49abcdafd4
Merge pull request #4087 from dannysmyda/2665-dedicated-sqlite-extractor
2665 dedicated sqlite extractor
2018-09-19 10:37:05 -04:00
William Schaefer
d195fe0028 4163 close unclosed result sets codacy noticed 2018-09-18 18:13:23 -04:00
Richard Cordovano
7fa8ab6ef6
Merge pull request #4105 from APriestman/4194_incorrectCaseName
Don't use the intracase data source list in intercase searches.
2018-09-18 16:42:19 -04:00
U-BASIS\dsmyda
4fc5a59129 Didn't get merge quite right, here are changes to build 2018-09-18 16:05:37 -04:00
dannysmyda
55aaea0694
Merge branch 'develop' into 2665-dedicated-sqlite-extractor 2018-09-18 16:00:45 -04:00
Richard Cordovano
05ee8ed44c
Merge pull request #4102 from dannysmyda/4176-column-level-analysis
4176 column level analysis
2018-09-18 15:46:37 -04:00
Richard Cordovano
d7f7cddf16
Merge pull request #4106 from APriestman/4197_missingCommonProperties
4197 Fix bug with how the final common properties were being added to the …
2018-09-18 15:41:36 -04:00
Richard Cordovano
dcb62e356c
Merge pull request #4098 from dgrove727/4195_RemoveColumnsFromResults
4195 remove columns from results
2018-09-18 15:28:19 -04:00
U-BASIS\dgrove
2634b1b4d6 Deprecated method. 2018-09-18 14:58:51 -04:00
U-BASIS\dgrove
54d61582d8 Removed additional hash column. 2018-09-18 14:52:59 -04:00
U-BASIS\dsmyda
d5e4e1cb41 Changed constructor param in readers to accept an abstract file and added cast to SqliteTextExtractor 2018-09-18 12:51:20 -04:00
William Schaefer
241320b565 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4163-AddCachesToCrResultsDev 2018-09-18 12:46:53 -04:00
U-BASIS\dsmyda
d43b705eba Implementation of viewer changes a tad also 2018-09-18 12:12:14 -04:00
U-BASIS\dsmyda
c31044a657 Fixed the temp directory file collisions during reading and refactored the localDiskPath out 2018-09-18 12:10:30 -04:00
Richard Cordovano
08a60af0df
Merge pull request #4093 from dgrove727/4154_UserPreferencesPanel
4154 user preferences panel
2018-09-18 12:05:43 -04:00
Richard Cordovano
2c9de1aed8
Merge pull request #4103 from wschaeferB/4215-RemoveTagHighlighting
4215 remove highlighting of tagged files and artifacts
2018-09-18 11:45:33 -04:00
U-BASIS\dsmyda
3bf5d1461f removed unused param in getRowMap 2018-09-18 11:13:59 -04:00
U-BASIS\dsmyda
b156467a2b Fixed docs 2018-09-18 11:12:44 -04:00
U-BASIS\dsmyda
23bc2d9db4 Fixed Codacy issues, realized this bug also caused duplicating of first row in the binary excel files 2018-09-18 11:07:38 -04:00
Ann Priestman
23ebc24e28 Fix bug with how the final common properties were being added to the results. 2018-09-18 10:15:51 -04:00
U-BASIS\dsmyda
6ae5587009 Patched ExcelReader bug 2018-09-18 09:24:09 -04:00
Ann Priestman
8c737281d4 Don't use the intracase data source list in intercase searches.
Fix bug with common file parent path in the root directory.
2018-09-18 09:21:57 -04:00
U-BASIS\dgrove
e3395af379 Revised UI. 2018-09-17 17:07:08 -04:00
Richard Cordovano
388369a4b1
Merge pull request #4097 from dannysmyda/4174-reduce-count-call-in-intercase
4174 reduce count call in intercase
2018-09-17 16:45:04 -04:00
William Schaefer
b298407da7 4215 remove highlighting of tagged files and artifacts 2018-09-17 16:12:34 -04:00
William Schaefer
a320e80c33 4167 rename title of search results to properties 2018-09-17 11:47:11 -04:00
William Schaefer
a2a0970e48 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4167-UpdateCommonAttributeGUI 2018-09-17 10:30:26 -04:00
William Schaefer
3357c7fc02 4167 adjust title of common property search to include percent 2018-09-17 10:30:14 -04:00
millmanorama
fad5cd5121 Merge remote-tracking branch 'upstream/develop' into threading-review-bug-fixes 2018-09-15 13:28:13 +02:00
William Schaefer
02d888274b 4167 rename action text and messages as Common Property Search 2018-09-14 14:08:39 -04:00
William Schaefer
e9052745e2 4167 fix typos and message text in Common Property Search 2018-09-14 14:01:27 -04:00
Richard Cordovano
06bbb425a1
Merge pull request #4084 from APriestman/4156_groupDataSourceFiltering
4156 group data source filtering
2018-09-14 13:46:30 -04:00
U-BASIS\dgrove
e6b034e46e Fixed merge conflict. 2018-09-14 11:55:34 -04:00
U-BASIS\dgrove
4d7e5e7f70 Merge remote-tracking branch 'upstream/develop' into 4195_RemoveColumnsFromResults 2018-09-14 11:54:13 -04:00
William Schaefer
e2e6037c92 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4167-UpdateCommonAttributeGUI 2018-09-14 11:53:53 -04:00
William Schaefer
6df55b82b3 remove unused import of Exceptions 2018-09-14 11:18:49 -04:00