Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-16 | using subdomain for api requests properly | Azul | |
2013-01-14 | Merge branch 'master' into feature/fixing-routes-with-api | Azul | |
2013-01-14 | Merge pull request #15 from leapcode/feature/test-data-with-faker | azul | |
Test data with faker, using factory girl | |||
2013-01-14 | minor: further cleanup - try to leave no record behind | Azul | |
2013-01-14 | little bit of cleanup | Azul | |
* checking records are actually getting created / destroyed * simplify creation where possible | |||
2013-01-14 | forgot to include the factory for tickets | Azul | |
2013-01-14 | tickets controller tests passing | Azul | |
2013-01-14 | got users controller test to pass - tickets controller test next. | Azul | |
2013-01-13 | add head and tail scss, for customization | elijah | |
2013-01-11 | basic dummy data for users | Azul | |
2013-01-10 | moved api routes into their own namespace | Azul | |
In case we need them at some point - now it's new_api_user_path instead of new_user_path for example. This way they should not conflict with the normal route generation | |||
2013-01-07 | Revert "Merge pull request #12 from leapcode/feature/use-leap_ca-lib" | Azul | |
This reverts commit d2acd205b3c3f0931ce4c453e67b1ba572ec77e9, reversing changes made to e6496b0f45cc0b487da7cb35a34b8e79037034c0. Conflicts: certs/lib/leap_web_certs/engine.rb | |||
2013-01-07 | attempting to work around server failure | Azul | |
2013-01-07 | prevent requiring leap_ca database settings | Azul | |
2013-01-06 | Merge pull request #13 from leapcode/feature/views_for_postfix | azul | |
views only emit 1 as value now, doc can be included | |||
2013-01-06 | views only emit 1 as value now, doc can be included | Azul | |
2013-01-04 | Merge pull request #12 from leapcode/feature/use-leap_ca-lib | azul | |
require leap_ca from leap_web_certs to ensure consistency | |||
2013-01-03 | Removed unnecessary comment. | jessib | |
2013-01-03 | Merge pull request #11 from leapcode/feature/ticket-client-side-validations | jessib | |
Client-side validations, including only validating email address format ... | |||
2013-01-03 | removed cert unit tests as leap_ca now provides the model | Azul | |
2013-01-03 | Merge pull request #9 from leapcode/feature/read-design-from-js-files | azul | |
moving the js for view definitions into separate files | |||
2013-01-03 | adding default reduce function to couch views read from files | Azul | |
2013-01-03 | using leap_ca for cert model, removing empty dirs | Azul | |
2012-12-31 | Small CSS tweak | jessib | |
2012-12-31 | Client-side validations, including only validating email address format if ↵ | jessib | |
something is input for email address. | |||
2012-12-22 | moving the js for view definitions into separate files | Azul | |
This way we get syntax highlighting and so on. | |||
2012-12-22 | Merge pull request #7 from leapcode/feature/validate-email-domain | azul | |
validating email domain and displaying it as the placeholder | |||
2012-12-22 | Merge pull request #8 from leapcode/feature/use-default-config-file | azul | |
Use two config files - one for defaults that is always present and one to overwrite these | |||
2012-12-21 | Still much to do, but improvements to CSS. | jessib | |
2012-12-20 | Slight tweaks to tickets controller. | jessib | |
Only non-comment change is that we will keep an unauthenticated user looking at the same ticket if they have closed it (rather than redirecting to index which they will not be able to access.) | |||
2012-12-20 | Define ascending method in CouchRest::Model::Designs::View so we can call ↵ | jessib | |
the order either way. | |||
2012-12-20 | render proper tab on update | Azul | |
2012-12-20 | fixed tests, testing corner cases, fixed these | Azul | |
2012-12-20 | Merge branch 'feature/use-default-config-file' into ↵ | Azul | |
feature/validate-email-domain | |||
2012-12-20 | this is what += is there for | Azul | |
2012-12-20 | validating email domain and displaying it as the placeholder | Azul | |
This even works client side. :) | |||
2012-12-20 | config hash now has indifferent access | Azul | |
2012-12-20 | Loading config defaults from default.yml now | Azul | |
You can overwrite them in config/config.yml | |||
2012-12-20 | Merge remote-tracking branch 'origin/feature/tickets-refactor' | Azul | |
2012-12-20 | Merge pull request #5 from leapcode/feature/removing-email-aliases | azul | |
Removing email aliases - proper error display | |||
2012-12-19 | Some cleanup of code | jessib | |
2012-12-18 | Merge branch 'master' into feature/tickets-refactor | jessib | |
2012-12-18 | Minor CSS improvement using bootstrap. | jessib | |
2012-12-18 | Refactoring of code to filter/order tickets. | jessib | |
2012-12-18 | refactor: using tab partials for user editing | Azul | |
2012-12-18 | adopted functional tests to new controller design | Azul | |
2012-12-18 | only destroy user that has been persisted in teardown | Azul | |
2012-12-18 | make sure we have email_aliases at all before testing for an error on the last | Azul | |
2012-12-18 | refactored email_alias creation and validation | Azul | |
using CouchRests user.email_aliases.build so the casted_by method is set in the alias Used this to move the validations into the alias itself. This is where they belong and allows us to render the errors inline along the email field they belong to. | |||
2012-12-18 | adjusted tests - we now reload the user so invalid records are cleared | Azul | |
Actually that might not be the best idea. Issue at hand was that invalid email aliases were getting displayed when rendering the edit form again. We probably want to solve this different. |