summaryrefslogtreecommitdiff
path: root/actions/userauthorization.php
AgeCommit message (Expand)Author
2010-04-10Fix inconsistencies in clientError() messagesSiebrand Mazeland
2010-02-04Fixes minor remote subscription profile layoutSarven Capadisli
2010-01-10* L10n updates: consistent puctuationSiebrand 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-08-05Use NICKNAME_FMT everywhere consistentlyCraig Andrews
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-04-12Updated styles for the Authrization subscription form inputsSarven Capadisli
2009-04-12Updated markup for entity_profile on Authorize subscription page.Sarven Capadisli
2009-03-11Remove OAuthRequest as storage from userauthorization.Adrian Lang
2009-03-11Remove second OAuth request validation.Adrian Lang
2009-03-11Fixes #827: Laconica expects full OAuth message for user auth request.Adrian Lang
2009-03-09Improve handling of null values in profile parameters.Adrian Lang
2009-03-07fix case of OAuthUtil methodEvan Prodromou
2009-03-07fix for change in OAuthUtil upstreamEvan Prodromou
2009-02-27Fixes #1067: Avatar stretched on authorize remote subscription page. The img ...Adrian Lang
2009-02-09Fixed remote subscribe avatar problemsEvan Prodromou
2009-02-07trac #1155 ++ replace strlen with mb_strlen for all utf8 strings.Robin Millette
2009-01-26Cancel -> Reject in remote subscribeAdrian Lang
2009-01-23Fix over-zealous un-underscoring in userauthorizationEvan Prodromou
2009-01-23Update userauthorization, strip out a lot of debug stuffEvan 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-23TRUEEvan 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-02whitespace fixup in userauthorizationEvan Prodromou
2008-12-02check for license compatibilityEvan 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-09-09Fix remote sub when redirected via login (Ticket #618)CiaranG
2008-09-04Resolve remote subscribe and omb problems with quotes (Tickets #604 and #567)CiaranG
2008-08-29session token in userauthorization formEvan Prodromou
2008-08-29csrf protection in userauthorizationEvan Prodromou
2008-08-22better error reporting in user authorization actionEvan Prodromou
2008-08-16name omb_listener param so we can refer to it in error msgEvan Prodromou
2008-07-22base class is_readonly() now returns false by defaultzach
2008-07-22Added is_readonly() method to all Actionszach
2008-07-08Convert _t() to _() for gettext.Mike Cochrane