really basic preventivie mesures for facebook friending. we need to GO ALL THE WAY and proxy facebook users to be in many aspects

This commit is contained in:
Maxwell Salzberg 2011-08-19 15:55:21 -07:00
parent bb5ada6533
commit 735a37ffe0
3 changed files with 2 additions and 11 deletions

View file

@ -1,4 +1,4 @@
class DiasporaDeviseMailer < DeviseMailer
class DiasporaDeviseMailer < Devise::Mailer
include NotifierHelper
default :from => AppConfig[:smtp_sender_address]

View file

@ -17,9 +17,6 @@
<tr>
<td style="padding: 10px 0pt 0px 20px; background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-size: 44px; font-weight: bold; color: rgb(0, 0, 0);">
Finally - it's here.<br>
@ -31,11 +28,6 @@
</a></td></tr>
<tr><td style="padding: 0pt 30px; background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 20px;">
The social network you have been waiting for has arrived. Revamped, more secure, and more fun, <strong>DIASPORA*</strong> is ready to help you share and explore the web in a whole new way.
<br>

View file

@ -41,12 +41,11 @@ var ContactEdit = {
processSuccess: function(element, evt, data) {
element.removeClass('loading')
element.parent().parent().html('sent!');
if (data.url != undefined) {
window.location = data.url;
} else {
element.toggleClass("selected");
Diaspora.widgets.flashes.render({'success':true, 'notice':data.message});
}
},