20771 Commits

Author SHA1 Message Date
Dick Fickling
8169eb6355 Save old list when creating or importing new one 2012-02-28 09:19:44 -05:00
Dick Fickling
622dd9d6ee Merge git://github.com/sleuthkit/autopsy
Conflicts:
	Report/src/org/sleuthkit/autopsy/report/reportAction.java
	Report/src/org/sleuthkit/autopsy/report/reportHTML.java
	Report/src/org/sleuthkit/autopsy/report/reportPanel.form
	Report/src/org/sleuthkit/autopsy/report/reportPanel.java
2012-02-27 20:30:52 -05:00
adam-m
71b43a88b3 fix layer overlay 2012-02-27 16:55:51 -05:00
Dick Fickling
9f8874868d re-arrange toolbars 2012-02-27 16:32:49 -05:00
Dick Fickling
39a7d8442d undo paging for report viewer 2012-02-27 16:32:12 -05:00
Dick Fickling
6f29df7762 bug 2012-02-27 16:23:01 -05:00
adam-m
082dc91bbf Add option to sort ingest messages by time or priority 2012-02-27 15:31:52 -05:00
Dick Fickling
d1808ed3e5 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	Report/src/org/sleuthkit/autopsy/report/reportHTML.java
2012-02-27 15:21:47 -05:00
Dick Fickling
127d27b793 Report panel optimization 2012-02-27 15:18:54 -05:00
Dick Fickling
233d41671c Fix error where new lists are overwritten between autopsy restarts 2012-02-27 14:29:51 -05:00
adam-m
c80c5e210f Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-02-27 13:46:59 -05:00
Alex Ebadirad
984055f7ee Bit more efficiency on reporthtml
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-27 11:44:55 -07:00
adam-m
0a63118bff Remove \d{8,10} from phone number list 2012-02-27 13:24:09 -05:00
adam-m
7b1a3ebe8d Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-02-27 13:23:06 -05:00
Dick Fickling
9853eb7ffb Merge git://github.com/aebadirad42six/autopsy
Conflicts:
	Report/src/org/sleuthkit/autopsy/report/reportHTML.java
2012-02-27 13:17:00 -05:00
Alex Ebadirad
b1da66f4f2 Optimization of reporthtml using stringbuilder
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-27 11:03:53 -07:00
Dick Fickling
270b740140 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-27 12:54:30 -05:00
adam-m
586ae70f98 -keyword search regex: write results to bb case-insensitive to avoid duplicates
-remove \\d{8,10} from default phone num list
2012-02-27 12:49:21 -05:00
Dick Fickling
4512964496 No longer assume that blackboard artifacts are associated with a File object,
instead they are associated with any generic Content object
2012-02-27 12:49:04 -05:00
adam-m
66a28113ee Make keyword search unique attr be case insensitive 2012-02-27 11:24:46 -05:00
adam-m
363bb253e0 fix msg details setting 2012-02-27 10:37:23 -05:00
adam-m
ad7d2294c9 - add details to warning and error messages
- fix no keyword set detection in keyword search ingest
2012-02-27 10:33:05 -05:00
adam-m
6c118c6aba Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-02-27 10:24:24 -05:00
adam-m
dd6f23d586 ingest messages: change colors to match the background and be more neutral in meaning. 2012-02-27 10:23:43 -05:00
adam-m
6ae59d725f clear ingest messages if brand new ingest is started and no old ingest is still running 2012-02-27 10:10:48 -05:00
Dick Fickling
c69e143baf Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-27 09:45:58 -05:00
Dick Fickling
657c6cc007 Toolbar button changes 2012-02-27 09:45:42 -05:00
adam-m
ce4603ac2b ingest message fix filter dups 2012-02-24 22:14:43 -05:00
adam-m
d74b398dce ingest message: remove all old rows after merging groups 2012-02-24 21:54:27 -05:00
adam-m
bb7990ea6a Tweak concat details 2012-02-24 21:31:25 -05:00
adam-m
302d80d0f7 Cleanup after report merge 2012-02-24 21:18:40 -05:00
adam-m
8421f96c70 re-remove file added by merge 2012-02-24 21:02:34 -05:00
adam-m
42b9a07eae remove sql-jdbc - handled by build 2012-02-24 20:58:09 -05:00
adam-m
a8e71f6526 Merge remote-tracking branch 'aebadirad42six/master' 2012-02-24 20:57:03 -05:00
adam-m
a2062da49a Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-02-24 19:12:59 -05:00
adam-m
3cc94caeca keyword search ingest: more granular cancellation 2012-02-24 19:12:35 -05:00
adam-m
7a581bf487 ingest message filtering tweaks 2012-02-24 19:05:12 -05:00
adam-m
8d65dadf4e Preliminary inbox message filtering / grouping, coloring, with no sort option
Remove auto scroll
2012-02-24 18:25:35 -05:00
Dick Fickling
19f13f6d0a Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-24 17:26:06 -05:00
Dick Fickling
22f09d14d2 minor tweaks to Recent Activity, lists viewer 2012-02-24 17:25:42 -05:00
adam-m
75d0786168 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-02-24 16:55:07 -05:00
adam-m
7f047baf61 HashDb: change error message to warning message 2012-02-24 16:54:32 -05:00
Dick Fickling
4d9a86f1fc Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-24 16:27:13 -05:00
Dick Fickling
6ddaec3811 Disable checkboxes in list viewer panel to make it more obvious they can't be edited. 2012-02-24 16:26:48 -05:00
adam-m
aa1ceec6ff TSK-366 Review Slider in ingest 2012-02-24 16:02:42 -05:00
Dick Fickling
72ba73804c Add spacer to toolbar 2012-02-24 15:44:54 -05:00
Alex Ebadirad
28dd773c00 Modifications to html Report/src/org/sleuthkit/autopsy/report/reportHTML.java
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-24 12:44:49 -07:00
Dick Fickling
059f41b428 fix NPE on startup 2012-02-24 14:31:12 -05:00
Dick Fickling
2e448ecec2 Set Keyword Search to be its own toolbar 2012-02-24 14:26:51 -05:00
Alex Ebadirad
fc2147ba31 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
Conflicts:
	DirectoryTree/nbproject/genfiles.properties
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
2012-02-24 12:22:53 -07:00