summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-22More doc comments on SN_YammerClientBrion Vibber
2010-09-22WORK IN PROGRESS: Starting infrastructure to initiate Yammer import from web ↵Brion Vibber
UI and process it in the background queues. Totally not complete yet.
2010-09-22Initial README for yammer importerBrion Vibber
2010-09-22Split Yammer importer files into subdirs before I get too lost adding UIBrion Vibber
2010-09-21Fixes for Yammer groups import: pulling explicit list, fixed avatar fetchBrion Vibber
2010-09-21Support non-image file uploads in Yammer importBrion Vibber
2010-09-21Add group link on Yammer import (won't work until memberships are fixed)Brion Vibber
2010-09-21Fetch more user data in Yammer imports, including the primary email address ↵Brion Vibber
(preconfirmed, so we can do stuff like tell people to reset their passwords and log in!) and some bio info.
2010-09-21Yammer import: mark group posts with the proper group inbox (should we ↵Brion Vibber
append a !foo or leave them as is, as current?)
2010-09-21Pull group descriptions in Yammer importBrion Vibber
2010-09-21Image file attachment support for Yammer importBrion Vibber
2010-09-21Copy favorites in Yammer importerBrion Vibber
2010-09-21Full dump of input data in yamdump also for my reference...Brion Vibber
2010-09-21Fix for replies in Yammer importBrion Vibber
2010-09-21Avatars for Yammer importBrion Vibber
2010-09-21Initial semi-working yammer import :DBrion Vibber
* no avatars * no details of user accounts or their auth info * no group memberships or subscriptions * no attachments * will probably esplode if >20 messages in your network *whistle innocently*
2010-09-21fix notices in SN_YammerClientBrion Vibber
2010-09-21Poking around at import funcs...Brion Vibber
2010-09-21YammerImport: initial processing code for users, groups, and messagesBrion Vibber
2010-09-21Beginning stub of Yammer message->notice importBrion Vibber
2010-09-21Split SN_YammerClient out to own class fileBrion Vibber
2010-09-21initial work on yammer importer codeBrion Vibber
2010-09-21Merge branch 'master' into 0.9.xBrion Vibber
2010-09-21Merge branch 'twitter-avatar'Brion Vibber
2010-09-21Workaround for #2485: in profile output on feeds, fall back to the Twitter ↵Brion Vibber
73x73 avatar instead of going straight to the 96x96 default image on twitter-import profiles.
2010-09-21change the location and title of the feeds sectionEvan Prodromou
2010-09-20Fix #2323: typo on oauth connections pageBrion Vibber
2010-09-20Fix for #2227: 'view profile designs' and other default-on options are ↵Brion Vibber
initially mis-set to off due to caching at account creation
2010-09-20Fix error when editing OAuth app registration and only changing the icon.Brion Vibber
2010-09-20Don't spew a notice warning to output while processing logging for PEAR DB ↵Brion Vibber
errors
2010-09-20Fix for #2419: There is no function maxDescription in Oauth_application ↵Brion Vibber
class (broke the 'description too long' error message when editing oauth app registrations)
2010-09-20Clean up notice spew from accessing member variables of null when opening ↵Brion Vibber
the add/edit oauth application form
2010-09-20Bump up HTTP timeout for OStatus remote-tests.php to 60 seconds; when ↵Brion Vibber
running without queues and with only bcmath, salmon key generation is absurdly slow.
2010-09-20Ticket #2327: fixing block to remove the blocking user's subscription to the ↵Brion Vibber
blockee if present; also cleaning up inbox delivery to apply the block checks more consistently, instead of just to group posts.
2010-09-20Ticket #2750: fixes to HTTP caching behavior across login/logout boundariesBrion Vibber
* now ignoring if-modified-since if we failed an etag if-none-match comparison, per spec * now including a hash of user id/nickname in most etags, so we'll update the view properly after login/logout For API methods, checking the API-auth'ed user. (Many change results to include things like 'you're subscribed to this user' or 'this is one of your favorites', so user info is again needed) There'll still be some last-modified stamps that aren't including user info properly, probably.
2010-09-20Fix bug in db queue manager: when receiving an invalid or deleted notice, we ↵Brion Vibber
were running it through the 'temporary fail, release it to try again' path instead of the 'done, discard item' path. Should fix some infinite-loop-of-doom-in-queue cases.
2010-09-20Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2010-09-20* i18n/L10n update.Siebrand Mazeland
* superfluous whitespace removed.
2010-09-20* i18n/L10n update.Siebrand Mazeland
* added onPluginVersion(). * superfluous whitespace removed.
2010-09-20Superfluous whitespace removed.Siebrand Mazeland
2010-09-20DirectionDetector plugin: tabs to spacesBrion Vibber
2010-09-20DirectionDetector plugin: cleanup on reference usage & code comments.Brion Vibber
Changed getClearText() to return its value instead of changing the input to keep things clearer to maintainers.
2010-09-20* i18n/L10n updates.Siebrand Mazeland
* remove superfluous whitespace.
2010-09-20Update DirectionDetector plugin to 0.2.0 from everplaysBrion Vibber
2010-09-20Superfluous whitespace removed.Siebrand Mazeland
2010-09-20Superfluous whitespace removed.Siebrand Mazeland
2010-09-20Add FIXME for bad message implementation.Siebrand Mazeland
2010-09-20Add onPluginVersion()Siebrand Mazeland
2010-09-20Superfluous whitespace removed.Siebrand Mazeland
2010-09-20Add onPluginVersion()Siebrand Mazeland