summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2010-11-19Ticket #1987: support since_id on API notice search methods.Brion Vibber
max_id is not yet implemented, as it'll need support added to the search backends. (since_id we get 'for free' by just cropping off the list, it'll do for now)
2010-11-16Prep for ticket #2895: consolidate common code from PopularNoticeList and ↵Brion Vibber
FavoritedAction for fetching popular notice lists
2010-11-12fix syntax error introduced in i18n tweaks: newgroup actionBrion Vibber
2010-11-12Revert "Missing one close-paren in newgroup.php" - incorrect fix for paren bugBrion Vibber
This reverts commit 3afb031d9270a29db7f1ac4a964bb4b796759827.
2010-11-11Fix missing close of comment blockZach Copley
2010-11-09Missing one close-paren in newgroup.phpEvan Prodromou
2010-10-28Merge branch 'master' into 0.9.xBrion Vibber
2010-10-28Fix for regression: fatal error on group page display when not logged in.Brion Vibber
Bug was introduced with group deletion feature.
2010-10-28Update translator documentation.Siebrand Mazeland
2010-10-28* i18n/L10n fixes.Siebrand Mazeland
* translator documentation updated. * superfluous whitespace removed.
2010-10-28* i18n/L10n fixes.Siebrand Mazeland
* translator documentation updated. * superfluous whitespace removed.
2010-10-26Fix OAuth verifier display page title and msgs for i18nZach Copley
2010-10-25Supress header, footer, sidebar on OAuth verifier pin page when in "desktop" ↵Zach Copley
mode
2010-10-25Add special CSS classes to OAuth authorization and pin pages whenZach Copley
in desktop mode
2010-10-25Less scary OAuth authorization messages when using anonymous consumerZach Copley
2010-10-23* translator documentation added.Siebrand Mazeland
* superfluous whitespace removed.
2010-10-22Updated styling for OAuth authorization page's desktop mode.Zach Copley
TODO: move these styles into the main CSS file.
2010-10-22Pass OAuth authorize page's mode paramater to OpenID plugin so it can create ↵Zach Copley
a correct returnto URL
2010-10-21Fix regression (whoops!)Zach Copley
2010-10-21Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-10-21Re-camelcase ApiOauthAuthorizeAction so it will be accessible whenZach Copley
a site is in pivate mode
2010-10-22Fix syntax errorsZach Copley
2010-10-21OAuth - inform consumer when user refused to authorize a request tokenZach Copley
http://status.net/open-source/issues/2848
2010-10-21Don't show 'anonymous' app in OAuth application list.Zach Copley
2010-10-21Fix bad reference.Zach Copley
2010-10-21OAuth - proper callback handling and better styling for authorizationZach Copley
page when in desktop mode
2010-10-21Change OAuth authorization page's action name to be inline withZach Copley
other web page action names so the body id outputs correctly. Fix some other bugs.
2010-10-21New "desktop" mode for the OAuth authorization page. If mode=deskstopZach Copley
is specified in the request the page is probably meant to be displayed in a small webview of another application, so suppress header, aside and footer.
2010-10-21i18n/L10n consistency updates.Siebrand Mazeland
2010-10-21i18n/L10n updates, translator docs updated, superfluous whitespace removed.Siebrand Mazeland
2010-10-20Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
Conflicts: actions/apioauthauthorize.php lib/apioauthstore.php
2010-10-20Use a new table (oauth_token_association) to associate authorizedZach Copley
request tokins with OAuth client applications and profiles.
2010-10-21i18n/L10n updates, translator comments added/fixed, superfluous whitespace ↵Siebrand Mazeland
removed.
2010-10-20Pretty up the OpenID variant of the OAuth login form a bit; change the ↵Brion Vibber
'Allow' button to 'Continue' so we're not confused why we get the form again after authenticating.
2010-10-20Initial OpenID+OAuth thingy.Brion Vibber
2010-10-20Consistent punctuation.Siebrand Mazeland
2010-10-20* i18n for many missing messages (???)Siebrand Mazeland
* add translator documentation.
2010-10-20* i18n/L10n fixes.Siebrand Mazeland
* translator documentation updated/added. * superfluous whitespace removed.
2010-10-19Stick OAuth developer help info in a sectionZach Copley
2010-10-19Merge branch 'anon-consumer' into 0.9.xZach Copley
2010-10-19Add support for an anonymous OAuth consumer. Note: this requires aZach Copley
small DB tweak. Oauth_application_user needs to have the primary compound key: (profile_id, application_id, token). http://status.net/open-source/issues/2761 This should also make it possible to have multiple access tokens per application. http://status.net/open-source/issues/2788
2010-10-20Add missing "address"Siebrand Mazeland
2010-10-20Many i18n/L10n updates and lots of descriptions for translators added.Siebrand Mazeland
2010-10-19Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-10-19Fix PHP notice when submitting 'design' admin panel on a browser that ↵Brion Vibber
doesn't support file uploads such as Mobile Safari
2010-10-19Relax restrictions on URL validation for oauth_callback. We need toZach Copley
allow custom schemes like mustard:// etc.
2010-10-19Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-10-19OAuth - better log messagesZach Copley
2010-10-18Merge branch '0.9.x'Brion Vibber
2010-10-18* fix bugs in parameter numbering for two messagesSiebrand Mazeland
* add translator documentation