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

Commit Graph

  • 2d27935069 4006 do not escape cell contents when writing thumbnails William Schaefer 2018-07-02 13:07:29 -04:00
  • 9e8f613d08 Cleanup CommonFilesPanel Andrew Ziehl 2018-07-02 08:16:57 -07:00
  • 4dce1a28a3 Merge branch '3905_change_intercase_query' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge Andrew Ziehl 2018-07-02 07:28:35 -07:00
  • f338c31bf2 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3788-intercase-intracase-merge Andrew Ziehl 2018-07-02 07:25:41 -07:00
  • 7810c2c3df Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3905_change_intercase_query Andrew Ziehl 2018-07-02 07:16:51 -07:00
  • 622a6a8b6c Merge pull request #3923 from esaunders/3970_cat_zero Richard Cordovano 2018-07-02 10:06:28 -04:00
  • 15ee296430 Merge pull request #3919 from APriestman/3989_exif Richard Cordovano 2018-07-02 09:48:33 -04:00
  • 4d95be231b Don't try to add new data sources to the central repo twice. Don't throw an exception when attempting to add an already initialized data source Ann Priestman 2018-07-02 09:12:16 -04:00
  • 46854d4f7a 3978 rename UnicodeTextExtractor to TextFileExtractor to better reflect its purpose William Schaefer 2018-06-29 17:59:42 -04:00
  • 3b3e0b1a22 3978 simplify Unicode text extractor code per recommendations from review William Schaefer 2018-06-29 15:26:49 -04:00
  • 1c0643ac3e removed exception handling in favor of null checking Brian Sweeney 2018-06-29 13:15:23 -06:00
  • 91cbc58774 3964: The new vhd file includes the 2 zip bomb test files U-BASIS\zhaohui 2018-06-29 15:08:14 -04:00
  • a23a5d55ac Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3991-npe Brian Sweeney 2018-06-29 12:44:50 -06:00
  • 7e37d4cdd2 3964: rename image name U-BASIS\zhaohui 2018-06-29 14:41:34 -04:00
  • 22af40ab95 logging added back Brian Sweeney 2018-06-29 12:41:13 -06:00
  • 3eaf840a5f 3964: correct the image name U-BASIS\zhaohui 2018-06-29 14:36:44 -04:00
  • 911c787003 3964: Functional test include testing flag for zip bomb U-BASIS\zhaohui 2018-06-29 14:32:22 -04:00
  • 9a11e33de0 added exception logging back Brian Sweeney 2018-06-29 12:27:35 -06:00
  • f1ea178b00 handle error conditions gracefully Brian Sweeney 2018-06-29 12:08:19 -06:00
  • 0d8c299935 removed useless code Brian Sweeney 2018-06-29 11:51:26 -06:00
  • 6e998d137b removed debugging code Brian Sweeney 2018-06-29 11:38:20 -06:00
  • 20f7993114 4003 preserve existing comment when replacing tag William Schaefer 2018-06-29 13:34:02 -04:00
  • c2d208dd32 Merge pull request #3918 from rishwanth1995/sqlite_filechooser Richard Cordovano 2018-06-29 13:29:58 -04:00
  • 7b6ce83acc removed some broken and uneeded code Brian Sweeney 2018-06-29 11:10:50 -06:00
  • 41baeb477c Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3978-BetterDealWithUnicode William Schaefer 2018-06-29 11:01:03 -04:00
  • f878ca5cd2 3978 add checks for confidence and size to Unicode extractor William Schaefer 2018-06-29 10:30:24 -04:00
  • 5a458e3e72 more logging Brian Sweeney 2018-06-29 08:05:39 -06:00
  • 101192a297 Fix type for size Ann Priestman 2018-06-29 07:29:45 -04:00
  • d86c5143fb 999: Migrate groups table to CaseDB Raman 2018-06-29 06:41:56 -04:00
  • 25603ee6d8 Merge remote-tracking branch 'upstream/develop' into 3973_DisableDataSourceSearch U-BASIS\dgrove 2018-06-28 22:44:04 -04:00
  • 4693c66812 Disable controls when fewer than two data sources available. U-BASIS\dgrove 2018-06-28 22:39:32 -04:00
  • bb12a3f845 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3991-npe Brian Sweeney 2018-06-28 19:35:37 -06:00
  • a36c4a61e3 trying to quiet codacy Brian Sweeney 2018-06-28 19:27:52 -06:00
  • 7c18228d03 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3985-intra-case-test-update Brian Sweeney 2018-06-28 19:16:23 -06:00
  • 7168cfe187 comments Brian Sweeney 2018-06-28 19:08:26 -06:00
  • e40eb48182 added tests for revised intra case correlation algorithm Brian Sweeney 2018-06-28 19:06:14 -06:00
  • 0afee2fbf6 3994: Image gallery doesnt work for Postgres Raman 2018-06-28 18:55:15 -04:00
  • 1ce90afe59 added finally block in case anything fails during search the progress bar will still stop Brian Sweeney 2018-06-28 15:32:57 -06:00
  • c753ed74e1 Make CAT-0 a standard tag name so that it cannot be deleted and will not show up at the top of the tags list. esaunders 2018-06-28 17:30:32 -04:00
  • 3fdd843ac3 used try with resources in sqliteviewer rishwanth1995 2018-06-28 16:48:59 -04:00
  • bd202f5fbf Revert "Remove redundant data source name tool tips from ad hoc kws" Richard Cordovano 2018-06-28 16:35:16 -04:00
  • c354181fbf Merge pull request #3922 from raman-bt/develop Richard Cordovano 2018-06-28 16:27:54 -04:00
  • 9d842be3da 3978-UnicodeTextExtractor William Schaefer 2018-06-28 16:22:54 -04:00
  • 21508f55c9 Merge pull request #3917 from rishwanth1995/md5_disable Richard Cordovano 2018-06-28 15:58:18 -04:00
  • 2c0f856406 3994: Image gallery does not work with Postgres Raman 2018-06-28 15:48:04 -04:00
  • 3bcab74eb1 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into image-gallery-db-migration Raman 2018-06-28 14:54:23 -04:00
  • 063d0a6b2f 999: Migrate groups table to CaseDB Raman 2018-06-28 14:48:25 -04:00
  • cc3d1d59b8 Add size and path to exif artifact display Ann Priestman 2018-06-28 12:52:06 -04:00
  • a05c5a7f31 removed hash search action rishwanth1995 2018-06-28 12:13:59 -04:00
  • 8b5648df45 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into md5_disable rishwanth1995 2018-06-28 12:02:57 -04:00
  • b4dc29c67e sqlite_filechooser suggests file name rishwanth1995 2018-06-28 11:50:25 -04:00
  • dec3c3f9a8 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge Brian Sweeney 2018-06-28 08:56:31 -06:00
  • 5c2273c687 Merge pull request #3916 from APriestman/updateCommonFilesSearchDoc Richard Cordovano 2018-06-28 10:31:06 -04:00
  • 27a33fd103 removed hash search action rishwanth1995 2018-06-28 10:22:53 -04:00
  • 139fa6aa72 Update common files docs Ann Priestman 2018-06-28 09:16:35 -04:00
  • 752927849f Merge pull request #3910 from briangsweeney/3602_3961_CommonSearch_Dialog_logic Richard Cordovano 2018-06-27 19:26:20 -04:00
  • 83cbb91117 Update CommonFilesSearchAction.java Richard Cordovano 2018-06-27 19:12:14 -04:00
  • 4786cc1cdf Merge pull request #3914 from rcordovano/remove-redundant-data-source-tooltips-from-search Richard Cordovano 2018-06-27 19:06:23 -04:00
  • c31abd9fae Merge pull request #3915 from briangsweeney/redundant-cast Richard Cordovano 2018-06-27 19:06:08 -04:00
  • afdd8c4339 Merge pull request #3913 from esaunders/3986_dsp_scroll_fix Richard Cordovano 2018-06-27 19:00:12 -04:00
  • 7211b2b9e0 polish Brian Sweeney 2018-06-27 16:58:20 -06:00
  • e4831d4f37 Merge pull request #3912 from esaunders/3983_translation_fix Richard Cordovano 2018-06-27 18:56:39 -04:00
  • 6343756c97 Merge pull request #3911 from rcordovano/remove-enterprise-from-health-monitor-code Richard Cordovano 2018-06-27 18:55:51 -04:00
  • 909d66565a Merge pull request #3905 from wschaeferB/3979-LargerForwardBackButtons Richard Cordovano 2018-06-27 18:42:53 -04:00
  • 57d9022c52 Remove redundant data source name tool tips from ad hoc kws Richard Cordovano 2018-06-27 18:30:59 -04:00
  • dfe4a6f50e merge errors Brian Sweeney 2018-06-27 16:16:12 -06:00
  • 7035261bdd Switch to lambda. esaunders 2018-06-27 18:03:51 -04:00
  • 120f3c1dc9 Make scrollpane start at the top. esaunders 2018-06-27 18:02:01 -04:00
  • b3dffff410 Made the DataContentViewUtility class public. esaunders 2018-06-27 17:28:21 -04:00
  • f6b73e794a Enterprise health monitor => health monitor Richard Cordovano 2018-06-27 16:59:02 -04:00
  • 044c64f679 Merge pull request #3909 from wschaeferB/3974-RewordDefaultProfile Richard Cordovano 2018-06-27 16:33:10 -04:00
  • 822c9e1f1f Merge pull request #3907 from esaunders/develop Richard Cordovano 2018-06-27 15:28:40 -04:00
  • bd59974689 Merge pull request #3904 from APriestman/3962_sharedconfig Richard Cordovano 2018-06-27 15:28:19 -04:00
  • 9eaf31bfdb Merge branch '3961-common-files-refinements' of https://github.com/briangsweeney/autopsy into 3602_3961_CommonSearch_Dialog_logic Andrew Ziehl 2018-06-27 12:16:26 -07:00
  • dba86cd11e added callback and wrapper to process single row of file instance table by id. Andrew Ziehl 2018-06-27 12:01:30 -07:00
  • 9ffa422194 Merge pull request #3908 from raman-bt/develop Richard Cordovano 2018-06-27 14:54:40 -04:00
  • d276c41ebe 3979 recenter larger icons a bit William Schaefer 2018-06-27 14:31:34 -04:00
  • 54c8cbd9a7 3979 resize forward and back arrows to medium size William Schaefer 2018-06-27 14:19:28 -04:00
  • 69e6f47d38 Added id, datasource_id to results. Still needs separate query which retrieves single row of instance table by id. Andrew Ziehl 2018-06-27 10:54:32 -07:00
  • ed4149ce7a Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge Brian Sweeney 2018-06-27 11:52:43 -06:00
  • 0a9b4312c0 Don't enabled datasources combobox / within datasource radio unless 3 or more datasources exist. Andrew Ziehl 2018-06-27 10:41:33 -07:00
  • 8b541458fc Merge branch '3961-common-files-refinements' of https://github.com/briangsweeney/autopsy into 3961-common-files-refinements Andrew Ziehl 2018-06-27 10:29:21 -07:00
  • e7ddafca15 Don't enabled common files search unless there's more than one datasource Andrew Ziehl 2018-06-27 10:26:43 -07:00
  • 0a06675fdc 3974 - reword default profile to include (Not Unallocated Space) William Schaefer 2018-06-27 13:23:50 -04:00
  • 856ffa3157 Merge pull request #3906 from APriestman/removeDataSourceGroupingFromSharedConfig Richard Cordovano 2018-06-27 13:19:06 -04:00
  • 94d7be2e6e Merge pull request #3903 from briangsweeney/3961-common-files-refinements Richard Cordovano 2018-06-27 13:18:18 -04:00
  • ddf9a795af Merge pull request #3902 from wschaeferB/3956-TagReplaceAndComment Richard Cordovano 2018-06-27 13:17:43 -04:00
  • 2348325461 3977: NPE when downloading shared config Raman 2018-06-27 13:16:23 -04:00
  • 2f84f8ae75 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop esaunders 2018-06-27 13:10:32 -04:00
  • 87478909a8 Update jobs in snapshot when they are prioritized/deprioritized. esaunders 2018-06-27 13:09:56 -04:00
  • b1e456a688 Clean out the local folder even if the remote folder does not exist. Ann Priestman 2018-06-27 13:03:36 -04:00
  • 814eea4b3a Don't share the group datasources selection Ann Priestman 2018-06-27 12:39:08 -04:00
  • 7bfa264780 3979 scale up forward and back buttons for tree navigation William Schaefer 2018-06-27 12:19:35 -04:00
  • 5caf2a2d13 Add OR known null case to algorithm Andrew Ziehl 2018-06-27 08:39:49 -07:00
  • f340ba476b Merge pull request #3901 from APriestman/fixKnownInCommonFiles Richard Cordovano 2018-06-27 10:16:01 -04:00
  • 293e263915 Fix cut and paste error Ann Priestman 2018-06-27 08:43:13 -04:00
  • d94d684fbf Add logging if the folder is missing. Ann Priestman 2018-06-27 08:16:46 -04:00
  • 6ee018e802 polish Brian Sweeney 2018-06-26 15:54:45 -06:00
  • 09f917f21f Add class to gather query results for the CommonFilesSearchPanel once wired up. Andrew Ziehl 2018-06-26 14:53:19 -07:00
  • 01b7b327bd Create implementation of InstanceCallback interface for new common files search query. Andrew Ziehl 2018-06-26 14:33:14 -07:00