travis-web/app
Piotr Sarnacki f7f274f5d5 Fix search
In search there was a check on 'auth' in the view and we no longer
inject auth into views. That's why the check needs to be done on the
controller.

The other thing is that slash breaks the URL currently, so this commit
also changes slash in the search phrase into %2F character.
2015-02-17 10:38:04 +01:00
..
adapters Fix sshkey form 2015-02-10 11:53:14 +01:00
components Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
controllers Fix search 2015-02-17 10:38:04 +01:00
helpers Fix sshkey form 2015-02-10 11:53:14 +01:00
initializers Add a simple acceptance test for dashboard and tooling needed to run it 2015-02-13 14:13:45 +01:00
mixins Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
models Don't try to fetch lastBuild if there's no id 2015-02-11 12:59:07 +01:00
routes Fix search 2015-02-17 10:38:04 +01:00
serializers Add missing fields to models 2015-02-11 11:18:24 +01:00
styles dashboard full height while loading 2015-02-16 15:58:09 +01:00
templates linkify dashboard footer 2015-02-16 16:11:53 +01:00
transforms Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
utils Don't set default avatar url on ENV 2015-02-16 15:14:10 +01:00
views Fix search 2015-02-17 10:38:04 +01:00
app.coffee Fix caches 2015-02-10 10:09:51 +01:00
index.html Replace title by a ruby server 2015-02-12 12:19:04 +01:00
router.coffee Use travis location 2015-02-10 09:43:54 +01:00
store.coffee Properly set value of isRecentTabOpen to false on deactivate 2015-02-05 15:47:10 +01:00