Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-01 | Allow admins to view past-due subscriptions. | jessib | |
2013-09-02 | Remove references to email_settings controller, which has been removed. An ↵ | jessib | |
identities controller will replace it. | |||
2013-08-27 | Not ideal way to do it, but was proving complicated to have a config file ↵ | jessib | |
specify which gems for which environments. Here, we have the billing gem included for the development and test environments only, hardcoded in the Gemfile. Then we show the links to billing based on a config file setting. The setting itself could be used to specify different types of billing, but isn't yet. | |||
2013-08-27 | Merge branch 'master' into billing_with_tests | jessib | |
2013-08-13 | Option to disable billing engine and hide billing related links. To actual ↵ | jessib | |
disable, must remove billing engine from Gemfile (and re-bundle) | |||
2013-08-08 | Merge pull request #64 from azul/feature/identity-rewrite | jessib | |
Feature/identity rewrite | |||
2013-08-01 | Merge branch 'master' into billing_with_tests | jessib | |
Conflicts: app/views/home/index.html.haml | |||
2013-07-31 | added empty 'home' layout and removed debugger from homecontroller | elijah | |
2013-07-25 | Have navigation link to new customer form if user is not already a braintree ↵ | jessib | |
customer. | |||
2013-07-24 | removed email settings controller and views | Azul | |
PGP setting has been moved into account settings. It's using the API now issueing an Ajax request without any visual feedback. This obviously is not what we want but it hopefully suffices for uploading gpg keys for testing purposes before the Identity UI is in place. | |||
2013-07-23 | Some navigation tweaks. | jessib | |
2013-07-22 | Slight tweaks so navigation basically should work with billing. | jessib | |
2013-07-17 | Adding some links, which will be removed. | jessib | |
2013-07-11 | fix incorrect calling of tickets_path | elijah | |
2013-07-11 | Slight cleanup due to some emacs annoyances. | jessib | |
2013-07-09 | Merge branch 'master' into feature/authentication_generic_error | jessib | |
Conflicts: app/views/layouts/_messages.html.haml app/views/layouts/application.html.haml users/app/assets/javascripts/users.js.coffee | |||
2013-07-06 | minor - remove masthead_noauth partial | elijah | |
2013-07-04 | help - fix ticket navigation & links (use @user, not user). | elijah | |
2013-07-04 | better ticket view navigation: tickets are now either global in scope (for ↵ | elijah | |
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). | |||
2013-07-04 | cleaned up application layout and some minor css. | elijah | |
2013-07-04 | new layout for the home buttons | elijah | |
2013-07-04 | added html_title helper - use @title to set page title. | elijah | |
2013-07-04 | start of new ui - css changes, layout changes, navigation changes. | elijah | |
2013-06-27 | Want to tweak some, but start to displaying base generic message via javascript. | jessib | |
2012-12-17 | Removing references to pjax. | jessib | |
2012-12-07 | Merge branch 'master' into help_develop | jessib | |
Conflicts: app/views/layouts/application.html.haml help/app/controllers/tickets_controller.rb help/test/functional/tickets_controller_test.rb users/test/support/stub_record_helper.rb | |||
2012-12-07 | first stub at displaying success messages | Azul | |
2012-11-26 | don't collabse the nav | Azul | |
2012-11-22 | don't collabse the nav | Azul | |
2012-11-20 | ui tweaks to the menu | Azul | |
2012-11-20 | ui tweaks to the menu | Azul | |
2012-11-16 | playing around with pjax-rails but not using it yet | jessib | |
2012-11-09 | Various very small tweaks: comments about main div display in firefox, give ↵ | jessib | |
info for when creating unauthenticated tickets, redirecting to index when closing a ticket, fix default select for ticket filtering. | |||
2012-11-08 | added generic flash block | Azul | |
2012-10-19 | moved login navigation to the right | Azul | |
2012-10-17 | UI tweaks including newer version of bootstrap | Azul | |
2012-10-08 | LeapWebDemo -> LeapWeb | Azul | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |