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

Commit Graph

  • b4ab34e03a Cleanup ExternalViewerAction Peter J. Martel 2011-12-16 12:17:50 -05:00
  • cc8ede4572 Clean up FileSearch DataResultFilterNode Peter J. Martel 2011-12-16 11:17:59 -05:00
  • adb3488852 TSK-267 Extract English strings from smallish unknown files - improve reporting of what is going on. adam-m 2011-12-16 10:00:39 -05:00
  • 53142025da Miscellaneous trival cleanup Peter J. Martel 2011-12-15 18:58:12 -05:00
  • c903011f7a Cleanup ExtractAction Peter J. Martel 2011-12-15 18:01:37 -05:00
  • 3c827c868e - Split processing of ingestible and non-ingestible further. - Do not feed to Solr if known as non-ingestible (original behavior). adam-m 2011-12-15 17:26:06 -05:00
  • 4381ad64db Abstract out GetFilesContentVisitor and provide 2 implementations: for known vs unknown file types. adam-m 2011-12-15 15:10:52 -05:00
  • 5285f1c6c8 TSK-267 - Extract English strings from smallish unknown files - first iteration, for unknown content < 10MB adam-m 2011-12-15 13:23:05 -05:00
  • 8f9b2941e3 DataResultFilterNode cleanup Peter J. Martel 2011-12-14 14:44:57 -05:00
  • 87cc9d5476 - update comments in find - Ingester: make sure files have been commited before updating flag. Looking to reuse the Ingester instance so want to make sure it has consistant state. adam-m 2011-12-14 14:10:56 -05:00
  • ae3d88f3f8 Made picture viewer preferred for picture content nodes (i.e. if it is supported). adam-m 2011-12-14 10:01:10 -05:00
  • 18d881c086 Added isSupported flag to isPreferred interface for the DCV. This allows to "cache" whether the viewer is supported for the node and forces the caller do determine that first (which fits current model). Potentially avoids redundant checks (like Solr queries) and does not rely on checking GUI state, which seems cleaner long term. adam-m 2011-12-14 09:51:02 -05:00
  • 20cd526844 Improve widget spacing/layout adam-m 2011-12-13 16:34:13 -05:00
  • f6490c6f1c Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype adam-m 2011-12-13 15:37:41 -05:00
  • c484666b7d TSK-270 Provide Hit Navigation in keyword search results - now using html anchors, much more simple and accurate method, also should be easier to extend to other file types adam-m 2011-12-13 15:36:29 -05:00
  • 8776ab2bb7 Remove cleaned files Peter J. Martel 2011-12-13 14:11:13 -05:00
  • ad841ccffc Fix DataContent bug Peter J. Martel 2011-12-13 14:04:04 -05:00
  • 987465cc6b Example project added Peter J. Martel 2011-12-13 14:00:38 -05:00
  • 15f4fe0592 Example project added Peter J. Martel 2011-12-13 13:16:14 -05:00
  • 2bad9d1603 KeyValue classes added to DataModel Peter J. Martel 2011-12-13 13:14:59 -05:00
  • 54a5abff8e TSK-270 Provide Hit Navigation in keyword search results - initial version, index/scrolling needs to be more precise adam-m 2011-12-13 12:14:25 -05:00
  • f6e029935d Forgot to add ReadContentInputStream Peter J. Martel 2011-12-13 11:08:36 -05:00
  • 522b2bf0f7 Add writeToFile method to ContentUtils Peter J. Martel 2011-12-12 16:54:44 -05:00
  • 124ed5dfdd Clear out ContentNode & subclasses from CoreComponents Peter J. Martel 2011-12-12 16:06:40 -05:00
  • f749d6f8ba Add index-image to add-image process. Peter J. Martel 2011-12-12 12:49:02 -05:00
  • 681c136f12 TSK-279 Make markup extracted text be default for keyword hit adam-m 2011-12-09 12:27:04 -05:00
  • 41ed4ccbc6 Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype unknown 2011-12-09 10:51:58 -05:00
  • 71fafdb6bd (TSK-283) Keyword search should not be enabled if there is nothing in the index unknown 2011-12-09 10:48:39 -05:00
  • f66d92ff33 Remove ContentNode.getRowValues(), .getDisplayPath(), and .getSystemPath() Peter J. Martel 2011-12-08 18:46:43 -05:00
  • 0e35b91d02 (TSK-283) Keyword search should not be enabled if there is nothing in the index unknown 2011-12-08 18:24:45 -05:00
  • c842c9a6b5 Remove ContentNode.getContent() Peter J. Martel 2011-12-08 17:46:58 -05:00
  • dfcf854109 Remove ContentNode.getName() and .getId() Peter J. Martel 2011-12-08 16:35:58 -05:00
  • 483e5cddf5 Remove ContentNode.read() Peter J. Martel 2011-12-08 16:03:45 -05:00
  • cdfe9f00b1 Ignore more Netbeans local settings Peter J. Martel 2011-12-08 15:07:25 -05:00
  • 89e96e5027 Merge fixes to main modules from branch 'keyword-search-prototype' Peter J. Martel 2011-12-08 15:04:58 -05:00
  • ef9e96721f Accept SocketException as an indication of no running server Peter J. Martel 2011-12-08 14:50:52 -05:00
  • 650bcec9b7 Add snippet property to keyword search results Peter J. Martel 2011-12-08 14:47:25 -05:00
  • ac2b767da3 Show wait cursor while keyword search runs Peter J. Martel 2011-12-08 14:46:25 -05:00
  • a895df2859 More-complete javadoc & comments Peter J. Martel 2011-12-07 15:38:21 -05:00
  • 37849c2c0a Restrict Solr to localhost Peter J. Martel 2011-12-06 17:01:08 -05:00
  • f9af4146ca Fix bad dependency, enable Ivy bootstrapping. Peter J. Martel 2011-12-06 16:12:47 -05:00
  • 8139a4aa30 Start and stop Solr automatically Peter J. Martel 2011-12-06 15:36:21 -05:00
  • f02341c739 Use internal Solr w/ configs, get dependencies from Ivy Peter J. Martel 2011-12-06 15:35:12 -05:00
  • 2bcc877ce5 switching cores by case, dependencies from Ivy Peter J. Martel 2011-12-02 15:22:06 -05:00
  • 924dcecfd5 Skip bad files during ingest Peter J. Martel 2011-11-30 16:34:33 -05:00
  • 6338302fd6 Basic keyword index/search functionality Peter J. Martel 2011-11-28 19:39:00 -05:00
  • 0c717f8dcb Base class for implementing FilterNodes that are also supposed to be ContentNodes Peter J. Martel 2011-11-28 19:36:34 -05:00
  • 24b4b50d2b Add index action to Directory Listing nodes Peter J. Martel 2011-11-28 19:35:17 -05:00
  • 0d600f4980 Basic search is working, but still minor GUI bugs Peter J. Martel 2011-11-18 19:06:13 -05:00
  • 48154da58b Remove unused <ContentNode>.getFileIdColumn() method Peter J. Martel 2011-11-18 19:04:19 -05:00
  • dc047d4798 Update .gitignore Peter J. Martel 2011-11-18 18:58:55 -05:00
  • 3a5f641139 Updated NEWS and build target so that it goes into final ZIP file Brian Carrier 2011-11-14 17:43:57 -05:00
  • abd1b5af42 Add KeywordSearch module and Ingester class Peter J. Martel 2011-11-11 16:50:40 -05:00
  • 52198f1589 Merge branch 'master' of github.com:sleuthkit/autopsy Brian Carrier 2011-11-11 10:17:12 -05:00
  • f40755e6d3 Add BUILDING file to repo Brian Carrier 2011-11-11 10:17:00 -05:00
  • eb69c4f335 Update module dependencies. Peter J. Martel 2011-11-10 17:49:00 -05:00
  • dee4401575 Went through release process. Peter J. Martel 2011-11-10 17:30:55 -05:00
  • e31dfd38db Ignore builds and dist, NetBeans user settings, and some .dll/.jar dependencies Peter J. Martel 2011-11-09 16:41:43 -05:00
  • d720cee570 Pull CRT assembly into zip distribution Peter J. Martel 2011-11-09 16:34:40 -05:00
  • 8d72f95d11 Initial import into github Brian Carrier 2011-11-09 13:10:50 -05:00
  • 4df5a591d8 Initial import into github Brian Carrier 2011-11-09 13:06:31 -05:00
  • 760d9c8f1a updated README Brian Carrier 2011-10-13 11:26:31 -04:00
  • 9ff7404128 Cleaned up to make way for new version 3 code Brian Carrier 2011-10-13 11:24:24 -04:00
  • 661b930ae8 Revert "Cleaning up to make way for version 3" autopsy-2 Brian Carrier 2011-10-13 11:22:34 -04:00
  • e9c3a4a209 Cleaning up to make way for version 3 Brian Carrier 2011-10-13 11:18:23 -04:00
  • 95cab135a3 New version files for 2.24 autopsy-2.24 Brian Carrier 2010-04-01 02:28:01 +00:00
  • a05f6518c8 New version files for 2.24 Brian Carrier 2010-04-01 02:27:53 +00:00
  • 974fbb69a0 updated TSK version Brian Carrier 2010-04-01 02:26:38 +00:00
  • d5dcd00b87 Updated docs to reflect that Cygwin is required to run in Windows Brian Carrier 2010-03-24 13:18:12 +00:00
  • 54e852ed72 fixed istat parsing issue with HFS+ image that made links in time information Brian Carrier 2010-03-23 13:16:09 +00:00
  • fb5db6b498 resolved issue 2950986 to allow HFS 0-size directories Brian Carrier 2010-03-23 01:53:35 +00:00
  • aab1531dbe New version files for 2.23 autopsy-2.23 Brian Carrier 2010-02-18 21:52:45 +00:00
  • 3e3da4d449 New version files for 2.23 Brian Carrier 2010-02-18 21:52:37 +00:00
  • abf18b5e30 updated changes file Brian Carrier 2010-02-18 21:52:20 +00:00
  • 5c000ee6a9 Updated min version of TSK needed Brian Carrier 2010-02-18 21:51:23 +00:00
  • d1baa42606 resolved issues 2779244 and 2932385 that were based on wrong config paths and old flag values Brian Carrier 2010-02-12 18:36:25 +00:00
  • 68933257d1 Fixed issue 2950693 re: not seeing previous searches that used quotes Brian Carrier 2010-02-12 18:33:48 +00:00
  • c5fa8c724c New version files for 2.22 autopsy-2.22 Brian Carrier 2010-01-13 14:03:09 +00:00
  • fda63576a1 fixed configure error for new builds Brian Carrier 2010-01-13 14:02:18 +00:00
  • d04f078ce8 New version files for 2.22 Brian Carrier 2010-01-13 13:50:56 +00:00
  • 46d26397c0 New version files for 2.22 Brian Carrier 2010-01-13 13:50:47 +00:00
  • 899adca9a6 Updated current version Brian Carrier 2010-01-13 13:04:27 +00:00
  • af8b14419f Updated change notes Brian Carrier 2010-01-13 13:00:24 +00:00
  • eadc146cc4 Resolved issue 2923857 regarding cookie errors for the icon and css file links Brian Carrier 2009-12-30 22:58:52 +00:00
  • 9869169536 Escape some note values in HTML Brian Carrier 2009-11-25 17:19:10 +00:00
  • c591b89116 fixed bug that looked in wrong place for MD5 when building live CD Brian Carrier 2009-11-25 17:14:41 +00:00
  • 8f88da7435 changed configure so that autopsy is not created unless conf.pl is fully defined Brian Carrier 2009-11-19 22:35:13 +00:00
  • 9f84074cb9 Added better error message to FILE_EXE check Brian Carrier 2009-11-19 22:19:30 +00:00
  • dfe80233a6 Updated use of istat -B Brian Carrier 2009-10-27 21:26:37 +00:00
  • 65087cb80b New version files for 2.21 autopsy-2.21 Brian Carrier 2009-02-03 04:26:21 +00:00
  • 4e8a1d5162 New version files for 2.21 Brian Carrier 2009-02-03 04:26:05 +00:00
  • 2eabfb6c5a 2.21 Updates Brian Carrier 2009-02-03 04:25:36 +00:00
  • bbdbd1d7c3 Bug Fix 2288406 (fls 3.0.0 parsing) Brian Carrier 2008-11-15 04:16:06 +00:00
  • 79ee980506 Fixed dls backwards compatability issue in host config file Brian Carrier 2008-11-07 21:28:39 +00:00
  • 81eca961ad Fixed lib/define.pl error from release script autopsy-2.20 Brian Carrier 2008-10-17 20:23:38 +00:00
  • 19182803e6 Fixed lib/define.pl error from release script Brian Carrier 2008-10-17 20:23:38 +00:00
  • 9f9492baa2 New version files for 2.20 Brian Carrier 2008-10-17 20:18:28 +00:00
  • 0a76693756 New version files for 2.20 Brian Carrier 2008-10-17 20:18:14 +00:00
  • ea7c19322d Added new perl check into configure Brian Carrier 2008-10-14 04:07:11 +00:00
  • bf2274c8a4 added more entity escaping Brian Carrier 2008-10-08 22:03:00 +00:00