Age | Commit message (Collapse) | Author |
|
So there is no way to print it. This message used to be correct but there are also other things that can cause this to fail now. So let's just remove it.
|
|
|
|
SRP happens in two steps:
* handshake
* validation
During the validation we delete the handshake data from the session. So a second validation does not really work. It could build upon the first one but it would not be able to send M2 to the client.
So instead of trying to do sth. usefull when two validation requests are send we require the client to only send one.
|
|
|
|
print couch version in test couch setup
|
|
|
|
which is not an enumerable.
|
|
|
|
|
|
|
|
Feature/disable account
|
|
Conflicts:
app/views/layouts/_messages.html.haml
app/views/layouts/application.html.haml
users/app/assets/javascripts/users.js.coffee
|
|
|
|
Conflicts:
users/app/controllers/users_controller.rb
users/app/helpers/users_helper.rb
users/app/views/users/edit.html.haml
users/app/views/users/show.html.haml
users/config/locales/en.yml
|
|
installations, so leap's icons moved to /leap-img/
|
|
|
|
recipes.
|
|
|
|
|
|
Feature/new ui
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
app/assets/stylesheets/application.scss
ui_dependencies.rb
users/app/controllers/users_controller.rb
users/app/views/sessions/new.html.haml
users/app/views/users/edit.html.haml
users/app/views/users/new.html.haml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tests to reflect this.
|
|
|
|
|
|
|
|
|
|
index/search.
|
|
|
|
|
|
|
|
admins) or stay as a nested resource for a particular user (for normal users and when you visit the tickets list of a particular user).
|
|
|
|
|
|
separate controller, make users_controller html only and v1/users_controller json only.
|
|
validation.
|
|
|
|
|
|
|