index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
actions
/
invite.php
Age
Commit message (
Expand
)
Author
2009-10-26
Make email domain checking optional, as some statusnet installations (such as...
Craig Andrews
2009-09-09
Merge remote branch 'laconica/0.8.x' into 0.9.x
Craig Andrews
2009-09-03
Created autofocus method to give focus to an element (primarily a form
Sarven Capadisli
2009-08-27
Merge branch '0.8.x' into 0.9.x
Evan Prodromou
2009-08-26
define LACONICA and accept LACONICA for backwards compatibility
Evan Prodromou
2009-08-25
change LACONICA to STATUSNET
Evan Prodromou
2009-08-25
a distributed -> the distributed
Evan Prodromou
2009-08-25
change Laconica and Control Yourself to StatusNet in PHP files
Evan Prodromou
2009-08-21
Revert "Added configuration option to only allow OpenID logins."
Evan Prodromou
2009-08-10
Added configuration option to only allow OpenID logins.
Jeffery To
2009-07-27
trim the subject line of invite emails
Craig Andrews
2009-06-26
Merge branch '0.8.x' into invite-enabled
Jeffery To
2009-06-20
Update copyright dates in files modified in 2009
Evan Prodromou
2009-06-20
change Controlez-Vous to Control Yourself
Evan Prodromou
2009-06-14
Adds $config['invite']['enabled'] to enable/disable invites.
Jeffery To
2009-05-23
make invite use the current user's design
Evan Prodromou
2009-04-13
isReadOnly() now takes arguments
Evan Prodromou
2009-01-24
Invitation markup and style
sarven
2009-01-22
Add attributes for invite
Evan Prodromou
2009-01-22
Add local nav to invite
Evan Prodromou
2009-01-22
convert invite
Evan Prodromou
2009-01-15
All actions now use isReadOnly()
Evan Prodromou
2009-01-15
Convert use of common_server_error and common_user_error to methods on Action
Evan Prodromou
2009-01-15
Convert all actions to use new UI functions
Evan Prodromou
2008-12-23
move opening brace of class declaration to next line
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-08-29
CSRF protection for invites.php
Zach Copley
2008-08-26
removed the preview, so use "Send" for the button
Evan Prodromou
2008-08-26
fix format string, again again
Evan Prodromou
2008-08-26
lost the names when making a new function send_invitation
Evan Prodromou
2008-08-26
send personal message through to send_invitation function
Evan Prodromou
2008-08-26
fix runon string in invites format
Evan Prodromou
2008-08-26
fix format for subject
Evan Prodromou
2008-08-26
save invitation code and improve format of outgoing mail
Evan Prodromou
2008-08-26
correct output on invitations
Evan Prodromou
2008-08-26
updates for invitations
Evan Prodromou
2008-08-25
skip preview, just send the darn thing
Evan Prodromou
2008-08-25
fix instructions
Evan Prodromou
2008-08-25
start the invite form
Evan Prodromou