summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-23Work in progress: most of the infrastructure for running import via BG ↵Brion Vibber
queues or CLI script is now in place (untested, no UI, needs tweaks & fixes)
2010-09-23Update OAuth actions in show application page so it will display the right ↵Zach Copley
endpoint URLs
2010-09-23Update OAuth actions in show application page so it will display the right ↵Zach Copley
endpoint URLs
2010-09-23Fix strings in Disqus plugin for i18nZach Copley
2010-09-23Work in progress: YammerRunner state machine wrapper for running the Yammer ↵Brion Vibber
import in chunks.
2010-09-23A little more cleanup...Brion Vibber
2010-09-23Add Netbeans project metadata dir to .gitignoreZach Copley
2010-09-23Merge branch '0.9.x'Evan Prodromou
2010-09-23Provisional versions of two new themes (plus new base).Samantha Doherty
2010-09-23Merge branch '0.9.x'Evan Prodromou
2010-09-22Cloudy theme fixes: show notice form only on appropriate pages; IE fix for ↵Samantha Doherty
top padding.
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-22Fix for ticket 2756 - Calls to OAuth endpoints are redirected to theZach Copley
login page when a site is in private mode
2010-09-22Fix for ticket 2756 - Calls to OAuth endpoints are redirected to theZach Copley
login page when a site is in private mode
2010-09-23Update POT files for plugins.Siebrand Mazeland
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-22initial script to restore a backed-up userEvan Prodromou
2010-09-22save a URI with the userEvan Prodromou
2010-09-22Merge branch '0.9.x' into activityexportEvan Prodromou
Conflicts: plugins/OStatus/OStatusPlugin.php
2010-09-22Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
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-21Do not allow blank passwords when authenticating against LDAP.Craig Andrews
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' of gitorious.org:statusnet/mainlineZach Copley
2010-09-21License admin panel should allow empty or valid URLs for (licenseZach Copley
URL and license image URL) when selecting private or allrightsreserved licenses.
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-21Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-21printfv and printfq functions in commandline.incEvan Prodromou
2010-09-21use Profile::getUri() to get a profile's URIEvan Prodromou