Skip to content

Commit

Permalink
automatic kurjun auth
Browse files Browse the repository at this point in the history
tested only with chrome
  • Loading branch information
TalasZh committed Mar 27, 2016
1 parent bc6a09a commit a6bc1f0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "porto",
"version": "1.2.3-rc6",
"version": "1.2.3-rc7",
"description": "Porto is a browser extension library for Google Chrome, Firefox and Safari that allows to develop cross platform browser extension with ease.",
"license": "ALS",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_ext_name__",
"version": "1.2.3.6",
"version_name": "1.2.3-rc6",
"version": "1.2.3.7",
"version_name": "1.2.3-rc7",
"description": "__MSG_ext_description__",
"homepage_url":"https://subutai.io",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion common/res/defaults.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.3-rc6",
"version": "1.2.3-rc7",
"watch_list": [
{
"active": true,
Expand Down
2 changes: 1 addition & 1 deletion e2e-plugin.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3-rc6</string>
<string>1.2.3-rc7</string>
<key>CFBundleVersion</key>
<string>1.2.3.1</string>
<key>Chrome</key>
Expand Down
2 changes: 1 addition & 1 deletion firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-plugin",
"title": "Subutai Social E2E Plugin",
"version": "1.2.3-rc6",
"version": "1.2.3-rc7",
"fullName": "Subutai Social E2E Plugin",
"id": "jid1-nfgMqsyMM8BnHg@jetpack",
"description": "Security is utterly important in Subutai Social and this plugin helps keep you and your cloud secure. We use encryption, digital signatures, and keys all over the place. Even simple things you do involve complicated security operations behind the scenes. One of most important principles is to make sure your keys for performing these tasks are never transferred or taken off your computer to get into the wrong hands. To help enforce this, we have to make sure everything transferred is encrypted, or signed end-to-end. We also don't want to slow and weigh you down with complicated things you would have to do manually without this plugin. The complexity could lead to a mistake if you had to do some things manually and that would greatly reduce security.\n The Subutai Social E2E plugin works on your computer with your browser to manage the keys to your cloud environments. It works with Subutai Social and the Hub to perform complicated tasks seamlessly for you. These keys are never exposed, or transferred, always staying right where they were created and protected by a passcode. In the future, the plugin will interoperate with USB hardware security modules to not even store keys on your computer and allow them to move around with you and your USB device.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subutaisocial",
"version": "1.2.3-rc6",
"version": "1.2.3-rc7",
"description": "Subutai Social E2E Plugin",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit a6bc1f0

Please sign in to comment.