Ali Farooq
a6e992ae74
MM-16368 - Plugin Signing (#13017)
* [MM-18757] POST handler for `/plugins/marketplace` (#12372)
* Implement installMarketplacePlugin
* Add InstallMarketplacePlugin endpoint
* Fix go.mod
* merge with master
* Fix go.mod
* Fix plugin tests
* Move get plugin to marketplace client
* Fix stylistic concerns
* Add trailing newline to the go.mod
* [MM-16586] Add plugin signature settings (#12390)
* MM-17149 - Extend config.json for marketplace settings (#11933)
* MM-17149 - Extend config.json for marketplace settings
* Renamed MarketplaceUrl, tracking default marketplace url
* Added EnableMarketplace to the client config
* Revert "Added EnableMarketplace to the client config"
This reverts commit 0f982c4c661c2cd9bb96264e9a01a2363c40d9c5.
* MM-17149 - Added EnableMarketplace to the client config (#11958)
* Added EnableMarketplace to the client config
* Moved EnableMarketplace setting out of limited client configuration
* Add public key settings to the config.json
* Rename PublicKeys to SignaturePublicKeyFiles
* Change filepath.Split to Base
* Remove additional prints
* Force extention of a public key file
* Remove config validation
* Remove error on delete
* Remove config cloning
* Add error messages
* Add plugin public key tests
* Rename extension to PluginSignaturePublicKeyFileExtention
* Remove EnforceVerification
* Change []*PublicKeyDescription to []string
* Change .asc extension to .plugin.asc
* Change ordering of public methods
* Change plugin key commands
* Update examples in the plugin key commands
* Remove forcing extention
* Add verify signature in settings
* Fix tabbing
* Fix naming
* Remove unused text
* Remove unused text
* Update command examples
* Fix unit tests
* Change errors.New to errors.Wrap
* Fix verbose flag
* Change .asc to .gpg
* Fix }
* Change AddPublicKey signature
* Change public.key extension
* Add plugin public key command tests
* Update en.json
* Bootstrap the public keys
* Update en.json
* Fix en.json
* Fix en.json
* Bootstrap hard-coded public key
* Remove unused texts in en.json
* Change file to name
* Add license header
* Update development public key
* Remove writeFile method
* Remove .plugin.asc extension
* Rename publiKey to mattermostPublicKey
* Remove init_public_keys string
* GolangCI
* Closing file handlers
* Fixed test that was installing nps plugin
* [MM-19798] Implement plugin signature verification (#12768)
* MM-17149 - Extend config.json for marketplace settings (#11933)
* MM-17149 - Extend config.json for marketplace settings
* Renamed MarketplaceUrl, tracking default marketplace url
* Added EnableMarketplace to the client config
* Revert "Added EnableMarketplace to the client config"
This reverts commit 0f982c4c661c2cd9bb96264e9a01a2363c40d9c5.
* MM-17149 - Added EnableMarketplace to the client config (#11958)
* Added EnableMarketplace to the client config
* Moved EnableMarketplace setting out of limited client configuration
* Add public key settings to the config.json
* Rename PublicKeys to SignaturePublicKeyFiles
* Change filepath.Split to Base
* Remove additional prints
* Force extention of a public key file
* Remove config validation
* Remove error on delete
* Remove config cloning
* Add error messages
* Add plugin public key tests
* Rename extension to PluginSignaturePublicKeyFileExtention
* Remove EnforceVerification
* Change []*PublicKeyDescription to []string
* Change .asc extension to .plugin.asc
* Change ordering of public methods
* Change plugin key commands
* Update examples in the plugin key commands
* Remove forcing extention
* Add verify signature in settings
* Fix tabbing
* Fix naming
* Remove unused text
* Remove unused text
* Update command examples
* Fix unit tests
* Change errors.New to errors.Wrap
* Fix verbose flag
* Change .asc to .gpg
* Fix }
* Change AddPublicKey signature
* Change public.key extension
* Add plugin public key command tests
* Update en.json
* Bootstrap the public keys
* Update en.json
* Fix en.json
* Fix en.json
* Bootstrap hard-coded public key
* Remove unused texts in en.json
* Change file to name
* Add license header
* Implement plugin signature verification
* Remove benburker openpgp
* Update en.json
* Update development public key
* Add support of multiple signatures in filestore
* Update en.json
* Run go mod vendor
* Fix style
* Remove writeFile method
* Remove .plugin.asc extension
* Rename publiKey to mattermostPublicKey
* Verify plugin with mattermost public key
* Remove init_public_keys string
* Add InstallPluginWithSignature method and Refactor
* Add signature verification on claster notification
* Remove armored signature headers
* Add error strings
* Fix en.json
* Change signatureStorePath
* Implement minor fixes
* Refactor plugin install methods
* Add installPlugin method to uploadPlugin
* Update en.json
* Refactor installPlugin
* Limit number of signatures
* Close signatures
* Fix helper function
* Fix fromReadCloseSeekerToReadSeeker
* Cleaned up ReadCloseSeeker for signatures
* Remove signature truncation on FS
* GolangCI
* Add tests for armored signatures and plugin uploads
* Fix nil slice issue
* Fix TestPluginSync
* Fixed tests
* Return io.ReadSeeker from downloadFromUrl
* Add log for the found plugins in the file store
* Remove logging plugin detection info
* [MM-20134] Consume and store single-signature for each plugin (#13081)
* Consume and store single-signature for each plugin
* Fix en.json
* Remove saveSignature method
* Remove public key hash
* PR Feedback
* refactored config
* PR feedback
2019-11-18 19:02:41 -05:00
..
2019-10-30 04:17:04 +01:00
2019-09-06 12:52:14 +02:00
2019-09-12 17:58:16 +02:00
2019-10-28 06:08:08 -07:00
2019-05-24 20:22:13 +02:00
2019-04-15 22:53:52 +02:00
2018-01-31 09:49:15 -08:00
2019-07-06 09:05:44 +02:00
2019-09-09 13:43:17 +02:00
2019-09-18 20:02:22 +02:00
2018-05-16 13:43:22 -04:00
2018-03-07 12:36:40 -06:00
2018-05-16 13:43:22 -04:00
2019-10-10 17:14:44 +03:00
2019-08-19 14:15:09 -04:00
2019-08-19 14:15:09 -04:00
2018-05-16 13:43:22 -04:00
2019-07-29 11:30:16 +02:00
2019-10-31 11:25:19 -05:00
2019-10-31 11:25:19 -05:00
2019-08-08 17:23:37 -04:00
2019-10-17 10:39:27 -06:00
2019-11-12 06:15:19 +08:00
2019-02-14 13:52:11 -04:00
2019-09-17 12:20:23 +02:00
2019-07-18 15:05:53 -03:00
2019-01-15 09:09:25 -08:00
2019-04-23 09:33:42 -04:00
2019-04-12 18:00:57 +01:00
2019-04-23 09:33:42 -04:00
2019-04-12 18:00:57 +01:00
2019-04-23 09:33:42 -04:00
2019-06-18 10:44:29 +01:00
2019-06-18 10:44:29 +01:00
2017-09-14 13:01:44 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-09-10 14:08:29 +02:00
2019-05-29 09:54:56 -04:00
2019-09-24 15:10:58 +02:00
2019-09-13 10:57:47 +02:00
2019-04-23 09:33:42 -04:00
2019-02-14 13:52:11 -04:00
2019-04-23 09:33:42 -04:00
2019-11-10 08:07:49 -07:00
2019-10-31 12:49:50 +04:00
2019-04-23 09:33:42 -04:00
2019-06-20 15:21:36 +02:00
2019-07-22 22:13:39 +02:00
2019-07-22 22:13:39 +02:00
2019-09-17 14:37:10 +01:00
2019-04-23 09:33:42 -04:00
2019-06-20 17:16:36 -04:00
2019-06-20 17:16:36 -04:00
2019-09-03 22:11:55 +02:00
2019-09-03 22:11:55 +02:00
2019-09-19 18:01:30 +01:00
2019-06-20 15:21:36 +02:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-02-14 13:52:11 -04:00
2019-07-10 10:46:03 +02:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-10-29 18:39:54 +01:00
2019-10-22 08:39:49 -04:00
2019-04-24 11:50:25 +01:00
2019-09-24 16:49:23 +02:00
2019-11-12 03:20:56 -08:00
2017-10-02 12:43:21 +01:00
2019-10-28 06:08:08 -07:00
2019-10-25 13:58:48 -04:00
2018-09-24 12:52:29 +05:30
2019-10-28 06:08:08 -07:00
2019-09-16 17:28:13 -04:00
2019-06-26 09:13:09 -03:00
2019-11-12 12:25:21 +01:00
2019-09-11 22:49:27 -05:00
2019-04-10 06:04:07 -04:00
2019-04-30 20:36:21 +02:00
2019-09-13 11:51:46 +02:00
2019-10-15 17:31:46 -04:00
2019-05-15 22:07:03 +02:00
2019-10-18 17:21:23 +02:00
2019-10-18 17:21:23 +02:00
2019-06-28 07:31:32 -04:00
2019-10-22 14:38:08 -04:00
2019-09-16 18:11:17 -04:00
2019-10-10 14:54:40 +03:00
2019-10-30 16:57:51 +00:00
2019-10-13 21:38:28 +02:00
2019-08-14 14:58:01 +03:00
2019-10-28 06:08:08 -07:00
2019-04-30 20:36:21 +02:00
2019-10-17 11:18:08 +01:00
2019-11-06 05:39:59 -05:00
2019-11-06 05:39:59 -05:00
2019-10-11 14:08:07 +02:00
2019-06-15 17:55:06 +02:00
2019-10-24 23:26:37 -04:00
2019-09-18 10:38:28 -06:00
2019-09-13 09:07:00 -04:00
2019-09-24 15:25:24 +02:00
2019-10-31 12:50:43 +01:00
2019-04-23 09:33:42 -04:00
2019-10-29 15:04:28 +01:00
2019-09-20 09:04:10 -06:00
2019-11-18 15:42:51 -08:00
2019-11-18 15:42:51 -08:00
2019-11-18 15:42:51 -08:00
2019-11-18 15:42:51 -08:00
2019-11-18 15:42:51 -08:00
2019-09-24 15:32:13 +02:00
2019-09-29 12:42:53 +02:00
2019-09-09 20:10:17 +02:00
2019-07-18 15:46:54 -04:00
2019-05-13 07:53:46 -07:00
2019-04-12 18:00:57 +01:00
2019-10-25 18:10:34 +02:00
2019-05-21 18:22:27 +02:00
2019-07-11 14:54:56 +01:00
2019-11-04 17:35:58 -08:00
2019-11-04 17:35:58 -08:00
2019-09-10 12:28:12 -04:00
2019-09-10 12:28:12 -04:00
2018-12-05 10:46:08 -08:00
2019-10-09 17:19:01 -04:00
2019-07-18 15:05:53 -03:00
2019-10-31 12:50:43 +01:00
2019-11-18 19:02:41 -05:00
2019-11-18 19:02:41 -05:00
2019-11-04 13:49:54 +01:00
2019-11-18 19:02:41 -05:00
2019-11-04 17:35:58 -08:00
2019-09-05 17:27:36 -03:00
2019-11-18 19:02:41 -05:00
2019-11-18 19:02:41 -05:00
2018-11-20 08:52:51 -05:00
2019-11-18 19:02:41 -05:00
2019-11-18 19:02:41 -05:00
2019-10-29 07:45:09 +01:00
2019-10-29 07:45:09 +01:00
2019-09-24 15:23:30 +02:00
2019-10-17 11:10:49 +03:00
2019-06-11 10:51:55 +02:00
2019-06-24 12:03:29 +02:00
2019-09-12 13:35:07 +02:00
2019-06-17 15:39:14 +03:00
2019-11-04 17:35:58 -08:00
2019-05-17 12:03:04 -03:00
2019-03-06 15:06:45 -05:00
2019-07-08 21:30:32 +02:00
2019-09-11 07:33:07 -04:00
2019-11-12 12:33:05 +01:00
2018-12-17 08:51:46 -08:00
2019-10-21 15:31:29 +02:00
2019-11-15 09:43:52 -05:00
2019-07-22 22:13:39 +02:00
2019-11-04 13:47:59 +01:00
2019-02-14 13:52:11 -04:00
2019-07-04 11:57:12 +02:00
2019-07-11 10:47:51 +01:00
2019-09-16 13:37:14 +02:00
2019-10-09 15:43:13 -04:00
2019-11-07 13:02:41 +01:00
2019-02-27 14:06:56 -05:00
2019-02-27 14:06:56 -05:00
2019-06-28 07:31:32 -04:00
2019-08-08 03:39:23 +05:30
2019-11-15 15:40:41 +01:00
2019-11-15 15:40:41 +01:00
2019-07-02 16:22:20 +02:00
2019-09-20 16:53:48 +02:00
2018-10-15 20:01:35 +01:00
2019-02-14 13:52:11 -04:00
2019-07-02 16:22:20 +02:00
2019-11-15 09:43:52 -05:00
2019-09-17 20:13:17 +01:00
2019-11-15 09:43:52 -05:00
2019-02-14 13:52:11 -04:00
2019-10-29 07:45:09 +01:00
2019-10-28 10:57:21 +01:00
2019-09-24 15:35:20 +02:00
2019-10-28 06:08:08 -07:00
2019-09-13 01:31:59 -04:00
2019-09-12 20:30:41 -04:00