1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-03 14:30:01 +00:00

Commit Graph

  • 4bd5fc4c91 protect against occasional use of unmodifiable collections Brian Sweeney 2018-08-23 11:58:03 -06:00
  • 4fd868b62c Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4114-AddHasCommentColumn William Schaefer 2018-08-23 13:42:29 -04:00
  • f701afa120 4114 make CommentChangedEvent more friendly towards being used between cases in the future William Schaefer 2018-08-23 13:38:52 -04:00
  • fd6c014c9d 1010: Filter by datasource, for path based groups only. Raman 2018-08-23 13:28:32 -04:00
  • f0ec93e069 ignore warning on Type Andrew Ziehl 2018-08-23 10:02:53 -07:00
  • 54ef9467d6 4114 fix bug with data source virtual directory having comment column William Schaefer 2018-08-23 12:50:47 -04:00
  • e70fc3210c assertion api changed slightly Brian Sweeney 2018-08-23 10:47:12 -06:00
  • 2db51beb69 more codeacy cleanup for CorrelationAttributeInstance Andrew Ziehl 2018-08-23 09:45:58 -07:00
  • 7f0ba58eab Reduce NPath complexity Andrew Ziehl 2018-08-23 09:37:17 -07:00
  • e405c3ab98 Address codeacy, remove TODOs from code. Andrew Ziehl 2018-08-23 09:05:10 -07:00
  • e4d5128c39 4114 fix bug due to incorrect clean up of adding Comment column William Schaefer 2018-08-23 11:51:25 -04:00
  • 81a0fa511d datasource popup and WIP wiring of selected values millmanorama 2018-08-23 17:06:58 +02:00
  • 5a2b9c924d Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 4102-filter-by-frequency Brian Sweeney 2018-08-23 08:06:57 -06:00
  • 5bf5db7a92 sync datasources in IG toobar as they are added/removed millmanorama 2018-08-23 15:30:35 +02:00
  • 7191173aa8 deal with TODOs and some other small cleanup millmanorama 2018-08-23 12:45:23 +02:00
  • a7403df5e4 Merge branch 'timeline-event-mgr' into postArtifacts_fallout_KWS millmanorama 2018-08-23 11:57:59 +02:00
  • aacd6d99ba a bit more cleanup millmanorama 2018-08-23 11:57:35 +02:00
  • de51946bac remove todo millmanorama 2018-08-23 11:38:14 +02:00
  • 9ec50de216 Codeacy doesn't like reusing the target variable, or having multiple method calls on one line. Does it like this? Andrew Ziehl 2018-08-22 18:04:31 -07:00
  • a47979ee65 Code review cleanup, codeacy issue fixes. Andrew Ziehl 2018-08-22 17:51:00 -07:00
  • 4be4c67de1 remove nodes with no children from ui Brian Sweeney 2018-08-22 17:32:55 -06:00
  • 41797943c2 improved conditions for enabling frequency percentage search Brian Sweeney 2018-08-22 17:21:37 -06:00
  • 6fa58b9ca7 fixed a concurrentmodificationexception when pruning results for frequency percentage search Brian Sweeney 2018-08-22 17:21:05 -06:00
  • ac31962c95 frequency search tests Brian Sweeney 2018-08-22 17:20:34 -06:00
  • 4a68eb7e57 updated comments with info pertinent to frequency search tests Brian Sweeney 2018-08-22 17:19:42 -06:00
  • 1fb437efcc 4114 more commenting and clean up regarding Comment icon column William Schaefer 2018-08-22 18:04:07 -04:00
  • cf5ea22a5a 4114 refactor and clean up code for adding comment column William Schaefer 2018-08-22 17:15:11 -04:00
  • 39049998d9 4114 remove action to add or edit comments on every CR item from other occurances William Schaefer 2018-08-22 15:42:20 -04:00
  • 6654999950 Merge pull request #4052 from dannysmyda/4130-add-excel-to-selector-module Richard Cordovano 2018-08-22 15:20:05 -04:00
  • 3b80c792be final codacy suggestions...... U-BASIS\dsmyda 2018-08-22 15:13:43 -04:00
  • e277931d58 Fixed Codacy issues U-BASIS\dsmyda 2018-08-22 14:05:58 -04:00
  • 31f3ead5b9 4114 remove unused import from merge William Schaefer 2018-08-22 12:48:26 -04:00
  • 1314fdf6b3 4114 resolve merge conflicts due to FileInstanceNode refactor William Schaefer 2018-08-22 12:44:26 -04:00
  • 7b12484d82 4114 add listener to set icon cell renderers when columns added William Schaefer 2018-08-22 12:07:43 -04:00
  • 96ec546052 Update Chrome.java Brian Carrier 2018-08-22 11:14:08 -04:00
  • 92605055b5 typo in tests Brian Sweeney 2018-08-22 08:34:15 -06:00
  • 2c32fe42e8 fixed all the tests Brian Sweeney 2018-08-21 17:03:33 -06:00
  • 4cbf9d10e7 had forgotten to hook up the percentage value to the search results Brian Sweeney 2018-08-21 16:53:01 -06:00
  • 56989e022c text field stays the same size Brian Sweeney 2018-08-21 15:39:47 -06:00
  • 5cf4d7d849 text field should not resize Brian Sweeney 2018-08-21 15:13:07 -06:00
  • 043a96e47e Merge pull request #4054 from millmanorama/data-source-filter-UI Richard Cordovano 2018-08-21 15:36:47 -04:00
  • 09c0144555 Merge pull request #4040 from millmanorama/post_artifacts_fallout Richard Cordovano 2018-08-21 15:35:42 -04:00
  • 0ef200f9f7 Merge pull request #4037 from raman-bt/1009-ig-rebuild-by-datasource Richard Cordovano 2018-08-21 15:35:28 -04:00
  • 7aadc01402 Merge pull request #4061 from wschaeferB/4114-AddComments Richard Cordovano 2018-08-21 14:40:54 -04:00
  • 0946d96b94 superior error state management Brian Sweeney 2018-08-21 12:37:22 -06:00
  • 632cc69276 Update launch_bootable_Script.sh Rishwanth Senthilkumar 2018-08-21 13:35:34 -04:00
  • addb312dc0 renames and usage or error manager Brian Sweeney 2018-08-21 10:51:31 -06:00
  • c147a3ceb9 4114 - Add comments to DataResultPanel to clarify purpose of RootNodeListener William Schaefer 2018-08-21 11:33:38 -04:00
  • 598a0ffaa0 update live_iso.sh Rishwanth Senthilkumar 2018-08-21 11:07:58 -04:00
  • 67c5505bec live_iso.sh update Rishwanth Senthilkumar 2018-08-21 11:04:46 -04:00
  • 9fa3e30a1d add parens for readability, and javadoc. millmanorama 2018-08-21 16:32:35 +02:00
  • c639102018 Merge pull request #4056 from rishwanth1995/jython_file_handle Richard Cordovano 2018-08-21 09:39:58 -04:00
  • 6ce93321a4 Merge pull request #4051 from rishwanth1995/remove_python_asserts Richard Cordovano 2018-08-21 09:37:02 -04:00
  • 98e573b36f address code review comments millmanorama 2018-08-21 14:37:02 +02:00
  • 2998eeaddf Merge pull request #4060 from sleuthkit/revert-3999-4067_PreventDuplicateKeywordHits Richard Cordovano 2018-08-20 17:59:34 -04:00
  • 071a545108 Revert "4067 prevent duplicate keyword hits" Richard Cordovano 2018-08-20 17:59:24 -04:00
  • a7482591e0 Merge pull request #4059 from sleuthkit/revert-4038-4135_CheckForArtifactId Richard Cordovano 2018-08-20 17:58:03 -04:00
  • 6c2ba70fa9 Revert "Accounting for associated artifact." Richard Cordovano 2018-08-20 17:57:52 -04:00
  • 59094c688f added live_iso files rishwanth1995 2018-08-20 17:07:50 -04:00
  • 137917c37e added casedir as optional in autopsyoption rishwanth1995 2018-08-20 17:05:13 -04:00
  • 60402ba2d2 Added final keyword to the readers U-BASIS\dsmyda 2018-08-20 15:12:28 -04:00
  • ede32f6fe1 Type fix in factory comment' U-BASIS\dsmyda 2018-08-20 14:26:48 -04:00
  • 77bb15ec35 Patched bug with not catching pois run time exceptions U-BASIS\dsmyda 2018-08-20 13:58:03 -04:00
  • a0ca35d6ce Fixed the out of memory issue with excel xml document reading, caught the old excel format exception, and refactored the code U-BASIS\dsmyda 2018-08-16 14:40:42 -04:00
  • 71d9336981 resize dialog and add checkbox/text field for frequency feature Brian Sweeney 2018-08-20 09:07:55 -06:00
  • d99712e205 remove checkbox, reorder initialization millmanorama 2018-08-20 16:04:51 +02:00
  • 4c48fd4454 better handling of correlationattributenormalizationexceptions Brian Sweeney 2018-08-17 19:12:56 -06:00
  • adc5e9c53b Fix columns, add swing worker to prevent complete UI lockup on refresh() Andrew Ziehl 2018-08-17 12:17:33 -07:00
  • 70deebeffa used try with resources in JythonModuleLoader rishwanth1995 2018-08-17 14:38:54 -04:00
  • ebcbcc550b Merge branch 'develop' into 4130-add-excel-to-selector-module dannysmyda 2018-08-17 14:29:57 -04:00
  • 43fb8c8eba Fixed the bugs in the getRowsFromTable method, everything should be working as intended. U-BASIS\dsmyda 2018-08-17 14:26:24 -04:00
  • f4f874fff2 address codeacy complaints. Andrew Ziehl 2018-08-17 11:17:17 -07:00
  • acb659dcd9 quiet down ingest error logging Brian Sweeney 2018-08-17 12:03:16 -06:00
  • 934fd0198c Fixed the iterator error introduced from the xlsx streamer approach. U-BASIS\dsmyda 2018-08-17 13:39:52 -04:00
  • ff64c74c5e Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3863_remove_correlationattribute Andrew Ziehl 2018-08-17 10:38:40 -07:00
  • 38a3b1604e test fix Andrew Ziehl 2018-08-17 10:07:03 -07:00
  • 5f823efc1f add Data Source chooser to Toolbar millmanorama 2018-08-17 15:20:40 +02:00
  • 0058959e6e fix codacy issues millmanorama 2018-08-17 17:16:46 +02:00
  • 67b826f6cb fix codacy issues millmanorama 2018-08-17 14:13:53 +02:00
  • 9649e96c46 refactor ExtractIE.parsePascoOutput t o make method shorter millmanorama 2018-08-17 14:06:35 +02:00
  • 1f4ba4a60c Merge pull request #4042 from dannysmyda/4084-sqlite-public-api Richard Cordovano 2018-08-16 18:15:17 -04:00
  • 6d5c5662da fix normalization discrepancies causing tests to fail. may conflict with. 3868 Andrew Ziehl 2018-08-16 14:51:33 -07:00
  • ee9f961bdd Ivy change U-BASIS\dsmyda 2018-08-16 17:26:58 -04:00
  • 17d49ef11f Removed commons validator dependency from autopsy and moved it U-BASIS\dsmyda 2018-08-16 17:25:55 -04:00
  • 4e401c52f8 Final comment additions U-BASIS\dsmyda 2018-08-16 17:17:56 -04:00
  • f0caa8b370 Merge pull request #4043 from rishwanth1995/develop Richard Cordovano 2018-08-16 17:17:35 -04:00
  • 2b616bc5de added live_iso setup script rishwanth1995 2018-08-16 17:11:57 -04:00
  • d63167fd91 added files for live_Cd rishwanth1995 2018-08-16 16:59:38 -04:00
  • 1aea3198cf replaced python asserts with junut asserts rishwanth1995 2018-08-16 16:47:44 -04:00
  • 0539b53da8 Changed content viewer to use abstract reader interface U-BASIS\dsmyda 2018-08-16 16:33:31 -04:00
  • 2e0ff95a8c Added a new api call and refactored/commented some more code U-BASIS\dsmyda 2018-08-16 16:31:03 -04:00
  • f98cb902d7 Changed some project files back to the original state U-BASIS\dsmyda 2018-08-16 15:21:24 -04:00
  • abb32cb11f Added some more comments and fixed old exception comments U-BASIS\dsmyda 2018-08-16 15:12:26 -04:00
  • 11b482f4ee Fixed the out of memory issue with excel xml document reading, caught the old excel format exception, and refactored the code U-BASIS\dsmyda 2018-08-16 14:40:42 -04:00
  • 11b3639191 ui error message stuff Brian Sweeney 2018-08-16 09:23:40 -06:00
  • 430fc68cea update ThunderbirdMboxFileIngestModule for postArtifacts and cleanup millmanorama 2018-08-16 11:56:58 +02:00
  • ed8b1968a6 update KWS for the Blackboard.postArtifacts API millmanorama 2018-08-16 11:07:13 +02:00
  • 740e1b0e9a Merge branch 'postArtifacts_recent_activity' into postArtifacts_fallout_2 millmanorama 2018-08-16 10:48:24 +02:00
  • 2b4059a613 Add fields to DB returns to properly create CorrelationAttributeInstances Andrew Ziehl 2018-08-15 16:54:26 -07:00
  • a3eb28f1dc update tests for instance refactor. Andrew Ziehl 2018-08-15 16:38:18 -07:00