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
/
finishopenidlogin.php
Age
Commit message (
Expand
)
Author
2009-02-05
Allow re-authentication with OpenID
Evan Prodromou
2009-01-23
Update finishopenidlogin
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-12-09
resolve conflicts
Evan Prodromou
2008-12-03
don't allow new users if the site is closed or invite only in OpenID
Evan Prodromou
2008-12-09
slightly better rememberme logic in finishopenidlogin
Evan Prodromou
2008-11-17
♫ Don't you forget about me ♫
Evan Prodromou
2008-08-28
add a token for CSRF avoidance
Evan Prodromou
2008-08-13
move user registration to a single static method
Evan Prodromou
2008-07-13
Colapse a lot of strings to make like easier for translators and more consisi...
Mike Cochrane
2008-07-13
Merge some gettext strings to one line so translation tools are happier
Mike Cochrane
2008-07-08
Remove tralling whitespace on lines and a gettext replacement that I missed.
Mike Cochrane
2008-07-08
Convert _t() to _() for gettext.
Mike Cochrane
2008-07-10
don't auto-pull OpenID parameters
Evan Prodromou
2008-07-02
method
Evan Prodromou
2008-06-23
implement rememberme functionality
Evan Prodromou
2008-06-22
forgot to return on invalid nickname
Evan Prodromou
2008-06-22
disallow nicknames on a blacklist
Evan Prodromou
2008-06-20
change from using tag uris to http urls for identifiers
Evan Prodromou
2008-06-19
push instructions into head and require license
Evan Prodromou
2008-06-19
need a profileurl for new users
Evan Prodromou
2008-06-19
move update_user function to openid.php
Evan Prodromou
2008-06-19
immediate mode for openid
Evan Prodromou
2008-06-18
fix syntax error in finishopenidlogin
Evan Prodromou
2008-06-18
consolidate linking a user to an OpenID
Evan Prodromou
2008-06-18
fix missing parens
Evan Prodromou
2008-06-18
go to profile instead of profile settings
Evan Prodromou
2008-06-18
set nickname correctly
Evan Prodromou
2008-06-18
fix get_saved_values() function in finishopenidlogin
Evan Prodromou
2008-06-18
refactoring error
Evan Prodromou
2008-06-18
check existence of args not booleanness
Evan Prodromou
2008-06-18
fix prompt and debug input
Evan Prodromou
2008-06-18
finish openid
Evan Prodromou