summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-11-17Remove dumb debugging statementZach Copley
2010-11-17Facebook: Gracefully handle disconnectionZach Copley
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
2010-11-08Complete email summary sending systemEvan Prodromou
Added the necessary classes to send email summaries. First, added a script to run on a daily basis. Second, added a queue handler for sending email summaries for users, and another to queue summaries for all users on the site. Fixed up the email_summary_status table to store the last-sent notice id, rather than a datetime (since we don't support 'since' parameters anymore). Finally, made the plugin class load the right modules when needed.
2010-11-08Merge branch '0.9.x' into emailsummaryEvan Prodromou
2010-11-08first steps for email summaryEvan Prodromou
2010-11-07Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-11-07Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-11-06Fix typo. Spotted by EugeneZelenko.Siebrand Mazeland
2010-11-05Much more reliable Facebook SSOZach Copley
2010-11-05Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-11-04- Some reorganizingZach Copley
- Making the Facebook bridging work
2010-11-03UserFlagPlugin fix for ticket #2118 and ticket #2847: flagged state wasn't ↵Brion Vibber
reflected in profile lists such as group members page and profile search . Pulled common code for the profile page and profile list cases to give them the same logic on checking. Also fixes the problem that you'd get a flag button for yourself in profile lists, while we explicitly exclude that from the profile page -- it's now skipped in both places.
2010-11-03Migrate some more code from manually constructing "fullname (nickname)" to ↵Brion Vibber
using Profile->getFancyName(). Encapsulates common logic and allows for localization of the parens.
2010-11-03General cleanup & part of ticket #2864: use User_group->getFancyName() ↵Brion Vibber
instead of replicating the logic in various places. Encapsulates and allows for localization of parens.
2010-11-03Fix for ticket #2168: if we've already flagged a profile from another ↵Brion Vibber
window, let the 'Flag' form submission gracefully show the updated state instead of throwing an error (error message isn't even exposed properly in AJAX submissions)
2010-11-03UserFlag fixes to prevent PHP notices breaking AJAX submissions when ↵Brion Vibber
display_errors is on. Key & seq defs weren't quite right, which caused accesses to unset array indices in DB_DataObject.
2010-11-02Merge branch 'twitstream' into 0.9.xBrion Vibber
2010-11-02Pull out the 'tweetctl' queue for now; these should go over control signals, ↵Brion Vibber
and actual handling isn't implemented yet anyway.
2010-11-02fakestream.php can now take --all option to pull the latest messages from ↵Brion Vibber
multiple locally-authed accounts when generating simulated sitestreams info
2010-11-02fakestream.php: script to build an emulated Twitter Site Stream from live ↵Brion Vibber
Twitter data, for testing.