No description
Find a file
2010-09-09 16:19:34 -07:00
app RS IZ added a logger statement and a guid in the webfinger profile 2010-09-09 16:19:34 -07:00
autotest
config making the hcard work 2010-09-09 13:02:59 -07:00
db send_friend_request_to now takes a person and group, rather than a receive url and a group id 2010-09-09 16:06:42 -07:00
doc
lib send_friend_request_to now takes a person and group, rather than a receive url and a group id 2010-09-09 16:06:42 -07:00
public minor textbox css fix 2010-09-08 23:35:07 -07:00
script rechmoded build 2010-07-06 19:24:50 -07:00
spec send_friend_request_to now takes a person and group, rather than a receive url and a group id 2010-09-09 16:06:42 -07:00
test selenium, ymls, a sample test 2010-08-19 15:44:23 -07:00
vendor/plugins
.gitignore MS; i think this bundler thing works 2010-09-07 18:21:36 -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
Capfile
config.ru
Gemfile Hcard done manually 2010-09-09 15:15:37 -07:00
Gemfile.lock Hcard done manually 2010-09-09 15:15:37 -07:00
Rakefile Some small rails 3rc things 2010-08-18 20:10:12 -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?