summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2014-11-15extract login page object.mo khan
2014-11-15display flash messages and add first functional test.mo khan
2014-11-15add the title gem.mo khan
2014-11-15generate unique session key instead of id.mo khan
2014-11-15record the ip address.mo khan
2014-11-15exclude revoked session when authenticating.mo khan
2014-11-15revoke a session when a user logs out.mo khan
2014-11-15convert all specs to use cookie based authentication instead of session.mo khan
2014-11-15raise error if session key is not legit.mo khan
2014-11-15update authentication to use session cookie.mo khan
2014-11-15return nil if the credentials are incorrect.mo khan
2014-11-15return the secure cookie hash from the login command.mo khan
2014-11-15introduce secure auth cookie.mo khan
2014-11-15rename filter to action.mo khan
2014-11-15remove load dependencies filter in favour of a constructor.mo khan
2014-11-15add email validation.mo khan
2014-11-12try to pretty up some more views.mo khan
2014-11-12disable csrf check for api and gracefully join backtrace.mo khan
2014-11-12improve look and feel.mo khan
2014-11-10correct spelling of Urkel.mo khan
2014-11-10display details of error.mo khan
2014-11-10display list of failures.mo khan
2014-11-10rename errors controller to failures.mo khan
2014-11-10add api endpoint for recording failures.mo khan
2014-11-10replace views with helpers.mo khan
2014-11-10add ability to edit a service.mo khan
2014-11-10add ability to delete a service.mo khan
2014-11-10add ability to delete an environment.mo khan
2014-11-10fix link binding.mo khan
2014-11-10extract partials for json rendering.mo khan
2014-11-10create a new environment.mo khan
2014-11-10add search to services controller.mo khan
2014-11-10display details on each environment.mo khan
2014-11-10load has many association asynchronously.mo khan
2014-11-10try to load environments for each service.mo khan
2014-11-10add a show page to display the info on a single service.mo khan
2014-11-10rename application model to service.mo khan
2014-11-10add page to create a new application.mo khan
2014-11-10show list of applications.mo khan
2014-11-09add search.mo khan
2014-11-09add a tiny bit of validation before creating a new video.mo khan
2014-11-09add page to create a new video.mo khan
2014-11-09rename brand to erkell.mo khan
2014-11-09rename project to erkell.mo khan
2014-11-09add ability to delete a video.mo khan
2014-11-09show indicators when there are unsaved changes and transition back to show pa...mo khan
2014-11-09add ability to edit a video.mo khan
2014-11-09sort videos and convert some files to coffeescript.mo khan
2014-11-09next ember stuff in ember-app div.mo khan
2014-11-09correct json rendering and add rake task to load fake data.mo khan