summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-05-29Ticket #1568 - API should return full user objectsZach Copley
2009-05-29Update version number to 0.7.4Evan Prodromou
Updated the version number to 0.7.4, added the new song title, and documented the changes since 0.7.3.
2009-05-28Only enqueue inbox-dependent transports after inboxes have been filledEvan Prodromou
2009-05-27optionally use SET NAMES for utf8 to DBEvan Prodromou
2009-05-27Better err handling when trying to get Facebook clientZach Copley
2009-05-17Merge branch 'master' into 0.7.xEvan Prodromou
2009-05-15add a hook for the page noticeEvan Prodromou
2009-05-15add hooks for subgroupnav showingEvan Prodromou
2009-05-15reformat action.phpEvan Prodromou
2009-04-28Ticket #1428 - Changed replies API method to "mentions".Zach Copley
2009-04-24fixed subscriptions dropdown actionRobin Millette
2009-04-24Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-24fixed trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people ↵Robin Millette
tagclouds.
2009-04-238-char limit on transportsEvan Prodromou
2009-04-23alert to what transport we're checking forEvan Prodromou
2009-04-23incorrect config setting for inboxesEvan Prodromou
2009-04-23Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-23Add an inbox queue handlerEvan Prodromou
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action.
2009-04-23A queuehandler for blowing caches offlineEvan Prodromou
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices.
2009-04-21Suppress errors when checking for the existence of files that might be ↵CiaranG
restricted by open_basedir - should resolve issue #1310
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/mgrdcm-twitapibools ↵Adrian Lang
into review/master
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without ↵Adrian Lang
the unintended deletion.
2009-04-18Bringing the presentation of boolean variables (favorited, truncated, ↵Dan Moore
profile_background_tile) and the result from friendships/exist in JSON results from the Twitter Compatible API in line with what the real Twitter API does. Currently, laconica returns text strings enclosed in quotes instead of bare Javascript booleans. This change fixes that. See http://laconi.ca/trac/ticket/1326 for one open issue related to this.
2009-04-18trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagcloudsRobin Millette
2009-04-18shortening links in notices from XMPPTobias Diekershoff
This patch enables shortening of links, that where send from XMPP. The problem was, that in util.php common_current_user() is not finding the user account from which is posted, so the service to shorten is not known, so no shortening at all... This patch cleans up the xmppdaemon a little bit and hard codes ur1.ca as shortening service _if_ the user is not set. Ugly but working.
2009-04-17Fixed file that was removed by mistake.Robin Millette
2009-04-17file was removed by mistake.Robin Millette
2009-04-17Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-17cosmetic fixes.Robin Millette
2009-04-16Make API dates more compatible with Twitter - ticket 1432Zach Copley
2009-04-16Add an even (hook): StartPersonalGroupNav.Robin Millette
2009-04-15Merge branch 'nobase' into 0.7.xEvan Prodromou
2009-04-15add user id to statisticsEvan Prodromou
2009-04-15Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
Conflicts: actions/public.php
2009-04-15add user id to statisticsEvan Prodromou
2009-04-15Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵Adrian Lang
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations.
2009-04-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-14trac#1223 Show most popular notices per tag in the tag page sidebar.Robin Millette
2009-04-14Fix bad dates in API's JSON search resultsZach Copley
2009-04-14Make stuff work with no baseEvan Prodromou
2009-04-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-13Fix bad dates in API's JSON search resultsZach Copley
2009-04-13typo in lib actionEvan Prodromou
2009-04-13isReadOnly() now takes argumentsEvan Prodromou
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful.
2009-04-13typo in lib actionEvan Prodromou
2009-04-13isReadOnly() now takes argumentsEvan Prodromou
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful.
2009-04-08Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/masterCiaranG
2009-04-08Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x0.7.3Evan Prodromou
2009-04-08Better debugging output flagZach Copley
2009-04-08use mini logo at mini size, not stream logoEvan Prodromou