Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
authorize_admin -> require_admin
also add require_token which will ensure token has been used for auth.
|
|
|
|
Feature/messages api
|
|
Tests fail on machines that default to other available languages.
Also move setting capybara driver to be javascript driver into the BrowserIntegrationTest.
|
|
Conflicts:
users/config/locales/en.yml
|
|
|
|
|
|
|
|
|
|
|
|
by_user_ids_to_show_and_created_at view is right before issuing pull request.
|
|
|
|
sorted by date (although are not now.)
Also, rather than use whenever gem, will have cron job created to call task.
|
|
|
|
if doc.keys has not been set doc.keys[pgp] will raise an error.
We always upload the key after signup - but this might fail and there is some time in between. Not checking for this condition lead to errors in the couch logs.
|
|
The datastructure changes to that email_aliases is not available on the user record anymore.
Keeping these views leads to errors on couch servers.
|
|
|
|
|
|
Authentication still remaining piece.
|
|
|
|
|
|
|
|
will later be replaced.
|
|
|
|
|
|
messages within the webapp.
|
|
|
|
|
|
Conflicts:
core/app/views/common/_home_page_buttons.html.haml
users/app/views/users/show.html.haml
|
|
* set locale based on request header
* enforce locale path prefix when current locale is not the default
* note: don't use root_path anymore, instead use home_path
|
|
|
|
APP_CONFIG[:braintree] into APP_CONFIG[:billing][:braintree]
|
|
|
|
|
|
|
|
|
|
refactor: remove Overview controller - we can use Users#show
|
|
we were only using Users#show to redirect to the edit action. So I replaced that with the overview and we have no more use for the extra controller.
This also simplifies linking to the users in question a lot.
|
|
with tests
|
|
|
|
|
|
Feature/service level
|
|
|
|
[skip ci]
|