397 Commits

Author SHA1 Message Date
Brian Carrier
e5ecfc5ab3 exposed method to detect file type, keyword search uses existing blackboard type or utility method. Fixes bug whereby open office documents did not have text extracted. 2014-09-23 17:05:44 -04:00
jmillman
e059d5dfa1 change source level to 1.8; use more generic method to look up branded resources in AboutWindowPanel 2014-08-26 16:09:14 -04:00
Richard Cordovano
366433631d Update project.xml with relative path to jython JAR file 2014-08-11 17:50:38 -04:00
Richard Cordovano
7df48651a1 Additional evolution of Python module support 2014-07-22 16:39:07 -04:00
Richard Cordovano
4d5bfe2438 Resolve merge conflict with develop branch 2014-07-22 09:24:03 -04:00
Brian Carrier
09af907129 Updated to use SQLite JAR that TSK also uses 2014-07-21 19:32:37 -07:00
Richard Cordovano
b9d212114b Add Jython ingest module support, first draft 2014-07-15 17:29:22 -04:00
Brian Carrier
85548bd89b Updated version numbers for 3.1.0 2014-07-09 12:10:09 -04:00
Brian Carrier
d3d8ea6870 moved file type, exten, exif, timeline into core NBM. Fixed file type ID buffer bug 2014-04-08 10:54:00 -04:00
Brian Carrier
fa00b2d8ed moved EXIF module into core 2014-04-08 00:00:22 -04:00
Brian Carrier
442037ebf9 removed unneeded files in core 2014-04-03 15:16:07 -04:00
Trilok Shahi
6819238227 removed unecessary jars, and some small code changes 2014-04-03 11:52:12 -04:00
Trilok Shahi
4f29f54f65 KML report added 2014-04-02 13:01:29 -04:00
Trilok Shahi
0807f3be3e merge conflict resolution 2014-03-14 15:13:16 -04:00
Trilok Shahi
6d524d7f28 adding project file 2014-03-14 14:58:30 -04:00
Richard Cordovano
70ddbfb3c7 Merged Autopsy 3.0.9 release into develop (master->develop) 2014-03-11 15:21:33 -04:00
Brian Carrier
781164d12e Updated library versions for 3.0.9 release 2014-01-28 21:36:13 -05:00
Richard Cordovano
77b772297b Updated references to sqlite JAR 2014-01-16 10:27:31 -05:00
Jeff Wallace
a4217f43f7 Updated autopsy to use newest sqlite jar. 2013-11-05 14:31:28 -05:00
Richard Cordovano
b05908d8a4 First step in merge of new_tags_api branch into master 2013-10-23 10:58:49 -04:00
Richard Cordovano
79cab5df57 Interim commit of work on new tags API 2013-10-11 17:46:19 -04:00
Brian Carrier
0ea2c884c4 updated module version numbers and Autopsy version numbers 2013-09-25 13:57:45 -04:00
Brian Carrier
19ac7e5757 updated news and added comments 2013-09-04 15:11:41 -04:00
Jeff Wallace
8da7e7bc3e Updated project.xml in Core to remove vlc dependency 2013-08-13 12:58:13 -04:00
Jeff Wallace
ed75e9258b Bug fixes with vlc. Tested component with external modules. 2013-08-01 16:14:58 -04:00
adam-m
ebf53d3711 update modules versions for the release 2013-06-05 12:49:07 -04:00
adam-m
ee8ef11882 update modules versions for the release 2013-03-20 15:13:07 -04:00
adam-m
6816a1eaf1 update modules versions 2013-02-12 17:24:45 -05:00
Tim McIver
a71143591f Merge branch 'master' of https://github.com/sleuthkit/autopsy into timeline
Conflicts:
	thunderbirdparser/nbproject/project.properties
2013-01-18 11:07:50 -05:00
adam-m
93de5d7c33 Update versions for 3.0.4 release 2013-01-18 09:56:07 -05:00
Tim McIver
17e13a5e5d Reinstated removal of 'disabled.modules' from nbproject/platform.properties.
Also removed reference to JavaFX jar in Core.
2013-01-15 15:27:45 -05:00
Tim McIver
8cfbbc0024 Updates in effort to upgrade from Java 6 to Java 7. 2013-01-14 16:58:32 -05:00
0xNF
4db3397553 Merge https://github.com/sleuthkit/autopsy 2013-01-09 07:35:37 -08:00
adam-m
330c3ca45a update module versions and deps for release 2013-01-04 16:39:13 -05:00
0xNF
6c52649ce5 Added timeline functionality.
Select it from the tools menu -> Make Timeline
2012-12-28 16:44:46 -05:00
Tim McIver
48a2e5d6a0 Created a General options panel containing a single checkbox to 'Remember preferred content viewer' - no real functionality yet. 2012-12-28 11:00:14 -05:00
adam-m
d58666df1c update module versions 2012-12-06 23:00:11 -05:00
Tim McIver
e8e9bd3558 Created Services class in Core module and added a member variable of this
type to Case with getter method. Created FileManager class and added member
of this type to Services class with getter method. Added method to
FileManager for obtaining files and refactored some code in RecentActivity
module to use thi new API where applicable. These changes partially satisfy
the requirements of AUT-613.
2012-11-27 11:31:06 -05:00
adam-m
1897ac0cf0 auto-update module versions 2012-11-13 16:21:02 -05:00
adam-m
f19cd22bfb update sqlite jdbc 2012-11-07 16:25:50 -05:00
adam-m
35ebe136e3 Cleanup xml files and old javahelp 2012-09-26 21:34:44 -04:00
adam-m
498b8019ae Wrap all jars in Core in a separate module CoreLibs 2012-09-26 14:43:34 -04:00
adam-m
85e6345f98 Fix class path for ReportXML 2012-09-26 12:25:50 -04:00
adam-m
7444edeede Merge layer.xml
FIx classpath for jna / gstreamer
Move component settings (TODO fix)
2012-09-26 09:55:17 -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
d2ed342bc7 update project 2012-09-25 14:17:57 -04:00
adam-m
d7cfd61926 move case to core
intermediate changes
2012-09-25 13:43:19 -04:00