No description
Find a file
2010-08-17 18:35:33 -07:00
app taking group seed out 2010-08-17 18:35:33 -07:00
autotest
config things mostly working 2010-08-17 18:27:50 -07:00
db changing settings and deploy scripts, validating email 2010-08-17 11:01:30 -07:00
doc
lib DG IZ; removed puts statements. 2010-08-17 10:48:40 -07:00
public make signup page look better 2010-08-17 17:20:29 -07:00
script
spec Merge branch 'master' of github.com:diaspora/diaspora_rails into pivots 2010-08-17 13:07:26 -07:00
test RS, IZ; Comment spec now passes 2010-08-05 19:01:45 -07:00
vendor/plugins
.gitignore
.rspec tried taking format nested out of tests. maybe it will give us dots? 2010-08-17 00:01:47 -07:00
Capfile
config.ru
Gemfile
Rakefile
README changing readme 2010-08-17 16:22:29 -07:00

Some things that need doing:

Rename relations:
  post.person needs to be post.owner
  group.people might want to be group.members
  person.owner should probably be person.user

Refactor receive:
  user.receive is a little horrifying right now.
  Maybe make a model.import or model.perform function which can be called on all the classes.
  Definitely move the varied signature verification methods into a unified object.signature_valid?
    or signatures_valid?