summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
AgeCommit message (Expand)Author
2010-04-10Update message formatting for serverError to use a starting capital and a lea...Siebrand Mazeland
2009-11-28Fix typo in UI stringSiebrand Mazeland
2009-11-08Harmonise UI message "No such user."Siebrand Mazeland
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21Revert "Added configuration option to only allow OpenID logins."Evan Prodromou
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-21Update libomb, fix some omb handling stuff, improve error handling.Adrian Lang
2009-08-10Replace own OMB stack with libomb.Adrian Lang
2009-08-10Added configuration option to only allow OpenID logins.Jeffery To
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-04-02i18n for legend in remote sub formEvan Prodromou
2009-04-01Try to do intelligent redirect codesEvan Prodromou
2009-03-09Changed all $config[][] calls to common_config()Eric Helgeson
2009-03-09Improve handling of null values in profile parameters.Adrian Lang
2009-02-27Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.Adrian Lang
2009-01-23Cleanupsarven
2009-01-23Update remotesubscribe for new systemEvan Prodromou
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-11add User-Agent to OMB requestsEvan Prodromou
2008-11-18check URI before sendingEvan Prodromou
2008-11-18add some extra checks to avoid remote subscriptions to local usersEvan Prodromou
2008-09-26try to clean up user-without-profile errorsEvan Prodromou
2008-08-29CSRF protection in remotesubscribeZach Copley
2008-08-23be a little more liberal for sites that accidentally put whitespace before th...Evan Prodromou
2008-07-24ensure that there's a session before redirecting the userEvan Prodromou
2008-07-13Colapse a lot of strings to make like easier for translators and more consisi...Mike Cochrane
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-08name of form on remote subscribe changedEvan Prodromou
2008-07-08p.instructions -> div.instructionsEvan Prodromou
2008-07-02methodEvan Prodromou
2008-07-01add documentation for OpenMicroBloggingEvan Prodromou
2008-07-01add instructions to remotesubscribeEvan Prodromou
2008-06-12broadcast profile and change subscription input idEvan Prodromou
2008-06-12add instructions to each form entry in formsEvan Prodromou
2008-06-10undo fancy URLs for omb endpointsEvan Prodromou
2008-06-06push yadis requirement into omb.phpEvan Prodromou
2008-06-06stash URLs for return and check all values for profilesEvan Prodromou
2008-06-06store URL rather than service in $omb for bounce backEvan Prodromou
2008-06-03clear out lots of debugging code, add require to userauthorizationEvan Prodromou