3015 Commits

Author SHA1 Message Date
adam-m
3a86e3434d update news 2013-01-03 14:10:22 -05:00
adam-m
1d4716ca4c text view: fix scrolling to first highlighted hit when text is first loaded 2013-01-03 14:06:34 -05:00
Tim McIver
6713f6481b Removed code that writes attributes 'use_for_ingest' and 'ingest_messages'
in keyword list XML file when exporting keyword lists. These changes are in
support of AUT-690.
2013-01-03 11:24:05 -05:00
adam-m
8e2502a300 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-01-03 10:56:51 -05:00
adam
e56a75df04 Merge pull request #125 from tmciver-basis/master
Preferred content viewer option
2013-01-03 07:56:29 -08:00
Tim McIver
67fbd28024 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-01-03 10:45:44 -05:00
Tim McIver
805b35456f Undo changes to two Bundles.properties files that should not have been changed. 2013-01-03 10:45:32 -05:00
adam-m
bc3ccd16a6 add image_id to Solr schema 2013-01-03 10:34:20 -05:00
adam-m
804991dc3b adjust max terms 2013-01-03 10:16:58 -05:00
adam-m
5eada99ca5 increase token limit, add more comments to schema 2013-01-03 09:33:35 -05:00
adam-m
d0613b8242 update news 2013-01-02 17:57:02 -05:00
adam-m
e6dd4e4607 use FVH highlighter also in Text View.
Also makes highlighting better: highlighted tokens are not longer split on white-space as with original highlighter
2013-01-02 17:55:52 -05:00
Tim McIver
6285beaa5b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-01-02 17:42:50 -05:00
Tim McIver
2081639d30 Merge branch 'general-options' 2013-01-02 17:41:24 -05:00
adam-m
d10cf24a1a update news 2013-01-02 17:36:33 -05:00
Tim McIver
05360ba78a Updates to code to complete implementation of behavior described in
AUT-729. In short, there is now a 'General' options tab where the user can
select whether the content viewer should remain on the one the user last
selected or if the 'most preferred' one should be used.
2013-01-02 17:34:36 -05:00
adam-m
c19993c480 keyword search:
- use FVH for snippets query for 3x snippet query performance
- index 100k tokens per 1MB chunk instead of 10k, indexing all content
- increase snippet length from 45 to 50
- add limit on regex query to be 20k results matching the regex - todo tune more
- log how many fscontent hits on regex query - will use data to tune in future
- minor code adjustments, debug queries if dev build, etc
2013-01-02 17:31:48 -05:00
adam-m
525a91d72c move module data cleanup to complete() and stop(). Cleanup all data earlier. 2012-12-31 11:50:20 -05:00
adam-m
241b7520b4 optimize out profiled code - reduce num of allocations of result object 2012-12-31 10:57:41 -05:00
adam-m
c0f59153b8 enclose highlight text in html tags for correctness 2012-12-28 18:17:32 -05:00
adam-m
55332e0076 AUT-732 Text view exception
fix Solr escaping html when generating highlight text, set html encoder to default
2012-12-28 18:16:39 -05:00
0xNF
6c52649ce5 Added timeline functionality.
Select it from the tools menu -> Make Timeline
2012-12-28 16:44:46 -05:00
adam-m
4041814879 remove explicit optimize - not needed, and taking too much time to open case / core 2012-12-28 16:09:56 -05:00
Devin148
af123407d7 Fix label spelling 2012-12-28 16:05:57 -05:00
Devin148
d4c69e3c96 Add right click tagging and display tags in directory tree 2012-12-28 15:58:51 -05:00
adam-m
d660df2940 upgrade jericho parser from 3.2 to 3.3 2012-12-28 13:32:15 -05:00
Tim McIver
2fcbadf46d Commiting files that were not committed in previous commit. 2012-12-28 11:01:48 -05:00
Tim McIver
48a2e5d6a0 Created a General options panel containing a single checkbox to 'Remember preferred content viewer' - no real functionality yet. 2012-12-28 11:00:14 -05:00
adam-m
f5345b3d9c Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-28 10:47:18 -05:00
adam-m
3215b50f3e surpress warn 2012-12-28 10:46:54 -05:00
adam
34f3726fe2 Merge pull request #123 from Devin148/master
Hide Compiler Warnings
2012-12-28 06:52:00 -08:00
Devin148
ffd447541f Suppress safe compile warnings 2012-12-28 09:24:49 -05:00
adam-m
18d8e2fb2d revert overwriting getDropType in nodes 2012-12-27 16:31:21 -05:00
adam-m
74c6cc2469 disable drop in nodes.
rename field from "thing" to "data", and make private.
2012-12-27 15:38:05 -05:00
adam-m
26556ef840 disable dragging on the ov outline 2012-12-27 15:24:03 -05:00
adam-m
3c1ae6a5c5 disable drag and drop actions on result table viewer 2012-12-27 15:06:36 -05:00
adam-m
798c7eaffe Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-27 13:51:31 -05:00
adam-m
e2c8b91dc3 Keyword search - bypass Tika extract handler entirely, do not prepend BOM (used as workaround to bypass Tika), use /update UpdateRequestHandler.
Does not use streaming for now, converts the stream to SolrInputDocument with content String set, before it is indexed.
2012-12-27 13:51:08 -05:00
adam-m
ae8ef4af8f Add method to get ISO8601 compatible content date format 2012-12-27 13:37:58 -05:00
adam-m
5e0912f6bc Solr 4.0.0 config and schema updates: keep 3.6 behavior for now for better comparison
Do not  use NRT caching - possibly causing heap issues in Solr, keep 3.6 default.
2012-12-27 13:23:25 -05:00
adam
f04a6d076b Merge pull request #122 from tmciver-basis/master
Video player related fixes
2012-12-27 09:45:11 -08:00
Tim McIver
b5954e1fe0 Added code to better determine when video had finished playing. This was
needed as some videos' reported time elapsed never became equal to their
reported duration causing the play loop to not exit once the video had
finished playing.
2012-12-26 12:33:41 -05:00
adam-m
d752701a4b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-26 10:36:54 -05:00
adam
1969fc2ebe Merge pull request #121 from Devin148/master
Ground-up Report Remake
2012-12-26 06:50:50 -08:00
adam-m
f003297fb1 Solr config updates 2012-12-21 17:40:04 -05:00
Tim McIver
b00f4a798a Disable slider before play button is pressed. Was previously causing a
problem when slider was clicked before video played.
2012-12-21 17:32:54 -05:00
adam-m
648f25d8a6 fix solr4.0.0 deprecation 2012-12-21 17:31:43 -05:00
adam-m
e5bba26a07 update HL_ANALYZE_CHARS_UNLIMITED to more compliant 2012-12-21 17:26:19 -05:00
Tim McIver
60d33b1dca Updated DataContentViewerMedia so that elapsed time and total duration
display correctly. Changed code to us a format string rather than build up
the string with complicated logic.
2012-12-21 16:44:06 -05:00
adam-m
7493eaac55 log header on tika exception also to main logger 2012-12-21 16:24:45 -05:00