Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-19 | Make statuses/home_timeline return the same thing as ↵ | Zach Copley | |
statuses/friends_timeline to support apps trying to use the new retweet API method. | |||
2009-09-18 | Show context link if this notice starts a conversation | Craig Andrews | |
2009-09-15 | 304 responses should not have a Content-Length header. | Craig Andrews | |
2009-09-15 | Revert "Several fixes to make RabbitMQ a player." | Evan Prodromou | |
This reverts commit c04987018cd6c845c6da7a92d9857d8c651f7022. | |||
2009-09-13 | Generate ETags for pages which don't specify themselves. | Craig Andrews | |
2009-09-13 | When viewing a page in https, all links to non-actions (links to CSS, JS, ↵ | Craig Andrews | |
etc) should be https. Fixes the mixed content warnings that browsers display. Fixes http://status.net/trac/ticket/1552 | |||
2009-09-13 | Set a Vary header with accept-encoding and cookies. | Craig Andrews | |
Fixes http://status.net/trac/ticket/17 | |||
2009-09-12 | NoticeForm's constructor's inreplyto argument should be optional (defaulting ↵ | Craig Andrews | |
to null) | |||
2009-09-12 | Show username in subject of emails | Craig Andrews | |
Fixes http://status.net/trac/ticket/1862 | |||
2009-09-11 | Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can ↵ | Craig Andrews | |
inclue 'inreplyto' id's. Also add 'inreplyto' to the urls sent in emails. | |||
2009-09-11 | Several fixes to make RabbitMQ a player. | Marcel van der Boom | |
* extlib/Stomp.php -spaces for tabs (we're on PEAR, right?) - send: initialize the $properties parameter as array() instead of null this prevents unsetting $headers if $properties was not set (besides that, it's the proper way to initialize an array) - subscribe: insert FIXME's on ActiveMQ specifics - ack: make sure the content-length header is set *and* is zero. I have seen the header set to '3' there but could not find where it came from, this is at least safe. - disconnect: typo in $headers variable - readFrame: use fgets() instead of gets() so that RabbitQ, which is more protocol strict can also play * extlib/Stomp/Frame.php - spaces for tabs - add note on possibly protocol violating linefeed * extlib/Stomp/Message.php - space for tabs - add content-length header for message * lib/stompqueuemanager.php - use the notice for logging, not the frame | |||
2009-09-10 | Allow @ signs in the path, querystring, and fragment parts of URLs | Craig Andrews | |
2009-09-10 | Re-use enclosure decision logic to decide if a link gets a ↵ | Craig Andrews | |
paperclip/lightbox popup. | |||
2009-09-10 | Revert "If a shortened URL begins with http://, don't include it in the ↵ | Craig Andrews | |
shortened url. Saves 7 characters, which is pretty awesome for 140 character max length notices." This reverts commit e2848eb8621dd645fa68cb1641c0af1df5530408. Downstream consumers of our notices (such as Friendfeed, Facebook, etc) don't have sophisticated URL detection, so a notice that reads: "check out ur1.ca/1" won't be linked. So the http:// prefix is mandatory. | |||
2009-09-09 | If a shortened URL begins with http://, don't include it in the shortened ↵ | Craig Andrews | |
url. Saves 7 characters, which is pretty awesome for 140 character max length notices. | |||
2009-09-09 | :: isn't a valid IPv6 address for our purposes | Craig Andrews | |
2009-09-08 | Use a non-error-generating array key check to a) improve performance and b) ↵ | CiaranG | |
not fill the log file with crud | |||
2009-09-05 | more info in error message, to help next person who has to debug locales | brenda | |
2009-09-04 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |
2009-09-04 | Updated layout for filter by tag form | Sarven Capadisli | |
2009-09-04 | Added additional characters as allowed in URLs. | Craig Andrews | |
2009-09-03 | Created autofocus method to give focus to an element (primarily a form | Sarven Capadisli | |
control) on page onload. Updated some of the pages to use autofocus. | |||
2009-09-02 | Better error handling | Zach Copley | |
2009-09-01 | Let users join and drop group membership from xmpp | Carlos Perilla | |
2009-09-01 | Stop requeuing notices not bound for Twitter. | Zach Copley | |
2009-08-31 | Fix attachment saving | Craig Andrews | |
2009-08-31 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |
2009-08-31 | Removed <dl> structure from MailboxAction::showMessage. Same as | Sarven Capadisli | |
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-08-31 | Allow :'s in the path, query string, and fragment parts of the url ↵ | Craig Andrews | |
(Mediawiki URLs often do this) | |||
2009-08-29 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Zach Copley | |
2009-08-29 | Fix error in log msg format specifier | Zach Copley | |
2009-08-28 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-28 | change version to 0.8.2dev | Evan Prodromou | |
2009-08-28 | Add % and ~ as valid characters in the path, querystring, and fragment parts ↵ | Craig Andrews | |
of URLs | |||
2009-08-28 | fix 'callback_helper'0.8.1 | Evan Prodromou | |
2009-08-28 | stutuses -> statuses | Evan Prodromou | |
2009-08-28 | Merge branch 'twitter-basic-auth' into 0.8.x | Zach Copley | |
2009-08-28 | Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic ↵ | Zach Copley | |
Auth as well as OAuth | |||
2009-08-28 | Abstract the Twitter basic auth stuff into its own client class | Zach Copley | |
2009-08-28 | Renable basic auth posting to Twitter for users who already have a bridge setup | Zach Copley | |
2009-08-27 | make URL analyzer save new info on URLs0.8.1rc2 | Evan Prodromou | |
2009-08-27 | remove duplicate save of Notice and streamline attachment detection | Evan Prodromou | |
2009-08-27 | reformat curry() to make my editor happy | Evan Prodromou | |
2009-08-27 | Implement the is_member and membership group api's | Craig Andrews | |
2009-08-27 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-08-27 | add api/laconica for backwards compatibility | Evan Prodromou | |
2009-08-27 | Do not used named capturing groups | Craig Andrews | |
I'm not sure all php 5.2's are compiled with a PCRE library that supported named captures. | |||
2009-08-27 | update version in, and add codename to, lib/common | Evan Prodromou | |
2009-08-26 | Support multiple attachments per facebook update | Craig Andrews | |
2009-08-26 | change hidden label for site content license link | Evan Prodromou | |