summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-02Performance fix on Sphinx search results: use id instead of created ↵Brion Vibber
timestamp for reverse date sorting; should give same result but doesn't trigger a filesort.
2010-03-02Dropped deprecated timestamp-based 'since' parameter for all API methods. ↵Brion Vibber
When it sneaks in it can cause some very slow queries due to mismatches with the indexing. Twitter removed 'since' support some time ago, and we've already removed it from the public timeline, so it shouldn't be missed.
2010-03-02Fix for regression in updated mention checks, sometimes lost links to folks ↵Brion Vibber
mentioned in the replied message.
2010-03-01High-priority OStatus fixes:Brion Vibber
* PuSHing out to multiple client services could fail; only first callback got reached * Correction for re-sub request to a known sub
2010-03-01Revert "show service debug info"Evan Prodromou
This reverts commit 19ec0e3a62d4c60d7e5581b4e38ec705650b1d18.
2010-03-01more output in updateostatus.phpEvan Prodromou
2010-03-01Merge branch 'omb2ostatus' of root@windba.gs:/var/www/statusnet into omb2ostatusEvan Prodromou
Conflicts: lib/omb.php
2010-03-01lost important fields when switching queriesEvan Prodromou
2010-03-01show service debug infoEvan Prodromou
2010-03-01pass listener URI into consumer for OMBEvan Prodromou
2010-03-01remove strict check on OMB exception stringsEvan Prodromou
2010-03-01return correct HTTP status code for OMB errorsEvan Prodromou
2010-03-01send smaller error pages for OMB API endpointsEvan Prodromou
2010-03-01Remove check for secret in token deletion on Subscription::cancel()Evan Prodromou
2010-03-01Better logging on bad token in subscriptionEvan Prodromou
2010-03-01Return empty array when no subscriptions to remoteEvan Prodromou
2010-03-01drop tokens for OMB on unsubscribeEvan Prodromou
2010-03-01fix path for updateostatus.phpEvan Prodromou
2010-03-01Script to convert OMB subscriptions to OStatus subscriptionsEvan Prodromou
2010-03-01show service debug infoEvan Prodromou
2010-03-01Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-01Localization tweak: include doc comments marked as 'TRANS' in .po file ↵Brion Vibber
output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints.
2010-03-01Add index on group_index.notice_id, needed to pull list of target groups for ↵Brion Vibber
inbox delivery. Index was present on live identi.ca database but missing from master definitions: group_inbox_notice_id_idx
2010-03-01pass listener URI into consumer for OMBEvan Prodromou
2010-03-01remove strict check on OMB exception stringsEvan Prodromou
2010-03-01return correct HTTP status code for OMB errorsEvan Prodromou
2010-03-01Add index on post_id for file_to_post, needed for efficient lookups of ↵Brion Vibber
files/urls attached to a given post.
2010-03-01send smaller error pages for OMB API endpointsEvan Prodromou
2010-03-01Remove check for secret in token deletion on Subscription::cancel()Evan Prodromou
2010-03-01Better logging on bad token in subscriptionEvan Prodromou
2010-03-01Return empty array when no subscriptions to remoteEvan Prodromou
2010-03-01drop tokens for OMB on unsubscribeEvan Prodromou
2010-03-01fix path for updateostatus.phpEvan Prodromou
2010-03-01Script to convert OMB subscriptions to OStatus subscriptionsEvan Prodromou
2010-03-01Update pot fileSiebrand Mazeland
2010-02-27fix call of common_find_mentions() in Notice::saveReplies()Evan Prodromou
2010-02-27Use notice for context when deciding who @nickname refers toEvan Prodromou
In a federated system, "@nickname" is insufficient to uniquely identify a user. However, it's a very convenient idiom. We need to guess from context who 'nickname' refers to. Previously, we were using the sender's profile (or what we knew about them) as the only context. So, we assumed that they'd be mentioning to someone they followed, or someone who followed them, or someone on their own server. Now, we include the notice information for context. We check to see if the notice is a reply to another notice, and if the author of the original notice has the nickname 'nickname', then the mention is probably for them. Alternately, if the original notice mentions someone with nickname 'nickname', then this notice is probably referring to _them_. Doing this kind of context sleuthing means we have to render the content very late in the notice-saving process.
2010-02-27Merge branch 'master' into testingEvan Prodromou
2010-02-27Plugin to restrict too many registrations from one IPEvan Prodromou
We throttle registrations by IP. We record IP address of each registration, and if too many registrations have been done by the same IP address in the time interval, we reject the registration.
2010-02-27add bugfix to version number.Evan Prodromou
2010-02-27Fixes entity_tags alignmentSarven Capadisli
2010-02-26Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-26Revert "change function name"Evan Prodromou
This reverts commit 21edb98a32cf67b9f754c9a74414f113cb71cb37.
2010-02-26renaming sha256 to prevent conflictJames Walker
2010-02-26change function nameEvan Prodromou
2010-02-26Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: better return check in Magicsig::staticGet() blow cache on known replies
2010-02-26better return check in Magicsig::staticGet()James Walker
2010-02-26blow cache on known repliesEvan Prodromou
2010-02-26Pull conversation URL from Conversation instead of assuming it's localZach Copley
2010-02-26Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou