Age | Commit message (Expand) | Author |
2010-09-08 | move notice_to_status initialization code to run-once script | Evan Prodromou |
2010-09-08 | Pragma was accidentally triggering some underwear-catapult-connected hardware | Evan Prodromou |
2010-09-08 | Merge branch 'testing' into 0.9.x | Brion Vibber |
2010-09-08 | Merge branch 'master' into testing | Brion Vibber |
2010-09-07 | Fix for #2663: fix for original/96px-size avatars getting saved with bad perm... | Brion Vibber |
2010-09-07 | Quick fix for #2659: unable to login with Livejournal OpenID | Brion Vibber |
2010-09-07 | Merge branch 'openid-fix' into 0.9.x | Brion Vibber |
2010-09-07 | Quick fix for #2659: unable to login with Livejournal OpenID | Brion Vibber |
2010-09-07 | Merge branch 'apinamespace' into 0.9.x | Evan Prodromou |
2010-09-07 | text substitution is Unicode-aware for twitterstatusfetcher | Evan Prodromou |
2010-09-07 | Fix pkeyget call | Evan Prodromou |
2010-09-07 | staticGet -> pkeyGet in Twitter_synch_status | Evan Prodromou |
2010-09-07 | debug statements for setting/getting last id | Evan Prodromou |
2010-09-07 | Store foreign ID for synch info, not user ID | Evan Prodromou |
2010-09-07 | remove data dump of retrieved statuses | Evan Prodromou |
2010-09-07 | Correct DB_DataObject constant in Twitter_synch_status | Evan Prodromou |
2010-09-07 | Missing comma in column list in Twitter_synch_status | Evan Prodromou |
2010-09-07 | add modified column to twitter_synch_status | Evan Prodromou |
2010-09-07 | Merge branch 'twitterannoyances' of gitorious.org:~evan/statusnet/evans-mainl... | Evan Prodromou |
2010-09-07 | use and save since_id parameter for home_timeline | Evan Prodromou |
2010-09-07 | save synch status for different timelines | Evan Prodromou |
2010-09-07 | save Twitter mentions as StatusNet replies | Evan Prodromou |
2010-09-07 | add back in # and @ for links | Evan Prodromou |
2010-09-07 | add Twitter-approved links to Twitter statuses | Evan Prodromou |
2010-09-07 | better handling of params in oauthget | Evan Prodromou |
2010-09-07 | better param handling in hometimeline | Evan Prodromou |
2010-09-07 | include entities in the results of home_timeline | Evan Prodromou |
2010-09-07 | delete Twitter notice if it was posted from here | Evan Prodromou |
2010-09-07 | Notify Twitter when StatusNet user faves/disfaves a Twitter notice | Evan Prodromou |
2010-09-07 | using null variable in twitter_status_id() | Evan Prodromou |
2010-09-07 | check status_id before trying to retweet it | Evan Prodromou |
2010-09-07 | truncate retweeted stuff if it's too long | Evan Prodromou |
2010-09-07 | correctly mark repeats from Twitter as non-local | Evan Prodromou |
2010-09-07 | correctly check for local notice to status mappings when notice originated here | Evan Prodromou |
2010-09-07 | use bigint for status_ids | Evan Prodromou |
2010-09-07 | debug output when saving new mapping | Evan Prodromou |
2010-09-07 | do a uniqueness check before saving new notice-to-status mapping | Evan Prodromou |
2010-09-07 | SQL syntax error when initializing notice_to_status table | Evan Prodromou |
2010-09-07 | Delete Notice_to_status when a notice is deleted | Evan Prodromou |
2010-09-07 | use Notice_to_status to check for duplicates | Evan Prodromou |
2010-09-07 | Save notice-to-status mapping in its own table | Evan Prodromou |
2010-09-07 | add in_reply_to_status_id if notice is from twitter | Evan Prodromou |
2010-09-07 | do our own repeating so we can pass in a uri | Evan Prodromou |
2010-09-07 | remove require_once for disappeared TwitterBasicAuthClient | Evan Prodromou |
2010-09-07 | remove basic auth code for Twitter since it's no longer supported | Evan Prodromou |
2010-09-07 | use home_timeline instead of friends_timeline | Evan Prodromou |
2010-09-07 | switch twitterstatusfetcher from friends_timeline to home_timeline | Evan Prodromou |
2010-09-07 | debug code to dump new status data | Evan Prodromou |
2010-09-07 | move inbox insert code to status saver main loop | Evan Prodromou |
2010-09-07 | some info notices in twitter status fetch for repeats and replies | Evan Prodromou |