Fixes #687 - Add ability to upload images in comments for an issue#703
Fixes #687 - Add ability to upload images in comments for an issue#703
Conversation
….method is redundant.
|
(I still need to fix the flaky tests, the failures are unrelated). |
webcompat/api/endpoints.py
Outdated
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
@miketaylr r+ for the python part. Tested. Code is working. I have a curiosity question up there, but that's just for curiosity. |
|
hum need help I think @miketaylr When I try to log in (localhost)
|
|
@magsout try to erase session.db first. Then restart |
|
@karlcow same error :( |
|
Bummer @magsout. Two debug requests:
|
|
@magsout you seem to have logged in ? |
@karlcow yes but no. I'm not logged
I'm logged on Github. I tried to logged out and logged in... |
|
Man, webapps are hard. @magsout, I don't recall if I shared the id and secret for the local testing app (that's what will correspond to the part from config.py below) with you or not. I just reset all user tokens there, but if you made your own can you try to "Revoke all users tokens"? |
|
And after doing that, |
Heu no, I sent to you my config by email.
Done, and still same error :( |
webcompat/static/js/lib/issues.js
Outdated
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
Except my comment LGTM r+ |
You're awesome @karlcow. 🎈 That's just a mistake on my part, I forgot that |
Fixes #687 - Add ability to upload images in comments for an issue

r? @karlcow for Python bits
r? @magsout for CSS + JS