1301 Commits

Author SHA1 Message Date
jmillman
bb7ab1eab3 don't call getNewValue and getOldValue unless they are needed
they might invoke expensive db operations to load transient members and should be avoided unless those values are needed
2015-07-01 13:06:54 -04:00
Richard Cordovano
d5cf37bd04 Complete lock down of UI in non-interactive mode 2015-06-21 09:28:22 -04:00
Eamonn Saunders
e34c038c2b Solr document ids can now contain artifact ids which start at LONG.MIN_VALUE (-9223372036854775808) which is outside Integer range so we need to use Long instead of Integer when comparing document ids. 2015-06-11 16:14:18 -04:00
Richard Cordovano
0c74f22735 Merge pull request #1300 from APriestman/timezoneNPE
Switched call to getStringTime to use dataSource instead of abstractF…
2015-06-02 14:43:20 -04:00
APriestman
ae4158b02e Switched call to getStringTime to use dataSource instead of abstractFile to avoid a possible null pointer exception 2015-06-02 11:35:25 -04:00
Richard Cordovano
52095e783f Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-28 17:58:15 -04:00
Richard Cordovano
4508777129 Re-broaden the FileTypeDetector API 2015-05-28 17:52:56 -04:00
Richard Cordovano
d2c052fcb2 Resolve merge conflicts for develop branch merge 2015-05-28 10:27:02 -04:00
Richard Cordovano
23d383ac00 Minor fixes for file type detection code in KWS and file type modules 2015-05-27 20:42:04 -04:00
Richard Cordovano
e7773e5489 Reduce public API of FileTypeDetector back to what it was 2015-05-27 20:16:51 -04:00
sidheshenator
34c5a1d6c9 Resource bundle updated. Unalloc Unused blocks marked as octet-stream 2015-05-22 11:22:49 -04:00
Richard Cordovano
dc75a1c318 Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-21 14:21:58 -04:00
sidheshenator
22b50d5570 FileTypeDetector made non-static field in ingest modules 2015-05-20 11:54:47 -04:00
sidheshenator
0046f72732 Appropriate Levels logged. Unused imports removed 2015-05-19 16:39:42 -04:00
sidheshenator
637f91baac Merge branch 'develop' of https://github.com/sleuthkit/autopsy into file_type_identification 2015-05-19 16:33:28 -04:00
sidheshenator
d073909272 IngestModuleException thrown when FileTypeDetector not instantiated 2015-05-19 16:12:40 -04:00
Richard Cordovano
0ce75e3e8b Merge pull request #1245 from karlmortensen/output_paths
update paths for collab
2015-05-19 16:07:30 -04:00
Richard Cordovano
7f71379367 Merge pull request #1260 from esaunders/develop
Return immediately after indexing unallocated space, otherwise it get…
2015-05-19 15:37:11 -04:00
Karl Mortensen
844e8b0e92 code review updates 2015-05-19 15:34:48 -04:00
sidheshenator
30a84fdceb getFileType() added and used 2015-05-19 13:15:07 -04:00
Eamonn Saunders
e38474ab1a Return immediately after indexing unallocated space, otherwise it gets processed twice. 2015-05-18 11:30:34 -04:00
sidheshenator
cc88d8a77e removed unnecessary sorts 2015-05-18 10:52:07 -04:00
Eamonn Saunders
3d2448d483 Return immediately after indexing unallocated space, otherwise it gets processed twice. 2015-05-18 10:51:52 -04:00
Karl Mortensen
94600895d7 code review update 2015-05-14 16:21:40 -04:00
Richard Cordovano
b18fd8d9f9 Merge in latest from develop branch 2015-05-13 17:30:18 -04:00
Karl Mortensen
8d2f2fd21e update paths for collab 2015-05-12 17:01:47 -04:00
Brian Carrier
671a2d1e68 sort list of docs based on ID before picking unique chunk 2015-05-12 13:10:54 -04:00
sidheshenator
c1f26ad454 Fixed compare() override. TEXT is now a sortedField 2015-05-08 16:36:40 -04:00
Eugene Livis
92db334943 Renamed tabs 2015-05-06 13:46:47 -04:00
Richard Cordovano
d68ab15401 Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-05 12:05:39 -04:00
sidheshenator
c3a5a89424 detectedFormat variable assigned value 2015-05-05 10:39:58 -04:00
Richard Cordovano
3cdfbf6934 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into messaging 2015-04-24 09:26:32 -04:00
Richard Cordovano
ab5a1c27d1 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative 2015-04-24 09:14:26 -04:00
Richard Cordovano
3dfaaef15a Merge remote-tracking branch 'upstream/develop' into collaborative 2015-04-24 09:13:35 -04:00
Richard Cordovano
a9ca930a60 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into messaging 2015-04-23 11:32:52 -04:00
Eamonn Saunders
f72dd0d4f8 Moved the decision on whether to close the core from the Server.closeCore() method to the Core.close() method 2015-04-22 14:19:41 -04:00
Eamonn Saunders
534df35f74 Added method to determine whether Solr core is already loaded. 2015-04-21 17:51:34 -04:00
esaunders
6705654c57 Removed tempDirectory setting since on a Windows install this ends up being within 'Program Files' and when Solr is started it doesn't have permission to extract content to that location. 2015-04-21 16:15:43 -04:00
Eamonn Saunders
c85abf121f We receive the application closing event before we receive the case closed event so we need to ensure that the Solr core is unloaded before we shutdown the server. 2015-04-21 13:53:19 -04:00
Richard Cordovano
d4f3d3ccb9 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into messaging 2015-04-20 17:50:29 -04:00
Richard Cordovano
05aa55bd61 Refactor event/messaging packages 2015-04-20 17:41:33 -04:00
Richard Cordovano
10f262ec9a Add local/remote ingest job event filter to hash lookup and keyword search option panels 2015-04-20 16:51:33 -04:00
sidheshenator
a5453a8066 KeywordSearchResultFactory.getOneHitPerObject() returns consistent results. Also, warnings handled 2015-04-20 14:35:32 -04:00
sidheshenator
20396d6c25 Get consistent snippets across multiple runs 2015-04-20 12:56:24 -04:00
Richard Cordovano
d346cb79ef Merge pull request #1200 from karlmortensen/blackboard_attributes
Blackboard Artifacts
2015-04-17 17:23:02 -04:00
Karl Mortensen
4ad39c89a3 Mostly working. A few things to sort out. 2015-04-17 16:36:24 -04:00
Richard Cordovano
49131171df Merge remote-tracking branch 'upstream/develop' into collaborative 2015-04-17 14:45:09 -04:00
sidheshenator
1f9132fc3e set flag to preserve order of values in a multiValued list 2015-04-16 16:43:41 -04:00
Eamonn Saunders
ad5a11386c Added Solr settings to Multi User options panel...again. 2015-04-15 20:31:38 -04:00
Eamonn Saunders
a276c5facb Use new solr.xml file format. 2015-04-15 14:54:02 -04:00