Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
localization.
|
|
|
|
can't get it working.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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...
|
|
|
|
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
|
|
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.
|
|
|
|
|
|
fetch secret token for signing cookies from config
|
|
catch Errno's and RestClient errors and throw a more meaningful error
|
|
Allow getting salt and proper error messages for invalid login attempts
|
|
make sure only our own models are loaded
|
|
This is just a quick hack. we should move all engines to a dir of their own.
|
|
* 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.
|