Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-23 | Ok, command-line workflow for YammerImportPlugin seems to mostly work, at ↵ | Brion Vibber | |
least on tiny test site :D | |||
2010-09-23 | Work 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-23 | Work in progress: YammerRunner state machine wrapper for running the Yammer ↵ | Brion Vibber | |
import in chunks. | |||
2010-09-23 | A little more cleanup... | Brion Vibber | |
2010-09-22 | More doc comments on SN_YammerClient | Brion Vibber | |
2010-09-22 | WORK 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-22 | Initial README for yammer importer | Brion Vibber | |
2010-09-22 | Split Yammer importer files into subdirs before I get too lost adding UI | Brion Vibber | |
2010-09-21 | Fixes for Yammer groups import: pulling explicit list, fixed avatar fetch | Brion Vibber | |
2010-09-21 | Support non-image file uploads in Yammer import | Brion Vibber | |
2010-09-21 | Add group link on Yammer import (won't work until memberships are fixed) | Brion Vibber | |
2010-09-21 | Fetch 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-21 | Yammer 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-21 | Pull group descriptions in Yammer import | Brion Vibber | |
2010-09-21 | Image file attachment support for Yammer import | Brion Vibber | |
2010-09-21 | Copy favorites in Yammer importer | Brion Vibber | |
2010-09-21 | Full dump of input data in yamdump also for my reference... | Brion Vibber | |
2010-09-21 | Fix for replies in Yammer import | Brion Vibber | |
2010-09-21 | Avatars for Yammer import | Brion Vibber | |
2010-09-21 | Initial semi-working yammer import :D | Brion 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-21 | fix notices in SN_YammerClient | Brion Vibber | |
2010-09-21 | Poking around at import funcs... | Brion Vibber | |
2010-09-21 | YammerImport: initial processing code for users, groups, and messages | Brion Vibber | |
2010-09-21 | Beginning stub of Yammer message->notice import | Brion Vibber | |
2010-09-21 | Split SN_YammerClient out to own class file | Brion Vibber | |
2010-09-21 | initial work on yammer importer code | Brion Vibber | |
2010-09-21 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-09-21 | Merge branch 'twitter-avatar' | Brion Vibber | |
2010-09-21 | Workaround 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-21 | change the location and title of the feeds section | Evan Prodromou | |
2010-09-20 | Fix #2323: typo on oauth connections page | Brion Vibber | |
2010-09-20 | Fix 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-20 | Fix error when editing OAuth app registration and only changing the icon. | Brion Vibber | |
2010-09-20 | Don't spew a notice warning to output while processing logging for PEAR DB ↵ | Brion Vibber | |
errors | |||
2010-09-20 | Fix 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-20 | Clean up notice spew from accessing member variables of null when opening ↵ | Brion Vibber | |
the add/edit oauth application form | |||
2010-09-20 | Bump 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-20 | Ticket #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-20 | Ticket #2750: fixes to HTTP caching behavior across login/logout boundaries | Brion 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-20 | Fix 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-20 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand 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-20 | Superfluous whitespace removed. | Siebrand Mazeland | |
2010-09-20 | DirectionDetector plugin: tabs to spaces | Brion Vibber | |
2010-09-20 | DirectionDetector 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-20 | Update DirectionDetector plugin to 0.2.0 from everplays | Brion Vibber | |
2010-09-20 | Superfluous whitespace removed. | Siebrand Mazeland | |
2010-09-20 | Superfluous whitespace removed. | Siebrand Mazeland | |