Age | Commit message (Collapse) | Author |
|
Feature/identity rewrite
|
|
user variable, due to complication that an admin might be accessing data for another user.
|
|
This can be set per environment and also is not tracked in git
|
|
|
|
|
|
|
|
edit for other users.
|
|
|
|
|
|
Conflicts:
app/views/home/index.html.haml
|
|
|
|
customer.
|
|
|
|
|
|
|
|
PGP setting has been moved into account settings. It's using the API now issueing an Ajax request without any visual feedback.
This obviously is not what we want but it hopefully suffices for uploading gpg keys for testing purposes before the Identity UI is in place.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix breakage due to empty config file for a given env
|
|
|
|
|
|
|
|
not really sure what to do if the second step of srp auth is repeated.
|
|
|
|
This actually required three little fixes:
* couchrest_session_store updated to 0.1.2 to make sure we store sessions
* use BraintreeTestApp to proxy braintree requests that RackTest assumes
are local
* do not attempt to read status after a capybara request
Also refactored the test a bit to set @user and login during setup.
|
|
|
|
|
|
|
|
The default CouchRest Model belongs_to does not respect the class option.
So we need to write our own getter method.
|
|
|
|
|
|
|
|
|
|
Based on:
https://github.com/bvsatyaram/braintree_ruby_examples/commit/00f4852af60f0b1aae188fb11a9d5d06780d1539
|