gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-webextension] 17/95: version 0.0.3


From: gnunet
Subject: [reclaim-webextension] 17/95: version 0.0.3
Date: Fri, 11 Jun 2021 23:35:02 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-webextension.

commit dc3894cbac846a926c6ab2316c8a6321f15b6acf
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Thu May 2 15:46:36 2019 +0200

    version 0.0.3
---
 README.md             | 4 ++--
 background/reclaim.js | 3 +--
 manifest.json         | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index ec4d843..24bc619 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # re:claimID
 
-To build this addon, simply execute make.
+To build this addon, simply execute `make`.
 We are using angular to create UI pages.
+The user interface is found in the ui repository: 
[https://gitlab.com/reclaimid/ui](https://gitlab.com/reclaimid/ui) which is 
included as a submodule.
 
-re:claimID ui repository: 
[https://gitlab.com/reclaimid/ui](https://gitlab.com/reclaimid/ui)
 This extension repository: 
[https://gitlab.com/reclaimid/webextension](https://gitlab.com/reclaimid/webextension)
 
diff --git a/background/reclaim.js b/background/reclaim.js
index aa9bfb8..da38115 100644
--- a/background/reclaim.js
+++ b/background/reclaim.js
@@ -18,14 +18,13 @@ function handle_onbefore_request(request)
     var url = new URL(request.url);
 
     if(url.hostname == "ui.reclaim") {
-        console.log(browser.runtime.getURL("index.html/#/identities") + 
url.search);
         authzSettings.search = decodeURIComponent(request.url).split("?")[1];
         authzSettings.request = true;
         chrome.storage.local.set(authzSettings, function() {});
         console.log(authzSettings);
         //browser.runtime.openOptionsPage();
         //return {};
-        return {"redirectUrl": chrome.runtime.getURL("index.html?") + 
decodeURIComponent(request.url).split("?")[1]}
+        return {"redirectUrl": chrome.runtime.getURL("/index.html") + "#/?" + 
decodeURIComponent(request.url).split("?")[1]}
     }
     if (url.hostname == "api.reclaim") {
         return {"redirectUrl": "http://localhost:7776"; + url.pathname + 
url.search};
diff --git a/manifest.json b/manifest.json
index 811977b..a4ec67a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,7 +3,7 @@
     "manifest_version": 2,
     "name": "re:claimID",
     "description": "An extension for use with re:claimID.",
-    "version": "0.0.2",
+    "version": "0.0.3",
 
     "applications": {
         "gecko": {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]