Age | Commit message (Collapse) | Author |
|
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.
|
|
This way we can track down couch version related issues on travis.
|
|
redirect to root_path after canceling account
|
|
login makes little sense. This change was applied already... just updated the test
|
|
|
|
|
|
ignore files added on deploy so 'git status' is nice and clean
|
|
bootstrap menu now has 60 px height - adjust body padding
|
|
|
|
|
|
For removing account, redirect to root path, and ask confirmation messag...
|
|
|
|
|
|
|
|
localization.
|
|
|
|
https://leap.se/code/issues/2923
|
|
|
|
|
|
|
|
can't get it working.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
Bugfix/2298 fix couchdb view
|
|
|
|
|
|
|
|
|
|
|
|
adding view of pgp key by login or email aliases
|
|
|
|
|
|
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.
|