Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-08 | Adding show view for users. | jessib | |
2012-12-20 | render proper tab on update | Azul | |
2012-12-18 | refactor: using tab partials for user editing | Azul | |
2012-12-18 | refactored email_alias creation and validation | Azul | |
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. | |||
2012-12-18 | display errors on email tab properly | Azul | |
still needs a bit of refactoring in the view | |||
2012-12-17 | activate email tab after changing email settings | Azul | |
2012-12-10 | email format validations | Azul | |
2012-12-10 | actually allow adding email aliases | Azul | |
2012-12-07 | fixed signup and removed flash that was not getting displayed | Azul | |
I also tried flash.keep(:notice) but that did not help - not sure how to keep the flash until the root url has rendered. | |||
2012-12-07 | first stub at displaying success messages | Azul | |
2012-12-07 | using normal requests for user updates except password | Azul | |
password requires ajax for secure remote password to work | |||
2012-12-03 | enable users to cancel their account | Azul | |
2012-11-28 | admins can destroy users | Azul | |
I changed the permissions a little to be more consistent. Now: * admins can edit users * users can destroy themselves. There's no ui for either of them but theoretically they could. Not sure this is what we want though. | |||
2012-11-26 | basic typeahead and user querying working | Azul | |
2012-11-26 | basic users index with typeahead search | Azul | |
2012-11-26 | added admin menu and user index action | Azul | |
2012-11-26 | simplified controller and adjusted tests | Azul | |
Also added #assert_json_error to tests. | |||
2012-11-23 | identify user by id so rerendering the form does not use new invalid login | Azul | |
2012-11-23 | test editing user settings | Azul | |
2012-11-22 | basic user edit form and actions | Azul | |
2012-09-27 | added in leap web users - one repo to rule them all | Azul | |