Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-24 | show a single notice in atom entry format | Evan Prodromou | |
2010-10-23 | * translator documentation added. | Siebrand Mazeland | |
* superfluous whitespace removed. | |||
2010-10-22 | Updated styling for OAuth authorization page's desktop mode. | Zach Copley | |
TODO: move these styles into the main CSS file. | |||
2010-10-22 | Pass OAuth authorize page's mode paramater to OpenID plugin so it can create ↵ | Zach Copley | |
a correct returnto URL | |||
2010-10-21 | Fix regression (whoops!) | Zach Copley | |
2010-10-21 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-21 | Re-camelcase ApiOauthAuthorizeAction so it will be accessible when | Zach Copley | |
a site is in pivate mode | |||
2010-10-22 | Fix syntax errors | Zach Copley | |
2010-10-21 | OAuth - inform consumer when user refused to authorize a request token | Zach Copley | |
http://status.net/open-source/issues/2848 | |||
2010-10-21 | Don't show 'anonymous' app in OAuth application list. | Zach Copley | |
2010-10-21 | Fix bad reference. | Zach Copley | |
2010-10-21 | OAuth - proper callback handling and better styling for authorization | Zach Copley | |
page when in desktop mode | |||
2010-10-21 | Change OAuth authorization page's action name to be inline with | Zach Copley | |
other web page action names so the body id outputs correctly. Fix some other bugs. | |||
2010-10-21 | New "desktop" mode for the OAuth authorization page. If mode=deskstop | Zach 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-21 | i18n/L10n consistency updates. | Siebrand Mazeland | |
2010-10-21 | i18n/L10n updates, translator docs updated, superfluous whitespace removed. | Siebrand Mazeland | |
2010-10-20 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
Conflicts: actions/apioauthauthorize.php lib/apioauthstore.php | |||
2010-10-20 | Use a new table (oauth_token_association) to associate authorized | Zach Copley | |
request tokins with OAuth client applications and profiles. | |||
2010-10-21 | i18n/L10n updates, translator comments added/fixed, superfluous whitespace ↵ | Siebrand Mazeland | |
removed. | |||
2010-10-20 | Pretty 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-20 | Initial OpenID+OAuth thingy. | Brion Vibber | |
2010-10-20 | Consistent 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-19 | Stick OAuth developer help info in a section | Zach Copley | |
2010-10-19 | Merge branch 'anon-consumer' into 0.9.x | Zach Copley | |
2010-10-19 | Add support for an anonymous OAuth consumer. Note: this requires a | Zach 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-20 | Add missing "address" | Siebrand Mazeland | |
2010-10-20 | Many i18n/L10n updates and lots of descriptions for translators added. | Siebrand Mazeland | |
2010-10-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-19 | Fix PHP notice when submitting 'design' admin panel on a browser that ↵ | Brion Vibber | |
doesn't support file uploads such as Mobile Safari | |||
2010-10-19 | Relax restrictions on URL validation for oauth_callback. We need to | Zach Copley | |
allow custom schemes like mustard:// etc. | |||
2010-10-19 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-19 | OAuth - better log messages | Zach Copley | |
2010-10-18 | Merge branch '0.9.x' | Brion Vibber | |
2010-10-18 | * fix bugs in parameter numbering for two messages | Siebrand Mazeland | |
* add translator documentation | |||
2010-10-18 | options to nofollow external links in notices | Evan Prodromou | |
2010-10-16 | * add plural support where missing | Siebrand Mazeland | |
* update translator documentation. | |||
2010-10-16 | Update translator documentation. | Siebrand Mazeland | |
2010-10-15 | Fix for ticket #2837: white screen when hitting 'make admin' button on group ↵ | Brion Vibber | |
members list. RedirectingAction->returnToArgs() has been renamed to returnToPrevious() to avoid confusion with the existing Action->returnToArgs which gives the arguments that would be used to pass to one of those. :) Switching to the correct function call gets it working. Thanks to Siebrand for catching it when I could debug it live! | |||
2010-10-15 | add SSL servers and paths to pathadminpanel.php | Evan Prodromou | |
2010-10-14 | let users set their SSL logo through the admin panel | Evan Prodromou | |
2010-10-12 | Merge branch 'oauth-1.0a' into 0.9.x | Zach Copley | |
2010-10-12 | Print a proper error message | Zach Copley | |
2010-10-12 | Add a basic group deletion for moderator users. | Brion Vibber | |
2010-10-12 | Output a log message when issuing a request token | Zach Copley | |
2010-10-08 | Fix PHP fatal error in DeletenoticeAction: died when we had a valid notice, ↵ | Brion Vibber | |
but weren't logged in due to accessing $this->user before the login check. Moved check up to prepare() from handle() so it's done before usage | |||
2010-10-07 | Update ApiOauthAccessTokenAction to OAuth 1.0a | Zach Copley | |
2010-10-07 | Added a comment about an open question: Should we allow pin-based | Zach Copley | |
workflow for clients registered as web applications? | |||
2010-10-07 | Make the verifier pin display a little nicer | Zach Copley | |