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
|
8c8e1d37cd
|
missing closing tag
|
2015-03-25 18:57:27 +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 |
|
jelhan
|
7d5fd78d9a
|
fix: PHP Deprecated: Function split() is deprecated
|
2015-01-24 17:14:57 +01:00 |
|
jelhan
|
f723af3f2b
|
just a test
|
2015-01-24 17:11:23 +01:00 |
|
jelhan
|
46816954a8
|
remove hardcoded php-cgi path
hopefully travis will run now
|
2015-01-24 17:00:46 +01:00 |
|
jelhan
|
95f55b5159
|
fix .travis.yml
|
2015-01-24 16:54:37 +01:00 |
|
jelhan
|
04a1bafc47
|
should fix travix
starting missing api before running test via testem
|
2015-01-24 16:51:26 +01:00 |
|
jelhan
|
226220cd78
|
need absolute path if locationType 'hash' as stated in docs
|
2015-01-24 15:36:04 +01:00 |
|
jelhan
|
bbb8a231cc
|
fix test in browser
|
2015-01-24 15:35:50 +01:00 |
|
jelhan
|
29e43c26e8
|
dummy polls for testing and development
test: add a user to a default poll
default poll url
http://localhost:4200/#/poll/defaultpoll?encryptionKey=0123456789abcdefghijklmnopqrstuvwxyzABC
|
2015-01-24 14:50:56 +01:00 |
|
jelhan
|
3808de42ca
|
add version to saved poll/user
|
2015-01-24 14:33:02 +01:00 |
|
jelhan
|
5a50901be0
|
only letters and numbers in passphrase
|
2015-01-24 14:19:19 +01:00 |
|
jelhan
|
13ae84eaaf
|
stronger passphrase using window.crypto if supported by browser
|
2015-01-24 14:17:52 +01:00 |
|
jelhan
|
d0d8a3bb67
|
api-stub folder not used anymore in current ember-cli
|
2015-01-24 12:35:16 +01:00 |
|
jelhan
|
f0a09d9aee
|
handle connection issues on user save:
* show error message (modal)
* provide retry button
fixes #66
|
2015-01-21 01:30:14 +01:00 |
|
jelhan
|
18f207144b
|
Merge branch 'master' of github.com:jelhan/croodle
|
2015-01-20 22:47:45 +01:00 |
|
jelhan
|
4b98678323
|
embedded on GET but should not be on save
|
2015-01-20 22:47:04 +01:00 |
|
jelhan
|
ec39eec474
|
Update README.md
|
2015-01-20 01:03:24 +01:00 |
|
jelhan
|
d3bd5921f5
|
Update README.md
|
2015-01-20 00:58:34 +01:00 |
|
jelhan
|
1c831870e4
|
use ember-radio-button, an ember cli adddon, for radio buttons
|
2015-01-19 23:37:51 +01:00 |
|
jelhan
|
d343f0df32
|
add version string to build as meta tag
looks like: <meta name="build-info" content="version=v0.2.1-3-g1e2dbd9"/>
closes #65
|
2015-01-19 22:48:36 +01:00 |
|
jelhan
|
1e2dbd95e9
|
move language switch to application controller
|
2015-01-19 13:56:03 +01:00 |
|
jelhan
|
dd73ce0e5f
|
force ember-i18n >= 2.9.1 due to security patch
|
2015-01-19 12:51:02 +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
|
bae465313e
|
croodle 0.2.1
|
2015-01-16 16:57:07 +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
|
48e76cf45b
|
remove unused global
|
2015-01-16 15:26:49 +01:00 |
|
jelhan
|
24fa65948c
|
Fix typo
|
2015-01-16 15:18:57 +01:00 |
|
jelhan
|
e920daf053
|
Fix not working language switch in production environment
Fixes #64
|
2015-01-16 15:17:32 +01:00 |
|
jelhan
|
34fcededb2
|
gitkeep in public/ not necessary anymore
|
2015-01-16 15:05:51 +01:00 |
|
jelhan
|
48ed039788
|
fixes top scrollbar resize issues
fixes #63
|
2015-01-16 14:12:34 +01:00 |
|
jelhan
|
7a4137af67
|
noscript information text
fixes #39
|
2015-01-13 19:27:36 +01:00 |
|
jelhan
|
3ffe1552af
|
fix misleading text
|
2015-01-13 19:12:30 +01:00 |
|
jelhan
|
7c5131320d
|
Added more tests
should find a way to aviod repeating myself in all tests...
|
2014-12-19 19:59:29 +01:00 |
|
jelhan
|
812bc84ff9
|
Fix illegal character issue introduced by pull request #62
|
2014-12-19 19:16:22 +01:00 |
|
jelhan
|
f7a16e4f5f
|
Merge pull request #62 from xshadow/english_text
[translation] - translated german text
|
2014-12-12 18:07:47 +01:00 |
|
shadow
|
483bfb1f91
|
[translation] - translated german text
|
2014-12-11 09:48:27 +01:00 |
|
jelhan
|
4dfc54d5a8
|
Merge pull request #61 from xshadow/german_text
[translation] - adjusted german text
|
2014-12-08 01:24:40 +01:00 |
|
shadow
|
b8f5290e83
|
[translation] - adjusted german text
|
2014-12-06 10:46:28 +01:00 |
|
jelhan
|
8af5a9df09
|
Integration Test for creation of a default poll
|
2014-11-26 13:15:05 +01:00 |
|
jelhan
|
7ba00a1b31
|
just change values instead of regenerating times array on copy first line action
fixes #37
|
2014-11-25 16:37:56 +01:00 |
|
jelhan
|
4a589cf97d
|
another file from merge...
|
2014-11-25 16:26:22 +01:00 |
|
jelhan
|
4462c2428a
|
update README to reflect ember-cli
|
2014-11-25 16:15:11 +01:00 |
|
jelhan
|
a3432e1bc5
|
cleanup old files from EAK
|
2014-11-25 16:14:56 +01:00 |
|