summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-04move openid instructions to OpenIDPluginEvan Prodromou
2009-08-04move redirect-to-openid code to OpenID pluginEvan Prodromou
2009-08-04Merge branch '0.9.x' into openidpluginEvan Prodromou
2009-08-04new action for when we redirect to login pageEvan 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-04fix comment to note that xrds file is for OMB not OpenIDEvan 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-04remove unused openid lib from logout actionEvan 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-04add an event for head childrenEvan Prodromou
2009-08-04document lots of undoc'd eventsEvan Prodromou
2009-08-04event for determining if an action is a login actionEvan Prodromou
2009-08-04add an event for determining if an action is sensitiveEvan Prodromou
2009-08-04Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-04give plugins a chance to autoload their classesEvan Prodromou
2009-08-04error in EndLoginGroupNav argumentsEvan Prodromou
2009-08-04add hook for showing account settings menuEvan Prodromou
2009-08-04Add hooks for Start/End LoginGroupNavEvan Prodromou
2009-08-04start upgrade script for 0.9.xEvan Prodromou
2009-08-04Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3bEric Helgeson
Adding deleted_notice to pg.sql
2009-08-04use 410 Gone for Twitter APIEvan Prodromou
2009-08-04use 410 Gone for deleted noticesEvan Prodromou
2009-08-04save an archive of deleted noticesEvan Prodromou
2009-08-04add a deleted_notice tableEvan Prodromou
2009-08-040.9.0 dev versionEvan Prodromou
2009-08-03Merge commit 'origin/0.8.x' into 0.9.xEric Helgeson
2009-08-03Added the 0.2 recaptcha plugin. Should work in all browsers. Please test.Eric Helgeson
2009-08-04Upgrade scriptBrenda Wallace
2009-08-03Merge branch 'fbconnect-speedup' into 0.8.xZach Copley
2009-08-03Use the same favorite notification function in the API as everywhere elseCraig Andrews
http://laconi.ca/trac/ticket/873
2009-08-02Merge commit 'jeff-themovie/0.8.x-small-fixes-2' into 0.8.xCraig Andrews
2009-08-02Merge branch 'master' into 0.8.xEvan Prodromou
2009-08-02don't delete during selectEvan Prodromou
2009-08-02don't delete during selectEvan Prodromou
2009-08-02A script to GC sessions correctlyEvan Prodromou
2009-08-02GC sessions one by one to make sure memcached gets clearedEvan Prodromou
2009-08-02Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-02A script to GC sessions correctlyEvan Prodromou
2009-08-02GC sessions one by one to make sure memcached gets clearedEvan Prodromou
2009-08-02Fixed PHP Notices:Jeffery To
Undefined index: HTTP_X_FORWARDED_FOR Undefined index: HTTP_CLIENT_IP Undefined variable: proxy Also fixed the return value order to match calls to common_client_ip() in actions/api.php and lib/rssaction.php
2009-08-02Fixed PHP Notice "Undefined variable: cnt"Jeffery To
2009-08-02Fixed PHP Notice "Undefined variable: suplink"Jeffery To
2009-08-02Fixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags')Jeffery To