4
0

Gráfico de cometimentos

  • 8250006fbf When a notice is posted with an attachment, the facebook stream update has media displayed inline, or as links. Craig Andrews 2009-07-09 18:42:19 -04:00
  • 03ccb74052 0.9.0 dev version Evan Prodromou 2009-07-09 18:22:46 -04:00
  • efd94b4e54 change version number to 0.8.0 Evan Prodromou 2009-07-09 18:22:10 -04:00
  • f2b12c6084 update the README for 0.8.0 Evan Prodromou 2009-07-09 18:19:24 -04:00
  • b78801becb correct the newuser default setting in common.php Evan Prodromou 2009-07-09 18:19:13 -04:00
  • 262c581ea7 Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x Evan Prodromou 2009-07-09 15:26:22 -04:00
  • 0828fde51c one more shot at servicing queues Evan Prodromou 2009-07-09 15:25:59 -04:00
  • 2197d0bacf Added width/height attribute and values for the creative commons image Sarven Capadisli 2009-07-09 19:12:50 +00:00
  • db58756275 Merge branch 'candrews-review' into 0.8.x Zach Copley 2009-07-09 11:28:21 -07:00
  • c981f5bcec Merge branch 'candrews-review' into 0.8.x Zach Copley 2009-07-09 11:22:07 -07:00
  • 43e0b308fd Revert "Let the queue handlers drain their xmpp queues" Evan Prodromou 2009-07-09 13:39:22 -04:00
  • e9edf27661 Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x Evan Prodromou 2009-07-09 13:26:29 -04:00
  • fc3442a041 Let the queue handlers drain their xmpp queues Evan Prodromou 2009-07-09 13:26:09 -04:00
  • 69574591d0 Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0). Craig Andrews 2009-07-09 13:18:57 -04:00
  • 228b2001d8 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x Sarven Capadisli 2009-07-09 17:02:27 +00:00
  • be0b149517 Updated max-width values for attachment view Sarven Capadisli 2009-07-09 17:01:45 +00:00
  • 031146f4c7 yet another select() refinement Evan Prodromou 2009-07-09 12:49:37 -04:00
  • eccab87044 slightly more robust select() logic Evan Prodromou 2009-07-09 12:33:38 -04:00
  • 03200235b1 use select() to bring down xmpp latency Evan Prodromou 2009-07-09 12:09:20 -04:00
  • 1daad01f36 slightly better timing Evan Prodromou 2009-07-09 11:40:01 -04:00
  • d7611009b1 Revert "give processtime a minimum of 1s" Evan Prodromou 2009-07-09 11:16:50 -04:00
  • d2e83b6a67 give processtime a minimum of 1s Evan Prodromou 2009-07-09 10:40:24 -04:00
  • 14267381e9 Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x Evan Prodromou 2009-07-09 10:11:31 -04:00
  • a5212dd6e3 timeouts and pings for xmppqueuehandlers Evan Prodromou 2009-07-09 10:11:13 -04:00
  • d77a2ee6ad send a ping from the xmppdaemon Evan Prodromou 2009-07-09 09:31:10 -04:00
  • bbb25e2153 Better error handling for FacebookQueueHandler Zach Copley 2009-07-09 02:04:38 +00:00
  • 616d68cf94 Better error handling for TwitterQueueHandler Zach Copley 2009-07-09 00:40:12 +00:00
  • 8aef0e4271 manually re-enqueue failed notices Evan Prodromou 2009-07-08 17:55:43 -04:00
  • 8bdb7dc93c update the README with new information Evan Prodromou 2009-07-08 15:31:42 -04:00
  • 06bf2e2413 Get rid of the other error trying to property on a non-obj Zach Copley 2009-07-08 01:02:12 -07:00
  • 2ed9d2dac5 Get rid of error ('Trying to get property of non-object') Zach Copley 2009-07-08 00:30:18 -07:00
  • ab53fc9474 Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x Evan Prodromou 2009-07-08 01:38:28 -04:00
  • a626f32d8e log errors in handling notices Evan Prodromou 2009-07-08 01:36:12 -04:00
  • be8d77c923 Trac #1689: inreplyto hidden value doesn't get cleared after a successful submit (javascript fix) Robin Millette 2009-07-07 23:27:34 -04:00
  • fd4aed21a7 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x Zach Copley 2009-07-08 01:19:36 +00:00
  • f6c8efdce6 Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x Evan Prodromou 2009-07-07 21:16:19 -04:00
  • b25e6139e8 check for array before checking xmlrpc fault Evan Prodromou 2009-07-07 21:15:39 -04:00
  • 72d3ead0c2 Use cURL instead of get_file_contents() to do away with warnings. Also more reliable. Zach Copley 2009-07-08 01:10:19 +00:00
  • 79b06ade27 Removed OpenID link from the primary global navigation in order to keep a single Login idea because we have several ways to login already: regular login, OpenID and Facebook (and probably LDAP, Open Social in the future) Sarven Capadisli 2009-07-08 00:42:14 +00:00
  • 802b909518 user/show API method needs to fall back to basic auth so that verify_credentials works correctly. Zach Copley 2009-07-07 14:21:44 -07:00
  • 673cdab874 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x Zach Copley 2009-07-07 20:15:05 +00:00
  • 8bc924224b Update translations updater script to use Pootle Zach Copley 2009-07-07 20:13:39 +00:00
  • 79c61e0c8c maildaemon makes mail attachments into notice attachments Craig Andrews 2009-07-07 15:56:24 -04:00
  • 5f72423523 File classes does not use the $FILES array directly, as users of this class aren't necessarily from the web Craig Andrews 2009-07-07 15:55:10 -04:00
  • d846c5fc99 Merge commit 'br3nda/0.8.x-noticesfix' into 0.8.x CiaranG 2009-07-07 20:53:28 +01:00
  • bb1548451a Merge commit 'br3nda/0.8.x-pgschema' into 0.8.x CiaranG 2009-07-07 20:48:26 +01:00
  • 84e676b687 Merge branch 'queuemanager' into 0.8.x Evan Prodromou 2009-07-07 11:35:00 -04:00
  • dd705ddaf7 Merge branch 'tos' into 0.8.x Evan Prodromou 2009-07-07 11:34:49 -04:00
  • 247cf2ea8f Updated support for 800px width design Sarven Capadisli 2009-07-07 04:08:51 +00:00
  • c266e0d68c Added max-height to designsettings and attachment view images Sarven Capadisli 2009-07-07 00:43:56 +00:00
  • 65ef1cb72a Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x Sarven Capadisli 2009-07-07 00:23:42 +00:00
  • acb305b34a Changed img max-width to all attachment views Sarven Capadisli 2009-07-07 00:22:43 +00:00
  • 4fffe1874f Fix redundant page display for group design settings Zach Copley 2009-07-06 16:44:35 -07:00
  • 195ec6820b fix bad function call Zach Copley 2009-07-06 15:56:10 -07:00
  • a9c1e66570 Bringing users/show in line with Twitter as far as specifying user. Dan Moore 2009-06-05 12:53:17 -04:00
  • 91684830e5 fix bad function call Zach Copley 2009-07-06 15:49:26 -07:00
  • 701a237e8c Merge branch 'mgrdcm-review' into 0.7.x Zach Copley 2009-07-06 15:48:14 -07:00
  • 5e067c2c81 Add special basic auth handling for friendships/show. Other fixups. Zach Copley 2009-07-06 13:21:16 -07:00
  • d40075ae9c Support undocumented 'id' parameter in /statuses/show API method Zach Copley 2009-07-06 11:57:21 -07:00
  • d48d27d79f Updated margin/width value for nested notices Sarven Capadisli 2009-07-05 22:57:35 +00:00
  • 5875c02cbb also hide your own design Evan Prodromou 2009-07-05 14:37:37 -04:00
  • e6c54a59e1 set/get viewdesigns flag and use it Evan Prodromou 2009-07-05 14:33:12 -04:00
  • d4db9d83d8 Revert "Merge branch '0.8.x' into cachenonexistent" Evan Prodromou 2009-07-05 12:44:18 -04:00
  • bfae5489cb Merge branch 'master' of git@gitorious.org:laconica/mainline Evan Prodromou 2009-07-05 12:05:19 -04:00
  • e21d2cfdb5 Merge branch '0.8.x' into cachenonexistent Evan Prodromou 2009-07-05 11:53:39 -04:00
  • 83adf9fa1a don't hide unsub button for remote users Evan Prodromou 2009-07-05 11:47:14 -04:00
  • 5fe1af94b2 Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x Evan Prodromou 2009-07-05 11:33:17 -04:00
  • ac361791c4 fix caching of faves by own, other Evan Prodromou 2009-07-05 11:32:57 -04:00
  • 9f6bea473e cache failure to find in memcached Evan Prodromou 2009-07-05 11:31:39 -04:00
  • 23e6dafff6 better handling of frames and notices Evan Prodromou 2009-07-05 11:01:07 -04:00
  • 53b7fb7f1c Using box-shadow on the site_nav_local_views li instead of a. Sarven Capadisli 2009-07-04 18:28:24 +00:00
  • cb019f7aad don't send unused variable for streams Evan Prodromou 2009-07-04 01:43:35 -04:00
  • 66a4a60e0b better debug logging in stomp queue manager Evan Prodromou 2009-07-04 01:43:18 -04:00
  • 49eaa04b50 return singleton if initialized Evan Prodromou 2009-07-04 01:42:42 -04:00
  • 9dee9e1612 new default daemon jid Evan Prodromou 2009-07-04 01:20:39 -04:00
  • 6d72864618 don't try to show non-object Evan Prodromou 2009-07-04 01:17:37 -04:00
  • f63702579a don't say we're connecting if we're not Evan Prodromou 2009-07-04 01:16:58 -04:00
  • 49c5c6f92b move handling code into queuemanager Evan Prodromou 2009-07-04 00:31:28 -04:00
  • 741eb1a28b Merge branch '0.8.x' into queuemanager Evan Prodromou 2009-07-03 23:34:44 -04:00
  • eedfaa7d1a clean up payload memory Evan Prodromou 2009-07-03 23:34:28 -04:00
  • e3c70cc30c Merge branch 'friendships_show' into 0.8.x Zach Copley 2009-07-03 15:43:14 -07:00
  • 2881b553fe Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x Zach Copley 2009-07-03 15:42:55 -07:00
  • a2a4cc35f6 Implement friendships/show API method Zach Copley 2009-07-03 15:42:12 -07:00
  • 088fa6befc null for both args in conversation Evan Prodromou 2009-07-03 10:48:15 -04:00
  • e2f8b8d65d no limit on conversation stream Evan Prodromou 2009-07-03 10:40:23 -04:00
  • 04c713e671 fixed limit for conversations Evan Prodromou 2009-07-03 10:37:39 -04:00
  • c04e3c7769 only show subscribe button in profile list for local users Evan Prodromou 2009-07-03 10:14:02 -04:00
  • 72d0ee4e25 move peoplesearchresults class to action/peoplesearch Evan Prodromou 2009-07-03 10:10:12 -04:00
  • 3e4be98ff6 add _queueName function Evan Prodromou 2009-07-03 10:05:07 -04:00
  • 00074cda73 Merge branch '0.8.x' into queuemanager Evan Prodromou 2009-07-03 03:08:34 -04:00
  • f73d93fa7a only show subscription controls to owner Evan Prodromou 2009-07-03 01:26:21 -04:00
  • acb4c78346 Route and stub for new friendships/show API method Zach Copley 2009-07-02 17:32:27 -07:00
  • c02acd7341 Better comment about syslog log facility Zach Copley 2009-07-02 16:16:17 -07:00
  • d80c553e5f Make logging facility configurable Zach Copley 2009-07-02 16:06:13 -07:00
  • 608a7ba77c Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x Zach Copley 2009-07-02 15:13:30 -07:00
  • bca3b3d36f Send null as 2nd arg, not 3rd. Zach Copley 2009-07-02 15:09:48 -07:00
  • bb404c9be2 Disabled textarea focus for conversation page since most entrances to this page is with 'in context' link (which includes a fragment identifier) Sarven Capadisli 2009-07-02 21:29:03 +00:00
  • e8f27025ba more logging in stompqueuemanager Evan Prodromou 2009-07-02 12:43:09 -04:00
  • a9c83b064f Added event to let the site owner add more information into <address> for contact e.g., email, location, tagline Sarven Capadisli 2009-07-02 16:06:06 +00:00
  • 35a5934503 Changed sioc:reply_to to sioc:reply_of Sarven Capadisli 2009-07-02 15:38:25 +00:00