Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-01 | update README for 0.7.50.7.50.7.x | Evan Prodromou | |
2010-02-01 | fix local file include vulnerability in doc.php | Evan Prodromou | |
2009-07-06 | fix bad function call | Zach Copley | |
2009-07-06 | Merge branch 'mgrdcm-review' into 0.7.x | Zach Copley | |
* mgrdcm-review: Bringing users/show in line with Twitter as far as specifying user. | |||
2009-06-30 | Merge branch 'mgrdcm-review' into 0.7.x | Zach Copley | |
* mgrdcm-review: Cleaning up comments at top of favor.php. | |||
2009-06-30 | Merge branch 'jeff' into 0.7.x | Zach Copley | |
* jeff: Add site-wide option to change the length at which URLs are auto-shortened | |||
2009-06-14 | Some UI improvements for blocking and unblocking | Evan 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-12 | check results of add in maildaemon.php0.7.4 | Evan Prodromou | |
2009-06-12 | push length check to Notice class | Evan Prodromou | |
2009-06-11 | Add site-wide option to change the length at which URLs are auto-shortened | Jeff Mitchell | |
2009-06-10 | Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.7.x | |||
2009-06-10 | Remove FIXME-marked Opera links until they actually work | Evan Prodromou | |
2009-06-09 | Removed 404 test | Sarven Capadisli | |
2009-06-08 | Clearing notice_data-test and resetting notice_text-count if the | Sarven Capadisli | |
notice XHR. Removed hanging text URL from previous commit. | |||
2009-06-08 | Revert "Clearing notice_data-test and resetting notice_text-count if the ↵ | Sarven Capadisli | |
notice XHR" This reverts commit b20ac7a1fefe40e82b086df3128f06770c8b550d. | |||
2009-06-08 | Clearing notice_data-test and resetting notice_text-count if the notice XHR | Sarven Capadisli | |
response is empty and have a 20x,30x HTTP status | |||
2009-06-08 | Temporary workaround for silenting mysterious 200 OK error for XHR | Sarven 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-08 | remember to convert messages | Evan Prodromou | |
2009-06-06 | Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.7.x | |||
2009-06-06 | add fixup messages for utf8 | Evan Prodromou | |
2009-06-05 | don't send smses to sender | Evan Prodromou | |
2009-06-05 | Bringing users/show in line with Twitter as far as specifying user. | Dan Moore | |
2009-06-05 | Cleaning up comments at top of favor.php. | Dan Moore | |
2009-06-04 | Handle the ways Twitter accepts passing the user in the query string. | Dan Moore | |
2009-05-30 | correct last-modified date for shownotice.php | Evan Prodromou | |
2009-05-30 | free memory for each iteration DB_DataObject in fixup_utf8 | Evan Prodromou | |
2009-05-30 | make fixup_utf8.php handle profiles and groups too | Evan Prodromou | |
2009-05-30 | Use mysql_set_charset for connection instead of SET NAMES | Evan 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-30 | use mysqli_set_charset instead of set names | Evan Prodromou | |
2009-05-30 | take a max and min argument for fixup_utf8 | Evan Prodromou | |
2009-05-30 | Removing inbox and memcached daemon handling | Evan Prodromou | |
2009-05-30 | take debug code out of omb.php | Evan Prodromou | |
2009-05-30 | remove debug code from replies | Evan Prodromou | |
2009-05-30 | add get2gnow | Evan Prodromou | |
2009-05-30 | check for since=0 in Notice::stream() | Evan Prodromou | |
2009-05-29 | Ticket #1572 - Implement Twitter's account/rate_limit_status API method0.7.4pre1 | Zach 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-29 | Ticket #1568 - API should return full user objects | Zach Copley | |
2009-05-29 | Ticket #1567 - Change max_id to return notices <= ID instead of < ID | Zach Copley | |
2009-05-29 | Ticket #1567 - API: Change before_id parameter to max_id | Zach Copley | |
2009-05-29 | Update version number to 0.7.4 | Evan Prodromou | |
Updated the version number to 0.7.4, added the new song title, and documented the changes since 0.7.3. | |||
2009-05-29 | Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x | Evan Prodromou | |
2009-05-28 | Added Afficheur to notice sources | Zach Copley | |
2009-05-28 | Warning log msg when http basic auth fails | Zach Copley | |
2009-05-28 | Only enqueue inbox-dependent transports after inboxes have been filled | Evan Prodromou | |
2009-05-28 | Add any.io to sources | Evan Prodromou | |
2009-05-28 | take an argument for fixup_utf8 | Evan Prodromou | |
2009-05-28 | document utf8 problems and solutions | Evan Prodromou | |
2009-05-27 | Add fixup_utf8 to fixup problems with UTF-8 in a database | Evan Prodromou | |
Fixes up an old database to store strings in UTF-8. Hopefully works! | |||
2009-05-27 | optionally use SET NAMES for utf8 to DB | Evan Prodromou | |
2009-05-27 | Merge branch '0.7.x' into utf8 | Evan Prodromou | |