index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
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
/
finishremotesubscribe.php
Age
Commit message (
Expand
)
Author
2009-11-25
Fix fatal error on OMB subscription for first-timers
Brion Vibber
2009-09-19
Fix merges.
Adrian Lang
2009-09-15
change all evans to evan@status.net
Evan Prodromou
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
Update libomb, fix some omb handling stuff, improve error handling.
Adrian Lang
2009-08-10
Replace own OMB stack with libomb.
Adrian Lang
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-04-15
Make OMB work if the configured domain name does not exclusively contain lowe...
Adrian Lang
2009-04-01
Try to do intelligent redirect codes
Evan Prodromou
2009-03-11
Make OMB work if the configured domain name does not exclusively contain lowe...
Adrian Lang
2009-03-09
Improve handling of null values in profile parameters.
Adrian Lang
2009-02-27
Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.
Adrian Lang
2009-02-09
Fixed remote subscribe avatar problems
Evan Prodromou
2009-01-15
Convert use of common_server_error and common_user_error to methods on Action
Evan Prodromou
2008-12-23
move opening brace of class declaration to next line
Evan Prodromou
2008-12-23
TRUE
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-15
correctly handle remote re-subscribe
0.6.4
Evan Prodromou
2008-12-15
bug with remote subscriptions and blocks
Evan Prodromou
2008-12-11
add User-Agent to OMB requests
Evan Prodromou
2008-12-07
don't allow remote subscribes from blocked profiles
Evan Prodromou
2008-11-18
add some extra checks to avoid remote subscriptions to local users
Evan Prodromou
2008-09-04
Fix typo in finishremotesubscribe
CiaranG
2008-09-04
Resolve remote subscribe and omb problems with quotes (Tickets #604 and #567)
CiaranG
2008-08-24
notify user of remote subscriptions
Evan Prodromou
2008-07-22
base class is_readonly() now returns false by default
zach
2008-07-22
Added is_readonly() method to all Actions
zach
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-06-18
change references from subscribed to subscribers
Evan Prodromou
2008-06-06
push yadis requirement into omb.php
Evan Prodromou
2008-06-06
stash URLs for return and check all values for profiles
Evan Prodromou
2008-06-06
store URL rather than service in $omb for bounce back
Evan Prodromou
2008-06-06
debugging request for access token
Evan Prodromou
2008-06-06
remember to sign access token request with request token
Evan Prodromou
2008-06-06
listenee is nickname, not URI
Evan Prodromou
2008-06-06
debugging info on finished remote subscribe
Evan Prodromou
2008-06-05
move avatar scaling and saving to Avatar and Profile
Evan Prodromou
2008-06-02
get rid of callback nonce
Evan Prodromou
2008-05-27
client side of distributed subscription almost complete
Evan Prodromou