summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-11-18Automatically make Facebook admin panel available if the FacebookBridgeZach Copley
plugin is installed.
2010-11-18Facebook: Add needed perms to plain login URLZach Copley
2010-11-18Fix name of Facebook Bridge pluginZach Copley
2010-11-17Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-11-17Remove dumb debugging statementZach Copley
2010-11-17Facebook: Gracefully handle disconnectionZach Copley
2010-11-17Add $config['attachments']['process_links'] to allow disabling processing of ↵Brion Vibber
mentioned URL links for attachment info (oEmbed lookups) and dereferencing of redirects that we didn't have shortened ourselves. This option may be useful for intranet sites that don't have direct access to the internet, as they may be unable to successfully fetch those resources.
2010-11-17use minified version of meteorupdater.jsEvan Prodromou
2010-11-17use minified version of realtime.jsEvan Prodromou
2010-11-16Use session token protection on oEmbed proxy action for LinkPreview... and ↵Brion Vibber
commit the file *sigh*
2010-11-16LinkPreview: clear preview thumbnails & data on form submission/resetBrion Vibber
2010-11-16Less redrawing of bits in the link thumbnail previewBrion Vibber
2010-11-16LinkPreview: restructure to make it easier to keep old link dataBrion Vibber
2010-11-16LinkPreview: use a local proxy for oEmbed lookups so we use a consistent ↵Brion Vibber
common code path, and don't open up to oohembed.com being evil
2010-11-16LinkPreview: restructure a bit so we can pass config overBrion Vibber
2010-11-16LinkPreview: piggyback on the counter update logic, cache lookups.Brion Vibber
2010-11-16LinkPreview: link the thumbnailsBrion Vibber
2010-11-16LinkPreview plugin more or less functioning (though not pretty), using ↵Brion Vibber
oohembed remote lookup and fixed sizes.
2010-11-16LinkPreview: flesh out stub JS code a bit. URL splitting doesn't quite match ↵Brion Vibber
core, note.
2010-11-16Stub LinkPreview pluginBrion Vibber
2010-11-16FacebookSSO -> FacebookBridgeZach Copley
2010-11-16Merge branch '0.9.x' into facebook-upgradeZach Copley
2010-11-16- Map notices to Facebook stream itemsZach Copley
- rename plugin FacebookBridgePlugin - delete/like/unlike notices across the bridge
2010-11-15Merge branch 'master' into 0.9.xBrion Vibber
2010-11-15Forgot to commit the JS for ModPlus. :)Brion Vibber
2010-11-15Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-15visual cleanup on ModPlus remote profile info popup menuBrion Vibber
2010-11-15Tweak remote profile action: hide stats from sidebar, tweak wording on ↵Brion Vibber
remote notice
2010-11-15RemoteProfileAction cleanup:Brion Vibber
- meta robots to prevent spidering - a little notice if silenced
2010-11-15visual tweaks for RemoteProfileActionBrion Vibber
2010-11-15RemoteProfileAction: redirect to the regular user profile page if given a ↵Brion Vibber
local user.
2010-11-15Stub RemoteprofileAction to show the standard profile header stuff for ↵Brion Vibber
offsite users -- provides a way to get at the mod & block controls for remote users.
2010-11-15Stub ModPlus plugin: will hold experimental UI improvements for mod actionsBrion Vibber
2010-11-12Save attached URLs when importing a Twitter status: this lets our thumbnail ↵Brion Vibber
detection handle photos and videos linked to by Twitter posters.
2010-11-12Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: actions/newgroup.php
2010-11-12Fix for failure edge case in TwitterBridge outgoing repeat/retweets.Brion Vibber
When the retweet failed with a 403 error (say due to it being a private tweet, which can't be retweeted) we would end up mishandling the return value from our internal error handling. Instead of correctly discarding the message and closing out the queue item, we ended up trying to save a bogus twitter<->local ID mapping, which threw another exception and lead the queue system to re-run it. - Fixed the logic check and return values for the retweet case in broadcast_twitter(). - Added doc comments explaining the return values on some functions in twitter.php - Added check on Notice_to_status::saveNew() for empty input -- throw an exception before we try to actually insert into db. :)
2010-11-12don't try to initialize the mapstraction canvas if it doesn't existEvan Prodromou
2010-11-12don't try to initialize the mapstraction canvas if it doesn't existEvan Prodromou
2010-11-11give users a chance to opt out of email summariesEvan Prodromou
2010-11-11fix update of email prefs in queue handlerEvan Prodromou
2010-11-10Add an action to handle deauthorization callbacks from FacebookZach Copley
2010-11-09Merge branch '0.9.x' into facebook-upgradeZach Copley
2010-11-09Make a richer StatusNet profile from a user's Facebook profileZach Copley
2010-11-09change width of notices table to display betterEvan Prodromou
2010-11-09some alignment in the table layoutEvan Prodromou
2010-11-09set height and width of avatar td in email summaryEvan Prodromou
2010-11-09- Still send notices to Facebook from existing Facebook app usersZach Copley
- Turns out we don't need the old REST lib to use the old REST API (removed)
2010-11-08change to a table for HTML outputEvan Prodromou
2010-11-08stylesheet for outgoing emailEvan Prodromou
2010-11-08Fixup headers for HTML emailEvan Prodromou