jelhan
9a29b07dad
explicit convert Date objects to ISO Strings
...
before it was done implicit by JSON.stringify() on encryption since JSON does not support Date type
2015-07-18 21:00:28 +02:00
jelhan
ab4f88dd7f
Fix: handling of different timezones
...
There were some timezone issues especially concerning daylight saving time (DST).
We should not rely on timezone offset since this will change due to DST.
Instead determine the users timezone (using jsTimezoneDetect therefore) and
then using this via moment-timezone.
This commit changes poll model. It drops timezoneOffset and adds timezone as a new property.
It's not tested yet against polls created before without timezone property. This has to be done before merge.
Also we should consider using ember-moment template helpers instead of our own formatted-date helper.
2015-07-15 16:20:24 +02:00
jelhan
2839b09ad9
more user-friendly evaluation
2015-07-15 14:24:57 +02:00
jelhan
612086c73c
intend by 2 spaces
2015-07-07 11:52:46 +02:00
jelhan
6e9fbec6e7
Update: ember 1.12 and ember-cli 0.2.7
2015-07-02 15:54:09 +02:00
jelhan
fe0cd5fc82
Update: ember 1.12 and ember-cli 0.2.7
2015-07-02 15:53:02 +02:00
jelhan
34330cb730
remove version from package.json; having version as git tag is enough
2015-07-02 15:39:14 +02:00
jelhan
eb24c47e6a
CSP header is applied on a per-page-basis and for AJAX response applied by the context that performed the fetch
2015-07-02 12:53:36 +02:00
jelhan
d48395d059
HSTS header should be set on server side; not by application
2015-07-02 12:34:03 +02:00
jelhan
67cc41973f
Ember.ObjectController is deprecated since ember 1.11
...
Ember.ObjectController was proxying model properties to controller. Ember.Controller which should be used is not.
Therefore we have to define if it's a property of controller or model.
Also added two more tests:
* anonymous participation
* do not force an answer for all options
2015-07-01 16:21:18 +02:00
jelhan
8c2a17df39
Fix: date without times were not sorted
2015-06-24 02:14:14 +02:00
jelhan
d6cf7efa3c
add version information to
...
* build (as html meta tag)
* stored polls and users
Closes #65
2015-06-20 19:04:19 +02:00
jelhan
90a7e6dbe1
Fix test if it is run multiple times (more than one user is present)
2015-06-20 18:42:28 +02:00
jelhan
5cce0a236d
Fix: freetext answer where broken by caba42a853
...
added test to not let it happen again
2015-06-20 18:33:51 +02:00
jelhan
7f1aa33e95
should not be in repository
2015-06-20 18:11:49 +02:00
jelhan
b627affb99
Fix: undefined property error caused by not removed event listener
2015-06-20 18:00:13 +02:00
jelhan
3929460595
restructering tests
2015-06-11 10:53:22 +02:00
jelhan
3530098982
Merge pull request #72 from j0rgeSD/master
...
Update translations.js
2015-06-09 11:08:33 +02:00
jelhan
866e649640
prevent caching of AJAX requests in IE
2015-06-08 19:32:58 +02:00
jelhan
f5b8546247
fix undefined error
2015-04-07 13:17:45 +02:00
jelhan
30e9b22797
Fix undefined if all dates are removed
2015-04-07 12:38:13 +02:00
jelhan
95e4731595
update README
2015-04-04 11:06:52 +02:00
jelhan
10f7b59986
jshint
2015-04-04 02:45:22 +02:00
jelhan
b1dc1b5bac
use ember-cli-boostrap-datepicker
2015-04-04 02:43:59 +02:00
jelhan
422af9df31
updated readme
2015-04-04 01:52:56 +02:00
jelhan
9024322367
fix 404 in test
2015-04-04 01:39:28 +02:00
jelhan
b84f09a906
fix production build
2015-04-04 01:33:42 +02:00
jelhan
83cce0d083
use testem proxies configuration
2015-04-04 01:13:27 +02:00
jelhan
ed8a102b3d
causes "unknown mixin" error in tests
...
doesn't seem to be necessary anymore
2015-04-04 01:09:25 +02:00
jelhan
0a4b3cd64a
got lost
2015-04-03 12:49:54 +02:00
jelhan
6a3bf398c2
Fix: div closed to early; box should be part of #poll
2015-04-02 21:23:06 +02:00
jelhan
48262b29f3
update ember-cli-less
2015-04-02 21:16:53 +02:00
jelhan
b2db75221a
fix
2015-04-02 21:16:31 +02:00
jelhan
caba42a853
using ember-cli-easyform-extensions as it support ember >= 1.10
2015-04-02 20:28:35 +02:00
jelhan
50b8951396
Merge branch 'master' into ember1.10
...
Conflicts:
package.json
2015-04-02 20:15:57 +02:00
jelhan
6e8396c536
update node-phpcgi
2015-04-02 20:14:43 +02:00
jelhan
04561b66d0
fix tests after update
2015-04-02 20:09:07 +02:00
jelhan
9b73dd8863
update to ember-cli 0.2.2 and ember 1.11.0
2015-04-02 20:01:30 +02:00
jelhan
624cbdfb5f
was added in 29e43c26e8
and should be reverted also
2015-04-02 14:09:08 +02:00
jelhan
f6a15e0c1d
Revert "add version string to build as meta tag"
...
This reverts commit d343f0df32
.
2015-04-02 13:30:29 +02:00
jelhan
d20aef363b
Revert "add version to saved poll/user"
...
This reverts commit 3808de42ca
.
2015-04-02 13:30:00 +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
8c8e1d37cd
missing closing tag
2015-03-25 18:57:27 +01:00
j0rgeSD
ab87f9be14
Update translations.js
2015-03-23 00:58:07 +01:00
j0rgeSD
b276d662bd
Update translations.js
2015-03-19 11:47:33 +01:00
jelhan
76da012143
{view Ember.Select} is deprecated in favor of {view "ember"} since EmberJS 1.8
2015-02-17 02:50:16 +01:00
jelhan
7f3b1c19c2
only ask which timezone to use, if poll asks for dates defined with times
...
fixes #69
2015-02-16 21:26:36 +01:00
jelhan
72bdb5c788
fix: dates should be in correct order
...
wasn't if they are defined with times
fixes #68
2015-01-26 18:17:29 +01:00
jelhan
a372e0f369
fix tests in browser
2015-01-24 18:32:31 +01:00
jelhan
bc4ebadf1b
fix: add a user to a default poll test
2015-01-24 18:31:21 +01:00