commandprompt / redmine_pastebin

A real pastebin plugin for Redmine. At last!
Other
33 stars 16 forks source link

Non-viewable secure pastes show up in the activity feed #19

Closed jawilson closed 11 years ago

jawilson commented 11 years ago

Secure pastes by other users show up in the activity list for all users with paste view permissions. This means they can see a preview of the paste, even though the link returns a 404.

a1exsh commented 11 years ago

This is now fixed in 00764fb. Thank you for the report!

jawilson commented 11 years ago

Wow, thanks for the quick turn around! Your commit fixed the the issue, but now I can see pastes from all projects in the project activity feeds. Also, it's worth noting that fix requires ruby >=1.9 because of the default lambda value, which I had to upgrade on my setup.

a1exsh commented 11 years ago

Heh, fixed now in 31959ec... what a mess! Thank you again for reporting this.

jawilson commented 11 years ago

Works great! Thanks for the helpful plugin and the support.