imgurBar icon indicating copy to clipboard operation
imgurBar copied to clipboard

Doesn't work

Open wamatt opened this issue 12 years ago • 11 comments

Take a screenshot Login

Are both greyed out. OS X 10.8.2

wamatt avatar Dec 09 '12 06:12 wamatt

Both are also greyed out on 10.7.5 :(

atticus18244fsas avatar Dec 22 '12 22:12 atticus18244fsas

Same here in 10.8.3.

Radius is permanently green, and the Take a screenshot and Login options are greyed out :(

si77 avatar Apr 04 '13 08:04 si77

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.

kyounger avatar Aug 28 '13 23:08 kyounger

Yeah I stubbed out features I planned on implementing and never got around to. I was hoping someone else would pick them up :)

zbuc avatar Aug 29 '13 14:08 zbuc

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.

kyounger avatar Aug 29 '13 14:08 kyounger

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 avatar Apr 21 '14 20:04 steveatinfincia

@steveatinfincia :+1:

wamatt avatar Apr 21 '14 21:04 wamatt

@steveatinfincia thanks -- any pull requests are welcome, that's why I threw this up on GH!

Sorry for abandoning this lately folks :(

zbuc avatar Apr 22 '14 00:04 zbuc

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.

asfaltboy avatar Jun 23 '15 14:06 asfaltboy

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

asfaltboy avatar Jun 23 '15 19:06 asfaltboy

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

asfaltboy avatar Jun 23 '15 19:06 asfaltboy