Commit Graph

23 Commits

Author SHA1 Message Date
Piotr Sarnacki
a6268f3e47 Provide proper sourceEndpoint config 2015-03-13 12:45:16 +01: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
788e624646 Properly set legal urls 2015-02-24 13:06:58 +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
29513b744d Set charm key by default for pro 2015-02-17 09:48:18 +01:00
Piotr Sarnacki
a6b9c2b0d9 Properly check for caches and ssKey on pro 2015-02-06 15:10:53 +01:00
Piotr Sarnacki
4dc35f7932 Fix default pro behaviour 2015-02-06 14:58:01 +01:00
Lisa Passing
4efd8f9f66 add font and rearrange imports 2015-02-06 13:34:52 +01:00
Piotr Sarnacki
7268243b4e Use empty apiEndpoint for tests 2015-02-05 12:40:27 +01:00
Piotr Sarnacki
141457c4f9 Change config keys to camel case 2015-02-05 11:35:47 +01:00
Piotr Sarnacki
86b0e3a765 Remove unused code from environment.js
We can't get anything from window in config/environment.js, because it's run at
compile time, not at run time.
2015-02-05 11:27:33 +01:00
Piotr Sarnacki
fdda7b482f Remove unsafe-eval from script-src CSP 2015-02-04 18:24:09 +01:00
Piotr Sarnacki
571552b861 Don't allow unsafe inline scripts 2015-02-04 17:23:58 +01:00
Piotr Sarnacki
65e0789250 Add ability to extend config by setting it in index.html 2015-02-03 10:52:50 +01:00
Piotr Sarnacki
579388e08d Add Pusher and fix Pusher's config 2015-02-03 10:52:14 +01:00
Piotr Sarnacki
9a70e8d8f7 Add the rest of ember-cli app 2015-02-03 09:53:42 +01:00
Piotr Sarnacki
166aea4b10 Remove unneeded files 2015-02-03 09:35:00 +01:00
Konstantin Haase
d4404b201c switch to puma, make app reload in development mode 2012-10-17 16:19:42 +02:00
Sven Fuchs
267bbe8351 move unicorn config to config/unicorn.rb 2012-10-13 03:15:50 +02:00
Sven Fuchs
e4048f3d81 add a unicorn.rb 2012-10-01 12:53:53 +02:00
Konstantin Haase
c8b45ea95b need config directory 2012-09-19 13:45:13 +02:00
Sven Fuchs
767476a8c9 remove rails 2012-06-22 00:37:43 +02:00
Sven Fuchs
a3f629bd0d initial commit 2012-06-17 00:05:06 +02:00