summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-09-15statusize OpenID pluginEvan Prodromou
2009-09-09Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/omb.php
2009-09-08Linkback Plugin: check result properly so failures are not reported as a ↵CiaranG
success in the log. Also logs (debug only) when an attempt is being made
2009-09-03Pluginize the URL shortenersCraig Andrews
2009-08-28Added a PubSubHubBub pluginCraig Andrews
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-26last scrub of Laconica -> StatusNetEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25Laconica in pluginsEvan Prodromou
2009-08-25moved template folder into it's own method, so can be overriddenBrenda Wallace
2009-08-21add OpenID doc menu item and doc pageEvan Prodromou
2009-08-21move openid docs to OpenID plugin dirEvan Prodromou
2009-08-21Revert "Added a configuration option to disable OpenID."Evan Prodromou
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796. Conflicts: actions/login.php actions/register.php lib/accountsettingsaction.php lib/common.php lib/logingroupnav.php
2009-08-21Merge branch '0.9.x' into openidpluginEvan Prodromou
Conflicts: actions/login.php actions/register.php
2009-08-21Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-21We don't need to re-distribute jquery-autocomplete demoEvan Prodromou
2009-08-18Better loggingZach Copley
2009-08-18Kick user out if she doesn't have FB cookiesZach Copley
2009-08-11Corrected the Infinite Scroll CSS SelectorsCraig Andrews
Thanks dcostalis for making me aware of the issue!
2009-08-11Make notice attachment lightbox work after an infinite scroll happensCraig Andrews
2009-08-08Use jQuery instead of window.onLoad, which I believe will be faster and more ↵Craig Andrews
reliable
2009-08-08Update README to use the addPlugin syntax to add the plugin (which seems ↵Craig Andrews
cleaner)
2009-08-07Implemented the list_all and list groups API methods as defined at ↵Craig Andrews
http://laconi.ca/trac/wiki/ProposedGroupsAPI Made the Autocomplete plugin also autocomplete groups
2009-08-06Move inline javascript to a separate js fileCraig Andrews
2009-08-06I had my user info hardcoded... oops.Craig Andrews
2009-08-06Added the Autocomplete pluginCraig Andrews
2009-08-05Use cssLink() to link to external cssCraig Andrews
2009-08-05Use script() to write out javascript <script> tagsCraig Andrews
2009-08-05Used script() function to write out the javascript linkCraig Andrews
2009-08-05Switch DOCTYPE's to the XHTML 5 DOCTYPECraig Andrews
2009-08-05added Infinite Scroll pluginCraig Andrews
2009-08-05Use NICKNAME_FMT everywhere consistentlyCraig Andrews
2009-08-04move openid instructions to OpenIDPluginEvan Prodromou
2009-08-04move redirect-to-openid code to OpenID pluginEvan Prodromou
2009-08-04move XRDS code from public action to OpenIDPluginEvan Prodromou
2009-08-04say that it's OK to do OpenID login in private modeEvan Prodromou
2009-08-04incorrectly moved user xrds to OpenID plugin; fixingEvan Prodromou
2009-08-04move check for SSL from util.php to OpenIDPluginEvan Prodromou
2009-08-04fix require paths for OpenID plugin filesEvan Prodromou
2009-08-04OpenIDPlugin autoloads class filesEvan Prodromou
2009-08-04add account settings menu item for OpenIDEvan Prodromou
2009-08-04show OpenID action in login navEvan Prodromou
2009-08-04OpenIDPlugin sets up actions for routerEvan Prodromou
2009-08-04Move OpenID-related files to OpenID plugin directoryEvan Prodromou
As a first step to pluginizing our OpenID support, I've moved the important OpenID-related files to a dedicated plugin directory. Many of these classes are still referred to by libraries that are still in core.
2009-08-03Added the 0.2 recaptcha plugin. Should work in all browsers. Please test.Eric Helgeson
2009-07-30Attempt to reduce the number of calls to FB to speed things upZach Copley
2009-07-16update Piwik analytics codeEvan Prodromou