imgurBar
imgurBar copied to clipboard
Doesn't work
Take a screenshot Login
Are both greyed out. OS X 10.8.2
Both are also greyed out on 10.7.5 :(
Same here in 10.8.3.
Radius is permanently green, and the Take a screenshot and Login options are greyed out :(
I'm not an Obj-C developer, but I loaded the project into XCode and can't identify any function that handles that menu item -- I don't think it ever worked; it's probably just a stub menu item that the original developer was going to work on the functionality at some point.
I think it's clear this is a relatively abandoned project, though the anonymous posting to imgur seems to work fine for me on 10.8.2.
Yeah I stubbed out features I planned on implementing and never got around to. I was hoping someone else would pick them up :)
FYI, my comment is by far a criticism -- this program does what I need it to do. But if I need to have the image associated with my login, then I can just drag/drop onto imgur's site.
I'll keep a follow on the repo and help test out anything that gets updated, but I have zero Obj-C experience, so I can't really contribute.
I'm very experienced with Obj-C (it's my job), I'll look at the code when I get a chance and see about wiring up the stuff that needs fixing.
I was planning to write one of these before I found this :)
@steveatinfincia :+1:
@steveatinfincia thanks -- any pull requests are welcome, that's why I threw this up on GH!
Sorry for abandoning this lately folks :(
IMHO adding login support is still something that should be considered; since anonymous upload is public as far as I can tell (please correct me if I'm wrong) and the only way to upload an image and make it private is by authenticating with an imgur account. For an example, look at this chrome extension for the flow of requests.
That's not entirely correct, images can be visible or hidden in profile and albums (visibility without knowing the full URL); while a secret album returns 404 if ur not thethe owner user even when full URL is known.
Source: https://help.imgur.com/hc/en-us/articles/201746817-Image-and-album-privacy-explained-
Best regards, Pavel Savchenko
On Tue, Jun 23, 2015 at 8:52 PM, Miles [email protected] wrote:
@asfaltboy All images uploaded to Imgur are public, irregardless of whether you are authenticated or not.
Reply to this email directly or view it on GitHub: https://github.com/zbuc/imgurBar/issues/8#issuecomment-114606617
Oh right, mm forget about it then :)
Best regards, Pavel Savchenko
On Tue, Jun 23, 2015 at 9:09 PM, Miles [email protected] wrote:
@asfaltboy I am correct, as per the source you posted:
Please note that album privacy settings DO NOT affect individual image privacy. For example, if your album is marked secret, the image inside of the album is still accessible at anytime via the URL. AN IMAGE CAN NEVER BE SECRET.
Reply to this email directly or view it on GitHub: https://github.com/zbuc/imgurBar/issues/8#issuecomment-114613333