summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-11-01profile flag formEvan Prodromou
2009-11-01add data definitions to user flag classesEvan Prodromou
2009-11-01update autogenerated data objects to match our classesEvan Prodromou
2009-11-01remove exe flags on UserFlag data objectsEvan Prodromou
2009-11-01autogenerated files for UserFlag data objectsEvan Prodromou
2009-11-01make sure tables are created correctlyEvan Prodromou
2009-11-01Merge branch '0.9.x' into userflagEvan Prodromou
2009-10-30Added simple registration (sreg) support to the OpenID providerCraig Andrews
2009-10-30made openidserver a login action so it can be seen when the site is in ↵Craig Andrews
"private" mode
2009-10-30Added an "Verify Your Identity" page to the OpenID providerCraig Andrews
2009-10-30Fixed PubSubHubBub plugin to reflect new apiCraig Andrews
2009-10-29whitespace adjustments for doxygenCraig Andrews
2009-10-29Moved the public XRDS from the OpenID plugin to coreCraig Andrews
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet])
2009-10-29Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-29use addPlugin() in the README setup exampleBrion Vibber
2009-10-29make an URL for a geonames locationEvan Prodromou
2009-10-29Warning cleanup: drop reference on router parameter to RouterInitialized ↵Brion Vibber
event handlers. We don't (and don't need to) pass a reference here, and the mix can trigger warnings.
2009-10-28Merge branch '0.9.x' into locationEvan Prodromou
2009-10-28correctly output public XRDS <meta>Evan Prodromou
2009-10-27Specify the number of cols for the Facebook app's multi-friend inviterZach Copley
widget so it fits better into Facebook's new layout.
2009-10-27Forgot to move the facebookapp.css file into the new Facebook pluginZach Copley
2009-10-26Make email domain checking optional, as some statusnet installations (such ↵Craig Andrews
as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail systems, and this check will always fail.
2009-10-24Merge branch '0.9.x' into locationEvan Prodromou
2009-10-23Move Twitter and Facebook-specific mail notifications to their respective ↵Zach Copley
plugins
2009-10-23Some phpcs cleanupZach Copley
2009-10-22results of json parsing are objects not arraysEvan Prodromou
2009-10-22extract Geonames stuff to a pluginEvan Prodromou
2009-10-21Removed Facebook stuff from the StatusNet README and wrote a new READMEZach Copley
for the Facebook plugin.
2009-10-21Make paths and class loading work rightZach Copley
2009-10-21Fix referencesZach Copley
2009-10-21Combine Facebook and Facebook Connect plugins into one big pluginZach Copley
2009-10-21Gather all the Facebook stuff together in one placeZach Copley
2009-10-20Extract out Facebook app stuff into a pluginZach Copley
2009-10-20Merge branch '0.9.x' into TwitterBridgePluginZach Copley
2009-10-20- Make Twitter bridge work with unqueuemanagerZach Copley
- Add README
2009-10-20Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-10-20Less intrusive, more reliable way for FB Connect plugin to modify theZach Copley
primary nav in order to show FB mini-avatar and have the logout link logout of FB as well as StatusNet.
2009-10-18Added an update counter in the document title. When window is in blur,Sarven Capadisli
it will update the document title when new notices are received. The counter will reset when window is blurred (after a focus) again.
2009-10-17Changed config flag for importing friends' timeline and added some commentsZach Copley
2009-10-16Merge branch '0.9.x' into TwitterBridgePluginZach Copley
2009-10-15Stub actions for UserFlag pluginEvan Prodromou
Stub files for the actions in UserFlag plugin
2009-10-14Moved to location of the FBConnect JavaScript to the end of </body>.Sarven Capadisli
2009-10-14Make queuing and daemons work via eventsZach Copley
2009-10-13outline for pluginEvan Prodromou
2009-10-13Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
* 0.9.x: Include long-form attachment URL in notice if URL shortening is disabled. Updated default theme to use the CSS Sprites method for common icons Added a new plugin that requires a user to have a validated email address before being allowed to post notices Don't trigger E_NOTICE when looking for commands in the notice input
2009-10-13Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
* 0.9.x: (247 commits) Added in credits. Use site's name for basic auth realm Make apigroupcreate.php pass phpcs Took out some unnecessary intializations Implemented create group api CamelCase all function names in the API code These same params are used in most API actions; moved to base API class Missed some of the references to the old TwitterApiAction - removed Remove more redundant $formats Remove dead code Move all basic auth output and processing to base classes $format is used by every API action. Set it in the base class. Delete action/api.php and rename lib/twitterapi.php to lib/api.php New actions for blocks via API fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled ...
2009-10-12Added a new plugin that requires a user to have a validated email address ↵Craig Andrews
before being allowed to post notices
2009-10-12Moved group create API into its own actionZach Copley
Merge branch '0.9.x' into refactor-api * 0.9.x: Implemented create group api fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled Fixed twitter defaulting to disabled Revert "Open tags should have closing tags" Don't show search suggestions for private sites Fixed E_NOTICE when returnto isn't set Fixed E_NOTICE when the "lite" parameter isn't included in the request Fixed E_NOTICE - GroupList expects an owner object in the constructor, not an array of search terms Returning false seems to fix IE from reclaiming window focus. I think Aligning notice attach label from right instead of left Fixed IE background image alignment for attach, favour and disfavour Fixed nudge and direct message background image alignment Using 'CSS sprites' for common icons for the identica theme. Default Open tags should have closing tags Conflicts: actions/twitapigroups.php actions/twitapistatuses.php
2009-10-11Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/common.php
2009-10-11Merge commit 'refs/merge-requests/1738' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.8.x