travis-web/assets/javascripts/app
Piotr Sarnacki 1134028996 Travis mostly works with new router
I haven't touched almost all of the things related to profile. I'm not
also sure what's the state of authentication at this point.

Conflicts:

	Gemfile
	Gemfile.lock
	Procfile
	assets/javascripts/app/app.coffee
	assets/javascripts/app/controllers.coffee
	assets/javascripts/app/controllers/auth.coffee
	assets/javascripts/app/controllers/profile.coffee
	assets/javascripts/app/routes.coffee
	assets/javascripts/app/templates/builds/list.hbs
	assets/javascripts/app/templates/builds/show.hbs
	assets/javascripts/app/templates/jobs/list.hbs
	assets/javascripts/app/templates/layouts/top.hbs
	assets/javascripts/app/templates/repos/list.hbs
	assets/javascripts/app/templates/repos/show/tabs.hbs
	assets/javascripts/app/templates/workers/list.hbs
	assets/javascripts/app/views.coffee
	assets/javascripts/app/views/repo/show.coffee
	assets/javascripts/travis.coffee
	public/index.html
	public/javascripts/application.js
	public/stylesheets/application.css
2012-09-26 16:30:16 +02:00
..
controllers Travis mostly works with new router 2012-09-26 16:30:16 +02:00
helpers css tweaks 2012-09-23 17:01:13 +02:00
models Travis mostly works with new router 2012-09-26 16:30:16 +02:00
store refactor app/auth stuff 2012-09-22 00:50:34 +02:00
templates Travis mostly works with new router 2012-09-26 16:30:16 +02:00
views Travis mostly works with new router 2012-09-26 16:30:16 +02:00
app.coffee Travis mostly works with new router 2012-09-26 16:30:16 +02:00
auth.coffee also store token 2012-09-25 19:01:46 +02:00
controllers.coffee Travis mostly works with new router 2012-09-26 16:30:16 +02:00
helpers.coffee try using minispade 2012-06-22 12:14:00 +02:00
models.coffee rename owner to account, fix profile 2012-09-16 00:47:34 +02:00
pusher.coffee load pusher key from api endpoing (allows running locally against api.travis-ci.org) 2012-09-23 02:31:32 +02:00
routes.coffee Travis mostly works with new router 2012-09-26 16:30:16 +02:00
slider.coffee extract slider toggle cuz i can't get an ember mixin working 2012-09-23 03:18:54 +02:00
store.coffee Fix specs and a bug that they've catched 2012-08-12 02:26:45 +02:00
tailing.coffee stop autoscrolling on scroll up event, idea by courtesy of @rkh 2012-09-23 01:04:16 +02:00
views.coffee Travis mostly works with new router 2012-09-26 16:30:16 +02:00