Age | Commit message (Collapse) | Author |
|
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]
|
|
|
|
refactor: prepare validations of the uploaded pgp keys
|
|
service level code won't break anything if it isn't set in the config.
|
|
|
|
parts, but seems like okay generic start for now.
|
|
|
|
[skip ci]
|
|
|
|
refactor: prepare validations of the uploaded pgp keys
|
|
|
|
|
|
|
|
* stores desired & effective service level
* whenever desired level is changed, effective level will be updated
* allows user to set their desired service level
* allow admin to update desired & effective service level
|
|
Feature/cleanup expired tokens
|
|
|
|
|