No description
Find a file
Alec Leamas df31de2898 Generate all content in public/ before server starts.
Introduces a delay first time the server is started, but makes all resources
available to jammit. Can be disabled by flag in config/server.sh. Hopefully
silences jammit's messages about application.css et. al. not found
2010-11-25 14:22:21 +01:00
app Merge branch 'master' of github.com:diaspora/diaspora 2010-11-24 22:09:25 -08:00
autotest Add or later to license notice 2010-10-07 16:25:34 -07:00
chef/cookbooks Fix magent run command 2010-11-24 18:38:17 -05:00
config Generate all content in public/ before server starts. 2010-11-25 14:22:21 +01:00
db friend_users -> connect_users in helper_methods 2010-11-12 20:22:54 -08:00
doc Activerecord this time\! 2010-06-11 10:40:49 -07:00
features you can click on photos in manage aspects to see profiles 2010-11-24 22:09:14 -08:00
lib Don't be obnoxious in the chrome frame 2010-11-24 21:36:34 -05:00
log Add log directory 2010-11-12 11:21:54 +01:00
pkg@3989602fe5 Pkg update 2010-11-21 22:46:40 +01:00
public Revert "Change invite button text" 2010-11-24 21:01:48 -05:00
script Generate all content in public/ before server starts. 2010-11-25 14:22:21 +01:00
spec Merge branch 'master' of github.com:diaspora/diaspora 2010-11-24 22:09:25 -08:00
tmp Add a global tmp directory, according to rails spec. 2010-10-10 16:38:01 +02:00
vendor first commit 2010-11-09 15:29:43 -08:00
.gitignore This file is generated by rake fixtures:users 2010-11-24 14:07:00 -05:00
.gitmodules Pkg update (re-added) 2010-11-12 11:18:28 +01:00
.pairs Adding a .pairs file 2010-08-26 17:55:09 -07:00
.rspec adding instafail 2010-11-16 10:05:15 -08: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 Don't need to remove Gemfile.lock for 1.8.7 build 2010-10-29 20:27:26 -07:00
config.ru adding chrome frame for poor ie souls 2010-11-23 09:27:02 -08:00
COPYRIGHT Big clean up: delete trailing whitespace 2010-09-26 12:48:40 -04:00
cruise_config.rb ci.sh uses @diaspora gemset and forces removal of Gemfile.lock 2010-10-20 22:37:50 -07:00
Gemfile rolling back twitter gem to 0.9.12 release. 2010-11-23 10:55:40 -08:00
Gemfile.lock rolling back twitter gem to 0.9.12 release. 2010-11-23 10:55:40 -08: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 Fix request views, refactor identical forms into partial. 2010-11-10 20:12:09 -08: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.