Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-18 | minor: smalles fix ever - is_admin? has a questionmark | Azul | |
2013-01-17 | Should be able to create a user when not logged in. | jessib | |
This isn't ready to merge, as there is an issue with logging in as an admin in the test. | |||
2013-01-17 | Merge branch 'master' into feature/tickets_controllers_simplification | jessib | |
Conflicts: users/app/controllers/users_controller.rb | |||
2013-01-17 | Deal with corner case where we don't have authenticated user. Will write a ↵ | jessib | |
test after merging in show view for users. | |||
2013-01-17 | Merge pull request #10 from leapcode/feature/unauthenticated_tickets | jessib | |
Rough functionality for unauthenticated tickets. | |||
2013-01-17 | Merge branch 'master' into feature/unauthenticated_tickets | jessib | |
Conflicts: help/app/views/tickets/_comment.html.haml help/app/views/tickets/_new_comment.html.haml | |||
2013-01-17 | Merge pull request #14 from leapcode/feature/show_user | jessib | |
Adding show view for users. | |||
2013-01-15 | For both users and tickets, if the object is not found and the current user ↵ | jessib | |
is an admin, they should see an alert that the object wasn't found, and be redirected to the current controller. If the object isn't found and the current user is not an admin, then we will continue to give an error about no access, so as not to leak information about what IDs do and don't exist. | |||
2013-01-15 | Refactoring of tickets controller to fetch the ticket in a before filter for ↵ | jessib | |
relevant actions. | |||
2013-01-15 | Show different ticket characteristics when viewing the users versus when ↵ | jessib | |
listing the tickets. Give a message if a user has no tickets. | |||
2013-01-15 | reverted simplification - not good to have 'none set' in a %ul | Azul | |
2013-01-15 | minor: put emails in unstyled ul and simplify | Azul | |
Just found out that render(@collection) returns nil for emtpy collections. So that is usefull for putting messages about the emtpy collection in an or clause. | |||
2013-01-14 | Use partials for displaying details shown when viewing a user. Some of these ↵ | jessib | |
partials have specific CSS for another use, so we will likely want to tweak this. | |||
2013-01-14 | Merge branch 'master' into feature/show_user. Added new tests. | jessib | |
Conflicts: users/test/functional/users_controller_test.rb | |||
2013-01-14 | Some fixes to the how we keep track of information about users associated ↵ | jessib | |
with a ticket. | |||
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 | Add test for showing user. | jessib | |
2013-01-08 | Adding show view for users. | jessib | |
2013-01-07 | Ticket comments can be private | jessib | |
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 | remove commented-out lines. | jessib | |
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-24 | Link to edit page (as show doesn't now exist, and not clear if we will want ↵ | jessib | |
it) of user who created ticket. | |||
2012-12-24 | Rough functionality for unauthenticated tickets. | jessib | |
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 | |