summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-01update README for 0.7.50.7.50.7.xEvan Prodromou
2010-02-01fix local file include vulnerability in doc.phpEvan Prodromou
2009-07-06fix bad function callZach Copley
2009-07-06Merge branch 'mgrdcm-review' into 0.7.xZach Copley
* mgrdcm-review: Bringing users/show in line with Twitter as far as specifying user.
2009-06-30Merge branch 'mgrdcm-review' into 0.7.xZach Copley
* mgrdcm-review: Cleaning up comments at top of favor.php.
2009-06-30Merge branch 'jeff' into 0.7.xZach Copley
* jeff: Add site-wide option to change the length at which URLs are auto-shortened
2009-06-14Some UI improvements for blocking and unblockingEvan Prodromou
Add unblock to the router table, so unblocking will work at all. Block form and unblock form return to subscribers list, not subscriptions list, by default. showstream action sends its parameters to block and unblock forms to better return to the right page.
2009-06-12check results of add in maildaemon.php0.7.4Evan Prodromou
2009-06-12push length check to Notice classEvan Prodromou
2009-06-11Add site-wide option to change the length at which URLs are auto-shortenedJeff Mitchell
2009-06-10Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.7.x
2009-06-10Remove FIXME-marked Opera links until they actually workEvan Prodromou
2009-06-09Removed 404 testSarven Capadisli
2009-06-08Clearing notice_data-test and resetting notice_text-count if theSarven Capadisli
notice XHR. Removed hanging text URL from previous commit.
2009-06-08Revert "Clearing notice_data-test and resetting notice_text-count if the ↵Sarven Capadisli
notice XHR" This reverts commit b20ac7a1fefe40e82b086df3128f06770c8b550d.
2009-06-08Clearing notice_data-test and resetting notice_text-count if the notice XHRSarven Capadisli
response is empty and have a 20x,30x HTTP status
2009-06-08Temporary workaround for silenting mysterious 200 OK error for XHRSarven Capadisli
notice posts. The bug is sometimes reproduceable by sending a notice that includes "@someusernamethatdoesntexist". This patch doesn't throw alerts to user if server doesn't return with an XHR response but HTTP is one of 20x, 30x.
2009-06-08remember to convert messagesEvan Prodromou
2009-06-06Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.7.x
2009-06-06add fixup messages for utf8Evan Prodromou
2009-06-05don't send smses to senderEvan Prodromou
2009-06-05Bringing users/show in line with Twitter as far as specifying user.Dan Moore
2009-06-05Cleaning up comments at top of favor.php.Dan Moore
2009-06-04Handle the ways Twitter accepts passing the user in the query string.Dan Moore
2009-05-30correct last-modified date for shownotice.phpEvan Prodromou
2009-05-30free memory for each iteration DB_DataObject in fixup_utf8Evan Prodromou
2009-05-30make fixup_utf8.php handle profiles and groups tooEvan Prodromou
2009-05-30Use mysql_set_charset for connection instead of SET NAMESEvan Prodromou
PHP doesn't get the info about the charset of the connection if you use SET NAMES. So, we use the appropriate PHP function instead.
2009-05-30use mysqli_set_charset instead of set namesEvan Prodromou
2009-05-30take a max and min argument for fixup_utf8Evan Prodromou
2009-05-30Removing inbox and memcached daemon handlingEvan Prodromou
2009-05-30take debug code out of omb.phpEvan Prodromou
2009-05-30remove debug code from repliesEvan Prodromou
2009-05-30add get2gnowEvan Prodromou
2009-05-30check for since=0 in Notice::stream()Evan Prodromou
2009-05-29Ticket #1572 - Implement Twitter's account/rate_limit_status API method0.7.4pre1Zach Copley
We don't have a rate limit (yet) but some clients check this method. This dummy implementation always says the auth user has 100 requests left.
2009-05-29Ticket #1568 - API should return full user objectsZach Copley
2009-05-29Ticket #1567 - Change max_id to return notices <= ID instead of < IDZach Copley
2009-05-29Ticket #1567 - API: Change before_id parameter to max_idZach Copley
2009-05-29Update version number to 0.7.4Evan Prodromou
Updated the version number to 0.7.4, added the new song title, and documented the changes since 0.7.3.
2009-05-29Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.xEvan Prodromou
2009-05-28Added Afficheur to notice sourcesZach Copley
2009-05-28Warning log msg when http basic auth failsZach Copley
2009-05-28Only enqueue inbox-dependent transports after inboxes have been filledEvan Prodromou
2009-05-28Add any.io to sourcesEvan Prodromou
2009-05-28take an argument for fixup_utf8Evan Prodromou
2009-05-28document utf8 problems and solutionsEvan Prodromou
2009-05-27Add fixup_utf8 to fixup problems with UTF-8 in a databaseEvan Prodromou
Fixes up an old database to store strings in UTF-8. Hopefully works!
2009-05-27optionally use SET NAMES for utf8 to DBEvan Prodromou
2009-05-27Merge branch '0.7.x' into utf8Evan Prodromou