travis-web/assets/scripts/app
Piotr Sarnacki 8d393c2cf7 Remove afterSignIn hook from actions in AuthRoute
This is a leftover from previous version of auth code. The purpose of
this code was to redirect to index if we're on auth route and user is
already signed in. This may happen only when we use autoSignIn which is
synchronuous, so it should be fine to just check if user is signed in
and redirect to index there.
2014-05-28 10:22:47 +02:00
..
controllers Refactor auth code 2014-05-28 10:22:47 +02:00
helpers URL-encode branch name for status images. 2014-05-19 13:15:56 +02:00
models Link commit on requests list to github 2014-05-12 11:03:10 +02:00
store Initial annotation support 2013-07-10 17:49:47 -07:00
templates Refactor auth code 2014-05-28 10:22:47 +02:00
views Refactor auth code 2014-05-28 10:22:47 +02:00
app.coffee Refactor auth code 2014-05-28 10:22:47 +02:00
auth.coffee Refactor auth code 2014-05-28 10:22:47 +02:00
components.coffee Don't automatically toggle hook switches 2014-02-12 17:58:19 +01:00
controllers.coffee Refactor auth code 2014-05-28 10:22:47 +02:00
helpers.coffee Trim status image modal. 2014-05-12 02:14:52 +02:00
models.coffee Add requests page 2014-05-12 11:03:10 +02:00
pusher.coffee Don't silence pusher warnings 2014-02-27 19:16:40 +01:00
routes.coffee Remove afterSignIn hook from actions in AuthRoute 2014-05-28 10:22:47 +02:00
slider.coffee Make the app work with disabled cookies 2012-12-10 17:37:09 +01:00
tailing.coffee Calculate position of #tail element rather than setting position fixed 2014-03-27 12:37:15 +01:00
views.coffee Use textarea instead of input for build status images and links. 2014-05-12 02:47:37 +02:00