travis-web/assets/scripts/app/controllers
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
..
account.coffee Refactor handling accounts 2014-05-28 10:23:39 +02:00
accounts.coffee Refactor handling accounts 2014-05-28 10:23:39 +02:00
annotations.coffee Merge branch 'master' into hh-annotations 2014-01-24 10:18:58 -05:00
auth.coffee Bring back afterSignIn and afterSignIn as actions sent to controller 2014-05-28 10:22:48 +02:00
build.coffee extract the log lines selector into a separate component 2014-01-09 15:53:33 +01:00
builds.coffee Hide "Show More" when there are no more builds. 2014-05-10 09:39:24 +02:00
current_user.coffee Refactor auth code 2014-05-28 10:22:47 +02:00
flash.coffee Limit flash messages to 2 2014-05-06 11:39:36 +02:00
home.coffee somewhat more consistent naming 2012-10-12 02:34:54 +02:00
job.coffee Merge branch 'master' into hh-annotations 2014-01-24 10:18:58 -05:00
profile.coffee Refactor handling accounts 2014-05-28 10:23:39 +02:00
repo.coffee Add requests page 2014-05-12 11:03:10 +02:00
repos.coffee Redirect to getting started only from index route 2014-02-20 15:28:38 +01:00
request.coffee Add requests page 2014-05-12 11:03:10 +02:00
requests.coffee Add requests page 2014-05-12 11:03:10 +02:00
stats.coffee Fix more specs 2013-03-04 03:46:04 +01:00