adam-m
1897ac0cf0
auto-update module versions
2012-11-13 16:21:02 -05:00
adam-m
b534672b27
fix queries in thunderbird parser module
2012-11-05 12:01:36 -05:00
Devin148
0d17676f2e
Clean and organize each layer.xml
2012-10-02 11:06:15 -04:00
adam-m
aec2d8fc9f
update metafile about packaging
2012-09-27 10:21:23 -04:00
adam-m
3ed2b4ed30
update manifests with plugin descriptions
2012-09-27 10:06:40 -04:00
adam-m
151f02abc8
update module meta
2012-09-26 21:47:55 -04:00
adam-m
58043edb45
Initial merge of core modules - it does build.
...
Pull core deps. jars from Maven using ivy.
Simplify dependencies.
TODO: add to classpath jars that should be, fix javahelp, merge layer.xml, disable some netbeans modules, merge Installer.java
2012-09-25 18:14:40 -04:00
adam-m
4f66fc0c80
update deps
2012-09-25 13:57:38 -04:00
adam-m
d7cfd61926
move case to core
...
intermediate changes
2012-09-25 13:43:19 -04:00
adam-m
7e939b1108
remove ingest module registration from layer.xml
2012-09-19 16:29:49 -04:00
adam-m
acebcb1064
Add version and args API to ingest modules
2012-09-18 14:20:25 -04:00
dhurd
db098e50f2
Enabled the Plugins menu and hid core modules.
2012-09-17 15:54:30 -04:00
adam-m
103f794e3d
Logging tweaks, bring back console logging, add user actions logger, move setting handlers to constructor
2012-09-17 10:31:40 -04:00
adam-m
e4eb4b8e3f
Fix order of initializaion of services/manager in modules to ensure a single instance of manager.
2012-08-31 00:05:59 -04:00
adam-m
4d73386d96
Ingest API changes: add IngestModuleInit context to init(), change IngestManagerProxy into IngestServices singleton
2012-08-30 12:47:15 -04:00
adam-m
c78462d6a4
Ingests API changes.
...
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
adam-m
640493529e
remove STOP module return value
2012-08-29 15:48:10 -04:00
adam-m
a9230a7a68
change deprecated calls
2012-08-28 09:59:44 -04:00
adam-m
6f823614af
fix dox warns
2012-08-24 11:47:09 -04:00
adam-m
c74fb2195d
TSK-543 - Update Solr to latest stable
...
- solr upgrade to 3.6.1, Tika to 1.0, improved query performance
2012-08-15 16:41:03 -04:00
adam-m
8f26cda926
TSK-519 Add support for files of known filetypes > 100 MB
...
(first take)
- also fix thunderbird module deps so they work with keyword search module
2012-07-10 14:05:35 -04:00
Dick Fickling
a424163104
Fix tbird bugs, add file search to dir tree, ui tweaks
2012-06-29 10:00:42 -04:00
Dick Fickling
632c0bc5f8
Fix bug
2012-06-28 15:59:47 -04:00
Dick Fickling
91746724c2
Thunderbird parser bug fix
2012-06-28 15:53:20 -04:00
adam-m
ef8371b544
Update ingest manager proxy java docs
...
Add a method to from manager to the facade
2012-06-28 10:07:48 -04:00
Alex Ebadirad
2f0b57c93b
Severe logging level warnings moved to warning levels.
2012-06-27 09:10:41 -07:00
adam-m
5361f18a0d
Correct checking for hashdb service result
2012-06-25 10:24:14 -04:00
adam-m
8562c32716
Merge https://github.com/aebadirad42six/autopsy
2012-06-25 10:15:03 -04:00
alexri
eeda5dfe72
Added implement for stopping execution of services. Also, added the optimization code per Adam suggestion.
...
Signed-off-by: alexri <arivera@42six.com>
2012-06-22 15:53:04 -07:00
Dick Fickling
5aca1c673d
Actually remove jmork dependency
2012-06-22 13:03:30 -04:00
Alex Ebadirad
d472d15a6b
Fixed situation where mbox files exist outside thunderbird directory
2012-06-21 16:43:19 -07:00
Alex Ebadirad
f3c7d549aa
Removed mork dependencies for now
2012-06-21 16:37:38 -07:00
Alex Ebadirad
325d558303
Addition of paths to the emails extracted
2012-06-21 16:36:44 -07:00
Alex Ebadirad
89504671e0
Bug fix for email ingester service in bb artifact creation
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 16:49:49 -07:00
Alex Ebadirad
7ecf172ecd
Null exception fix to thunderbirdparser/ThunderbirdMboxFileIngestService.java as well as merge with most recent autopsy new features branch
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 16:37:27 -07:00
adam-m
ef9b704362
add a temporary PATH attribute
2012-06-19 16:13:13 -04:00
Alex Ebadirad
6f56bdc5cf
email parser update
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 11:50:49 -07:00
Alex
7314a30c70
Re-implemented/re-factored parse into parseMbox(). Also a getter method; getAllEmails(). Use parseMbox() instead of parse, then call getAllEmails(). Returns a HashMap<String,Map<String,String>> object. Key-> Message-ID Value-> Metadata and Content for that email id.
2012-06-19 10:56:55 -07:00
Alex Ebadirad
ef5a1883ae
Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy
...
Conflicts:
CoreUtils/src/org/sleuthkit/autopsy/coreutils/Bundle.properties
thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestService.java
2012-06-19 08:19:04 -07:00
alexri
62e14a18c0
Added public ArrayList<String> getXHTMLDocs() in Parser class
2012-06-18 15:23:28 -07:00
Alex Ebadirad
9a60e9831b
added arraylist long for getdatecreated methods
2012-06-18 15:15:36 -07:00
alexri
439c6cc7d4
Changed getter members to return an ArrayList<String>. Added an accessor member to get the number of emails per thunderbird email file.
2012-06-18 15:08:25 -07:00
Alex Ebadirad
88b61d9981
Rename of mboxemail and additions of thunderbirdparser class.
2012-06-18 14:55:23 -07:00