Commit graph

833 commits

Author SHA1 Message Date
jelhan
b5b547fce6 Fix: assets should be relative to index.html to support installation in subdirectories 2016-12-25 23:01:22 +01:00
jelhan
8517338360 Released v0.5.3 2016-12-16 13:22:08 +01:00
jelhan
a01b0cbee6 updating some dependencies 2016-12-16 12:38:05 +01:00
jelhan
faa1be06f5 fixes deprecation warning caused by ember-cli-htmlbars 0.x
https://github.com/novafloss/ember-simple-select/issues/15
2016-12-15 17:28:12 +01:00
jelhan
7ce671a9c3 api debug mode should be configurable by config.php 2016-12-03 21:41:42 +01:00
jelhan
387e6adcdc improve detection of language prefered by user 2016-12-03 20:44:40 +01:00
jelhan
6867a0924c Force newer version of ember-i18n-cp-validations to fix some Ember.Handlebars.SafeString deprecations 2016-09-23 19:53:09 +02:00
jelhan
d76783c9cf refactor form navigation to use a component 2016-09-23 19:39:31 +02:00
jelhan
fa0ac48500 Readd spanish translation
thanks to @rugk
2016-09-20 11:50:04 +02:00
jelhan
70b6b4bfe2 Update ember-i18n to fix some Ember.Handlebars.SafeString deprecations 2016-09-20 11:25:48 +02:00
jelhan
2943be8aa7 update ember-bootstrap to fix most deprecations 2016-09-20 02:42:33 +02:00
jelhan
ae0ad7bd42 Import sjcl by newly added Anonymous AMD Support
Fixes: `invalid aes key size` error in sjcl 1.0.5 and 1.0.6.

https://github.com/ember-cli/ember-cli/pull/5976
2016-09-20 02:01:33 +02:00
jelhan
fd0d7ffd39 update ember to 2.8 and ember-cli to 2.9.0-beta.1 2016-09-20 02:01:26 +02:00
jelhan
17b7f81dea UX: next and back buttons in create wizzard in xs and sm 2016-09-18 20:44:22 +02:00
jelhan
ed87a86c2c Fixes #115 2016-09-18 20:16:17 +02:00
jelhan
3cf26d7221 make CSP even a little bit more restrictive 2016-09-03 18:51:38 +02:00
jelhan
4bb85a1381 Merge pull request #114 from rugk/patch-1
Prevent referrer from being send
2016-09-03 18:30:20 +02:00
rugk
1dd23ab59b
Bring dev and stable CSP header in sync
Uses the most secure combination of these two.
2016-09-03 16:26:57 +02:00
rugk
e97c666458
Improve CSP header & add Referrer-Policy 2016-09-02 21:35:55 +02:00
rugk
eb803aae14 Prevent referrer from being send 2016-09-01 21:00:53 +02:00
jelhan
d6f7bb761c Fixed some typos
Thanks to @aehm03 for reporting via twitter:
https://twitter.com/aehm03/status/770918866658754560
2016-08-31 12:12:37 +02:00
jelhan
ed5e5f84c5 Fix tests after d5705b2c3b 2016-08-30 11:54:33 +02:00
jelhan
591f014c1d Released v0.5.2 2016-08-30 11:11:08 +02:00
jelhan
d5705b2c3b Fix: participation table header should not overflow container
Was introduced by this breaking change in jquery.floatThead:
3973eb523a
2016-08-30 11:10:05 +02:00
jelhan
e77f0c1edc Released v0.5.1 2016-08-26 20:40:47 +02:00
jelhan
a11f590062 remove version prefix in meta (again) 2016-08-26 20:39:57 +02:00
jelhan
fd6bb662cf Released v0.5.0 2016-08-26 19:18:16 +02:00
jelhan
9b221e7861 add a test for saving a new poll fails due to server 2016-08-26 19:04:50 +02:00
jelhan
6852d6ce27 more suitable page object action for save 2016-08-26 18:29:02 +02:00
jelhan
0e446c19fe add tests for autofocus first form element
introduced by last commit (545f3b0664)
2016-08-26 01:30:46 +02:00
jelhan
545f3b0664 autofocus first form element
currently not working for date selection (calendar) since this one did not
support keyboard navigation

part of #94
2016-08-26 00:10:22 +02:00
jelhan
06b33a79f5 ZeroBin has been renamed to PrivateBin
https://github.com/elrido/ZeroBin/issues/79
2016-08-24 23:37:45 +02:00
jelhan
e735587c93 update floatThead and drop CSP unsafe-inline requirement
Closes #90
2016-08-23 11:43:58 +02:00
jelhan
94b4dc6f82 use localStorage instead of cookie to save locale setting
there is no need to tell the server which locale is prefered by client
2016-08-21 14:31:39 +02:00
jelhan
f4d06de497 allow SauceLab to fail; it's annoying 2016-08-21 03:26:07 +02:00
jelhan
22d2055fb2 update dependency: glob 2016-08-21 03:17:36 +02:00
jelhan
da0cf4096c add david-dm to readme 2016-08-21 02:56:36 +02:00
jelhan
d8db29ecd9 adds back button to create wizard
Part of #76
2016-08-21 00:38:44 +02:00
jelhan
9a33e08ac4 browser should not mess around with our validation logic 2016-08-20 23:41:27 +02:00
jelhan
17d4a3feda save button should have suitable text 2016-08-20 23:35:54 +02:00
jelhan
8441c92295 use poll title as page title
Part of #76
2016-08-20 23:28:39 +02:00
jelhan
afb06e4f12 Fix: novalidate option of {{bs-form}} should be true (and not string 'true')
This had been fixed in ember-bootstrap 0.9.0
2016-08-20 22:59:50 +02:00
jelhan
8d9278a9ee show validation immediately after change for select and radio buttons
Introduced this feature by https://github.com/kaliber5/ember-bootstrap/pull/127
2016-08-20 22:51:21 +02:00
jelhan
5613dfdd43 add button for copying poll link
closes #95
2016-08-20 22:02:53 +02:00
jelhan
e7137e2db3 make path of data dir configurable
Closes #109
2016-08-19 00:23:49 +02:00
jelhan
be57db575d update api to Slim 3.5
also updates codeception
have to lock phpbuiltinserver cause of https://github.com/tiger-seo/PhpBuiltinServer/pull/32
2016-08-18 23:39:16 +02:00
jelhan
c4a1b99c75 enforce wizzard start at first step 2016-08-18 01:09:58 +02:00
jelhan
94ded4e723 do not override Date.parse
https://github.com/emberjs/data/pull/4396
2016-08-18 00:20:30 +02:00
jelhan
bbea5265fe update ember-i18n to latest (4.2.2) 2016-08-17 23:56:14 +02:00
jelhan
3ea8fab23e Add note about SRI in README.md 2016-08-17 13:38:44 +02:00