15533 Commits

Author SHA1 Message Date
adam-m
ae3d88f3f8 Made picture viewer preferred for picture content nodes (i.e. if it is supported). 2011-12-14 10:01:10 -05:00
adam-m
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.
2011-12-14 09:51:02 -05:00
adam-m
20cd526844 Improve widget spacing/layout 2011-12-13 16:34:13 -05:00
adam-m
f6490c6f1c Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype 2011-12-13 15:37:41 -05:00
adam-m
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
2011-12-13 15:36:29 -05:00
Peter J. Martel
8776ab2bb7 Remove cleaned files 2011-12-13 14:11:13 -05:00
Peter J. Martel
ad841ccffc Fix DataContent bug 2011-12-13 14:09:32 -05:00
Peter J. Martel
987465cc6b Example project added 2011-12-13 14:09:31 -05:00
Peter J. Martel
15f4fe0592 Example project added 2011-12-13 13:16:14 -05:00
Peter J. Martel
2bad9d1603 KeyValue classes added to DataModel 2011-12-13 13:14:59 -05:00
adam-m
54a5abff8e TSK-270 Provide Hit Navigation in keyword search results
- initial version, index/scrolling needs to be more precise
2011-12-13 12:14:25 -05:00
Peter J. Martel
f6e029935d Forgot to add ReadContentInputStream 2011-12-13 11:08:36 -05:00
Peter J. Martel
522b2bf0f7 Add writeToFile method to ContentUtils 2011-12-12 16:54:44 -05:00
Peter J. Martel
124ed5dfdd Clear out ContentNode & subclasses from CoreComponents 2011-12-12 16:06:40 -05:00
Peter J. Martel
f749d6f8ba Add index-image to add-image process. 2011-12-12 12:52:11 -05:00
adam-m
681c136f12 TSK-279 Make markup extracted text be default for keyword hit 2011-12-09 12:27:04 -05:00
unknown
41ed4ccbc6 Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype 2011-12-09 10:51:58 -05:00
unknown
71fafdb6bd (TSK-283) Keyword search should not be enabled if there is nothing in the index 2011-12-09 10:48:39 -05:00
Peter J. Martel
f66d92ff33 Remove ContentNode.getRowValues(), .getDisplayPath(), and .getSystemPath() 2011-12-08 18:46:43 -05:00
unknown
0e35b91d02 (TSK-283) Keyword search should not be enabled if there is nothing in the index 2011-12-08 18:24:45 -05:00
Peter J. Martel
c842c9a6b5 Remove ContentNode.getContent() 2011-12-08 17:46:58 -05:00
Peter J. Martel
dfcf854109 Remove ContentNode.getName() and .getId() 2011-12-08 16:35:58 -05:00
Peter J. Martel
483e5cddf5 Remove ContentNode.read() 2011-12-08 16:03:45 -05:00
Peter J. Martel
cdfe9f00b1 Ignore more Netbeans local settings 2011-12-08 15:07:25 -05:00
Peter J. Martel
89e96e5027 Merge fixes to main modules from branch 'keyword-search-prototype' 2011-12-08 15:04:58 -05:00
Peter J. Martel
ef9e96721f Accept SocketException as an indication of no running server 2011-12-08 14:50:52 -05:00
Peter J. Martel
650bcec9b7 Add snippet property to keyword search results 2011-12-08 14:47:25 -05:00
Peter J. Martel
ac2b767da3 Show wait cursor while keyword search runs 2011-12-08 14:46:25 -05:00
Peter J. Martel
a895df2859 More-complete javadoc & comments 2011-12-07 15:38:21 -05:00
Peter J. Martel
37849c2c0a Restrict Solr to localhost 2011-12-06 17:01:08 -05:00
Peter J. Martel
f9af4146ca Fix bad dependency, enable Ivy bootstrapping. 2011-12-06 16:12:47 -05:00
Peter J. Martel
8139a4aa30 Start and stop Solr automatically 2011-12-06 15:36:21 -05:00
Peter J. Martel
f02341c739 Use internal Solr w/ configs, get dependencies from Ivy 2011-12-06 15:35:12 -05:00
Peter J. Martel
2bcc877ce5 switching cores by case, dependencies from Ivy 2011-12-02 15:22:06 -05:00
Peter J. Martel
924dcecfd5 Skip bad files during ingest
Try to continue ingesting files even if errors reading them or processing them on the server are encountered.
2011-11-30 16:34:33 -05:00
Peter J. Martel
6338302fd6 Basic keyword index/search functionality 2011-11-28 19:39:00 -05:00
Peter J. Martel
0c717f8dcb Base class for implementing FilterNodes that are also supposed to be ContentNodes 2011-11-28 19:36:34 -05:00
Peter J. Martel
24b4b50d2b Add index action to Directory Listing nodes 2011-11-28 19:35:17 -05:00
Peter J. Martel
0d600f4980 Basic search is working, but still minor GUI bugs 2011-11-18 19:06:13 -05:00
Peter J. Martel
48154da58b Remove unused <ContentNode>.getFileIdColumn() method 2011-11-18 19:04:19 -05:00
Peter J. Martel
dc047d4798 Update .gitignore 2011-11-18 18:58:55 -05:00
Brian Carrier
3a5f641139 Updated NEWS and build target so that it goes into final ZIP file 2011-11-14 17:43:57 -05:00
Peter J. Martel
abd1b5af42 Add KeywordSearch module and Ingester class 2011-11-11 16:50:40 -05:00
Brian Carrier
52198f1589 Merge branch 'master' of github.com:sleuthkit/autopsy 2011-11-11 10:17:12 -05:00
Brian Carrier
f40755e6d3 Add BUILDING file to repo 2011-11-11 10:17:00 -05:00
Peter J. Martel
eb69c4f335 Update module dependencies. 2011-11-10 17:49:00 -05:00
Peter J. Martel
dee4401575 Went through release process.
Updated module and application version numbers. Logging and MenuAction modules only had implementation changes, everything else was major (not backwards-compatible).
2011-11-10 17:30:55 -05:00
Peter J. Martel
e31dfd38db Ignore builds and dist, NetBeans user settings, and some .dll/.jar dependencies 2011-11-09 16:41:43 -05:00
Peter J. Martel
d720cee570 Pull CRT assembly into zip distribution
Add target that (on Windows) copies Microsoft C++ Runtime libraries and manifest from a folder specified in an enviroment variable.
2011-11-09 16:34:40 -05:00
Brian Carrier
8d72f95d11 Initial import into github 2011-11-09 13:10:50 -05:00