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-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 | |
2009-08-11 | Return a 404 when a page is request that has no notices | Craig Andrews | |
2009-08-11 | Return a 404 when a page is request that has no notices | Craig Andrews | |
2009-08-11 | oEmbed provider does not use the twitter api library classes any more | Craig Andrews | |
2009-08-11 | reformat newnotice.php | Evan Prodromou | |
2009-08-11 | Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5) | Jeffery To | |
2009-08-10 | UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo. | Adrian Lang | |
2009-08-10 | Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.x | Craig Andrews | |
2009-08-10 | Merge branch 'twitter-oauth' into 0.8.x | Zach Copley | |
Conflicts: scripts/getvaliddaemons.php | |||
2009-08-10 | I forgot that we don't do database upgrades for point releases. So I've | Zach Copley | |
changed Twitter OAuth to store token and token secret in the same field in foreign_link (credentials). This should be changed in 0.9. | |||
2009-08-10 | Moved some stuff around. More comments and phpcs compliance. | Zach Copley | |
2009-08-10 | Added configuration option to only allow OpenID logins. | Jeffery To | |
If $config['site']['openidonly'] is set to true: * the Login/Register pages will be removed from the navigation; * directly accesses to the Login/Register pages will redirect to the OpenID login page; * most links to the Login/Register pages will link to the OpenID login page instead. The user will still need to set a password to access the API and RSS feeds. |