-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload signed Firefox Addon to Store #30
Comments
Yea, we know! FF is changing its extension model and I have a branch to fix: https://github.com/WeAreWizards/passopolis-extensions/tree/ff44 It's kinda working but still has a few rough edges. Once that's in we'll try to get it signed. |
Estimate? Anything we could help? Is there a ticket for it? |
Hello from FF 48 there is no possible to use unsigned extension. @teh do you have any news for the signed version of the extension ? |
Any progress here? |
@teh thank you very much for the update. This is great news. I'm looking for it. |
ah, ok |
I got the first review and I need to remove some duplicate JS files before they'll accept the extension. The removal is a bit tricky because the mitro devs took a few shortcuts. It'll take me a few days to fix. |
Using FireFox Developer Addition allows you to install the old extension. Or at least it did when the extension was still available on the passopolis site. |
If you want to give the new version (Firefox 52+) a try you should be able to get it from here: https://addons.mozilla.org/en-US/firefox/addon/passopolis-login-manager/ Notes:
|
Just curious, Firefox 50 is out and the above linked extension doesn't work? Do we have to use the developer preview just to use the signed extension? |
I believe so, yes, apologies. I'm still stuck in review because I need to source all files in the extension correctly. That is a bit of a faff because the original extension vendored files, so I'm still chasing some code. |
Hey, can you maybe reupload the current version, the link is down. And it would be nice if you could provide previous versions, i tested the current yesterday and it didnt work, the one before did, but now both are unavailable. |
@ZockerFloh7 - sadly that is out of my hands. The extension got rejected. I need to finish sourcing the files for the review which is an infinite time sink. I'll do it as soon as I have time but I can't make any promises. |
@teh - I understand, but maybe you can upload the not signed versions somewhere, some people might find this useful. Can I support your work somehow? |
What is the status ? |
what does that mean? can we help? what steps are you doing? |
Any news? Anything we can do? |
How likely is it, that the extension will pass the review after modularizing and typing the code. And would it be an option what @ZockerFloh7 suggested #30 (comment) ? |
On the website is says "unsupported until firefox 50 is released" can you update that to "help wanted" or s.th. :-) |
@teh still alive? is there any progress? |
I think according to what you wrote in #48 (comment) the improtant think to do is to modularize the extension and properly include external libraries such as jquery, right? |
Is it maybe possible to share the rejection-results from Firefox here? |
Yea, I got:
|
Apologies, wrong button 😕 |
But there is a lot of crypto in the extension, right? So the answer would basically be yes.. and then we have the externs_* files which we have to search in the internet ? - or better - I guess - include them via yarn or bower or webpack so the release references are stated clearly in the codebase ... |
There is a lot of crypto, yea. Some of it can probably now be replaced with browser built-ins, but the rest would probably best be referenced via a package manager as you say. These review rounds are very long (6-10 weeks) because it's Mozilla volunteer time. So I want to have a solid case next time round, which blocks on modularization (flow checking is almost secondary, except that it helps us build confidence in the changes we made). |
Not sure if so much can be done by the browser ... do you have an example? Are we talking about keyczar ? Isn't the passopolis more or less inventing it's on crypto (which might not be the best thing, but anyway's - it's a crypto product). |
I know that Firefox extensions is changing to WebExtensions API |
https://passopolis.com/install.html says: |
I think I tested it before .. AFAIR it does not seem to work |
Bump. I have a little bit of time at my hands. How can I help? I have no background in developing extensions for Firefox, but for the "old" Opera Browser. Anybody willing to guide/help a bit? Firefox Quantum made me come back to the Fox and Passopolis is the only plugin missing. |
Firefox 58 is out. Any chance to fix this? |
Waiting for this thing guys .. :/ |
Latest ESR is based on Firefox 60 and passopolis no longer will be available. |
The Firefox Addon from your website is not signed and hard to install.
Please fix :-)
The text was updated successfully, but these errors were encountered: