1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-03 22:39:56 +00:00

Commit Graph

  • 05aa7136b9 ignore 0 size files when building parent/child md5 HashMap. Andrew Ziehl 2018-04-10 14:23:49 -07:00
  • b9a5c26948 VIK-3730 changes to polish the common files search dialog. Andrew Ziehl 2018-04-10 13:37:35 -07:00
  • bde4ef82bb VIK-3639 enhancement of query to search for all files which match an md5 from the given datasource. Andrew Ziehl 2018-04-10 13:36:47 -07:00
  • f4e1a8612e cleanup Brian Sweeney 2018-04-11 10:41:32 -06:00
  • 0b951f4cc0 more cleanup Brian Sweeney 2018-04-11 10:38:08 -06:00
  • dd3818c3ad cleanup Brian Sweeney 2018-04-11 10:37:20 -06:00
  • 5511ef5959 more cleanup Brian Sweeney 2018-04-11 10:36:12 -06:00
  • fc871b338a cleanup Brian Sweeney 2018-04-11 10:33:04 -06:00
  • 8e503de3da cleanup Brian Sweeney 2018-04-10 09:11:29 -06:00
  • 11289f3ca1 tabs have meaningful titles Brian Sweeney 2018-04-10 08:38:57 -06:00
  • a01585d7c4 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3624-tree-table-view Brian Sweeney 2018-04-09 09:42:05 -06:00
  • 9792111cb7 !!! toggled off the thumbnail viewer for testing / demoing purposes !!! Brian Sweeney 2018-04-09 09:31:17 -06:00
  • 9fb65e6ff2 pulled the two subclasses into their own files Brian Sweeney 2018-04-09 09:23:36 -06:00
  • bcfa75c5f9 refactored builder to use nicer abstraction Brian Sweeney 2018-04-09 08:49:12 -06:00
  • 33e904b80c unused imports Brian Sweeney 2018-04-09 07:32:25 -06:00
  • df8491bf0c ensure that panel closes on search Brian Sweeney 2018-04-06 15:35:58 -06:00
  • dc6659bbde comment Brian Sweeney 2018-04-06 13:22:25 -06:00
  • fa1e11ee6c light refactoring (nothing functional - just stylistic) Brian Sweeney 2018-04-06 13:09:27 -06:00
  • 0b686b2308 renamed a variable, removed a useless listener Brian Sweeney 2018-04-06 13:06:56 -06:00
  • 54b60f010f moved db calls into swing worker Brian Sweeney 2018-04-06 12:50:57 -06:00
  • 448ccff22a style cleanup Brian Sweeney 2018-04-06 12:50:43 -06:00
  • 7fb8076317 removed unused usings Brian Sweeney 2018-04-06 07:29:32 -06:00
  • ce73c7c839 cleanup Brian Sweeney 2018-04-06 06:59:43 -06:00
  • 370bc45010 cleanup Brian Sweeney 2018-04-06 06:09:53 -06:00
  • 57ba6b9118 needed to close a db connection manually or we needed to wrap in try with resouces Brian Sweeney 2018-04-05 13:53:52 -06:00
  • edd63895f0 removed redundant declaration Brian Sweeney 2018-04-04 08:09:56 -06:00
  • 583e1d1511 Merge branch '3624-tree-table-view' of https://github.com/briangsweeney/autopsy into 3624-tree-table-view Brian Sweeney 2018-04-04 07:15:56 -06:00
  • 63c4518fc2 WIP, the child node stays selected but we bypass the propertyChange ? Also force sets selectedChild in DataResultViewerTable Andrew Ziehl 2018-04-03 13:46:27 -07:00
  • 35c6add977 tweaking stuff to try and get child selection working Brian Sweeney 2018-04-03 13:36:20 -06:00
  • 02faf93f1c TODOs and cleanup. Andrew Ziehl 2018-04-03 07:31:09 -07:00
  • 7fda8e9f2e Move ChildFactories into classes which use them. Make CommonFilesMetaDataBuilder to handle queries/ list of model building / deduping files. Simplifies CommonFilesMetaData by separating business logic from model and CommonFilesPanel. Removes yet another query by re-using the dataSourceIdMap from CommonFilesPanel for model creation, so now CommonFiles is down to 2 queries total, including UI building. Andrew Ziehl 2018-04-02 15:32:38 -07:00
  • 7c82d04edd Cleanup CommonFilesMetaData, add in dedup optimization changes Andrew Ziehl 2018-04-02 14:24:17 -07:00
  • 005175b1fc fix sqlwhere clause Andrew Ziehl 2018-03-29 18:24:58 -07:00
  • dc02ae73f3 re-work child factories to have better model inheritance. Need to update package locations, fix sqlWhereClause Andrew Ziehl 2018-03-29 17:56:55 -07:00
  • a915956c61 set display name, get rid of extra data, added decorators to start supporting context menu Brian Sweeney 2018-03-28 11:32:59 -06:00
  • 991fd11b31 new constructors with support for children with custom display name Brian Sweeney 2018-03-28 11:28:15 -06:00
  • 68a7442b13 removed an unused import Brian Sweeney 2018-03-28 11:04:13 -06:00
  • e53eefbdda all the important data is here, its just weird how the nodes all get the value 'Name in the first column Brian Sweeney 2018-03-27 08:17:32 -06:00
  • 77dafabeb2 harmonizing columns Brian Sweeney 2018-03-26 10:01:10 -06:00
  • facf4ca4cd harmonizing columns between the two node types Brian Sweeney 2018-03-26 09:25:01 -06:00
  • e52a39f5bf added default visitor behavior for CommonFilesSearchNode Brian Sweeney 2018-03-26 09:22:43 -06:00
  • fffb248d90 CommonFilesSearchNode should extend DisplayableItemNode to properly implement content menu interface Brian Sweeney 2018-03-26 09:21:43 -06:00
  • f57c3b4593 disable enableTreeModel - which drills down and fiddles with outlineView directly. turns out it was not necessary and was poor style anyway Brian Sweeney 2018-03-26 09:07:23 -06:00
  • 8733f8c950 comments on state of progress - TODOs Brian Sweeney 2018-03-26 06:00:55 -06:00
  • 481e0c0d39 POC code - getting childnodes to show up Brian Sweeney 2018-03-23 17:29:53 -06:00
  • 3845d5a8aa algorithm debugged and simplified Brian Sweeney 2018-03-23 06:11:45 -06:00
  • 357574b474 harmonizing code Brian Sweeney 2018-03-22 12:48:18 -06:00
  • 1f7f974bb3 Merge branch 'Branch_3629_common_datasource' of https://github.com/briangsweeney/autopsy into 3624-tree-table-view Brian Sweeney 2018-03-22 11:35:20 -06:00
  • e66915ba28 boolean logic fixes Andrew Ziehl 2018-03-22 10:28:44 -07:00
  • 5f1e2f36d9 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into Branch_3629_common_datasource Andrew Ziehl 2018-03-21 15:24:11 -07:00
  • c57cb7da8c Code cleanup, update UI to disable 'across data sources' radio button instead of disabling common files search altogether when open case has one datasource. Andrew Ziehl 2018-03-21 15:21:44 -07:00
  • 640cec499c Fix instance count query Andrew Ziehl 2018-03-21 09:44:06 -07:00
  • 17e5d84ceb functional within datasources query / UI Andrew Ziehl 2018-03-20 15:30:23 -07:00
  • ec560e4785 hook up panel UI elements. Andrew Ziehl 2018-03-19 19:27:59 -07:00
  • b9d2812096 error/ code cleanup Andrew Ziehl 2018-03-19 14:25:34 -07:00
  • 5ac57f3853 whitespace Brian Sweeney 2018-03-22 11:08:04 -06:00
  • d8a6c98420 fixed an algorithmic bug in collating files Brian Sweeney 2018-03-22 06:26:40 -06:00
  • 3c1243860b new algorithm and model types for supporting children (the actual files) of common file nodes Brian Sweeney 2018-03-21 14:38:03 -06:00
  • 01c20dfb9c whitespace Brian Sweeney 2018-03-20 15:57:18 -06:00
  • 6906e37d48 common files search results supports child row Brian Sweeney 2018-03-20 15:56:18 -06:00
  • da38d847dc white space and unneeded imports cleanup Brian Sweeney 2018-03-20 14:18:13 -06:00
  • 8a982c72e1 exception handling Brian Sweeney 2018-03-19 15:13:12 -06:00
  • 51e1f78eb9 throws exceptions Brian Sweeney 2018-03-19 14:09:42 -06:00
  • cc355d99b6 files deduped in only 2 sql queries - no roundtrips business logic encapsulated outside of swingworker Brian Sweeney 2018-03-19 14:00:09 -06:00
  • babf376d8b new code for gather datasourcenames without db roundtrips - wip Brian Sweeney 2018-03-19 08:03:07 -06:00
  • a56584164d impl notes Brian Sweeney 2018-03-16 07:17:07 -06:00
  • 107f595a01 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3623-common-files-optimize Brian Sweeney 2018-03-16 05:49:32 -06:00
  • 009f90c3ed added data result filter node back Brian Sweeney 2018-03-15 15:42:23 -06:00
  • 3930b72596 better error hanlding Brian Sweeney 2018-03-15 15:04:14 -06:00
  • 9c37f5fb2c removed unneeded code Brian Sweeney 2018-03-15 14:53:23 -06:00
  • 228581411c property error handling around data source selection for common files Brian Sweeney 2018-03-15 14:07:38 -06:00
  • 24da5292b8 improved event handler wire-up for search button Brian Sweeney 2018-03-15 13:24:45 -06:00
  • 1406e44a4d implement filenode to enable bottom right pane Brian Sweeney 2018-03-15 12:28:55 -06:00
  • cf9c070c36 whitespace, final modifier Brian Sweeney 2018-03-15 11:36:10 -06:00
  • c5e3cbe226 fixed name column of common files search result Brian Sweeney 2018-03-15 11:35:37 -06:00
  • 461d3491a1 Merge branch '3602-common-case-files_r2' of https://github.com/briangsweeney/autopsy into 3602-common-case-files_r2 Brian Sweeney 2018-03-15 11:15:20 -06:00
  • 50ac9cdbd9 add getChildren call back in Andrew Ziehl 2018-03-15 09:53:47 -07:00
  • 5b677cd424 Merge branch '3602-common-case-files_r2' of https://github.com/briangsweeney/autopsy into 3602-common-case-files_r2 Andrew Ziehl 2018-03-15 09:47:47 -07:00
  • 132f8a938f wip ChildFactor refactor Andrew Ziehl 2018-03-15 09:43:33 -07:00
  • 92c47b60ab comments Brian Sweeney 2018-03-15 11:00:57 -06:00
  • 731098d39d better access modifiers/encapsulation, deduped datasource list, fixed a off-by-1 error in enumerating the non-deduped files Brian Sweeney 2018-03-15 10:58:08 -06:00
  • ff532b1275 comment cleanup Brian Sweeney 2018-03-15 09:30:12 -06:00
  • 7d62a9cfca cleanup, notes, narrower access on a few items Brian Sweeney 2018-03-15 09:28:26 -06:00
  • 1130004c0c wrapped commonfilessearchnode with tablefilternode Brian Sweeney 2018-03-15 09:19:08 -06:00
  • d3273899ba appropriate columns in common files search Brian Sweeney 2018-03-14 15:37:58 -06:00
  • 0f1a271689 adjusted the sql query to select all the data needed to display common files, passed new data down to nodes Brian Sweeney 2018-03-14 13:40:02 -06:00
  • 072bc77618 utility for collating common files Brian Sweeney 2018-03-14 13:38:28 -06:00
  • 699c94388d first pass at reimplementing common search results with CommonSearchNode Brian Sweeney 2018-03-13 21:19:20 -06:00
  • 9098cc1108 begin some changes based on latest comments from story 3602 - implenet AbstractNode rather than AbstractFsContentNode Brian Sweeney 2018-03-13 11:49:21 -06:00
  • a3c6524803 renamed a class Brian Sweeney 2018-03-13 11:48:32 -06:00
  • c0a61d69d9 tweaks based on PR comments Brian Sweeney 2018-03-13 10:53:41 -06:00
  • 636fd51ae3 amended swing worker pattern as per richards best practices Brian Sweeney 2018-03-13 08:49:24 -06:00
  • 9b095e7c84 removed unneeded interface, renamed a type to be more descriptive Brian Sweeney 2018-03-13 07:14:52 -06:00
  • 300955eda5 known files query update Andrew Ziehl 2018-03-12 16:11:07 -07:00
  • cf6eea2982 comments Brian Sweeney 2018-03-12 16:49:21 -06:00
  • 1ab5f69e23 comments based on chat w/richard Brian Sweeney 2018-03-12 16:37:42 -06:00
  • ad1890066f messages implemented using message Attribute Brian Sweeney 2018-03-12 15:08:24 -06:00
  • 700e116a05 comments Brian Sweeney 2018-03-12 13:17:39 -06:00
  • 8e150395aa 2nd pass implementing swingworker pattern Brian Sweeney 2018-03-12 13:05:33 -06:00
  • 3125c1fe4a refactored search action target to make use of swingworker pattern Brian Sweeney 2018-03-12 11:21:37 -06:00