No description
Find a file
2010-08-25 10:19:13 -07:00
app linked group titles on group pages 2010-08-25 10:09:39 -07:00
autotest
config
db added photos to tom and korth 2010-08-25 10:17:31 -07:00
doc
lib User post now requires a :to field 2010-08-24 15:42:24 -07:00
public forgotten to add the actual images 2010-08-25 10:19:13 -07:00
script
spec Specs pass again, need to make albums have a group 2010-08-24 17:12:27 -07:00
test
vendor/plugins
.gitignore
.rspec
Capfile
config.ru
Gemfile
Rakefile
README

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?