Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-17 | Merge branch 'develop' into feature/billing-no-authenticated-payments | jessib | |
Conflicts: billing/config/locales/en.yml | |||
2013-12-13 | refactor: remove Overview controller - we can use Users#show | Azul | |
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. | |||
2013-11-12 | make sure we log json request errors and their backtraces | Azul | |
2013-10-30 | notify user their account was successfully deleted (refs #4216) | Azul | |
Also fixes a cornercase when admins deleted their own account. So far they would be redirected to the users list - which then refused access. Now they'll be redirected to the home landing page as well. | |||
2013-10-21 | the class for the html tag is linux32 - not just linux | Azul | |
2013-10-21 | adopt css to mac-> osx change | Azul | |
2013-10-18 | Merge pull request #98 from jessib/feature/billing-past-due-subscriptions | azul | |
Feature/billing past due subscriptions | |||
2013-10-15 | detect os in browser and show proper download link | Azul | |
We add a class to the html element based on the detected os and use that to pick which download link should be visible. If we detect an os that is not supported we display a deactivated download link instead with all alternatives. | |||
2013-10-08 | Payments made when authenticated will be donations, and not connected to ↵ | jessib | |
customer in any way. | |||
2013-10-01 | Allow admins to view past-due subscriptions. | jessib | |
2013-09-03 | Ensure json requests get json error response on failure | Azul | |
Normally rails sends an html page which can't be parsed by the client. | |||
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-06 | Fix stupid typo. | jessib | |
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 clean-up of billing display. | jessib | |
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 | add header to prevent iframes | elijah | |
2013-07-11 | set no-cache headers in the response | elijah | |
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-07 | move icon path -- it turns out /icons/ is used by apache in most default ↵ | elijah | |
installations, so leap's icons moved to /leap-img/ | |||
2013-07-06 | minor - remove masthead_noauth partial | elijah | |
2013-07-06 | rename /img/ to /icons/ so as to not conflict with existing puppet deploy ↵ | elijah | |
recipes. | |||
2013-07-04 | bootswatch is messing up with the bootstrap icons, so i am disabling it for now. | elijah | |
2013-07-04 | minor changes to css and home page. | 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 | add js to report all errors to the user, not just ones related to field ↵ | elijah | |
validation. | |||
2013-07-04 | new layout for the home buttons | elijah | |
2013-07-04 | new home page | elijah | |
2013-07-04 | redirect to overview if authenticated | elijah | |
2013-07-04 | added html_title helper - use @title to set page title. | elijah | |
2013-07-04 | remove gem bootstrap-editable | elijah | |
2013-07-04 | new ui for tickets | 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 | |
2013-06-27 | bootstrap menu now has 60 px height - adjust body padding | Azul | |
2013-06-17 | Use bootswatch rails gem. | jessib | |
2013-02-09 | configure couchrest session store in initializer | Azul | |