Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-31 | Revert "Actually commit the file this time" | Evan Prodromou | |
This reverts commit 3f06bfc042e34ce97e1f1476faadb67fc5edd282. | |||
2009-10-30 | IE has some issue with notices that are sent with file attachments. It | Sarven Capadisli | |
doesn't like the XHR response with XHTML DTD. New notices without the file attachment work fine. The rendered content (the anchor for the file attachment link) doesn't appear to be the issue. To fix this problem, I removed the XHTML DTD line from newnotice's XHR response. This is unnecessary for text/xml outputs that's intended for XHR responses any way. It just happens to fix an IE issue. Still a mystery to me as to why it is particular to notices with file attachments. | |||
2009-10-22 | Actually commit the file this time | Jeffery To | |
2009-10-20 | Twitter now puts out an error msg when the status param is empty. | Zach Copley | |
Updated our API to match. | |||
2009-10-16 | Workaround for Facebook data store API behavior regression, fixes saving | Brion Vibber | |
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app! | |||
2009-10-13 | Include long-form attachment URL in notice if URL shortening is disabled. | Brion Vibber | |
Previously, the attachment URL would simply be dropped when shortening returned false instead of a short URL... the attachment was present if you clicked through to notice details but didn't appear in the timeline, making it nigh-impossible to see the attachment. | |||
2009-10-07 | Fixed E_NOTICE when the "lite" parameter isn't included in the request | Jeffery To | |
2009-10-07 | Fixed E_NOTICE - GroupList expects an owner object in the constructor, not ↵ | Jeffery To | |
an array of search terms | |||
2009-09-29 | Twitter API returns server errors in preferred format | Evan Prodromou | |
2009-09-29 | stop overwriting created timestamp on group edit | Evan Prodromou | |
2009-09-27 | Forgot to add home_timeline to the list of methods that only require | Zach Copley | |
bareauth. | |||
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-17 | Merge remote branch 'cvollick/userTagPagination' into 0.8.x | Craig Andrews | |
2009-09-16 | Pagination of user/tag was navigating to wrong page. | Christopher Vollick | |
Fixes bug #1736. | |||
2009-09-15 | Make it impossible to delete self-subscriptions via the API | Zach Copley | |
2009-09-13 | Response for request token doesn't contain omb_version | Craig Andrews | |
Fixes http://status.net/trac/ticket/681 Sorry it took a year to accept this patch, dho :'-( | |||
2009-09-12 | Check if the avatar exists before trying to delete it. | Craig Andrews | |
Fixes http://status.net/trac/ticket/1868 | |||
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-07 | Don't "hightlight" search terms (by surrounding them in ↵ | Craig Andrews | |
<strong>$term</strong>) when the term appears in an HTML attribute Fixes http://status.net/trac/ticket/1852 | |||
2009-09-03 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |
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-03 | Fix spelling | Craig Andrews | |
2009-09-03 | add basic auth support for cgi servers on the api (trac #1832) | mEDI | |
2009-09-02 | Fixed bug in which you cannot turn off importing friends timelines flag | Zach Copley | |
2009-09-01 | Fixes foaf notices, use Profile for information that's missing in Remote_profile | Carlos Perilla | |
2009-08-27 | added my email address next to my name at the top of the files | Craig Andrews | |
2009-08-27 | Implement the is_member and membership group api's | Craig Andrews | |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | a distributed -> the distributed | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-25 | Rename Laconica to StatusNet | Evan Prodromou | |
2009-08-24 | Merge branch '0.8.x' into testing | Evan Prodromou | |
Conflicts: actions/twitterauthorization.php lib/oauthclient.php lib/twitter.php lib/twitterapi.php lib/twitteroauthclient.php scripts/twitterstatusfetcher.php | |||
2009-08-24 | Moved some stuff to a base class | Zach Copley | |
2009-08-24 | Allow removal of Twitter account. Deleted dead code. | Zach Copley | |
2009-08-24 | Make the TwitterQueuehandler post to Twitter using OAuth | Zach Copley | |
2009-08-24 | Twitter OAuth server dance working | Zach Copley | |
2009-08-20 | Change the notice type defines all into class constants and adapt all files. | Marcel van der Boom | |
2009-08-19 | Resolve Group Aliases in showgroup.php | Christopher Vollick | |
For Example, let's say 'alias' was an alias for the group 'group'. Previously, if you went to '/group/group' it'd work, but '/group/alias' it'd say "No Such Group". This was untrue. Now it checks aliases when it can't find a group with a given name. If it finds one it redirects you to the original group. | |||
2009-08-16 | Merge commit 'jeff-themovie/0.8.x-openid-enabled' into 0.8.x | Craig Andrews | |
2009-08-16 | Fix bug bug 1563 "opensearch content type incorrectly set" | brion | |
http://laconi.ca/trac/ticket/1563 OpenSearch description info is now sent with correct Content-Type: application/opensearchdescription+xml instead of text/html. | |||
2009-08-16 | Revert "Revert "Return a 404 when a page is request that has no notices"" | Evan Prodromou | |
This reverts commit 1b204fde39271acd38bb8f9dd16734f15c68138a. | |||
2009-08-16 | Revert "Revert "Return a 404 when a page is request that has no notices"" | Evan Prodromou | |
This reverts commit 6c597eabecf2368224938a136d7ac588702bbfd7. | |||
2009-08-14 | Revert "Return a 404 when a page is request that has no notices" | Evan Prodromou | |
An empty list still exists; we should not return a 404 for empty lists. This reverts commit 355effe6315ab7927a54f44fc9ce903085769b5f. | |||
2009-08-14 | Revert "Return a 404 when a page is request that has no notices" | Evan Prodromou | |
An empty list still exists; we shouldn't return a 404. This reverts commit c29892c87573e0575b9a4a13210c562e08411148. | |||
2009-08-13 | Added a configuration option to disable OpenID. | Jeffery To | |
If $config['openid']['enabled'] is set to false, OpenID is removed from the navigation and direct accesses to OpenID login pages redirect to the login page. If OpenID is enabled, $config['site']['openidonly'] is ignored, i.e. OpenID is required to go OpenID-only. | |||
2009-08-12 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |