Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-27 | Merge branch 'develop' into feature/messages_api | jessib | |
Conflicts: users/config/locales/en.yml | |||
2014-01-23 | Merge pull request #135 from elijh/feature/pages | jessib | |
add some static pages | |||
2014-01-23 | added a customizable 'bye' page for when a user leaves | elijah | |
2014-01-23 | move #masthead out of main templates to make the masthead partials more ↵ | elijah | |
flexible. | |||
2014-01-23 | upgraded bootstrap to latest in 2.x series | elijah | |
2014-01-23 | added a default footer with links to privacy policy, tos, pricing, about us, ↵ | elijah | |
contact. | |||
2014-01-23 | added default pricing, privacy policy and tos pages. | elijah | |
2014-01-23 | updated Gemfile.lock | elijah | |
2014-01-22 | remove manual 'gem minitest'. this seems to confuse the tests, which seem to ↵ | elijah | |
work best with the minitest that comes with ruby 1.9. | |||
2014-01-21 | Small optimization to saving message when sending one month warnings. | jessib | |
2014-01-21 | Merge branch 'develop' into feature/messages_api | jessib | |
2014-01-19 | Redefine constant in a way that does not print out "warning: already ↵ | elijah | |
initialized constant VERIFY_PEER" | |||
2014-01-16 | switch to using dl.bitmask.net | elijah | |
2014-01-14 | ensure auto_update_design_docs is false | Azul | |
2014-01-13 | Comment for how to call view that we aren't now using. | jessib | |
2014-01-09 | Some more cleanup, but still want to make sure ↵ | jessib | |
by_user_ids_to_show_and_created_at view is right before issuing pull request. | |||
2014-01-07 | Remove schedule file now that we aren't using whenever gem. | jessib | |
2014-01-07 | Some refactoring, to simplify user model, optimize, and allow messages to be ↵ | jessib | |
sorted by date (although are not now.) Also, rather than use whenever gem, will have cron job created to call task. | |||
2014-01-07 | Merge branch 'develop' into feature/messages_api | jessib | |
2014-01-07 | Merge pull request #133 from azul/bugfix/fix-view-functions | jessib | |
Bugfix/Fix view functions | |||
2014-01-07 | only emit pgp keys if they are actually set | Azul | |
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. | |||
2014-01-07 | remove outdated views that cause errors | Azul | |
The datastructure changes to that email_aliases is not available on the user record anymore. Keeping these views leads to errors on couch servers. | |||
2014-01-06 | Merge branch 'develop' into feature/messages_cron | jessib | |
2014-01-03 | document new way we deploy couch design docs | Azul | |
2013-12-31 | Add authentication to API, but not sure it is best way. | jessib | |
2013-12-31 | Removing join-model we are no longer using. | jessib | |
2013-12-31 | Cleanup of code for messages API and cron job for 1 month payment warning. ↵ | jessib | |
Authentication still remaining piece. | |||
2013-12-30 | Fixes to initial go at job to send one month warnings. | jessib | |
2013-12-30 | Merge branch 'feature/messages_api' into feature/messages_cron | jessib | |
2013-12-30 | Change structure to be more no-sql-y, rather than relational. | jessib | |
2013-12-30 | Merge branch 'develop' into feature/messages_cron | jessib | |
2013-12-30 | Merge branch 'develop' into feature/messages_api | jessib | |
2013-12-30 | Not actually how we want to do this, but at least finish outlined part, that ↵ | jessib | |
will later be replaced. | |||
2013-12-30 | Merge pull request #132 from elijh/feature/min-client-version | jessib | |
Return 'provider.json' via a controller | |||
2013-12-29 | Return 'provider.json' via a controller, to better be able to control the ↵ | elijah | |
response headers (in particular, 'X-Minimum-Client-Version'). It must now be placed in config/provider/provider.json | |||
2013-12-26 | Very very rough start to having messages for payment automatically created. | jessib | |
2013-12-24 | Catching some corner cases & new tests. | jessib | |
2013-12-24 | Add API tests and some refactoring of messages so we can get a user's ↵ | jessib | |
messages within the webapp. | |||
2013-12-24 | API method to mark a user's message as read (will refactor) | jessib | |
2013-12-24 | Initial start to messages API. | jessib | |
2013-12-24 | ensure permissions are preserved when copying customization files. closes #4623 | elijah | |
2013-12-23 | hotfix to make webapp work with rack again. | elijah | |
2013-12-23 | Merge remote-tracking branch 'jessib/feature/3389_download_links' into develop | Azul | |
Conflicts: core/app/views/common/_home_page_buttons.html.haml users/app/views/users/show.html.haml | |||
2013-12-22 | Merge pull request #131 from elijh/feature/locale-routes | azul | |
locale prefix support | |||
2013-12-22 | locale prefix support: | elijah | |
* 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 | |||
2013-12-22 | re-generated Gemfile.lock with the new versions of engine gems. as a side ↵ | elijah | |
effect, it also upgraded rails to the the latest in the 3.2 series. | |||
2013-12-20 | Version 0.5.0.rc0.5.0.rc | Azul | |
Release candidate for the first syncronised leap release 0.5.0. * do not allow to clear pgp key * simple format validation for pgp keys * respond to /keys/:login with text * service levels introduced to the configuration * more robust session store * render landing page and basic forms without connection to couch * configurable set of actions for users and admins * refactoring: remove overview controller - use Users#show instead * prevent /login from crashing when logged in already * remove actions from ui that currently break the client * format ticket comments properly * enable billing engine by default * consolidate APP_CONFIG[:billing] * fix a regression where overview link was not active anymore | |||
2013-12-20 | Merge pull request #130 from azul/bugfix/4805-fix-overview-active | azul | |
make sure overview link is active on Users#show - fixes #4805 | |||
2013-12-20 | make sure overview link is active on Users#show | Azul | |
2013-12-20 | Merge pull request #128 from elijh/feature/configure_billing | azul | |
make billing configurable from platform |