2499 Commits

Author SHA1 Message Date
adam-m
c6d28eb1ba Dir tree node filtering further tweaks, eliminate instanceof completely.
Finally fix setting up leaf dir nodes.
2012-08-26 18:16:55 -04:00
adam-m
da7cd25706 Adjust API.
Hide members that should be private.
2012-08-26 17:44:03 -04:00
adam-m
f1a745c805 Node datamodel improvements:
Promote DisplayableItemNode and ContentNode from interface to class extending AbstractNode, add methods isLeafType and getType.
Simplifies datamodel and directorytree code - does not require instanceof.  Easier addtion of node types and more efficient.
Preliminary bookmark node support.
Preliminary File Bookmarking implementation.
2012-08-26 17:43:23 -04:00
adam-m
6f823614af fix dox warns 2012-08-24 11:47:09 -04:00
adam-m
852aa43ee1 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-08-23 16:44:41 -04:00
dhurd
0d00c7504c General fixes to Exif parser. 2012-08-23 16:40:26 -04:00
adam-m
00769a97be Add netbeans rcp build to about dialog 2012-08-23 16:19:54 -04:00
dhurd
9cb36788a8 Added Exif parser ingest module. 2012-08-23 15:55:07 -04:00
devin148
ec4822d091 Added links to logs in the tester HTML output. 2012-08-23 15:44:45 -04:00
dhurd
22e4d0e73e Merge git://github.com/sleuthkit/autopsy 2012-08-23 13:00:15 -04:00
adam-m
cd4e98d618 remove test string 2012-08-23 10:40:55 -04:00
adam-m
7ae41102a1 Change encoding from default platform (cp1252 latin on windows) to UTF8 - not to lose information.
Add more methods to PlatformUtil to get platform encodings.
2012-08-23 10:37:20 -04:00
adam-m
7d8bfe330b Add print default encoding to log files 2012-08-23 10:14:38 -04:00
dhurd
a0f8226206 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-08-23 09:59:15 -04:00
adam-m
5491a43dcd Ingest monitor: update case drive monitor if case changed (to a different drive location)
Add method to PlatformUtil to get user dir / abstract out from netbeans api
2012-08-23 09:57:19 -04:00
adam-m
c134d060db get more version numbers to log (java, netbeans rcp) 2012-08-22 17:42:37 -04:00
devin148
06e920cd1f Bug fix for exception counting. Remake for report comparisons. 2012-08-22 17:17:24 -04:00
adam-m
eb7599c7af better check to active widgets 2012-08-22 16:34:23 -04:00
adam-m
3d3e4ec4b6 update label 2012-08-22 14:04:39 -04:00
adam-m
e1f74d0d03 Keyword search: check status of known file itself, rather that rely on hash db service to run during the same ingest. 2012-08-22 14:02:47 -04:00
adam-m
2cd88da153 better catch exception from URL parsing, do not log if cannot parse 2012-08-22 13:35:00 -04:00
dhurd
1278663380 Updates to usage notes. 2012-08-22 10:30:11 -04:00
dhurd
4d3fa28f92 Added logging and detection for a corrupt HashDbXML file. 2012-08-22 10:29:40 -04:00
adam-m
e1dcef8fba Merge branch 'master' of https://github.com/Devin148/autopsy 2012-08-21 17:18:19 -04:00
adam-m
8a24478b9c slight doc cache increase 2012-08-21 17:18:00 -04:00
devin148
b39685115c Increased tester functionality. 2012-08-21 17:06:56 -04:00
adam-m
cbdb37d0e9 Fix Domain parsing in Recent Activity (more consistent, missing for IE, works for not fully formatted invalid URLs, etc) 2012-08-21 15:24:15 -04:00
adam-m
58c625e499 Add to ingest log number of ingest messages, number of indexed files and chunks 2012-08-21 14:20:24 -04:00
adam-m
6a5459d2dd Fix domain attribute
Do not hard code attribute ids
2012-08-21 13:34:49 -04:00
adam-m
4e0bf4b60b fix text align 2012-08-21 12:34:27 -04:00
adam-m
0b9773c676 fix viewer widget spacing 2012-08-21 12:31:37 -04:00
adam-m
a4a43680a0 Tika logger improvement 2012-08-21 10:14:14 -04:00
adam-m
267d1cf3df synchronize hashdbxml singleton instance creation / loading file 2012-08-21 09:43:42 -04:00
adam-m
065530c429 change tika error log level to warn 2012-08-20 18:35:54 -04:00
adam-m
bf29e35d0c Add a separate logger for Tika exceptions, to tika.log 2012-08-20 18:00:11 -04:00
devin148
7cfb09c176 Fixed number of artifact types the regression test looks for. 2012-08-20 15:23:31 -04:00
adam-m
eb407444a5 add missing strings in bundle 2012-08-20 14:42:08 -04:00
adam-m
7220813ae1 Add # indexed chunks info in general tab 2012-08-20 14:38:52 -04:00
adam-m
b63b5a4626 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-08-20 13:35:02 -04:00
dhurd
da348a2896 Unalloc logic error bugfix. 2012-08-20 13:33:24 -04:00
adam-m
cd34a92f23 Revert "Fix resize page number"
This reverts commit e3d960d9a378e68cadf83bc2b25580efb67e9a9c.
2012-08-20 13:12:00 -04:00
adam-m
45dda1eff9 Fix resize page number 2012-08-20 12:45:42 -04:00
adam-m
6bb4b8ea6e Release tika reference after parse error as early as possible 2012-08-20 10:28:02 -04:00
adam-m
3d961be81f Merge branch 'master' of https://github.com/Devin148/autopsy 2012-08-17 16:37:26 -04:00
adam-m
5cf02732f2 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-08-17 16:30:13 -04:00
adam-m
db4d59764f Ensure commit call blocks until changes written to disk and new searcher is available to pick them up 2012-08-17 16:29:55 -04:00
devin148
6151c23e74 Added TSK_WEB_SEARCH_QUERY to the reports. 2012-08-17 16:08:49 -04:00
adam-m
08c2aa1bc1 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-08-17 14:19:25 -04:00
devin148
1d6bd12030 Merge git://github.com/sleuthkit/autopsy 2012-08-17 13:35:56 -04:00
devin148
83466ba5b5 New additions to the CVS file and instructional changes for the config file. 2012-08-17 13:33:35 -04:00