Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-26 | Make notice auto-update | Evan Prodromou | |
Shows notices auto-updating | |||
2009-04-26 | Lots of tweaking to make things work | Evan Prodromou | |
Did some tweaking and maneuvering to make things work. This version will now show a "notice received" alert box -- lots of progress! Had to test with Java server, not Python server. | |||
2009-04-26 | Some updates for testing Comet | Evan Prodromou | |
2009-04-25 | remove unused duplicate file | Evan Prodromou | |
2009-04-25 | first pass at Comet plugin; doesn't yet update | Evan Prodromou | |
2009-04-23 | The real 7 seconds (7000) timeout for XHR posting. | Sarven Capadisli | |
2009-04-23 | XHR alerts for server-side errors: 404, 502, 503, 504. There is also a | Sarven Capadisli | |
7 second timeout if the server doesn't get back with a response. | |||
2009-04-23 | insert into user's inbox at Web time | Evan Prodromou | |
2009-04-23 | 8-char limit on transports | Evan Prodromou | |
2009-04-23 | blow subs cache after updating inboxes | Evan Prodromou | |
2009-04-23 | alert to what transport we're checking for | Evan Prodromou | |
2009-04-23 | some basic fixes for inbox and memcached queue handlers | Evan Prodromou | |
2009-04-23 | incorrect config setting for inboxes | Evan Prodromou | |
2009-04-23 | incorrect config setting for queues | Evan Prodromou | |
2009-04-23 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-23 | fix parse error in memcachedqueuehandler | Evan Prodromou | |
2009-04-23 | Add an inbox queue handler | Evan Prodromou | |
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action. | |||
2009-04-23 | A queuehandler for blowing caches offline | Evan Prodromou | |
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices. | |||
2009-04-23 | Allowing XHR for Inbox/Outbox pages. | Sarven Capadisli | |
2009-04-23 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-04-23 | Added ajax responses | Zach Copley | |
2009-04-23 | fix join a group link from user homepage when he hasn't posted anything yet | Robin Millette | |
2009-04-21 | Suppress errors when checking for the existence of files that might be ↵ | CiaranG | |
restricted by open_basedir - should resolve issue #1310 | |||
2009-04-21 | Add feed2omb to notice sources | CiaranG | |
2009-04-20 | Merge branch '0.7.x' of git://gitorious.org/laconica/mgrdcm-twitapibools ↵ | Adrian Lang | |
into review/master | |||
2009-04-20 | Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without ↵ | Adrian Lang | |
the unintended deletion. | |||
2009-04-18 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-18 | add reply_to index to notice | Evan Prodromou | |
2009-04-18 | Fixing spaces/tabs. | Dan Moore | |
2009-04-18 | This should change the JSON representation of the booleans 'following' and ↵ | Dan Moore | |
'notifications', but unlike the previous change, I was unable to test this. | |||
2009-04-18 | Bringing 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-18 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Robin Millette | |
2009-04-18 | trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagclouds | Robin Millette | |
2009-04-18 | shortening links in notices from XMPP | Tobias 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-17 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-17 | counter() after val() reset to avoid (weird) bug. | Sarven Capadisli | |
2009-04-17 | incorrect variable access | Evan Prodromou | |
2009-04-17 | store invite code in session so openidfinish can find it | Evan Prodromou | |
2009-04-17 | Clear notice char counter for direct messages as well. | Sarven Capadisli | |
2009-04-17 | Fixed file that was removed by mistake. | Robin Millette | |
2009-04-17 | file was removed by mistake. | Robin Millette | |
2009-04-17 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Robin Millette | |
2009-04-17 | cosmetic fixes. | Robin Millette | |
2009-04-17 | Ticket 1404. Showing the link to the members list page. | Sarven Capadisli | |
2009-04-16 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-04-16 | form_notice textarea is cleared on successful direct message post. | Sarven Capadisli | |
Disabled notice posting with XHR on Inbox and Outbox pages. This will be revisited in 0.8.x. | |||
2009-04-16 | Make API dates more compatible with Twitter - ticket 1432 | Zach Copley | |
2009-04-16 | Abort the xmpp-related daemons immediately if xmpp is disabled in the ↵ | CiaranG | |
config, otherwise they chew up *lots* of CPU doing nothing | |||
2009-04-16 | Add an even (hook): StartPersonalGroupNav. | Robin Millette | |
2009-04-16 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Robin Millette | |