1499 Commits

Author SHA1 Message Date
adam-m
7b071fd89e Automated junit tools build independent of netbeans install 2012-06-21 14:49:29 -04:00
Dick Fickling
64672195b2 Merge branch 'new-features-20120503' of github.com:sleuthkit/autopsy into new-features-20120503 2012-06-21 14:42:22 -04:00
Dick Fickling
49bc3067d8 move conf file change to build-zip 2012-06-21 14:41:57 -04:00
adam-m
9a47ef3eea Improved netbeans harness/platform build 2012-06-21 11:09:30 -04:00
adam-m
3e1819036d Improved netbeans harness/platform build 2012-06-21 11:09:30 -04:00
adam-m
b95811ffee Add 7.2 platform to thirdparty 2012-06-21 10:09:59 -04:00
adam-m
a36985b81b Move netbeans harness out of version specific, it's needed earlier for bootstrap 2012-06-21 09:37:37 -04:00
adam-m
d35fe561d8 Move netbeans harness out of version specific, it's needed earlier for bootstrap 2012-06-21 09:37:37 -04:00
adam-m
3cd14f21f1 Fix formatting 2012-06-21 09:30:23 -04:00
adam-m
a4fe27eec9 Fix formatting 2012-06-21 09:30:23 -04:00
adam-m
924fb2f59f update building.txt - we no longer require IDE 2012-06-20 17:32:20 -04:00
adam-m
dd5c8a0373 update building.txt - we no longer require IDE 2012-06-20 17:32:20 -04:00
adam-m
f29b106967 Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy into new-features-20120503 2012-06-20 17:04:00 -04:00
adam-m
4a54029a6d Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy into new-features-20120503 2012-06-20 17:04:00 -04:00
adam-m
d7659dec9c TSK-527 Automate netbeans RCP platform build
fixes #1
2012-06-20 17:03:42 -04:00
adam-m
2e66dd103d TSK-527 Automate netbeans RCP platform build
fixes #1
2012-06-20 17:03:42 -04:00
Dick Fickling
4e4f21e0a7 Fix TSK-486: Rename ".." to be "[parent folder]" in tree 2012-06-20 16:57:25 -04:00
Dick Fickling
64352884e7 Fix integer division error 2012-06-20 16:55:35 -04:00
Dick Fickling
4c481c5db2 changes to isPreferred() return values 2012-06-20 15:03:57 -04:00
Dick Fickling
6e207f2245 Forgot to include interface 2012-06-20 13:16:08 -04:00
Dick Fickling
fa7a292640 Ordering/prioritizing Data Content Viewers 2012-06-20 13:12:37 -04:00
adam-m
12d757542f Extracted text viewer - cache last text content for much quicker loading when user browses artifacts for the same content 2012-06-20 12:35:45 -04:00
adam-m
81002342c8 Fix displaying all email messages 2012-06-20 12:03:23 -04:00
adam-m
4998aa932a Fix after merge 2012-06-20 09:27:36 -04: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
45119ef43f Re-add email node 2012-06-19 16:28:45 -04:00
adam-m
ef9b704362 add a temporary PATH attribute 2012-06-19 16:13:13 -04:00
adam-m
a8ef06db90 Merge branch 'master' into new-features-20120503 2012-06-19 15:46:51 -04:00
adam-m
8878afc568 Merge branch 'master' of https://github.com/aebadirad42six/autopsy into new-features-20120503 2012-06-19 15:46:07 -04:00
Alex Ebadirad
6f56bdc5cf email parser update
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 11:50:49 -07:00
adam-m
47c70ae07e Merge branch 'master' of https://github.com/aebadirad42six/autopsy into new-features-20120503 2012-06-19 14:08:31 -04: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
Dick Fickling
cdf20b88db Fix bugs in https://github.com/sleuthkit/autopsy/issues/52 2012-06-19 13:49:15 -04:00
adam-m
17030ab360 Provide a separate method for reporting number of all solr documents, and number of files (not chunks only).
Do not report number of chunks to the user, only number of files/directories.
2012-06-19 11:20:18 -04: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
adam-m
b4641e949a Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy into new-features-20120503 2012-06-19 11:08:23 -04:00
adam-m
d445cf9af8 Keyword search: add general tab to configuration 2012-06-19 11:08:04 -04:00
Dick Fickling
2cd06d544c use boolean setting to enable/disable import button 2012-06-19 08:55:56 -04: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
Alex Ebadirad
050e48bd5f Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-06-18 14:00:05 -07:00
alexri
7fdf34fa95 . 2012-06-18 13:57:33 -07:00
Dick Fickling
d0d14c0c42 Better ingest support for new panel 2012-06-18 16:25:07 -04:00
Dick Fickling
dbad7db1c7 Merge branch 'master' of github.com:sleuthkit/autopsy into new-features-20120503 2012-06-18 15:52:17 -04:00
Dick Fickling
3395760740 fix variable names (my bad) 2012-06-18 15:51:48 -04:00
Dick Fickling
f9dac1c742 Initial overhaul of Hash DB Management Panel 2012-06-18 15:51:21 -04:00
Dick Fickling
0f575cf709 Merge branch 'new-features-20120503' of github.com:sleuthkit/autopsy into new-features-20120503 2012-06-18 15:49:05 -04:00