Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-05split 'mutual' flag into 'sharing' and 'receiving' on Contactdanielgrippi
2011-04-06added mutual flag, removed pending from contact, specs are green. wipdanielgrippi
2011-04-05All green except invite connecting +2 misc.danielgrippi
2011-01-26Remove mochaRaphael
2011-01-26Fix double notifications on comments, write a bunch of comment dispatch tests...Raphael
2011-01-15Merge almost complete, 4 failuresRaphael
2011-01-07Move fantasy_resque to the fake_resque file, add services to the mysql export...Raphael
2010-12-20Down to 250 failures in mysqlRaphael
2010-12-17Simplify connect_users for a huge test speedupRaphael
2010-12-15Remove pending_requests from user, just use Request.from and Request.to.danielvincent
2010-12-15initiating a request now just creates a pending contact instead of persisting...danielvincent
2010-12-05MS RS Get the fake queue working when it's nested, and push local dispatch on...Michael Sofaer
2010-12-05dispatch moved to resque. one failing test, globally stubbed out resque enqu...danielvincent
2010-12-04made http calls synchronous. messagehandler enqueues POSTs into resque.danielvincent
2010-11-16Clean up unused variableSarah Mei
2010-11-13removed the word friend everywhere minus translation filesdanielvincent
2010-11-13friend_users -> connect_users in helper_methodsdanielvincent
2010-11-10Remove urls from requests, invitations are brokenRaphael
2010-11-05posting to a person with a user on the same pod will send internally, skippin...danielvincent
2010-11-04killed albumsdanielvincent
2010-11-04Requests are no longer tracked by id across servers, DELETED USELESS PUTS IN ...Raphael
2010-11-02requests are almost theredanielvincent
2010-10-30Merge branch 'master' of github.com:diaspora/diasporamaxwell
2010-10-30Moving to make_user, a few specs brokenRaphael
2010-10-30make_user now makes a user from fixturesRaphael
2010-10-30rake task to generate user fixtures, helper method which saves themRaphael
2010-10-30mocking out emhttprequest everywheremaxwell
2010-10-27IZ moved methods found in spec helper to helper methods file. now we can incl...zhitomirskiyi