travis-web/assets/scripts/app
Piotr Sarnacki 52dea338ee Refactor handling accounts
This commit changes a way we load accounts for profile view:

* instead of using several views with profile controllers, always use
  one view to render hooks. This is achieved by redirecting to
  individual account page from main profile page (for example when going
  into /profile as a user drogus, the effective address will be
  /profile/drogus)
* instead of using observers to wait for accounts to load I just use
  promise in ProfileRoute#model which effectively ensures that accounts
  are loaded at the time we want to select an individual account
* profile controller is split into profile and account controller
2014-05-28 10:23:39 +02:00
..
controllers Refactor handling accounts 2014-05-28 10:23:39 +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 handling accounts 2014-05-28 10:23:39 +02:00
views Refactor handling accounts 2014-05-28 10:23:39 +02:00
app.coffee Refactor auth code 2014-05-28 10:22:47 +02:00
auth.coffee Bring back afterSignIn and afterSignIn as actions sent to controller 2014-05-28 10:22:48 +02:00
components.coffee Don't automatically toggle hook switches 2014-02-12 17:58:19 +01:00
controllers.coffee Refactor handling accounts 2014-05-28 10:23:39 +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 Refactor handling accounts 2014-05-28 10:23:39 +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