summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-09-27update README for YammerImportBrion Vibber
2010-09-27Yammer import API keys can now be overridden by the admin.Brion Vibber
2010-09-28Localisation updates from http://translatewiki.netSiebrand Mazeland
* first export of L10n for languages other than English. Could use some testing/QA.
2010-09-28Update POT files.Siebrand Mazeland
2010-09-27Enhanced OStatus fixup-shadow.php cleanup script to check for direct matches ↵Brion Vibber
against user.uri and user_group.uri (for local groups). This should catch cases that were missed before because we were only doing pattern-matching checks, and the pattern didn't match because the site has been renamed and the old URI no longer matches the current domain / path structure. Could use some more thorough testing in practice!
2010-09-27Yammer import (work run via background queues) now can be started from the ↵Brion Vibber
admin panel! :DDDD Still requires that the app be registered on your network manually first.
2010-09-27Ok, got the AJAX clicky-throughs working for yammer auth (if app is already ↵Brion Vibber
registered), but needs prettification. Yammer ignores callback URLs unless they're pre-registered with the app, and this apparently requires manual intervention to become a 'trusted' app, you don't get it on those you register yourself. Sigh. Also can't use an iframe since it breaks out of the frame (fair 'nuff)
2010-09-27Work in progress on fixing auth... looks like the iframe doesn't work ↵Brion Vibber
though. Sigh.
2010-09-27Add a comment in UserxrdAction warning future maintainers not to break ↵Brion Vibber
domain migrations if adding domain checking to the webfinger lookup in future.
2010-09-27User user_group.uri to look up local groups for OStatus addressing checks ↵Brion Vibber
when available. Will still fall back to the URL-scheme-checking code if there's no matching user_group record. Should help with keeping remote groups working when renaming sites -- as long as user_group.uri has been filled out on the site changing its domain and other issues with POST handling are resolved.
2010-09-25Fix PHP syntax errors introduced during localization fixups in a few files.Brion Vibber
2010-09-25Merge remote branch 'gitorious/master'Evan Prodromou
2010-09-24Optionally restrict Disqus comments to specific users' noticesZach Copley
2010-09-24Work in progress on getting the frontend Yammer import form going....Brion Vibber
2010-09-24Pretty it up a bit moreBrion Vibber
2010-09-24Pretty up the Yammer import status display a bitBrion Vibber
2010-09-24Initial progress display of Yammer import state in admin panelBrion Vibber
2010-09-24remove unnecesssary fieldset from sitemap admin panelEvan Prodromou
2010-09-23Ok, command-line workflow for YammerImportPlugin seems to mostly work, at ↵Brion Vibber
least on tiny test site :D
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-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-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-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-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' into 0.9.xBrion Vibber