Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Memcache::set() 3rd param should be flags (4th is expire). This throws a "2 ↵ | James Walker | |
lowest bytes reserved" error in Memcache > 3.0.3 | |||
2010-10-21 | i18n/L10n consistency updates. | Siebrand Mazeland | |
2010-10-21 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-21 | Fix syntax error | Zach Copley | |
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 | Update translator documentation and remove superfluous whitespace. | Siebrand Mazeland | |
2010-10-21 | i18n/L10n updates, translator comments added/fixed, superfluous whitespace ↵ | Siebrand Mazeland | |
removed. | |||
2010-10-20 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-20 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-20 | Wee fixin for overflowing notice content in sidebar. | Samantha Doherty | |
2010-10-20 | Merge branch '0.9.x' into openid-oauth | Brion Vibber | |
2010-10-20 | Fix option settings on oauth_post_notice.php | Brion Vibber | |
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-21 | * translator documentation added. | Siebrand Mazeland | |
* moved some translator comments that were not directly above the line with the message to the correct location. * i18n for UI text. * superfluous whitespace removed. | |||
2010-10-20 | Initial OpenID+OAuth thingy. | Brion Vibber | |
2010-10-20 | Fix --oauth-token-secret on oauth_verify_creds.php | Brion Vibber | |
2010-10-20 | Fix for ticket #2845: singleuser nickname configuration was being overridden ↵ | Brion Vibber | |
by site owner in router setup. I've consolidated the checks for which user to use for single-user mode into User::singleUser(), which now uses the configured nickname by preference, falling back to the site owner if it's unset. This is now called consistently from the places that needed to use the primary user's nickname in routing setup. Setting $config['singleuser']['nickname'] should now work again as expected. | |||
2010-10-20 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-20 | Revert DB change for OAuth. Change compound key for oauth_application_user | Zach Copley | |
back to (profile_id, application_id). I think we can get away without a DB change by only issuing one anonymous access token per user. | |||
2010-10-20 | Consistent punctuation. | Siebrand Mazeland | |
2010-10-20 | * i18n for many missing messages (???) | Siebrand Mazeland | |
* add translator documentation. | |||
2010-10-20 | Add FIXME | Siebrand Mazeland | |
2010-10-20 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-20 | * i18n/L10n fixes. | Siebrand Mazeland | |
* translator documentation updated/added. * superfluous whitespace removed. | |||
2010-10-20 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2010-10-20 | Fix nasty bug in parameter for e-mail notification for favourite. | Siebrand Mazeland | |
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-19 | Quick fix for wee regression in entity_action button hover states. | Samantha Doherty | |
2010-10-20 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-20 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-20 | More complete sentence and translator documentation added. | Siebrand Mazeland | |
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 | Quick fix for bad message in en_GB (#2790) -- fixed upstream at ↵ | Brion Vibber | |
http://translatewiki.net/w/i.php?title=StatusNet:A3894b1256ab040ed20a35eedeece8829c62d5ab-Direct_message_to_s_sent./en-gb&diff=2403802&oldid=1930996 | |||
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-19 | Just a little more mobile stylin. | Samantha Doherty | |
2010-10-19 | Quick mobile stylesheet for shiny theme. | Samantha Doherty | |
2010-10-19 | Big updates for themes rebase, clean, and shiny. A few more adjustments to ↵ | Samantha Doherty | |
come for 0.9.6, time (probably not) permitting. | |||
2010-10-19 | Fix casing of "translatewiki.net" | Siebrand Mazeland | |
2010-10-18 | Merge branch '0.9.x' | Brion Vibber | |