816 Commits

Author SHA1 Message Date
adam-m
ec5adde672 Catch all exceptions in CaseChangeListener, otherwise it would prohibit other handlers from running 2012-03-29 16:36:42 -04:00
adam
2ab2714018 Merge pull request #33 from aebadirad42six/master
Fix to only display report section if more than 0 records are present in bb
2012-03-28 09:35:27 -07:00
Alex Ebadirad
6270daec73 Display categories of report only if they have 1 or more records in each one.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-28 09:33:59 -07:00
adam-m
f575cb00bd Suppress unchecked warning in the equals() 2012-03-28 11:11:16 -04:00
Dick Fickling
d191b7de2a Merge branch 'master' of github.com:sleuthkit/autopsy 2012-03-28 10:39:15 -04:00
Dick Fickling
4db6a757d0 TSK-428: Keyword search export GUI bug 2012-03-28 10:39:08 -04:00
adam-m
8910472207 Keyword search: do not send new data event if no artifacts created (e.g. when no Solr core) 2012-03-28 10:18:11 -04:00
adam-m
44b2b44f24 Handle text highlights errors more gracefully when solr core not available 2012-03-28 10:00:06 -04:00
adam-m
4f63ee3b83 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-27 18:16:12 -04:00
adam-m
af66843579 Improve highlighting/preview query slightly by quoting the term, better matches while still using stored='false' 2012-03-27 18:15:45 -04:00
Dick Fickling
092d011727 new icons for directory tree 2012-03-27 17:51:45 -04:00
Dick Fickling
5f8abeaff9 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-03-27 17:30:35 -04:00
Dick Fickling
56d8b0990b change welcome window icons 2012-03-27 17:30:10 -04:00
adam-m
4ae52f06db Remove <> from keyword search messages for consistency 2012-03-27 17:14:28 -04:00
adam-m
6e9e955bb3 Fix rare special case in data result viewer table when no property sets exist 2012-03-27 17:00:52 -04:00
adam-m
b7b412a125 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-27 16:56:47 -04:00
adam-m
983614a85e Minor Gui sizing tweaks 2012-03-27 16:56:24 -04:00
Dick Fickling
9853e640f2 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-03-27 16:49:54 -04:00
Dick Fickling
1b360046de change back/forward buttons for content viewers 2012-03-27 16:49:36 -04:00
adam-m
53b185425a Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-27 15:59:21 -04:00
adam-m
0c4ae3b57c Log case close exception with INFO, not SEVERE 2012-03-27 15:59:04 -04:00
Dick Fickling
032b7a1f2e Automatically expand Views node children 2012-03-27 15:54:57 -04:00
adam
100da046c0 Merge pull request #32 from aebadirad42six/master
Added working links to embedded report
2012-03-27 12:11:51 -07:00
adam-m
fb96304112 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-27 15:09:53 -04:00
adam-m
91f628ed29 Convert exceptions from solr getCore() to checked exceptions from runtime ex and handle them properly.
Get rid of error dialog box when sometimes closing case will close core and try to get solr content.
2012-03-27 15:09:36 -04:00
Dick Fickling
70d972666e Remove duration label from media viewer 2012-03-27 15:02:46 -04:00
Alex Ebadirad
0a5f850300 links now work in embedded browser
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-27 11:54:27 -07:00
Dick Fickling
1a2c666e42 undo stupid 2012-03-27 13:33:45 -04:00
Dick Fickling
46cd278c62 Add menu items to bundle properties 2012-03-27 13:28:10 -04:00
adam-m
0c5e1baa2e Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-27 13:24:45 -04:00
adam-m
961c414db8 Add tooltip with service description to ingest panel 2012-03-27 13:22:22 -04:00
adam
0bb5418cc9 Merge pull request #31 from aebadirad42six/master
report filter close fix and additional progress bar status changes for report
2012-03-27 10:03:20 -07:00
Alex Ebadirad
5745a88906 Status changes on progress bar a bit more granular now. Filter window also closes immediately after report window displays
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-27 10:01:44 -07:00
adam-m
81e680ccf4 Add service description to service API 2012-03-27 12:51:46 -04:00
dickfickling
b1f225e87a Merge pull request #30 from aebadirad42six/master
Time conversion for firefox downloads fix
2012-03-27 09:48:09 -07:00
Dick Fickling
70c1bb8a7b Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestService.java
2012-03-27 12:38:05 -04:00
Dick Fickling
bd9ea895cb Hash fixes and further UI improvements 2012-03-27 12:36:07 -04:00
Alex Ebadirad
41005f60cd Firefox downloads time epoch to readable time conversion
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-27 08:35:47 -07:00
adam-m
0ddac43560 Add HashDB basic config/info dialog 2012-03-27 11:09:20 -04:00
Dick Fickling
38014209b9 Add right-click menu to keyword search bar 2012-03-27 10:34:26 -04:00
Dick Fickling
04c637311d icon changes 2012-03-27 10:33:09 -04:00
adam-m
0996b1e02d hash db service: add md5 string to uniqueness factor 2012-03-27 10:23:27 -04:00
adam-m
0416503387 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
Conflicts:
	Report/src/org/sleuthkit/autopsy/report/reportPanelAction.java
2012-03-27 08:30:25 -04:00
adam-m
b9aaf58c90 use stored=false for now for performance, test more (might break the preview) 2012-03-27 08:28:31 -04:00
Alex Ebadirad
185c73946b Changes to progress bar and html encoding issues when viewed from browsers
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-27 02:04:49 -07:00
adam-m
e2a7fe73fe Fix reporting build error 2012-03-27 00:22:30 -04:00
adam-m
5510f51e33 Better regex for URLs 2012-03-27 00:16:41 -04:00
adam-m
69d55f7cc1 Keyword search ingest improvements: alternative performQueryPerTerm() and equivalent bb write methods - more optimal for grouping results per hit (in ingest) rather then per query.
Improves overall keyword search ingest performance.
Improve regex results highlight by using content_ws field.
2012-03-27 00:16:28 -04:00
adam-m
30a2e3f9f4 Inbox msg box: more selection improvements: cursor, custom select row rendering, clear selection 2012-03-26 20:56:46 -04:00
adam-m
3c9d03a58a Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-26 17:43:04 -04:00