Piotr Sarnacki
234572f8a6
Disable ajax polling for now
2015-05-12 09:38:29 +02:00
Piotr Sarnacki
2deb352f96
Allow to overwrite github's oauth access settings url with ENV
2015-04-09 11:03:50 +02:00
Piotr Sarnacki
64aa0f60ab
Update default page title and tag line on landing page
2015-04-08 10:23:49 +02:00
Piotr Sarnacki
23ede27153
Update default page title
2015-04-08 10:17:26 +02:00
Piotr Sarnacki
6ac359d26d
Change default page title
2015-04-07 14:44:54 +02:00
Piotr Sarnacki
7c3ea5b7bc
Fix subscribing to private channels
...
This was a combination of 2 bugs:
* we didn't do deep_merge on config in ruby app, so
that any nested properties set in the javascript app would be
overwritten
* channelPrefix was not properly set for Travis CI Pro
2015-02-25 11:43:19 +01:00
Piotr Sarnacki
1774e6d571
Set far future Expires only for fingerprinted files
2015-02-19 11:41:38 +01:00
Piotr Sarnacki
dfc22014a8
Set page titles relevant to page is loaded
...
I used ember-cli-document-title addon.
2015-02-17 14:35:59 +01:00
Piotr Sarnacki
3964eef9be
Display feedback button on PRO when charmKey is set
2015-02-11 14:46:19 +01:00
Piotr Sarnacki
4dc35f7932
Fix default pro behaviour
2015-02-06 14:58:01 +01:00
Piotr Sarnacki
9591fdc4c6
Set expires to and max-age to 0 for index.html
...
This ensures that chrome will not indifinitely cache the index.html file.
2015-02-06 11:15:58 +01:00
Piotr Sarnacki
141457c4f9
Change config keys to camel case
2015-02-05 11:35:47 +01:00
Piotr Sarnacki
89081a873b
Bring back ETags
2015-02-03 20:31:41 +01:00
Piotr Sarnacki
961b487fac
Change a way config is updated
...
The ENV viarable that is exported in app/config/environment.js is saved as JSON
in <meta> tag in index.html. In order to properly set the settings from the app
we need to get it from there, update the JSON and write it back
2015-02-03 17:20:04 +01:00
Piotr Sarnacki
bf28f66b44
Properly set config for Ember CLI app
2015-02-03 12:44:52 +01:00
Piotr Sarnacki
41d406bb19
Remove ETags based on version for now
2015-02-03 12:00:27 +01:00
Piotr Sarnacki
8959f382c2
Move server/ to waiter/
...
Apparently server dir conflicts with some scripts in ember-cli
2015-02-03 10:13:48 +01:00