Commit Graph

14 Commits

Author SHA1 Message Date
Piotr Sarnacki
47809b013f Remove debugger 💣 2015-07-17 13:10:34 +02:00
Piotr Sarnacki
6a3f51ef9a Remove code added for debugging 2015-07-17 13:09:21 +02:00
Piotr Sarnacki
f4b9a3bbe2 Sign user out in the route after failed user request
Sign out should occur in the route after the request is performed.
Additionally, the error from refreshUserData needs to be handled in
route in order to not propagate to parent routes.
2015-07-16 15:20:19 +02:00
Lisa Passing
a7bc36cba7 make userlike button work with sign in and out 2015-07-15 14:02:16 +02:00
Piotr Sarnacki
996bde3200 Sign out users also on 404 from user query from API
On travis-ci.com we return 404 from queries that failed authentication
for security reasons.
2015-07-07 13:35:10 +02:00
Piotr Sarnacki
1365caae9a Use per repo channels instead of common channel 2015-06-18 15:47:14 +02:00
Piotr Sarnacki
78580c1e76 Always refresh a user record when page is loaded 2015-06-16 17:54:55 +02:00
Piotr Sarnacki
4115a7c59b Don't check scopes for Travis Become 2015-06-16 15:25:21 +02:00
Piotr Sarnacki
39b780e615 Fix syncing 2015-02-10 09:42:58 +01:00
Piotr Sarnacki
3780eaa13f Merge pull request #326 from travis-ci/less-pusher-data
Don't save data from pusher that won't likely be used
2015-02-05 15:37:49 +01:00
Piotr Sarnacki
141457c4f9 Change config keys to camel case 2015-02-05 11:35:47 +01:00
Piotr Sarnacki
6f0eaf7091 Don't save data from pusher that won't likely be used
If user is logged in and doesn't keep 'recent repositories' tab opened, most of
the pusher events from 'common' channel are useless.

This commit introduces a logic to reject pusher events if:

  * recent tab hasn't been opened
  * user is signed in
  * Travis CI for open source is used
  * repository for a given event is not yet in store
  * repository for a given event is not part of current user's repositories
2015-02-05 10:57:36 +01:00
Piotr Sarnacki
b0bd24a129 Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
Piotr Sarnacki
3a09a0da9a Move assets/scripts/app to root dir 2015-02-03 09:44:34 +01:00