summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-27Merge branch 'master' of gitorious.org:statusnet/mainline into testingtestingBrion Vibber
2010-05-27Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-05-27Ticket #2329: fix for use of _m() translation functions from outside of ↵Brion Vibber
plugin directories
2010-05-27Pass auth user into Atom feed generators (needed for outputting favorited ↵Zach Copley
status in statusnet:notice_info tag)
2010-05-26Remove settting/getting a 'verb' for Facebook stream entries / statusZach Copley
updates. Facebook has disabled the ability to store user preferences via their old REST API, causing our application to break. Also, verbs in status updates seem to be deprecated, and stream posts don't seem to have a verb.
2010-05-26Merge branch 'more-notice-info'Zach Copley
2010-05-26Add repeat info to statusnet:notice_info Atom elementZach Copley
2010-05-25WikiHowProfile plugin; pulls avatar from WikiHow profile pages when ↵Brion Vibber
registering or adding account with OpenID. (Full name, location, homepage, and bio are also on the profile page but not marked up in a way they can be easily retrieved yet.) OpenID plugin: Added events at OpenID account creation and update time to allow additional customizations for particular sites.
2010-05-25Small update to the README: Facebook has changed the name of one ofZach Copley
its application settings fields.
2010-05-25Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-05-25Hotpatch for infinite redirection-following loop seen processing URLs to ↵Brion Vibber
http://clojure.org/ -- if we end up with an unstable redirect target (final item in a redirect chain ends up redirecting us somewhere else when we visit it again), just save the last version we saw instead of trying to start over. Pretty much everything in File and File_redirection initial processing needs to be rewritten to be non-awful; this code is very hard to follow and very easy to make huge bugs. A fair amount of the complication is probably obsoleted by the redirection following being built into HTTPClient now.
2010-05-25Revert "Backing out locale switch change to see if this affects our mystery ↵Brion Vibber
memory leak." This reverts commit f98609204fb9b5966b9e4c9e4bf8bf605656c31c.
2010-05-25Backing out locale switch change to see if this affects our mystery memory leak.Brion Vibber
Revert "Locale switch cleanup: use common_switch_locale() which is safer for updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back." This reverts commit 74a89b1fc37067d91d31bd66922053361eb4e616.
2010-05-25Dequeue notice when we hit any Facebook error.Zach Copley
2010-05-24Accidentally used the wrong log level (LOG ERROR instead of LOG_ERR)Zach Copley
2010-05-24Clear up warnings I introduced by refactoring Facebook postingZach Copley
2010-05-24Upgrade Facebook posting:Zach Copley
- Use FQL to check for publish stream permission instead of old REST API - Better error handling, especially for error code 100 - More logging / better log messages
2010-05-24Upgrade to latest old REST API library (0.1.0)Zach Copley
2010-05-24Handle funky notice deletion cases more gracefully: if we already have a ↵Brion Vibber
deleted_notice entry, don't freak out when we try to save it again on the second try.
2010-05-22Hotpatch for Facebook mirror problems: drop messages when hitting rate limit ↵Brion Vibber
(err 341) instead of retrying forever. On unknown errors, now throwing an exception so it'll hit the message retry limits.
2010-05-21Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-05-21Add $config['queue']['stomp_enqueue_to'] override for which queue server to ↵Brion Vibber
send to. Must be set to a value that matches one of the entries in $config['queue']['stomp_server'] array, otherwise ignored.
2010-05-21Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-05-21Add TweetDeck to notice sourcesZach Copley
2010-05-21Avoid PHP notice about undefined array index when no avatar photo available ↵Brion Vibber
from Google profile
2010-05-21Disable SSL peer/hostname verification for HTTPClient unless we've ↵Brion Vibber
configured a trusted CA bundle like this: $config['http']['ssl_cafile'] = '/usr/lib/ssl/certs/ca-certificates.crt'; The previous state was failing on all HTTPS hits due to HTTP_Request2 library turning on the validation check but not specifying a CA file.
2010-05-20Added block link to subscription notification emails; block action can now ↵Brion Vibber
take a profile ID on the URL; added profile details to block page so there's an indication of who you're blocking before you pull the trigger. Fixed typo in RedirectingAction when no return-to data provided in form submission. RedirectingAction::returnToArgs() has been renamed to returnToPrevious() to avoid conflict with Action::returnToArgs() which returns arguments to be passed to other actions as return-to arguments. All callers should now be updated. More profile settings actions will now redirect through a login form if visited as a GET request, as would be expected from a bookmark, link sent in e-mail etc.
2010-05-19Quick fix for creating OpenID accounts authenticating against a MediaWiki ↵Brion Vibber
site; trim the 'User:' etc from the final path segment before generating a nickname from it. Avoids ending up with nicks like 'userbrion' on your first OpenID login!
2010-05-19Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-05-19Add config option for RequireValidatedEmail plugin to skip the check for ↵Brion Vibber
folks with a trusted OpenID association. Also added an event that other plugins or local config can use to override the checks.
2010-05-19Hotpatch to add additional debug statements to FacebookPlugin'sZach Copley
facebook posting code.
2010-05-19Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-05-19Locale switch cleanup: use common_switch_locale() which is safer for ↵Brion Vibber
updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back. Should help with problems where xmppdaemon would get stuck in wrong locale.
2010-05-18Need to always emit statusnet:notice_info so it's available in profile feedsZach Copley
2010-05-18Remove errant double HTML entity encoding in API source attributionZach Copley
2010-05-18Allow OStatusPlugin to set the source attribution titleZach Copley
2010-05-18- OStatusPlugin should return true if it doesn't need to handle sourceZach Copley
attribution - Remove stray break statement from NoticeList
2010-05-18HTML entity encode source link URLs in plain XML output and add ↵Zach Copley
rel="nofollow" to them
2010-05-18Add source link attr to statusnet:notice_info element in Atom output for noticesZach Copley
2010-05-18Refactor and centralize notice source link calculationZach Copley
2010-05-18Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵Zach Copley
notices
2010-05-18Redirect non-SSL hits to login & register actions to SSL if 'always' or ↵Brion Vibber
'sometimes' SSL modes are kicked in. The forms would already submit to SSL, but people are happier if they start on a secure page! Note: this really should be done for sensitive/all URLs in index.php, but it seems a bit awkward to reconstruct the SSL version of the link atm. Cleanup todo!
2010-05-18typo fix in en_GB localization (also updated @ translatewiki)Brion Vibber
2010-05-18Merge branch 'openid-teams' into testingBrion Vibber
2010-05-18OpenID access control options: trusted provider URL, Launchpad team ↵Brion Vibber
restrictions. Added an admin panel for setting these and OpenID-only mode, off by default. To enable the admin panel: $config['admin']['panels'][] = 'openid'; Or to set them manually: $config['openid']['trusted_provider'] = 'https://login.ubuntu.net/'; $config['openid']['required_team'] = 'my-project-cabal'; $config['site']['openidonly'] = true; OpenID-only mode can still be set from addPlugin() parameters as well for backwards compatibility. Note: if it's set there, that value will override the setting from the database or config.php. Note that team restrictions are only really meaningful if a trusted provider is set; otherwise, any OpenID server could report back that users are members of the given team. Restrictions are checked only at OpenID authentication time and will not kick off people currently with a session open; existing remembered logins may also survive these changes. Using code for Launchpad team support provided by Canonical under AGPLv3, pulled from r27 of WordPress teams integration plugin: https://code.edge.launchpad.net/~canonical-isd-hackers/wordpress-teams-integration/trunk
2010-05-18Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-05-18invalid mbox_sha1sum in the case where users don't have an email addressJames Walker
(reported by pedantic-web.org)
2010-05-17Include notice fragment on 'in context' links in Realtime plugin family.Brion Vibber
2010-05-17Patch from g0: fix for conversation links in Realtime updatesBrion Vibber
Previously was using the reply-to URL, which didn't match with other displays. Now sends to the right conversation page.
2010-05-14accept either salmon endpoint (until they're unified in the spec)James Walker