summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-07-16update Piwik analytics codeEvan Prodromou
2009-07-15Documentation for the Facebook Connect pluginZach Copley
2009-07-16More tinkering with logout. I think I got it this time! It's been driving me ↵Zach Copley
crazy.
2009-07-15better callback functions for comet pluginEvan Prodromou
2009-07-15build channel strings in CometPluginEvan Prodromou
2009-07-15Build channel strings in Meteor pluginEvan Prodromou
2009-07-15let implementations build channel strings for realtimeEvan Prodromou
2009-07-14changes to make realtime work for MeteorEvan Prodromou
2009-07-14Change CometPlugin so it re-uses stuff from RealtimePluginEvan Prodromou
2009-07-14pass proper args for realtime recipe methodsEvan Prodromou
2009-07-14make RealtimePlugin work correctlyEvan Prodromou
2009-07-13added Realtime superclassEvan Prodromou
2009-07-13update README for Meteor pluginEvan Prodromou
2009-07-13correctly pass JSON object to receive function for MeteorEvan Prodromou
2009-07-13add slashes to JSON so it goes across meteor.js channel correctlyEvan Prodromou
2009-07-11Some changes for debuggingEvan Prodromou
2009-07-11first version of Meteord plugin, doesn't workEvan Prodromou
2009-07-08Removed OpenID link from the primary global navigation in order toSarven Capadisli
keep a single Login idea because we have several ways to login already: regular login, OpenID and Facebook (and probably LDAP, Open Social in the future)
2009-07-01Killed the FB Connect profile-pic bounce in all browsersZach Copley
2009-07-01Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-07-01Improves the FB user avatar "bounce" in some browsersSarven Capadisli
2009-06-30Merge commit 'jeff-themovie/invite-enabled' into 0.8.xZach Copley
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites.
2009-06-30Forgot to include ImsettingsAction in the list of Actions to overrideZach Copley
in order to add a Facebook tab to the Connect menu.
2009-06-30Only output Facebook namespace, scripts, css, etc. when strictly necessaryZach Copley
2009-06-30Only use FB's Javascript logout, not its PHP method tooZach Copley
2009-06-30Factor out code to tell whether user's logged into FB into its own methodZach Copley
2009-06-14Adds $config['invite']['enabled'] to enable/disable invites.Jeffery To
The invite function may not applicable for private and/or closed installs. This adds a configuration option to enable/disable invites (defaulting to enabled), hides the "Invite" nav item when necessary, and adds a check to actions/invite.php. Note that I haven't tried the Facebook application so I didn't add any checks to actions/facebookinvite.php.
2009-06-04Facebook Connect auth finally works with all major browsers!Zach Copley
2009-05-28FB Connect plugin - better workflow for disconnecting and reconnecting ↵Zach Copley
Facebook accounts
2009-05-22Facebook Connect account setup markup and CSS rearrangement forSarven Capadisli
license information (it comes before and applies to both connection options)
2009-05-22Form markup for Facebook ConnectSarven Capadisli
2009-05-22Minor alignment for FB logoSarven Capadisli
2009-05-22Styles for Facebook logo and user avatarSarven Capadisli
2009-05-22Custom stylesheet for the Facebook Connect pluginZach Copley
2009-05-22- Show Facebook profile pic and favicon as dictated by Facebook Connnect policyZach Copley
- Logout fixed, again (cleans up Facebook cookies now)
2009-05-21Merge branch '0.8.x' into fbconnectZach Copley
2009-05-21- Reworked login / logout workflowZach Copley
- Added Facebook Connect tab to login nav - Show Facebook mini-avatar when logged in - Added Facebook Connect tab to connect settings nav - Option to disconnect from Facebook
2009-05-20Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-20Reorganized some stuff and made new Facebook Login tabZach Copley
2009-05-20Fixed sporatic problem with logout.Zach Copley
2009-05-19Logout works properly now.Zach Copley
2009-05-17remove debugging callsEvan Prodromou
2009-05-15Basic Facebook Connect pluginZach Copley
2009-05-15License link, no titleEvan Prodromou
2009-05-15add WikiHashtagsPluginEvan Prodromou
2009-05-01optionally add a username/password on server side for CometEvan Prodromou
2009-05-01add in_reply_to link and make HTML in source work correctlyEvan Prodromou
2009-05-01Merge branch '0.7.x' into cometpluginEvan Prodromou
2009-05-01add favor, reply, delete buttons for cometed noticesEvan Prodromou
2009-04-27Merge branch 'cometplugin' into 0.7.xEvan Prodromou