Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
It's always based on a user and most default values are based on user properties.
|
|
|
|
|
|
|
|
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.
|
|
which is not an enumerable.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
tests to reflect this.
|
|
|
|
index/search.
|
|
|
|
separate controller, make users_controller html only and v1/users_controller json only.
|
|
validation.
|
|
can't get it working.
|
|
|
|
functionality.
|
|
|
|
|
|
For removing account, redirect to root path, and ask confirmation messag...
|
|
|
|
https://leap.se/code/issues/2923
|
|
* will only display cookies warning if javascript is enabled.
* remove redundant code
* tweak noscript html to display better div
|
|
Will want to tweak so the code isn't redundant, and ideally so check for cookies doesn't rely on javascript.
And we'll want to expand the texts.
|
|
Token auth with a database of it's own
|
|
|
|
|
|
|
|
Couch uses partly random partly sequential ids by default. We could
change that in couch config to be all random. But this is probably more
safe.
|
|
|
|
* The APP_CONFIG needs to be initialized in core so that is required from other engines
* paths for load_views need to be relative to the model - not to rails root.
|
|
|
|
|
|
|
|
Feature: API version 1 fixes
|
|
Signed-off-by: jessib <jessib@leap.se>
|
|
|
|
|
|
|