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 |
|
jelhan
|
538a486da7
|
removed files from merge
|
2014-11-25 16:12:46 +01:00 |
|
jelhan
|
b7379d2366
|
Merge branch 'master' of github.com:jelhan/croodle
|
2014-11-25 15:47:20 +01:00 |
|
jelhan
|
baa048f0df
|
back button: load old selection into calendar
|
2014-11-25 15:44:56 +01:00 |
|
jelhan
|
791c612e2d
|
Merge branch 'feat/backbutton-on-create' into feat/ember-cli
Conflicts:
app/controllers/create/options-datetime.js
app/controllers/create/options.js
app/views/create/options-datetime.js
|
2014-11-21 12:38:32 +01:00 |
|
jelhan
|
016ccfc31c
|
rewritten option and input field relationship
keep inputs while setting up poll and update options based on inputs by observer
|
2014-11-21 12:24:24 +01:00 |
|
jelhan
|
44c0e126e9
|
Merge pull request #35 from t2d/master
fix translation
|
2014-11-17 11:14:26 +01:00 |
|
dittler
|
58bd9b44f0
|
fix translation
|
2014-11-17 09:29:23 +01:00 |
|
jelhan
|
65406e2633
|
Merge branch 'master' into feat/ember-cli
Conflicts:
app/index.html
|
2014-11-06 21:22:00 +01:00 |
|
jelhan
|
338deb80db
|
bootstrap-datepicker: set language
|
2014-11-06 21:17:48 +01:00 |
|
jelhan
|
3db1dee801
|
better translations
|
2014-11-06 00:48: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
|
18f30ae2c4
|
api proxy is not defined in package.json in ember-cli
|
2014-11-02 18:12:20 +01:00 |
|
jelhan
|
a1f88d3dba
|
fix namespace reference to own application
|
2014-11-02 17:31:33 +01:00 |
|
jelhan
|
3e85382cf8
|
ember-validations as ember-addons
|
2014-11-02 16:55:10 +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
|
b9e03542e0
|
Merge branch 'master' into feat/ember-cli
|
2014-11-01 15:29:09 +01:00 |
|
jelhan
|
2b3e4f2fa3
|
improve translations
|
2014-11-01 15:28:57 +01:00 |
|
jelhan
|
7a241bd311
|
first steps to ember-cli
|
2014-10-30 21:44:22 +01:00 |
|
jelhan
|
5243b6c046
|
restore app/controllers/poll.js which got deleted in last commit;
delete not used computed property
|
2014-10-30 20:43:22 +01:00 |
|
jelhan
|
cd3a0ceb67
|
improved error handling
|
2014-10-28 06:00:37 +01:00 |
|
jelhan
|
d5e6f0b324
|
fix some jshint warnings
|
2014-10-28 05:00:02 +01:00 |
|
jelhan
|
2994ba738b
|
fix error on date decryption
|
2014-10-28 04:02:43 +01:00 |
|
jelhan
|
d18055b8dc
|
handle timezone differences
Closes #33
|
2014-10-28 03:27:54 +01:00 |
|
jelhan
|
83661ebcb4
|
ups, they should be in repo
|
2014-10-26 18:27:21 +01:00 |
|
jelhan
|
bd79cd8e34
|
should not be in repository
|
2014-10-26 18:20:31 +01:00 |
|
jelhan
|
2e742ea903
|
validate only on focusOut or submit
|
2014-10-26 18:19:07 +01:00 |
|
jelhan
|
f766e169bd
|
run validation on submit
|
2014-10-26 16:47:15 +01:00 |
|
jelhan
|
28d2c7be61
|
fix missing shims in dist build
|
2014-10-26 15:03:40 +01:00 |
|
jelhan
|
b55886f9c9
|
keep one feature at one point
|
2014-10-25 23:47:20 +02:00 |
|