Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | * 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 | 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 | Add FIXME | 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 | 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 | More complete sentence and translator documentation added. | Siebrand Mazeland | |
2010-10-20 | Many i18n/L10n updates and lots of descriptions for translators added. | Siebrand Mazeland | |
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 | Bump version/string: 0.9.6 "Man on the Moon" | Brion Vibber | |
2010-10-18 | fix notice on non-https views | Brion Vibber | |
2010-10-18 | default for nofollow external is sometimes | Evan Prodromou | |
2010-10-18 | options to nofollow external links in notices | Evan Prodromou | |
2010-10-14 | Merge branch '2828' into 0.9.x | Brion Vibber | |
2010-10-14 | Fix for ticket #2828: apostrophe in site name set in installer created a ↵ | Brion Vibber | |
broken config.php. Now running values through var_export() before putting them into the config.php, ensuring strings will be properly quoted. | |||
2010-10-14 | document and default for site|ssllogo | Evan Prodromou | |
2010-10-14 | fix copy-and-paste error in javascript url creation | Evan Prodromou | |
2010-10-14 | make the logo be compatible with HTTPS pages, if possible | Evan Prodromou | |
2010-10-14 | Make HTTPS urls in File::url() if necessary | Evan Prodromou | |
2010-10-14 | correctly use sslserver if it is set | Evan Prodromou | |
2010-10-14 | use HTTPS for scripts and stylesheets if the current page is HTTPS | Evan Prodromou | |
2010-10-14 | show HTTPS urls for JavaScript if HTTPS used for page | Evan Prodromou | |
2010-10-14 | consolidate some theme path code between ssl and non-ssl | Evan Prodromou | |
2010-10-14 | use HTTPS for favicon.ico if page is HTTPS | Evan Prodromou | |
2010-10-14 | try to show HTTPS-encrypted theme files for HTTPS-encrypted pages | Evan Prodromou | |
2010-10-14 | try and show an SSL image for the creative commons image | Evan Prodromou | |
2010-10-14 | add static method StatusNet::isHTTPS() | Evan Prodromou | |
2010-10-13 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-10-13 | Clean up remote avatar temporary files if we fail before saving them into ↵ | Brion Vibber | |
avatars directory (OMB core, OStatus, WikiHowProfile, YammerImport) | |||
2010-10-12 | Merge branch 'oauth-1.0a' into 0.9.x | Zach Copley | |
2010-10-12 | Spelling - OAuth not Oath | Zach Copley | |
2010-10-12 | Add a basic group deletion for moderator users. | Brion Vibber | |
2010-10-12 | Followup to IIS installer tweaks in [9bb48c36]: | Brion Vibber | |
* skip 0-byte config files when initializing, go ahead and redirect to installer if no non-0-byte files * tweak warning on installer.php to let you know if you have a 0-byte config.php that's not writable, as opposed to generally already having a config.php with data in it | |||
2010-10-12 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-10-07 | Update ApiOauthAccessTokenAction to OAuth 1.0a | Zach Copley | |
2010-10-07 | Workaround for regression in input validation due to more PCRE oddities. ↵ | Brion Vibber | |
Recommend redoing common_validate_utf8() using something more reliable, perhaps. :P | |||
2010-10-07 | Use 7 digits for oob OAuth pin instead of 6 | Zach Copley | |
2010-10-07 | Events for showing the notice form | Evan Prodromou | |
2010-10-06 | - Update ApiOauthAuthorizeAction to 1.0a | Zach Copley | |
- Fix enumerable bugs - New page for displaying 1.0a verifier (still needs work) | |||
2010-10-06 | - New base InfoAction for dialog box like msgs | Zach Copley | |
- Fix titles on error pages | |||
2010-10-06 | Update ApiOauthRequestTokenAction to support OAuth 1.0a | Zach Copley | |
2010-10-06 | Override new_request_token() to store OAuth 1.0a verified callback URL | Zach Copley | |
2010-10-06 | Stab that 'p' parameter! | Zach Copley | |
2010-10-06 | Add plain text error format to clientError() | Zach Copley | |