summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-17Move the oembed endpoint to /main/oembedCraig Andrews
2009-07-17postgres schema - removed not null constraint from nonce.tok, and copied the ...Brenda Wallace
2009-07-17Merge branch '0.9.x' into private-rssJeffery To
2009-07-17Added failed auth logging (like in actions/api.php)Jeffery To
2009-07-16Added form_note for notice character count.Sarven Capadisli
2009-07-16Using bottom instead of top for form_noteSarven Capadisli
2009-07-16Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-07-16update Piwik analytics codeEvan Prodromou
2009-07-16update Piwik analytics codeEvan Prodromou
2009-07-16Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-07-16Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-16use a soft limit so there's not a whole bunch of deletes on every writeEvan Prodromou
2009-07-16gc inboxes on a regular basisEvan Prodromou
2009-07-16Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-07-160.9.0 dev versionEvan Prodromou
2009-07-15change version to 0.8.1devEvan Prodromou
2009-07-15upgrade to latest version of DB_DataObjectEvan 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
2009-07-15Update to lastest external Facebook libsZach Copley
2009-07-15Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-07-15Try oEmbed discovery before using oohembedCraig Andrews
2009-07-15Fixed bugs in oEmbed library's discovery routinesCraig Andrews
2009-07-15Reduced notice div.entry-content width so that in the case of superSarven Capadisli
2009-07-15conversation action is readonlyEvan Prodromou
2009-07-15Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x0.8.0rc10.8.0Evan Prodromou
2009-07-15add some info about pluginsEvan Prodromou
2009-07-15Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-07-15Updated attachment view position. It is now closer to top.Sarven Capadisli
2009-07-15update release date and some extra stuff in the featuresEvan Prodromou
2009-07-15Merge branch 'realtimeajax' into 0.8.xEvan Prodromou
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-15Added oEmbed discovery for attachments and noticesCraig Andrews
2009-07-15Support oembed for attachments and noticesCraig Andrews
2009-07-15Added attachment information to the json responsesCraig Andrews
2009-07-15Added stub oembed api endpointCraig Andrews
2009-07-15add quotes around table named "user" when quote_identifiers is trueBrenda Wallace
2009-07-15use single quotes in sqlBrenda Wallace
2009-07-15use quote identifiers on the user tableBrenda Wallace
2009-07-15used single quotes in SQLBrenda Wallace
2009-07-15added user_group.design_id into the group by clauseBrenda Wallace
2009-07-15used SQL standard LIMIT/OFFSET, because every database can understand thatBrenda Wallace
2009-07-15typo in config variableBrenda Wallace
2009-07-15quote identifiers and type='psql' needs to be written to config.phpBrenda Wallace
2009-07-15changed to SQL standard of LIMIT 20 OFFSET 1 etc.Brenda Wallace
2009-07-15moved creation of design table earlier than user_groupBrenda Wallace
2009-07-15added design_id to user_groupBrenda Wallace