summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-07-21Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for...Craig Andrews
2009-07-21Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-21update dbqueuemanager to respect handler timeout valuesEvan Prodromou
2009-07-21Fixed: Browser language preference's not used when using Google ChromeCraig Andrews
2009-07-21Fixed: If the site name contains "." or "@" (and perhaps others), then notifi...Craig Andrews
2009-07-21Detect xmpp uri's and make them into hyperlinksCraig Andrews
2009-07-19Merge commit 'br3nda/0.8.x-pgfixes' into 0.8.xCiaranG
2009-07-17Make RSS 1.0 more efficient when the same hashtag is used in multiple notices.Craig Andrews
2009-07-17Add link to conversation pages when possible.Craig Andrews
2009-07-17Fix RDFS namespace declaration.Craig Andrews
2009-07-17Moved $_id from queuehandler to daemon, as other daemons need it too.Zach Copley
2009-07-17Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xZach Copley
2009-07-17Only create attachment elements if attachment is an enclosureZach Copley
2009-07-17Moved oembed endpointer so openid no longer incorrectly prompts for authentic...Craig Andrews
2009-07-17Only populate attachments array element if there are attachmentsZach Copley
2009-07-17Also show XML representation of attachments in the APIZach Copley
2009-07-17Merge branch 'oembed-provider' into 0.8.xCraig Andrews
2009-07-17Move the oembed endpoint to /main/oembedCraig Andrews
2009-07-16Added form_note for notice character count.Sarven Capadisli
2009-07-15change version to 0.8.1devEvan Prodromou
2009-07-15Added attachment information to the json responsesCraig Andrews
2009-07-15Added stub oembed api endpointCraig Andrews
2009-07-15use 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-14Moved the decision logic as to whether an attachment should be an enclosure t...Craig Andrews
2009-07-13Merge branch 'tags-timeline-api' into 0.8.xCraig Andrews
2009-07-13Copy isset($attachment->filename) fix from RSS 1.0 to RSS 2.0 and Atom 1.0 fe...Toby Inkster
2009-07-13Add notice tags to RSS 1.0 output.Toby Inkster
2009-07-13Improve output for files/attachments.Toby Inkster
2009-07-12Add timeline tags API (RSS 2.0 and Atom feeds)Craig Andrews
2009-07-10Make get_group() behave more like get_user()Zach Copley
2009-07-10Move groups timeline API method into groups API actionZach Copley
2009-07-10Merge branch 'candrews-review' into 0.8.xZach Copley
2009-07-10Merge branch 'candrews-review' into 0.8.xZach Copley
2009-07-10added group status api, located at /api/statuses/group_timeline/ID.rssCraig Andrews
2009-07-09add a little syntactical sugar for adding pluginsEvan Prodromou
2009-07-09wrong order for span and a in profilesectionEvan Prodromou
2009-07-09cache frequently-used subscriber, subscription, notice and fave count valuesEvan Prodromou
2009-07-09When a notice is posted with an attachment, the facebook stream update has me...Craig Andrews
2009-07-09change version number to 0.8.0Evan Prodromou
2009-07-09correct the newuser default setting in common.phpEvan Prodromou
2009-07-09Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev i...Evan Prodromou
2009-07-09one more shot at servicing queuesEvan Prodromou
2009-07-09Added width/height attribute and values for the creative commons imageSarven Capadisli
2009-07-09Merge branch 'candrews-review' into 0.8.xZach Copley
2009-07-09Revert "Let the queue handlers drain their xmpp queues"Evan Prodromou
2009-07-09Let the queue handlers drain their xmpp queuesEvan Prodromou
2009-07-09Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).Craig Andrews
2009-07-09yet another select() refinementEvan Prodromou