Age | Commit message (Collapse) | Author |
|
|
|
* 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.
|
|
|
|
|
|
This involves a number of other changes like making sure the comparison between aliases and emails still works.
Will do that by removing the @domain.tld from aliases as well.
|
|
|
|
is an admin, they should see an alert that the object wasn't found, and be redirected to the current controller.
If the object isn't found and the current user is not an admin, then we will continue to give an error about no access, so as not to leak information about what IDs do and don't exist.
|
|
relevant actions.
|
|
listing the tickets. Give a message if a user has no tickets.
|
|
|