Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Just altering identity.keys did not mark identities as changed. Also we now have a sane default for keys.
|
|
|
|
We'll want to get rid of the #public_key and #public_key= functions but they are still used from the users controller. We'll probably have an identity controller instead at some point.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's always based on a user and most default values are based on user properties.
|
|
|
|
Token auth with a database of it's own
|
|
|
|
Couch uses partly random partly sequential ids by default. We could
change that in couch config to be all random. But this is probably more
safe.
|
|
|
|
warden srp strategy in lib has it all.
|
|
want to leak ID information.
|
|
|
|
changed the way the presenter works. Will need functional testing
|
|
|
|
|
|
|
|
|
|
using CouchRests user.email_aliases.build so the casted_by method is set in the alias
Used this to move the validations into the alias itself. This is where they belong and allows us to render the errors inline along the email field they belong to.
|
|
Conflicts:
users/test/unit/user_test.rb
|
|
that's what it does. Changed all tests to use it instead of the attributes method
|
|
|
|
nor aliases that are the same as the original email for that matter
|
|
|
|
|
|
|
|
* unit tests draft
* controller draft
|
|
Conflicts:
users/app/views/sessions/_nav.html.haml
|
|
Also added #assert_json_error to tests.
|
|
|
|
Conflicts:
help/test/functional/tickets_controller_test.rb
users/test/functional/application_controller_test.rb
users/test/support/auth_test_helper.rb
|
|
|
|
|
|
|
|
|
|
|
|
|