No description
Find a file
2010-10-31 12:34:26 -07:00
app removed user#aspect method. all aspect creation should be scoped through the user -> aspect association proper: user.aspects.create(opts) 2010-10-31 12:34:26 -07:00
autotest Add or later to license notice 2010-10-07 16:25:34 -07:00
chef/cookbooks Daemontools installs and starts up mongo 2010-10-25 03:03:11 +00:00
config Simplify validations on user 2010-10-29 16:56:04 -07:00
db removed user#aspect method. all aspect creation should be scoped through the user -> aspect association proper: user.aspects.create(opts) 2010-10-31 12:34:26 -07:00
doc Activerecord this time\! 2010-06-11 10:40:49 -07:00
features work in progress cucumber feature for posting messages 2010-10-24 22:57:43 -07:00
lib DG IZ; post senders are now verified by diaspora handles 2010-10-29 16:49:59 -07:00
pkg Bugfixes, non-interactive run possible 2010-10-29 15:55:15 +02:00
public edit profile link on owner's profile page. 2010-10-29 15:02:56 -07:00
script Polishing up after git mess... 2010-10-20 22:05:42 +02:00
spec removed user#aspect method. all aspect creation should be scoped through the user -> aspect association proper: user.aspects.create(opts) 2010-10-31 12:34:26 -07:00
tmp Add a global tmp directory, according to rails spec. 2010-10-10 16:38:01 +02:00
vendor/plugins Activerecord this time\! 2010-06-11 10:40:49 -07:00
.gitignore removing oauth keys 2010-10-25 17:41:58 -07:00
.pairs Adding a .pairs file 2010-08-26 17:55:09 -07:00
.rspec tried taking format nested out of tests. maybe it will give us dots? 2010-08-17 00:01:47 -07:00
AUTHORS Adding in COPYRIGHT, AUTHORS, and blueprint attribution 2010-09-15 10:09:42 -07:00
Capfile Add or later to license notice 2010-10-07 16:25:34 -07:00
ci-19.sh CI creates gemset if it doesn't exist 2010-10-29 19:08:47 -07:00
ci.sh CI creates gemset if it doesn't exist 2010-10-29 19:08:47 -07:00
config.ru Add or later to license notice 2010-10-07 16:25:34 -07:00
COPYRIGHT Big clean up: delete trailing whitespace 2010-09-26 12:48:40 -04:00
cruise_config.rb Clean checkout: bad idea. 2010-10-25 22:00:33 -07:00
Gemfile guess locale from browser settings 2010-10-28 17:29:17 +02:00
Gemfile.lock guess locale from browser settings 2010-10-28 17:29:17 +02:00
GNU-AGPL-3.0 added license to every single goddamn file. also, put one in the root dir. 2010-09-13 14:23:50 -07:00
Rakefile Add or later to license notice 2010-10-07 16:25:34 -07:00
README.md couple of readme changes 2010-10-29 10:34:37 -07:00

Diaspora

The privacy aware, personally controlled, do-it-all, open source social network.

THIS IS PRE-ALPHA SOFTWARE AND SHOULD BE TREATED ACCORDINGLY. PLEASE, DO NOT RUN IN PRODUCTION. IT IS FUN TO GET RUNNING, BUT EXPECT THINGS TO BE BROKEN.

Installation instructions

Installation instructions are here.

Thanks for helping battle test Diaspora. Please report any bugs you see at bugs.joindiaspora.com.

Contributing to Diaspora

You can find an introduction to the source code here. Bugs and pending features are on our issue tracker. A step-by-step guide to development using git can be found here.

Here are a few good places to start:

  • Run "rake spec" to run our Rspec unit test suite. Here is an introduction to our Rspec convention. Take a look at the pending specs, make one pass!

  • Run "rake cucumber" to run our Cucumber integration test suite. As you can see, we need more integration tests. Pick a feature and write one!

  • Take a look at the issue tracker and pick a bug. Write a spec for it, so it's easy for another developer to fix it.

Patches must be tested, and all your tests should be green, unless you're marking an existing bug, before a pull request is sent. Unit tests should be in Rspec, and integration tests should be in Cucumber.

Please make your changes in a branch to ensure that new commits to your master are not included in the pull request, and to make it easier for us to merge your commits.

Please do not rebase our tree into yours. See here for when to rebase.

We need you to fill out a contributor agreement form before we can accept your patches. The agreement gives Diaspora joint ownership of the patch so the copyright isn't scattered. You can find it here. We're currently working on revising it more details on what we're going for can be found here.

Resources

Here is our bug tracker and our roadmap. Also, you can find see what the core team is upto here.

Ongoing discussion:

More general info and updates about the project can be found on our blog, and on Twitter. Also, be sure to join the official mailing list.

If you wish to contact us privately about any exploits in Diaspora you may find, you can email exploits@joindiaspora.com.