]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/remotesubscribe.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / remotesubscribe.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-11 Evan Prodromouadd User-Agent to OMB requests
2008-11-18 Evan Prodromoucheck URI before sending
2008-11-18 Evan Prodromouadd some extra checks to avoid remote subscriptions...
2008-09-26 Evan Prodromoutry to clean up user-without-profile errors
2008-08-29 Zach CopleyCSRF protection in remotesubscribe
2008-08-24 Evan Prodromoube a little more liberal for sites that accidentally...
2008-07-24 Evan Prodromouensure that there's a session before redirecting the...
2008-07-13 Mike CochraneColapse a lot of strings to make like easier for transl...
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-07-09 Evan Prodromouname of form on remote subscribe changed
2008-07-09 Evan Prodromoup.instructions -> div.instructions
2008-07-02 Evan Prodromoumethod
2008-07-01 Evan Prodromouadd documentation for OpenMicroBlogging
2008-07-01 Evan Prodromouadd instructions to remotesubscribe
2008-06-12 Evan Prodromoubroadcast profile and change subscription input id
2008-06-12 Evan Prodromouadd instructions to each form entry in forms
2008-06-10 Evan Prodromouundo fancy URLs for omb endpoints
2008-06-06 Evan Prodromoupush yadis requirement into omb.php
2008-06-06 Evan Prodromoustash URLs for return and check all values for profiles
2008-06-06 Evan Prodromoustore URL rather than service in $omb for bounce back
2008-06-03 Evan Prodromouclear out lots of debugging code, add require to userau...
2008-06-03 Evan Prodromoufix service discovery (I think)
2008-06-03 Evan Prodromoutypo in use of omb_service_uri()
2008-06-03 Evan Prodromoumore debugging, don't reuse variable
2008-06-02 Evan Prodromoumove debugging code for checking URIs of XRD
2008-06-02 Evan Prodromoutrying to find out why auth request is going to request...
2008-06-02 Evan Prodromouget rid of callback nonce
2008-06-02 Evan Prodromoufix consumer fetching, nonce making
2008-06-02 Evan Prodromoucorrect server error output
2008-06-02 Evan Prodromouadd some debugging output to request token request
2008-06-02 Evan Prodromouminor corrections for OMB discovery
2008-06-02 Evan Prodromoudebug info
2008-06-02 Evan Prodromoufix assignment of omb stuff
2008-06-02 Evan Prodromoumake a nodes variable to pass nodes by reference
2008-06-02 Evan Prodromoutrim whitespace
2008-06-02 Evan Prodromouservices() returns an array
2008-06-02 Evan Prodromouadd some debugging stuff for problems with remote subscribe
2008-06-02 Evan Prodromouuse omb_service_filter() rather than omb_match_service()
2008-06-02 Evan Prodromoumove service-matching callbacks to library
2008-06-02 Evan Prodromoubetter handling of XRDS files
2008-05-30 Evan Prodromouparse the XRDS results
2008-05-30 Evan Prodromoucheck xrds object
2008-05-30 Evan Prodromoudebug message for when services returns null
2008-05-30 Evan Prodromoubetter debug messages
2008-05-30 Evan Prodromoutypo in checking for YADIS failure
2008-05-30 Evan Prodromouadd debug logging and do some from the remotesubscribe...
2008-05-30 Evan Prodromoucheck to see if XRDS discovery failed
2008-05-30 Evan Prodromoucorrect content-type on XRDS document
2008-05-30 Evan Prodromouadd a print_r for the yadis doc returned
2008-05-30 Evan Prodromoushow footer for remotesubscribe form
2008-05-30 Evan Prodromoucheck that services are null in yadis check
2008-05-30 Evan Prodromouremotesubscribe form
2008-05-27 Evan Prodromouclient side of distributed subscription almost complete