Commit graph

18 commits

Author SHA1 Message Date
jelhan
d48395d059 HSTS header should be set on server side; not by application 2015-07-02 12:34:03 +02:00
jelhan
866e649640 prevent caching of AJAX requests in IE 2015-06-08 19:32:58 +02:00
jelhan
57726c2996 update ember-cli to 1.2.1 and ember to 1.10
update to ember 1.10 causes several issues due to HTMLBars; some are allready fixed but some not:
* current used version of ember-easyForm is not compatible with ember 1.10
* tests aren't working
2015-04-02 12:56:55 +02:00
jelhan
7d5fd78d9a fix: PHP Deprecated: Function split() is deprecated 2015-01-24 17:14:57 +01:00
jelhan
139b6b7088 upgrade ember-cli to 0.1.7
Tests doesn't run to due an error with relative api uri. This doesn't affect development or production environment.
2015-01-18 18:06:47 +01:00
jelhan
4b2f287e8f fix content security policy issue
Should remove 'script-src' 'unsafe-eval' in future for better security.
It's required by modenizr.
2015-01-16 16:38:47 +01:00
jelhan
34fcededb2 gitkeep in public/ not necessary anymore 2015-01-16 15:05:51 +01:00
jelhan
a3432e1bc5 cleanup old files from EAK 2014-11-25 16:14:56 +01:00
jelhan
62d0ee760e use node-phpcgi instead of proxy to serve api
php-cgi has to be installed and path have to be correct in server/index.js; default is debian standard
2014-11-02 23:43:34 +01:00
jelhan
a8d71a7202 support ember server --proxy feature
Move api.php in api/ folder; using .htaccess to map every request to api/index.php
requires apache mod-rewrite module and permissions
2014-11-01 18:40:33 +01:00
jelhan
7dec3c47ca migration to ember-cli 2014-11-01 18:00:46 +01:00
jelhan
7a241bd311 first steps to ember-cli 2014-10-30 21:44:22 +01:00
jelhan
8316f93ce4 fixes undefined property errors 2014-09-28 19:54:55 +02:00
jelhan
78aed17d50 remove embedded adapter (ember-data-extensions) and use core EmbeddedRecordMixin instead 2014-09-28 14:55:40 +02:00
jelhan
665c0f892f Fix #29 2014-08-13 14:37:56 +02:00
jelhan
8014e6e965 floating thead of user-selection-table 2014-08-03 17:12:42 +02:00
jelhan
68950f570a Fixing some problems due to migration to EAK 2014-07-06 18:56:51 +02:00
jelhan
b066b8806c Starting to move to Ember App Kit 2014-07-06 17:37:54 +02:00