summaryrefslogtreecommitdiff
path: root/actions/userauthorization.php
AgeCommit message (Expand)Author
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
2008-07-02methodEvan Prodromou
2008-06-10fixup some TODOs, fix a bug in userauthorizationEvan Prodromou
2008-06-06checks for user and sub in validate and better error check in remote saveEvan Prodromou
2008-06-06debug info for authorizing tokenEvan Prodromou
2008-06-06handle errors in authorizing and saving remote profileEvan Prodromou
2008-06-06use $_GET, not $argsEvan Prodromou
2008-06-06don't clone arrays!Evan Prodromou
2008-06-06fix args in returntoEvan Prodromou
2008-06-05move avatar scaling and saving to Avatar and ProfileEvan Prodromou
2008-06-05aEvan Prodromou
2008-06-05bad validation of callback URLEvan Prodromou
2008-06-05decided to validate tag uris rather than not validating any urisEvan Prodromou
2008-06-04don't validate listenee URIEvan Prodromou
2008-06-04clear request doesn't need an argumentEvan Prodromou
2008-06-04correct order of params in get_tokenEvan Prodromou
2008-06-04automatically prepend filename to debug outputEvan Prodromou