1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Commit Graph

  • b137b342b7 resize "Text View" text area to match other content viewers, reset match count on new file selection Dick Fickling 2012-01-19 13:44:32 -05:00
  • f6a52eebc4 (TSK-309) False positives when searching for Arabic word This also fixes getting correct results back for the non-regex search. Regex search already seemed to have worked correctly. adam-m 2012-01-19 13:31:44 -05:00
  • 118bcf2b40 enable,disable remove, remove all, save, export buttons as needed in List and Import/Export feature adam-m 2012-01-19 11:08:02 -05:00
  • d097998e11 rename widget default variable names adam-m 2012-01-19 09:33:56 -05:00
  • 5a92a2ffd6 make txt field resize with the explorer adam-m 2012-01-19 09:30:20 -05:00
  • 620da797cc keyword list adjustments: - do not save list if no keywords - run search with all keywords on list, not only selected adam-m 2012-01-18 19:58:17 -05:00
  • e12ed4f5e4 Added panels to keyword search area Brian Carrier 2012-01-18 17:06:35 -05:00
  • 3cd083a326 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-01-18 16:21:52 -05:00
  • 3f15599344 tweaks to keyword search GUI: Simple OK * "Query" should be renamed to "Keyword" OK * Text area should be a single line (like google / yahoo) OK * RegExp should be moved below text area and be named "Regular Expression" OK * If you press the enter key, then it does the search. OK * Pressing "Search" with no keyword should cause an error message to display and not open a new DataResultViewer OK * trim keyword if user entered whitespaces List OK * Rename "Load" to "Load List" and "Import List" OK * In general, group more and reduce white space OK * Box around "Add keyword down to above search" OK * In top of box, have "Current Keyword List" OK * Remove "Add a new Keyword: " OK * Change "LIteral" to "Regular Expression" (??) OK * Remove "Current list of keyword" OK * Similarly, rename "Delete All" to "Remove All" OK * REname "Save" to "Save List" OK * Remove white space between list an "Delete" buttons OK * Lots of words were already in there OK * Reword "Current list of keywords" to "Current List" adam-m 2012-01-18 16:21:29 -05:00
  • 7f19ba4723 Merge github.com:sleuthkit/autopsy Dick Fickling 2012-01-18 10:47:58 -05:00
  • 77ff6f7828 TSK-285 Add text to Keyword Search TC Added some more text / tooltips for the user. More should go to docs. adam-m 2012-01-17 17:07:40 -05:00
  • 3a0496895f Close DB ResultSet to fix locked DB error on image add Dick Fickling 2012-01-17 13:56:12 -05:00
  • ce2e83a6e3 initial GUI for search history (no actions yet) adam-m 2012-01-17 12:52:48 -05:00
  • 9bdcdf7246 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-01-13 17:23:28 -05:00
  • f0af21f0ec TSK-299 Create Keyword List Export / Import Feature adam-m 2012-01-13 17:23:04 -05:00
  • bfb7ffacf0 Remove unused imports Dick Fickling 2012-01-13 16:53:17 -05:00
  • 736149f3dd Additional modifications to case, recentcases, and hashdb to use AutopsyPropFile Dick Fickling 2012-01-13 14:56:36 -05:00
  • 3ed04eedf3 remove remaining unneeded bundles deps adam-m 2012-01-12 12:49:33 -05:00
  • db4680b5f6 fix warnings: use non-deprecated function and typed collection adam-m 2012-01-12 11:19:11 -05:00
  • 49d75b9efd disable additional IDE bundles adam-m 2012-01-12 11:14:41 -05:00
  • 0216bc7203 disable unneeded IDE bundles adam-m 2012-01-12 11:08:39 -05:00
  • 407c3f5504 fixed runtime deps using netbeans autodetect adam-m 2012-01-12 10:39:47 -05:00
  • ff605ae706 add delete keyword list feature adam-m 2012-01-11 18:53:49 -05:00
  • 607853a84f Merge branch 'keyword-search-prototype' adam-m 2012-01-11 12:11:18 -05:00
  • ad818c4078 Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype adam-m 2012-01-11 11:23:03 -05:00
  • 7acbc92b1f cleanup comments adam-m 2012-01-11 11:20:16 -05:00
  • 4825aff6ee Load and save list dialogs adam-m 2012-01-11 11:16:25 -05:00
  • ca437d65c9 Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype Dick Fickling 2012-01-11 09:24:17 -05:00
  • bcb23023f0 Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype adam-m 2012-01-10 17:16:10 -05:00
  • 973235ecd7 - preliminary keyword list load/save support (more gui work needed) - keyword list is now auto sorted alphanumerically adam-m 2012-01-10 17:14:19 -05:00
  • 52b29a2892 Increase query accuracy and reduce query postprocessing needed (at least for case insensitive queries) by quering only the ws delim Solr field in the aggregate query to get file ids adam-m 2012-01-10 17:12:29 -05:00
  • 0d871d5696 Disable cleanup tasks Dick Fickling 2012-01-10 14:03:00 -05:00
  • 58a9caa47c Reword Extraction menu items, add dialog box on completion Dick Fickling 2012-01-09 16:39:49 -05:00
  • 57a493e761 Fix dependency changes Dick Fickling 2012-01-09 14:20:06 -05:00
  • 6a6753868e Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype Dick Fickling 2012-01-09 13:39:06 -05:00
  • ac714e1b58 Simplify add image wizard Dick Fickling 2012-01-09 12:49:46 -05:00
  • 64bad95659 added more default keywords for testing adam-m 2012-01-09 10:38:38 -05:00
  • a8bfc14c13 - add expand node method to DataResultViewer interface and implement it for DataResultViewerTable - auto start the list search for all queries once button is pressed, using the expand node method adam-m 2012-01-06 17:47:57 -05:00
  • 99390e0d91 Move Logger and AutopsyPropFile into new module, CoreUtils Dick Fickling 2012-01-06 16:29:42 -05:00
  • f67715bc59 Fix to make .* regex queries more feasible (no need to send term containing * char to Solr) adam-m 2012-01-06 15:55:57 -05:00
  • 6afe67afa0 In addition to standard encoding of queries before sending over net, perform escaping of Lucene special characters to always treat Solr queries as words. This improves files query accuracy and highlighting dramatically and we assume user has no Lucene knowledge anyways. adam-m 2012-01-06 15:06:19 -05:00
  • 39e1c15e09 Hardcode some example keywords in the list for IP address, URL, phone numbers adam-m 2012-01-06 13:29:32 -05:00
  • 5ab3a41926 custom resize columns in keyword list adam-m 2012-01-06 12:20:59 -05:00
  • 8f6efb71fd custom resize columns in keyword list adam-m 2012-01-06 12:20:32 -05:00
  • 52a0b6cb12 - fix case when terms componenent query returns no results - implement custom cell renderer with tooltips in query column showing entire query string adam-m 2012-01-06 10:11:08 -05:00
  • 89bceacdf7 Added delete/delete all button handlers in list search. adam-m 2012-01-05 17:42:05 -05:00
  • 8fefd9b23d Multiple keyword search - basic functionality (add keyword, search, escape literals) adam-m 2012-01-05 17:17:27 -05:00
  • 54758bf45a - fixed another Null ptr when there is no highlight content in rare cases - tweaked composite Solr query escaping adam-m 2012-01-04 18:06:58 -05:00
  • 8bf50478af remove unused code, update comments adam-m 2012-01-04 17:33:01 -05:00
  • 5bcbe9a56f - add Solr POST query method and switch to POST Solr query method in most cases because http GET fails for more complex queries due to http HEAD length limit. For instance, it fails for multiple keyword OR'd, and in consequence for broader regex matches that yield many hits. - handle better solr query exception and don't obliterate the screen with an oversized dialog when GET query fails due to its length adam-m 2012-01-04 16:46:42 -05:00
  • b8139e8c05 added query manager and child factories supporting single/multiple, word/regex queries, and 2 ways of presenting nodes (detailed view with all hits, and collapsed view) adam-m 2012-01-04 15:08:12 -05:00
  • c890d69ac5 bugfix, fixed null ptr exception for some cases when there is no highlight snippet adam-m 2012-01-04 14:52:44 -05:00
  • c8ffe6005f - Added query manager to handle various query types, which delegates to proper query engines and child factories. - more refactoring to handle word lists. adam-m 2012-01-03 18:37:20 -05:00
  • e96a1da1cf Reset offset in DataResult on new file selection Dick Fickling 2012-01-03 18:05:49 -05:00
  • 529afce917 - minor fixes post-refactoring - improve regex result filtering adam-m 2012-01-03 15:51:40 -05:00
  • ee588d2018 - started code refactor to make search result node presentation common between single and multi search - changed regex bullet to single checkbox in Simple adam-m 2012-01-03 15:14:50 -05:00
  • b197088de8 Fixed exception that occured if SOLR was not shutdown when autopsy was in debug session. Cleaned up SOLR Server code a little bit. Brian Carrier 2012-01-02 23:24:11 -05:00
  • a360e432fa Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype Brian Carrier 2012-01-02 21:53:29 -05:00
  • dd5c72f8b7 Remove unused import adam-m 2012-01-02 00:44:41 -05:00
  • 5294be269f Add dependency on modules.settings adam-m 2012-01-02 00:34:05 -05:00
  • 8a1fe57572 Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype Brian Carrier 2012-01-01 22:41:32 -05:00
  • c3f3a9a347 update LOCATION type adam-m 2011-12-31 12:31:31 -05:00
  • ef1e54509d Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype Brian Carrier 2011-12-31 00:13:09 -05:00
  • 47b52ce1da Invoke the addImage action after all of the case open proprty change listeners complete so that Cores are open Brian Carrier 2011-12-31 00:12:42 -05:00
  • d61b22acd5 Fix to correctly determine non-ingestible content (needs latest bindings with equals() for Collections operations to work correctly) adam-m 2011-12-30 17:24:05 -05:00
  • 9f402d6638 Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype adam-m 2011-12-30 16:12:11 -05:00
  • 5f8a2581f2 index only files, added info log to indexing, fixed strings extraction, reduced calls to DataContentViewers Brian Carrier 2011-12-30 15:55:10 -05:00
  • 8e2b2fcaa2 - fix columns to show for props of child nodes - generalize getting abstractfsnode property map - fix typo in getString in binary to string conversion - add missing license comments adam-m 2011-12-30 15:54:24 -05:00
  • c03e49fcfd Added copyright Brian Carrier 2011-12-30 13:05:15 -05:00
  • 50106d5a90 cleanup the text adam-m 2011-12-29 13:58:53 -05:00
  • accf9a6133 Add parent node to results containing query. adam-m 2011-12-29 13:50:14 -05:00
  • 777ed02452 move explorer components to tab, create a new TC that manages and delegates to the tab TCs adam-m 2011-12-29 13:06:11 -05:00
  • 423b614a2b Fixed text viewer vertical resizing adam-m 2011-12-28 15:52:45 -05:00
  • 3a2c860eb9 TSK-277 Add more advanced regular expression searching - first iteration complete, with the result tree and highlight match find/preview - solr schema change adam-m 2011-12-28 13:20:39 -05:00
  • b12d4a812c move query escape to util class, also escape query in highlighting code adam-m 2011-12-27 17:37:44 -05:00
  • 32f33ed14c Escape Lucene query adam-m 2011-12-27 17:29:01 -05:00
  • 3ea53996be - regex search: show file hits as child nodes under the term matches - further refactor Lucene query to reuse that query for regex detail view adam-m 2011-12-27 17:14:14 -05:00
  • 2557aed21c Also wrap the filesearch result node to filter out empty children set adam-m 2011-12-27 16:03:32 -05:00
  • 0388bfd065 fix DataResultViewerTable to support tree view. Wrapping of nodes needs to happen earlier if want to filter children out from the view. adam-m 2011-12-27 15:23:30 -05:00
  • c33608d61f TSK-277 Add more advanced regular expression searching - initial TermsComponent regex support without full results navigation/preview adam-m 2011-12-22 14:41:34 -05:00
  • 0a413a98b6 fix case in check for solr content when there is no content at all adam-m 2011-12-22 14:39:50 -05:00
  • 63846a6c74 Replace doc note about ContentNodes Peter J. Martel 2011-12-22 13:04:46 -05:00
  • 068e9807ad another minor optimization to string extraction adam-m 2011-12-22 11:08:29 -05:00
  • 891b6ad54f Extract hierarchy visitor from ContentChildren Peter J. Martel 2011-12-21 16:31:17 -05:00
  • ef9d7e884d TSK-277 - Add more advanced regular expression searching initial changes: refactored current lucene query code to new class, GUI changes adam-m 2011-12-21 16:23:22 -05:00
  • 95067a9332 add "Extract Directory" action to DirectoryTree pidge 2011-12-21 02:30:29 -05:00
  • 1a122c97ec Remove ContentNode stuff (runs now) Peter J. Martel 2011-12-20 17:56:13 -05:00
  • 9fa01015a4 Fix .gitignore Peter J. Martel 2011-12-20 17:54:38 -05:00
  • 15bfd26baa Merge branch 'master' into keyword-search-prototype (NOT RUNNABLE) Peter J. Martel 2011-12-20 17:52:50 -05:00
  • ed32b62a7f Merge branch 'contentnode-cleanup' Peter J. Martel 2011-12-20 16:13:45 -05:00
  • 0f26f7c67c clear keyword search when topcomponent is opened Peter J. Martel 2011-12-20 15:47:20 -05:00
  • d50de29090 add "tool tips" to content viewers Peter J. Martel 2011-12-20 15:39:11 -05:00
  • 51e454fdab rename "Extracted Content" viewer tab to "Text View" Peter J. Martel 2011-12-20 15:38:30 -05:00
  • de7b66dbfd make "Context" text shorter Peter J. Martel 2011-12-20 15:38:13 -05:00
  • 044fc7669c rename "Snippet" column to "Context" Peter J. Martel 2011-12-20 15:37:59 -05:00
  • 25673930f3 Misc. trivia Peter J. Martel 2011-12-16 16:12:19 -05:00
  • be10a4bb41 Add setPath to DataResult Peter J. Martel 2011-12-16 16:11:33 -05:00
  • e8588b0be7 Add "Name" property to KeyValueNode Peter J. Martel 2011-12-16 13:22:36 -05:00
  • 3b61d89787 Tweak ExternalViewerAction to require file extensions Peter J. Martel 2011-12-16 12:42:10 -05:00
  • 9b22b67c9f Improve performance DataCOnversion util method to get ASCII from bytes - using string buffer instead of concatentation improves extraction speed by 2 orders of magnitude on larger files adam-m 2011-12-16 12:19:01 -05:00