Age | Commit message (Collapse) | Author |
|
|
|
|
|
Allow PUT API to update user.
|
|
There was a weird case with reloading the user in the test if the public key had been unset.
|
|
|
|
merge leap ca
|
|
|
|
|
|
|
|
* We now generate cert and key on validate.
* we don't expect the controller to pick from the pool anymore - just create instead
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
users/app/views/users/edit.html.haml
|
|
|
|
want to leak ID information.
|
|
Feature/misc cleanup
|
|
flash that message if the ticket already has a flash[:message] (and thus was saved successfully)
|
|
|
|
|
|
changed the way the presenter works. Will need functional testing
|
|
|
|
|
|
different display.
|
|
|
|
users.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more flexible email partial
|
|
|
|
make email address just login@domain.tld
|
|
Conflicts:
users/app/views/emails/_email.html.haml
|
|
Refactoring of tickets controller to fetch the ticket in a before filter...
|
|
Fixing routes with api
|
|
|
|
This isn't ready to merge, as there is an issue with logging in as an admin in the test.
|
|
Conflicts:
users/app/controllers/users_controller.rb
|
|
test after merging in show view for users.
|
|
Rough functionality for unauthenticated tickets.
|
|
Conflicts:
help/app/views/tickets/_comment.html.haml
help/app/views/tickets/_new_comment.html.haml
|
|
Adding show view for users.
|