summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-25Merge branch '0.8.x' into testingEvan Prodromou
2009-08-25Rename Laconica to StatusNetEvan Prodromou
2009-08-25Take token field out of foreign_linkZach Copley
2009-08-24ftps protocol should be handled the same way as ftpCraig Andrews
2009-08-24Merge branch '0.8.x' into testingEvan Prodromou
2009-08-24Add new Foreign_link col to store OAuth access tokenZach Copley
2009-08-21Merge branch '0.9.x' into openidpluginEvan Prodromou
2009-08-21Merge branch 'dbconfig' into 0.9.xEvan Prodromou
2009-08-21load configuration options from database at runtimeEvan Prodromou
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-21new class for configuration settingsEvan Prodromou
2009-08-21validation code in Notice correctly checks length of contentEvan Prodromou
2009-08-21Notice class has methods to check content lengthEvan Prodromou
2009-08-21check correct setting in Profile bio lengthEvan Prodromou
2009-08-21Profile class has methods to check bio lengthEvan Prodromou
2009-08-21methods for Message to check max content lengthEvan Prodromou
2009-08-21can set group desc limit to unlimited without resetting global limitEvan Prodromou
2009-08-21allow configurable length for user group descriptionEvan Prodromou
2009-08-21data classes allow >140c in user group descriptionsEvan Prodromou
2009-08-21data classes allow >140 bios in profilesEvan Prodromou
2009-08-21Messages can be >140c in classesEvan Prodromou
2009-08-21update data classes for TEXT content in noticeEvan Prodromou
2009-08-20Change the notice type defines all into class constants and adapt all files.Marcel van der Boom
2009-08-18Return null if all columns in the compound primary key aren't specifiedZach Copley
2009-08-12Prevents redirect URLs that have canonical URLs longer than 255 chars from be...Brett Taylor
2009-08-10common_config returns false if the config value is not set. Design::toWebColo...Adrian Lang
2009-08-07Implemented the list_all and list groups API methods as defined at http://lac...Craig Andrews
2009-08-05Argh, first commit for ages and such a stupid error. Sorry.Adrian Lang
2009-08-05Argh, first commit for ages and such a stupid error. Sorry.Adrian Lang
2009-08-05Fix reference to undefined variable in Design::toWebColor.Adrian Lang
2009-08-04Added correct null check. Created noisey errors on fresh install.Eric Helgeson
2009-08-04move redirect-to-openid code to OpenID pluginEvan Prodromou
2009-08-04Move OpenID-related files to OpenID plugin directoryEvan Prodromou
2009-08-04save an archive of deleted noticesEvan Prodromou
2009-08-04add a deleted_notice tableEvan Prodromou
2009-08-02don't delete during selectEvan Prodromou
2009-08-02GC sessions one by one to make sure memcached gets clearedEvan Prodromou
2009-07-30throw an exception rather than die()Evan Prodromou
2009-07-30remove debugging code about processing a new URLEvan Prodromou
2009-07-30Site-wide design configurationEvan Prodromou
2009-07-29New algorithm for reply_to savingEvan Prodromou
2009-07-27better check for existing DB connection runs SET NAMES UTF8 lessEvan Prodromou
2009-07-26first version of deleting usersEvan Prodromou
2009-07-23Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-23Merge branch 'master' into 0.8.xEvan Prodromou
2009-07-23change NOTICE_GATEWAY to Notice::GATEWAY so autoloading worksEvan Prodromou
2009-07-23Merge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.xCraig Andrews
2009-07-23fixed up a limit offset to be ANSI SQL compliantBrenda Wallace
2009-07-22Merge commit 'br3nda/0.8.x-attachmentfix' into 0.8.xCraig Andrews