No description
Find a file
2010-08-17 20:19:29 -07:00
app Merge branch 'socket-group' of github.com:diaspora/diaspora_rails 2010-08-17 20:19:29 -07:00
autotest Activerecord this time\! 2010-06-11 10:40:49 -07:00
config put an only on the users routes 2010-08-17 19:41:44 -07:00
db Comments pushing in the right directions 2010-08-16 15:04:09 -07:00
doc Activerecord this time\! 2010-06-11 10:40:49 -07:00
lib DG IZ using group_id when passing the id around the app 2010-08-17 16:02:12 -07:00
public make signup page look better 2010-08-17 17:20:29 -07:00
script rechmoded build 2010-07-06 19:24:50 -07:00
spec DG IZ the group should view the posts for the group (and yourself) w 2010-08-17 12:22:14 -07:00
test RS, IZ; Comment spec now passes 2010-08-05 19:01:45 -07:00
vendor/plugins Activerecord this time\! 2010-06-11 10:40:49 -07:00
.gitignore added correct path to ignore for uploads 2010-07-21 14:31:08 -07:00
.rspec tried taking format nested out of tests. maybe it will give us dots? 2010-08-17 00:01:47 -07:00
Capfile RS IZ deploy stuffz 2010-06-16 19:42:39 -07:00
config.ru added mean message 2010-07-01 17:05:14 -07:00
Gemfile Removed gemcutter from gemfile 2010-08-05 16:08:53 -07:00
Rakefile replaced the functionality with openssl, didn't do the encryption spec 2010-08-04 20:32:15 -07:00
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?